Home
last modified time | relevance | path

Searched full:n_value (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dsymtab.yaml149 n_value: 4294971808
154 n_value: 4294971888
159 n_value: 4294973024
164 n_value: 4294973056
169 n_value: 4294974784
174 n_value: 4294974800
179 n_value: 4294974832
184 n_value: 4294975104
189 n_value: 4294975280
194 n_value: 4294967296
[all …]
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2551 // the symbol indirectly through n_value. Based on the relocation information
2556 DisassembleInfo *info, uint64_t &n_value, in get_symbol_64() argument
2558 n_value = 0; in get_symbol_64()
2585 // at this section_offset then use that symbol's value for the n_value 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()
[all …]
/aosp_15_r20/external/libxml2/
H A Dtestapi.c2079 int n_value; in test_htmlEntityValueLookup() local
2081 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) { in test_htmlEntityValueLookup()
2083 value = gen_unsigned_int(n_value, 0); in test_htmlEntityValueLookup()
2088 des_unsigned_int(n_value, value, 0); in test_htmlEntityValueLookup()
2094 printf(" %d", n_value); in test_htmlEntityValueLookup()
3972 int n_value; in test_xmlSAX2CDataBlock() local
3977 for (n_value = 0;n_value < gen_nb_const_xmlChar_ptr;n_value++) { in test_xmlSAX2CDataBlock()
3981 value = gen_const_xmlChar_ptr(n_value, 1); in test_xmlSAX2CDataBlock()
3990 des_const_xmlChar_ptr(n_value, value, 1); in test_xmlSAX2CDataBlock()
3998 printf(" %d", n_value); in test_xmlSAX2CDataBlock()
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtestapi.c2046 int n_value; in test_htmlEntityValueLookup() local
2048 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) { in test_htmlEntityValueLookup()
2050 value = gen_unsigned_int(n_value, 0); in test_htmlEntityValueLookup()
2055 des_unsigned_int(n_value, value, 0); in test_htmlEntityValueLookup()
2061 printf(" %d", n_value); in test_htmlEntityValueLookup()
3938 int n_value; in test_xmlSAX2CDataBlock() local
3943 for (n_value = 0;n_value < gen_nb_const_xmlChar_ptr;n_value++) { in test_xmlSAX2CDataBlock()
3947 value = gen_const_xmlChar_ptr(n_value, 1); in test_xmlSAX2CDataBlock()
3956 des_const_xmlChar_ptr(n_value, value, 1); in test_xmlSAX2CDataBlock()
3964 printf(" %d", n_value); in test_xmlSAX2CDataBlock()
[all …]
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1981 float n_value = (static_cast<float>(value) / saturation); in ApplysRGBGamma() local
1982 n_value = (n_value <= 0.0031308f) in ApplysRGBGamma()
1983 ? n_value * 12.92f in ApplysRGBGamma()
1984 : 1.055f * pow(n_value, 0.4166667f) - 0.055f; in ApplysRGBGamma()
1985 return n_value * saturation; in ApplysRGBGamma()
1989 float n_value = (static_cast<float>(value) / saturation); in ApplySMPTE170MGamma() local
1990 n_value = (n_value <= 0.018f) ? n_value * 4.5f in ApplySMPTE170MGamma()
1991 : 1.099f * pow(n_value, 0.45f) - 0.099f; in ApplySMPTE170MGamma()
1992 return n_value * saturation; in ApplySMPTE170MGamma()
1996 float n_value = (static_cast<float>(value) / saturation); in ApplyST2084Gamma() local
[all …]
/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach-o/
H A 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
140 * symbol. In this case the n_value field is an index into the string table
152 * The n_value field for all symbol table entries (including N_STAB's) gets
155 * field is NO_SECT then it's n_value field is not changed by the link editor.
162 * who's values (n_value) are non-zero. In which case the value of the n_value
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Denum_def.c241 size_t n_value, n_res_range, n_res_name; in create_enumdef() local
256 values = UPB_DESC(EnumDescriptorProto_value)(enum_proto, &n_value); in create_enumdef()
258 bool ok = upb_strtable_init(&e->ntoi, n_value, ctx->arena); in create_enumdef()
265 e->value_count = n_value; in create_enumdef()
266 e->values = _upb_EnumValueDefs_New(ctx, prefix, n_value, values, in create_enumdef()
269 if (n_value == 0) { in create_enumdef()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Denum_def.c235 size_t n_value, n_res_range, n_res_name; in create_enumdef() local
249 values = UPB_DESC(EnumDescriptorProto_value)(enum_proto, &n_value); in create_enumdef()
251 bool ok = upb_strtable_init(&e->ntoi, n_value, ctx->arena); in create_enumdef()
258 e->value_count = n_value; in create_enumdef()
260 _upb_EnumValueDefs_New(ctx, prefix, n_value, values, e, &e->is_sorted); in create_enumdef()
262 if (n_value == 0) { in create_enumdef()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A 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()
/aosp_15_r20/external/elfutils/tests/
H A Dtest-nlist.c61 "nl[%d].n_value = %ld\n" in main()
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()
/aosp_15_r20/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc73 unsigned long n_value; member
281 line.rva_to_func = cur_list->n_value; in LoadLineInfo()
319 // The n_value field is always 0 from stab generated by Sun CC. in LoadFuncSymbols()
321 func_info.addr = cur_list->n_value; in LoadFuncSymbols()
419 // The n_value field is always 0 from stab generated by Sun CC. in LoadAllSymbols()
421 source_file_info.addr = cur_list->n_value; in LoadAllSymbols()
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A 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()
H A 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()
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/
H A Ddp-reg.c369 unsigned int n_value) in s5p_dp_set_video_cr_mn() argument
386 reg = n_value >> N_VID_0_VALUE_SHIFT; in s5p_dp_set_video_cr_mn()
389 reg = (n_value >> N_VID_1_VALUE_SHIFT); in s5p_dp_set_video_cr_mn()
392 reg = (n_value >> N_VID_2_VALUE_SHIFT); in s5p_dp_set_video_cr_mn()
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_llvm.cpp1724 int32_t N_value = 1024; in TEST() local
1725 std::vector<float> av(M * N_value); in TEST()
1727 std::vector<float> bv(N_value); in TEST()
1729 std::vector<float> cv(M * N_value, 0); in TEST()
1730 std::vector<void*> args({av.data(), bv.data(), cv.data(), &N_value}); in TEST()
1736 for (const auto j : c10::irange(N_value)) { in TEST()
1737 ASSERT_EQ(cv[i * N_value + j], av[i * N_value + j] + bv[j]); in TEST()
1745 for (const auto j : c10::irange(N_value)) { in TEST()
1746 ASSERT_EQ(cv[i * N_value + j], av[i * N_value + j] + bv[j]); in TEST()
/aosp_15_r20/external/llvm/test/tools/dsymutil/
H A 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
/aosp_15_r20/external/elfutils/libelf/
H A 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()
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp79 STE.n_value); in handleStabDebugMapEntry()
93 STE.n_value); in dumpSymTabEntry()
203 OS << "Index n_strx n_type n_sect n_desc n_value\n"; in dumpSymTabHeader()
256 // n_value in dumpSymTabEntry()
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc189 q->n_value = 0; in __breakpad_fdnlist()
386 p->n_value = q->n_value; in __breakpad_fdnlist()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A 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()
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5420/
H A Ddp_lowlevel.c1058 unsigned int n_value) in exynos_dp_set_video_cr_mn() argument
1073 reg = N_VID0_CFG(n_value); in exynos_dp_set_video_cr_mn()
1075 reg = N_VID1_CFG(n_value); in exynos_dp_set_video_cr_mn()
1077 reg = N_VID2_CFG(n_value); in exynos_dp_set_video_cr_mn()
/aosp_15_r20/external/coreboot/src/soc/rockchip/common/
H A Dedp.c808 u32 n_value) in rk_edp_set_video_cr_mn() argument
821 val = n_value & 0xff; in rk_edp_set_video_cr_mn()
823 val = (n_value >> 8) & 0xff; in rk_edp_set_video_cr_mn()
825 val = (n_value >> 16) & 0xff; in rk_edp_set_video_cr_mn()
/aosp_15_r20/external/coreboot/src/soc/samsung/exynos5250/include/soc/
H A Ddp-core.h200 * param n_value to calculate n_vid value
205 unsigned int n_value);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMachOBuilder.h178 Sym.n_value = Offset; in addSymbol()
256 Sym.n_value = Value; in addSymbol()
324 Sym.n_value += Sec->addr; in layout()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DMachOBuilder.h253 Sym.n_value = Offset;
331 Sym.n_value = Value;
399 Sym.n_value += Sec->addr;

123456