| /external/cronet/third_party/apache-portable-runtime/src/include/ |
| D | apr_general.h | 81 #define APR_OFFSET(p_type,field) _Offsetof(p_type,field) argument 84 #define APR_OFFSET(p_type,field) \ argument 89 #define APR_OFFSET(p_type,field) ((unsigned int)&(((p_type)NULL)->field)) argument 95 #define APR_OFFSET(p_type,field) \ argument
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
| D | assert.hpp | 149 typedef typename P::type p_type; typedef 159 typedef typename P::type p_type; typedef 176 typedef typename P::type p_type; typedef 182 typedef typename P::type p_type; typedef
|
| /external/elfutils/tests/ |
| D | showptable.c | 91 const char *p_type = typenames[phdr->p_type]; in main() local
|
| /external/angle/third_party/spirv-tools/src/source/val/ |
| D | validate_derivatives.cpp | 53 const uint32_t p_type = _.GetOperandTypeId(inst, 2); in DerivativesPass() local
|
| D | validate_extensions.cpp | 1964 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2026 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 2391 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2429 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2539 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2601 const uint32_t p_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2667 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2729 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2796 const uint32_t p_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2986 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_derivatives.cpp | 53 const uint32_t p_type = _.GetOperandTypeId(inst, 2); in DerivativesPass() local
|
| D | validate_extensions.cpp | 1964 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2026 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 2391 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2429 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2539 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2601 const uint32_t p_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2667 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2729 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2796 const uint32_t p_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2986 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
|
| /external/deqp-deps/SPIRV-Tools/source/val/ |
| D | validate_derivatives.cpp | 53 const uint32_t p_type = _.GetOperandTypeId(inst, 2); in DerivativesPass() local
|
| D | validate_extensions.cpp | 1964 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2026 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 2391 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2429 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2539 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2601 const uint32_t p_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2667 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2729 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 2796 const uint32_t p_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2986 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local
|
| /external/tensorflow/tensorflow/core/util/tensor_bundle/ |
| D | byte_swap.cc | 159 auto p_type = node_value.mutable_tensor()->dtype(); in ByteSwapTensorContent() local
|
| /external/minijail/ |
| D | elfparse.h | 64 Elf32_Word p_type; /* Segment type */ member 76 Elf64_Word p_type; /* Segment type */ member
|
| /external/OpenCSD/decoder/include/opencsd/ptm/ |
| D | trc_pkt_elem_ptm.h | 137 inline void PtmTrcPacket::SetType(const ocsd_ptm_pkt_type p_type) in SetType()
|
| /external/ipsec-tools/src/libipsec/ |
| D | policy_parse.y | 103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid; variable
|
| /external/OpenCSD/decoder/include/opencsd/etmv3/ |
| D | trc_pkt_elem_etmv3.h | 181 inline void EtmV3TrcPacket::SetType(const ocsd_etmv3_pkt_type p_type) in SetType()
|
| /external/clang/test/CodeGen/ |
| D | 2009-01-21-InvalidIterator.c | 14 Elf64_Word p_type; member
|
| /external/toybox/toys/posix/ |
| D | file.c | 111 unsigned p_type = elf_int(phdr, 4); local
|
| /external/python/cpython3/Python/ |
| D | errors.c | 424 _PyErr_Fetch(PyThreadState *tstate, PyObject **p_type, PyObject **p_value, in _PyErr_Fetch() 438 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() 489 PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in _PyErr_GetExcInfo() 534 PyErr_GetExcInfo(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_GetExcInfo()
|
| /external/perfetto/src/profiling/symbolizer/ |
| D | elf.h | 92 uint32_t p_type; member 146 uint32_t p_type; member
|
| /external/sg3_utils/src/ |
| D | sg_readcap.c | 407 int res, prot_en, p_type, lbppbe; in main() local
|
| /external/zucchini/aosp/include/components/zucchini/ |
| D | type_elf.h | 178 Elf32_Word p_type; member 189 Elf64_Word p_type; member
|
| /external/zucchini/ |
| D | type_elf.h | 178 Elf32_Word p_type; member 189 Elf64_Word p_type; member
|
| /external/linux-kselftest/tools/testing/selftests/proc/ |
| D | proc-pid-vm.c | 98 uint32_t p_type; member
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_freebsd.h | 105 __uint32_t p_type; member
|
| /external/python/cpython2/Python/ |
| D | errors.c | 244 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch()
|
| /external/kernel-headers/original/uapi/linux/ |
| D | elf.h | 250 Elf32_Word p_type; member 261 Elf64_Word p_type; member
|