HomeSort by relevance Sort by last modified time
    Searched defs:p_type (Results 1 - 25 of 31) sorted by null

1 2

  /bionic/libc/include/
resolv.h 54 #define p_type __p_type macro
55 const char* p_type(int __type);
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_derivatives.cpp 50 const uint32_t p_type = _.GetOperandTypeId(inst, 2); local
51 if (p_type != result_type) {
validate_extensions.cpp 959 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); local
1010 const uint32_t p_type = _.GetOperandTypeId(inst, 5); local
1375 const uint32_t p_type = _.GetOperandTypeId(inst, 4); local
1413 const uint32_t p_type = _.GetOperandTypeId(inst, 4); local
1523 const uint32_t p_type = _.GetOperandTypeId(inst, 5); local
1582 const uint32_t p_type = _.GetOperandTypeId(inst, 6); local
1644 const uint32_t p_type = _.GetOperandTypeId(inst, 5); local
1706 const uint32_t p_type = _.GetOperandTypeId(inst, 5); local
1773 const uint32_t p_type = _.GetOperandTypeId(inst, 6); local
1963 const uint32_t p_type = _.GetOperandTypeId(inst, 4); local
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_derivatives.cpp 50 const uint32_t p_type = _.GetOperandTypeId(inst, 2); local
51 if (p_type != result_type) {
validate_extensions.cpp 959 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); local
1010 const uint32_t p_type = _.GetOperandTypeId(inst, 5); local
1375 const uint32_t p_type = _.GetOperandTypeId(inst, 4); local
1413 const uint32_t p_type = _.GetOperandTypeId(inst, 4); local
1523 const uint32_t p_type = _.GetOperandTypeId(inst, 5); local
1582 const uint32_t p_type = _.GetOperandTypeId(inst, 6); local
1644 const uint32_t p_type = _.GetOperandTypeId(inst, 5); local
1706 const uint32_t p_type = _.GetOperandTypeId(inst, 5); local
1773 const uint32_t p_type = _.GetOperandTypeId(inst, 6); local
1963 const uint32_t p_type = _.GetOperandTypeId(inst, 4); local
    [all...]
  /external/elfutils/tests/
showptable.c 91 const char *p_type = typenames[phdr->p_type]; local
94 if (phdr->p_type >= PT_NUM)
96 snprintf (buf, sizeof (buf), "%x", phdr->p_type);
97 p_type = buf;
101 cnt, p_type,
120 if (phdr->p_type == PT_INTERP)
  /external/libunwind/src/coredump/
_UCD_internal.h 62 uint32_t p_type; member in struct:coredump_phdr
  /external/minijail/
elfparse.h 64 Elf32_Word p_type; /* Segment type */ member in struct:__anon34500
76 Elf64_Word p_type; /* Segment type */ member in struct:__anon34501
  /external/bcc/tools/
trace.py 286 p_type = {"u": ct.c_uint, "d": ct.c_int, "lu": ct.c_ulong, variable in class:Probe
299 ptype = Probe.p_type[field_type]
    [all...]
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 14 Elf64_Word p_type; member in struct:__anon16988
  /external/toybox/toys/posix/
file.c 129 int p_type = elf_int(phdr, 4); local
132 if (p_type==2 /*PT_DYNAMIC*/) dynamic = 1;
133 if (p_type!=3 /*PT_INTERP*/ && p_type!=4 /*PT_NOTE*/) continue;
139 if (p_type==3 /*PT_INTERP*/) {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 108 Elf32_Word p_type; /* Entry type. */ member in struct:__anon5969
elf64.h 116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon5985
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 108 Elf32_Word p_type; /* Entry type. */ member in struct:__anon6048
elf64.h 116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon6064
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 182 p_type(ns_rr_type(rr)),
489 p_type(int type) { function
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_freebsd.h 105 __uint32_t p_type; member in struct:__sanitizer::__anon18379
  /bionic/libc/dns/resolv/
res_debug.c 190 p_type(ns_rr_type(rr)),
610 p_type(int type) { function
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 354 long p_type = readWord(); local
355 if (p_type == PT_LOAD) {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 354 long p_type = readWord(); local
355 if (p_type == PT_LOAD) {
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 209 #define p_type __p_type macro
257 const char * p_type __P((int));
  /bionic/libc/dns/include/
resolv_private.h 382 #define p_type __p_type macro
450 const char * p_type(int);
  /bionic/libc/kernel/uapi/linux/
elf.h 206 Elf32_Word p_type; member in struct:elf32_phdr
216 Elf64_Word p_type; member in struct:elf64_phdr
  /external/kernel-headers/original/uapi/linux/
elf.h 245 Elf32_Word p_type; member in struct:elf32_phdr
256 Elf64_Word p_type; member in struct:elf64_phdr
  /external/u-boot/include/
elf.h 432 Elf32_Word p_type; /* segment type */ member in struct:__anon47687
443 Elf64_Word p_type; /* segment type */ member in struct:__anon47688
453 /* Segment types - p_type */

Completed in 175 milliseconds

1 2