| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | amf.c | 326 return prop->p_type; in AMFProp_GetType() 344 if (prop->p_type == AMF_STRING) in AMFProp_GetString() 353 if (prop->p_type == AMF_OBJECT) in AMFProp_GetObject() 362 return prop->p_type != AMF_INVALID; in AMFProp_IsValid() 368 if (prop->p_type == AMF_INVALID) in AMFProp_Encode() 371 if (prop->p_type != AMF_NULL && pBuffer + prop->p_name.av_len + 2 + 1 >= pBufEnd) in AMFProp_Encode() 374 if (prop->p_type != AMF_NULL && prop->p_name.av_len) in AMFProp_Encode() 382 switch (prop->p_type) in AMFProp_Encode() 415 RTMP_Log(RTMP_LOGERROR, "%s, invalid type. %d", __FUNCTION__, prop->p_type); in AMFProp_Encode() 537 prop->p_type = AMF_NULL; in AMF3Prop_Decode() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | ess.c | 498 chg->s_type.para.p_type = SMT_P0015 ; in ess_send_response() 503 chg->cmd.para.p_type = SMT_P0016 ; in ess_send_response() 508 chg->path.para.p_type = SMT_P320B ; in ess_send_response() 515 chg->payload.para.p_type = SMT_P320F ; in ess_send_response() 521 chg->overhead.para.p_type = SMT_P3210 ; in ess_send_response() 528 chg->cat.para.p_type = SMT_P001A ; in ess_send_response() 589 req->s_type.para.p_type = SMT_P0015 ; in ess_send_alc_req() 594 req->cmd.para.p_type = SMT_P0016 ; in ess_send_alc_req() 604 req->path.para.p_type = SMT_P320B ; in ess_send_alc_req() 611 req->pl_req.para.p_type = SMT_P0017 ; in ess_send_alc_req() [all …]
|
| H A D | pmf.c | 379 if (((range = (pa->p_type & 0xf000)) == 0x2000) || in smt_build_pmf_response() 427 pt = smt_get_ptab(pa->p_type) ; in smt_build_pmf_response() 442 else if (pa->p_type != SMT_P_AUTHOR && in smt_build_pmf_response() 443 (!set || (pa->p_type != SMT_P1035))) { in smt_build_pmf_response() 446 smt_add_para(smc,&pcon,pa->p_type, in smt_build_pmf_response() 454 smt_add_para(smc,&pcon,pa->p_type, in smt_build_pmf_response() 463 smt_add_para(smc,&pcon,pa->p_type, in smt_build_pmf_response() 1047 pa->p_type = para ; in smt_add_para() 1101 switch (pa->p_type & 0xf000) { in smt_set_para() 1134 switch (pa->p_type) { in smt_set_para() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | assert.hpp | 149 typedef typename P::type p_type; typedef 150 typedef typename ::boost::mpl::if_c<p_type::value, 159 typedef typename P::type p_type; typedef 160 typedef typename ::boost::mpl::if_c<!p_type::value, 176 typedef typename P::type p_type; typedef 177 typedef typename assert_arg_pred_impl< p_type::value >::type type; 182 typedef typename P::type p_type; typedef 183 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, p = !p_type::value );
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | elfcore.c | 25 if (phdr.p_type == PT_LOAD) { in elf_core_write_extra_phdrs() 51 if (gate_phdrs[i].p_type == PT_LOAD) { in elf_core_write_extra_data() 71 if (gate_phdrs[i].p_type == PT_LOAD) { in elf_core_extra_data_size()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | elfcore.c | 28 if (phdr.p_type == PT_LOAD) { in elf_core_write_extra_phdrs() 52 if (phdrp[i].p_type == PT_LOAD) { in elf_core_write_extra_data() 73 if (phdrp[i].p_type == PT_LOAD) in elf_core_extra_data_size()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | wagyu.hpp | 48 polygon_type p_type = polygon_type_subject) { in add_ring() argument 49 return add_linear_ring(pg, minima_list, p_type); in add_ring() 54 polygon_type p_type = polygon_type_subject) { in add_polygon() argument 57 if (add_ring(r, p_type)) { in add_polygon()
|
| H A D | build_local_minima_list.hpp | 15 polygon_type p_type) { in add_linear_ring() argument 21 add_ring_to_local_minima_list(new_edges, minima_list, p_type); in add_linear_ring()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-minimal.c | 142 phdr->p_type = bswap_32(phdr->p_type); in filename__read_build_id() 147 if (phdr->p_type != PT_NOTE) in filename__read_build_id() 193 phdr->p_type = bswap_32(phdr->p_type); in filename__read_build_id() 198 if (phdr->p_type != PT_NOTE) in filename__read_build_id()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpgw.c | 130 prop.p_type = AMF_BOOLEAN; in parseAMF() 134 prop.p_type = AMF_STRING; in parseAMF() 138 prop.p_type = AMF_NUMBER; in parseAMF() 142 prop.p_type = AMF_NULL; in parseAMF() 148 prop.p_type = AMF_OBJECT; in parseAMF() 172 prop.p_type = AMF_BOOLEAN; in parseAMF() 176 prop.p_type = AMF_STRING; in parseAMF() 180 prop.p_type = AMF_NUMBER; in parseAMF() 184 prop.p_type = AMF_OBJECT; in parseAMF() 203 if (prop.p_type == AMF_OBJECT) in parseAMF()
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0010-Fix-endianness-issues-for-powerpc-PIE.patch | 41 - if (x.p_type == PT_PHDR) return true; 42 - if (y.p_type == PT_PHDR) return false; 43 + if (elfFile->rdi(x.p_type) == PT_PHDR) return true; 44 + if (elfFile->rdi(y.p_type) == PT_PHDR) return false;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | mdfld_output.c | 41 int p_type) in mdfld_init_panel() argument 43 switch (p_type) { in mdfld_init_panel()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | decode_bl31.py | 29 p_type, p_flags, p_offset = struct.unpack_from('<LLQ', elf, offset) 30 if p_type == 1: # PT_LOAD
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 717 if (phdr_ptr->p_type != PT_NOTE) in update_note_header_size_elf64() 780 if (phdr_ptr->p_type != PT_NOTE) in get_note_number_and_size_elf64() 814 if (phdr_ptr->p_type != PT_NOTE) in copy_notes_elf64() 857 phdr.p_type = PT_NOTE; in merge_note_headers_elf64() 908 if (phdr_ptr->p_type != PT_NOTE) in update_note_header_size_elf32() 971 if (phdr_ptr->p_type != PT_NOTE) in get_note_number_and_size_elf32() 1005 if (phdr_ptr->p_type != PT_NOTE) in copy_notes_elf32() 1048 phdr.p_type = PT_NOTE; in merge_note_headers_elf32() 1102 if (phdr_ptr->p_type != PT_LOAD) in process_ptload_program_headers_elf64() 1145 if (phdr_ptr->p_type != PT_LOAD) in process_ptload_program_headers_elf32() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf_util.c | 38 if (elf64ph->p_type == PT_LOAD) in parse_elf64() 69 if (elf32ph->p_type == PT_LOAD) in parse_elf32()
|
| H A D | elf.h | 96 Elf32_Word p_type; member 107 Elf64_Word p_type; member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_elf.c | 215 phdr->p_type = elf32_to_cpu(elf_info->ehdr, buf_phdr->p_type); in elf_read_phdr() 352 if (elf_info->proghdrs[i].p_type == PT_INTERP) { in kexec_build_elf_info() 404 if (phdr->p_type != PT_LOAD) in kexec_elf_load()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.h | 167 uint32_t p_type; member 178 uint32_t p_type; member
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 84 p_type, p_offset, p_vaddr, p_paddr, p_filesz,\ 88 p_type, p_flags, p_offset, p_vaddr, p_paddr, \ 92 if p_type == 3:
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | kexec_elf.c | 36 if (phdr->p_type != PT_LOAD) in kexec_file_add_kernel_elf() 95 if (phdr->p_type == PT_INTERP) in s390_elf_load()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf.c | 404 if (cmds[i].p_type == PT_LOAD) { in total_mapping_size() 434 if (cmds[i].p_type == PT_LOAD) { in maximum_alignment() 621 if (eppnt->p_type == PT_LOAD) { in load_elf_interp() 781 if (WARN_ON_ONCE(phdr->p_type != PT_GNU_PROPERTY)) in parse_elf_properties() 865 if (elf_ppnt->p_type == PT_GNU_PROPERTY) { in load_elf_binary() 870 if (elf_ppnt->p_type != PT_INTERP) in load_elf_binary() 928 switch (elf_ppnt->p_type) { in load_elf_binary() 966 switch (elf_ppnt->p_type) { in load_elf_binary() 1037 if (elf_ppnt->p_type != PT_LOAD) in load_elf_binary() 1383 if ((eppnt + i)->p_type == PT_LOAD) in load_elf_library() [all …]
|
| H A D | binfmt_elf_fdpic.c | 163 if (phdr->p_type != PT_GNU_STACK) in elf_fdpic_fetch_phdrs() 232 switch (phdr->p_type) { in load_elf_fdpic_binary() 753 if (params->phdrs[loop].p_type == PT_LOAD) in elf_fdpic_map_file() 809 if (phdr->p_type != PT_LOAD) in elf_fdpic_map_file() 834 if (phdr->p_type != PT_DYNAMIC) in elf_fdpic_map_file() 938 if (params->phdrs[loop].p_type != PT_LOAD) in elf_fdpic_map_file_constdisp_on_uclinux() 963 if (params->phdrs[loop].p_type != PT_LOAD) in elf_fdpic_map_file_constdisp_on_uclinux() 1031 if (phdr->p_type != PT_LOAD) in elf_fdpic_map_file_by_direct_mmap() 1279 phdr->p_type = PT_NOTE; in fill_elf_note_phdr() 1602 phdr.p_type = PT_LOAD; in elf_fdpic_core_dump()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | resolv.h | 214 #define p_type __p_type macro 255 const char * p_type (int) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | resolv.h | 214 #define p_type __p_type macro 255 const char * p_type (int) __THROW;
|
| /OK3568_Linux_fs/kernel/arch/sparc/vdso/ |
| H A D | vdso2c.h | 29 if (GET_BE(&pt[i].p_type) == PT_LOAD) { in BITSFUNC() 42 } else if (GET_BE(&pt[i].p_type) == PT_DYNAMIC) { in BITSFUNC()
|