Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
Dgl4cSparseBufferTests.cpp2088 for (unsigned int n_value = 0; n_value < n_valid_values && result_local; ++n_value) in execute() local
2090 const int dst_data_offset = static_cast<int>(sizeof(short) * n_value); in execute()
2182 for (unsigned int n_value = 0; n_value < n_valid_values && result_local; ++n_value) in execute() local
2184 const int dst_data_offset = static_cast<int>(copy_region_end_offset + sizeof(short) * n_value); in execute()
/third_party/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()
/third_party/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
/third_party/libxml2/
Dtestapi.c2031 int n_value; in test_htmlEntityValueLookup() local
2033 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) { in test_htmlEntityValueLookup()
2035 value = gen_unsigned_int(n_value, 0); in test_htmlEntityValueLookup()
2040 des_unsigned_int(n_value, value, 0); in test_htmlEntityValueLookup()
2046 printf(" %d", n_value); in test_htmlEntityValueLookup()
3880 int n_value; in test_xmlSAX2CDataBlock() local
3885 for (n_value = 0;n_value < gen_nb_const_xmlChar_ptr;n_value++) { in test_xmlSAX2CDataBlock()
3889 value = gen_const_xmlChar_ptr(n_value, 1); in test_xmlSAX2CDataBlock()
3898 des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1); in test_xmlSAX2CDataBlock()
3906 printf(" %d", n_value); in test_xmlSAX2CDataBlock()
[all …]
/third_party/vk-gl-cts/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()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c206 VALUE n_value = in native_slot_set_value_and_case() local
208 n_value = in native_slot_set_value_and_case()
209 rb_funcall(n_value, rb_intern("*"), 1, INT2NUM(1000000000)); in native_slot_set_value_and_case()
210 n_value = rb_funcall(n_value, rb_intern("round"), 0); in native_slot_set_value_and_case()
211 rb_hash_aset(hash, rb_str_new2("nanos"), n_value); in native_slot_set_value_and_case()
/third_party/cups-filters/filter/
Drastertopdf.cpp443 std::string n_value = ""; in embedIccProfile() local
458 n_value = "1"; in embedIccProfile()
462 n_value = "3"; in embedIccProfile()
466 n_value = "4"; in embedIccProfile()
475 streamdict["/N"]=QPDFObjectHandle::newName(n_value); in embedIccProfile()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp380 ListEntry.n_value = NLE.n_value; in writeNListEntry()
DMachOYAML.cpp198 IO.mapRequired("n_value", NListEntry.n_value); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h989 uint32_t n_value; member
997 uint64_t n_value; member
1271 sys::swapByteOrder(sym.n_value); in swapStruct()
1277 sys::swapByteOrder(sym.n_value); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h73 uint64_t n_value; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2254 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2255 if (num_components != n_value) { in ValidateExtInst()
2444 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2445 if (num_components != n_value) { in ValidateExtInst()
/third_party/spirv-tools/source/val/
Dvalidate_extensions.cpp2283 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2284 if (num_components != n_value) { in ValidateExtInst()
2473 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2474 if (num_components != n_value) { in ValidateExtInst()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp2254 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2255 if (num_components != n_value) { in ValidateExtInst()
2444 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2445 if (num_components != n_value) { in ValidateExtInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1702 NValue = STE_64.n_value; in checkSymbolTable()
1709 NValue = STE.n_value; in checkSymbolTable()
1776 return Entry.n_value; in getNValue()
1779 return Entry.n_value; in getNValue()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs531 pub n_value: ::c_ulong,
537 pub n_value: ::kvaddr_t,
/third_party/chromium/patch/
D0001-cve.patch130990 - int n_value;
130994 - for (n_value = 0;n_value < gen_nb_void_ptr;n_value++) {
130998 - value = gen_void_ptr(n_value, 2);
131005 - des_void_ptr(n_value, value, 2);
131013 - printf(" %d", n_value);