/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 1358 …ttributeLocation(const attributeConfiguration& configuration, GLint attribute, GLint n_type) const; 1362 …configureAttribute(_iteration iteration, const attributeConfiguration& configuration, GLint n_type, 1384 void setAttributes_a(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, 1387 …void setAttributes_a_scalar(const attributeConfiguration& configuration, GLint n_type, GLuint vert… 1390 void setAttributes_a_vec(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, 1393 void setAttributes_b(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, 1396 void setAttributes_c(const attributeConfiguration& configuration, GLint n_type, GLuint vertex, 1578 …est::calculateAttributeGroupOffset(const attributeConfiguration& configuration, GLint n_type) const in calculateAttributeGroupOffset() 1582 for (GLint i = 0; i < n_type; ++i) in calculateAttributeGroupOffset() 1600 GLint n_type) const in calculateAttributeLocation() [all …]
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 67 unsigned char n_type; member 253 while (cur_list < list_end && cur_list->n_type == N_PSYM) { in LoadStackParamSize() 268 while (cur_list < list_end && cur_list->n_type != N_SLINE) { in LoadLineInfo() 270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO || in LoadLineInfo() 271 cur_list->n_type == N_ENDM) { in LoadLineInfo() 277 while (cur_list < list_end && cur_list->n_type == N_SLINE) { in LoadLineInfo() 284 if (cur_list == list_end && cur_list->n_type == N_ENDM) in LoadLineInfo() 297 assert(cur_list->n_type == N_SO); in LoadFuncSymbols() 303 while (cur_list < list_end && cur_list->n_type != N_FUN) { in LoadFuncSymbols() 304 if (cur_list->n_type == N_SO) { in LoadFuncSymbols() [all …]
|
/external/elfutils/tests/ |
D | test-nlist.c | 69 cnt, nl[cnt].n_type, in main() 74 && nl[cnt].n_type == 0 && nl[cnt].n_sclass == 0 in main() 77 || nl[cnt].n_type != 0 || nl[cnt].n_sclass != 0 in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/ |
D | dump-symtab.test | 8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value 21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value 36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
|
/external/llvm/test/tools/dsymutil/ |
D | dump-symtab.test | 8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value 21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value 36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
|
/external/python/cpython2/Include/ |
D | node.h | 11 short n_type; member 30 #define TYPE(n) ((n)->n_type)
|
/external/python/cpython3/Include/ |
D | node.h | 11 short n_type; member 32 #define TYPE(n) ((n)->n_type)
|
/external/elfutils/libelf/ |
D | nlist.c | 190 nl->n_type = GELF_ST_TYPE (found->sym.st_info); in nlist() 200 nl->n_type = 0; in nlist() 237 nl->n_type = 0; in nlist()
|
D | nlist.h | 39 unsigned short int n_type; /* Type of symbol. */ member
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 66 Elf32_Word n_type; member 72 Elf64_Word n_type; member
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 184 q->n_type = 0; in __breakpad_fdnlist() 360 if (q->n_un.n_strx == 0 || q->n_type & N_STAB) in __breakpad_fdnlist() 386 p->n_type = q->n_type; in __breakpad_fdnlist()
|
/external/python/cpython3/Parser/ |
D | pgen.c | 173 if (n->n_type != NEWLINE) in metacompile() 263 if (n->n_type == LSQB) { in compile_item() 283 if (n->n_type == STAR) in compile_item() 300 if (n->n_type == LPAR) { in compile_atom() 308 else if (n->n_type == NAME || n->n_type == STRING) { in compile_atom() 311 addnfaarc(nf, *pa, *pb, addlabel(ll, n->n_type, n->n_str)); in compile_atom()
|
D | node.c | 13 n->n_type = type; in PyNode_New() 106 n->n_type = type; in PyNode_AddChild()
|
/external/python/cpython2/Parser/ |
D | pgen.c | 174 if (n->n_type != NEWLINE) in metacompile() 264 if (n->n_type == LSQB) { in compile_item() 284 if (n->n_type == STAR) in compile_item() 301 if (n->n_type == LPAR) { in compile_atom() 309 else if (n->n_type == NAME || n->n_type == STRING) { in compile_atom() 312 addnfaarc(nf, *pa, *pb, addlabel(ll, n->n_type, n->n_str)); in compile_atom()
|
D | node.c | 13 n->n_type = type; in PyNode_New() 106 n->n_type = type; in PyNode_AddChild()
|
/external/libnl/lib/route/ |
D | neigh.c | 267 diff |= NEIGH_DIFF(TYPE, a->n_type != b->n_type); in neigh_compare() 360 neigh->n_type = nm->ndm_type; in rtnl_neigh_parse() 485 nl_rtntype2str(n->n_type, rtn_type, sizeof(rtn_type)), in neigh_dump_details() 899 neigh->n_type = type; in rtnl_neigh_set_type() 906 return neigh->n_type; in rtnl_neigh_get_type()
|
/external/toybox/toys/posix/ |
D | file.c | 168 unsigned n_namesz, n_descsz, n_type, notesz; local 174 n_type = elf_int(note+8, 4); 178 if (n_type==3 /*NT_GNU_BUILD_ID*/) { 184 if (n_type==1 /*.android.note.ident*/) {
|
/external/perf_data_converter/src/quipper/ |
D | dso.cc | 89 if (note_header.n_type == NT_GNU_BUILD_ID && name == ELF_NOTE_GNU) { in GetBuildID() 155 if (note_header.n_type == NT_GNU_BUILD_ID && name == ELF_NOTE_GNU) { in ReadBuildIdNote()
|
/external/kernel-headers/original/uapi/linux/ |
D | vmcore.h | 13 __u32 n_type; /* NT_VMCOREDD */ member
|
D | elf.h | 434 Elf32_Word n_type; /* Content type */ member 441 Elf64_Word n_type; /* Content type */ member
|
/external/elfutils/libebl/ |
D | eblcorenote.c | 66 if (nhdr->n_type == NT_PLATFORM in ebl_core_note()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 146 if (nhdr.n_type != NT_PRSTATUS) in core_next_thread() 199 assert (nhdr.n_type == NT_PRSTATUS); in core_set_initial_registers() 393 if (nhdr.n_type != NT_PRPSINFO) in dwfl_core_file_attach()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObjectFile.cpp | 233 uint8_t n_type; in getSymbolType() local 237 n_type = Entry->Type; in getSymbolType() 241 n_type = Entry->Type; in getSymbolType() 246 if (n_type & MachO::NlistMaskStab) in getSymbolType() 249 switch (n_type & MachO::NlistMaskType) { in getSymbolType()
|
/external/elfutils/backends/ |
D | linux-core-note.c | 237 if (nhdr->n_type != 0 in EBLHOOK() 250 switch (nhdr->n_type) in EBLHOOK()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 335 NType = STE_64.n_type; in darwinPrintSymbol() 345 NType = STE.n_type; in darwinPrintSymbol() 577 NType = STE_64.n_type; in darwinPrintStab() 582 NType = STE.n_type; in darwinPrintStab() 844 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type in getSymbolNMTypeChar() 845 : Obj.getSymbolTableEntry(Symb).n_type; in getSymbolNMTypeChar() 960 return (STE.n_type & MachO::N_TYPE) == MachO::N_SECT ? STE.n_sect : 0; in getNsectInMachO() 963 return (STE.n_type & MachO::N_TYPE) == MachO::N_SECT ? STE.n_sect : 0; in getNsectInMachO()
|