Home
last modified time | relevance | path

Searched refs:n_value (Results 1 – 25 of 43) sorted by relevance

12

/external/elfutils/tests/
Dtest-nlist.c67 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/
Dgl4cShaderTextureImageSamplesTests.cpp475 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/
DMachODump.cpp2556 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/
Ddump-symtab.test8 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/
Dnlist.h86 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/
Dnlist.c187 nl->n_value = found->sym.st_value; in nlist()
197 nl->n_value = 0; in nlist()
234 nl->n_value = 0; in nlist()
Dnlist.h37 long int n_value; /* Value of symbol. */ member
/external/ComputeLibrary/tests/validation/CL/
DGEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp116 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()
DGEMMMatrixMultiplyNative.cpp249 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/
Dtestapi.c2075 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/
Dtestapi.c2075 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/
Dbreakpad_nlist_64.cc185 q->n_value = 0; in __breakpad_fdnlist()
385 p->n_value = q->n_value; in __breakpad_fdnlist()
Ddynamic_images.cc363 assert(list.n_value); in LookupSymbol()
364 return list.n_value; in LookupSymbol()
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc70 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/
DesextcTessellationShaderXFB.cpp846 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/
Dbreakpad_nlist_test.cc75 CPTAssert(nmAddr == symbolList[0].n_value); in CompareToNM()
/external/kernel-headers/original/uapi/linux/
Da.out.h155 unsigned long n_value; member
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp79 STE.n_value); in handleStabDebugMapEntry()
93 STE.n_value); in dumpSymTabEntry()
/external/ComputeLibrary/tests/validation/NEON/
DGEMM.cpp265 n_value, k_value)
267 bool status = validate_zero_padding<CpuGemmTranspose1xW>(n_value, k_value);
/external/llvm/include/llvm/Support/
DMachO.h950 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/
Dmacho2yaml.cpp436 NL.n_value = nlist.n_value; in constructNameList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp218 Value = NL64.n_value; in createNormalizedSymbols()
226 Value = NL32.n_value; in createNormalizedSymbols()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp331 ListEntry.n_value = NLE.n_value; in writeNListEntry()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h958 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/
DMachOEmitter.cpp380 ListEntry.n_value = NLE.n_value; in writeNListEntry()

12