/external/elfutils/tests/ |
D | test-nlist.c | 67 cnt, nl[cnt].n_value, in main() 73 if ((cnt != 4 && nl[cnt].n_value == 0 && nl[cnt].n_scnum == 0 in main() 76 || (cnt == 4 && (nl[cnt].n_value != 0 || nl[cnt].n_scnum != 0 in main()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderTextureImageSamplesTests.cpp | 475 for (int n_value = 0; n_value < m_internalformat_n_samples_count; ++n_value) in executeFunctionalTest() local 485 if (m_internalformat_n_samples_data[n_value] > max_image_samples) in executeFunctionalTest() 497 …gl.texStorage2DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_inter… in executeFunctionalTest() 505 …gl.texStorage3DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_inter… in executeFunctionalTest() 539 expected_value = m_internalformat_n_samples_data[n_value]; in executeFunctionalTest()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2556 DisassembleInfo *info, uint64_t &n_value, in get_symbol_64() argument 2558 n_value = 0; in get_symbol_64() 2589 n_value = Symbol.getValue(); in get_symbol_64() 3232 uint64_t n_value; in get_objc2_64bit_class_name() local 3233 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_class_name() 3284 uint64_t n_value; in get_objc2_64bit_cfstring_name() local 3286 offset + offsetof(struct cfstring64_t, characters), S, info, n_value); in get_objc2_64bit_cfstring_name() 3289 cfs_characters = n_value; in get_objc2_64bit_cfstring_name() 3311 uint64_t n_value; in get_objc2_64bit_selref() local 3312 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_selref() [all …]
|
/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/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | nlist.h | 86 uint32_t n_value; /* value of this symbol (or stab offset) */ member 99 uint64_t n_value; /* value of this symbol (or stab offset) */ member
|
/external/elfutils/libelf/ |
D | nlist.c | 187 nl->n_value = found->sym.st_value; in nlist() 197 nl->n_value = 0; in nlist() 234 nl->n_value = 0; in nlist()
|
D | nlist.h | 37 long int n_value; /* Value of symbol. */ member
|
/external/ComputeLibrary/tests/validation/CL/ |
D | GEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp | 116 void validate_configuration(unsigned int m_value, unsigned int n_value, unsigned int k_value, unsig… in validate_configuration() argument 119 const unsigned int N = n_value; in validate_configuration() 176 m_value, n_value, k_value, b_value, m0_value, n0_value, k0_value, h0_value, i_value_rhs) in TEST_SUITE() 178 …validate_configuration(m_value, n_value, k_value, b_value, m0_value, n0_value, k0_value, h0_value,… in TEST_SUITE()
|
D | GEMMMatrixMultiplyNative.cpp | 249 void validate_configuration(unsigned int m_value, unsigned int n_value, unsigned int k_value, unsig… in validate_configuration() argument 252 const unsigned int N = n_value; in validate_configuration() 423 m_value, n_value, k_value, b_value, m0_value, n0_value, k0_value, broadcast_bias, act_value) in TEST_SUITE_END() 425 …validate_configuration(m_value, n_value, k_value, b_value, m0_value, n0_value, k0_value, broadcast… in TEST_SUITE_END()
|
/external/libxml2/ |
D | testapi.c | 2075 int n_value; in test_htmlEntityValueLookup() local 2077 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) { in test_htmlEntityValueLookup() 2079 value = gen_unsigned_int(n_value, 0); in test_htmlEntityValueLookup() 2084 des_unsigned_int(n_value, value, 0); in test_htmlEntityValueLookup() 2090 printf(" %d", n_value); in test_htmlEntityValueLookup() 3967 int n_value; in test_xmlSAX2CDataBlock() local 3972 for (n_value = 0;n_value < gen_nb_const_xmlChar_ptr;n_value++) { in test_xmlSAX2CDataBlock() 3976 value = gen_const_xmlChar_ptr(n_value, 1); in test_xmlSAX2CDataBlock() 3985 des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1); in test_xmlSAX2CDataBlock() 3993 printf(" %d", n_value); in test_xmlSAX2CDataBlock() [all …]
|
/external/cronet/third_party/libxml/src/ |
D | testapi.c | 2075 int n_value; in test_htmlEntityValueLookup() local 2077 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) { in test_htmlEntityValueLookup() 2079 value = gen_unsigned_int(n_value, 0); in test_htmlEntityValueLookup() 2084 des_unsigned_int(n_value, value, 0); in test_htmlEntityValueLookup() 2090 printf(" %d", n_value); in test_htmlEntityValueLookup() 3967 int n_value; in test_xmlSAX2CDataBlock() local 3972 for (n_value = 0;n_value < gen_nb_const_xmlChar_ptr;n_value++) { in test_xmlSAX2CDataBlock() 3976 value = gen_const_xmlChar_ptr(n_value, 1); in test_xmlSAX2CDataBlock() 3985 des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1); in test_xmlSAX2CDataBlock() 3993 printf(" %d", n_value); in test_xmlSAX2CDataBlock() [all …]
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 185 q->n_value = 0; in __breakpad_fdnlist() 385 p->n_value = q->n_value; in __breakpad_fdnlist()
|
D | dynamic_images.cc | 363 assert(list.n_value); in LookupSymbol() 364 return list.n_value; in LookupSymbol()
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 70 unsigned long n_value; member 278 line.rva_to_func = cur_list->n_value; in LoadLineInfo() 318 func_info.addr = cur_list->n_value; in LoadFuncSymbols() 419 source_file_info.addr = cur_list->n_value; in LoadAllSymbols()
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderXFB.cpp | 846 for (int n_value = 0; n_value < test.expected_n_values; ++n_value) in iterate() local 849 const glw::GLfloat* captured_data_ptr = result_ptr + n_value * 4 /* components */; in iterate()
|
/external/google-breakpad/src/client/mac/handler/testcases/ |
D | breakpad_nlist_test.cc | 75 CPTAssert(nmAddr == symbolList[0].n_value); in CompareToNM()
|
/external/kernel-headers/original/uapi/linux/ |
D | a.out.h | 155 unsigned long n_value; member
|
/external/llvm/tools/dsymutil/ |
D | MachODebugMapParser.cpp | 79 STE.n_value); in handleStabDebugMapEntry() 93 STE.n_value); in dumpSymTabEntry()
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | GEMM.cpp | 265 n_value, k_value) 267 bool status = validate_zero_padding<CpuGemmTranspose1xW>(n_value, k_value);
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 950 uint32_t n_value; member 958 uint64_t n_value; member 1232 sys::swapByteOrder(sym.n_value); in swapStruct() 1238 sys::swapByteOrder(sym.n_value); in swapStruct()
|
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 436 NL.n_value = nlist.n_value; in constructNameList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 218 Value = NL64.n_value; in createNormalizedSymbols() 226 Value = NL32.n_value; in createNormalizedSymbols()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 331 ListEntry.n_value = NLE.n_value; in writeNListEntry()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 958 uint32_t n_value; member 966 uint64_t n_value; member 1240 sys::swapByteOrder(sym.n_value); in swapStruct() 1246 sys::swapByteOrder(sym.n_value); in swapStruct()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 380 ListEntry.n_value = NLE.n_value; in writeNListEntry()
|