Home
last modified time | relevance | path

Searched refs:n_value (Results 1 - 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderTextureImageSamplesTests.cpp475 for (int n_value = 0; n_value < m_internalformat_n_samples_count; ++n_value) in executeFunctionalTest()
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_internalformat, in executeFunctionalTest()
505 gl.texStorage3DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_internalformat, in executeFunctionalTest()
539 expected_value = m_internalformat_n_samples_data[n_value]; in executeFunctionalTest()
H A Dgl4cSparseBufferTests.cpp2088 for (unsigned int n_value = 0; n_value < n_valid_values && result_local; ++n_value) in execute()
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()
2184 const int dst_data_offset = static_cast<int>(copy_region_end_offset + sizeof(short) * n_value); in execute()
/third_party/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()
/third_party/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()
H A Dnlist.h37 long int n_value; /* Value of symbol. */ member
/third_party/node/src/crypto/
H A Dcrypto_rsa.cc424 Local<Value> n_value; in ImportJWKRsaKey() local
428 if (!jwk->Get(env->context(), env->jwk_n_string()).ToLocal(&n_value) || in ImportJWKRsaKey()
431 !n_value->IsString() || in ImportJWKRsaKey()
446 ByteSource n = ByteSource::FromEncodedString(env, n_value.As<String>()); in ImportJWKRsaKey()
/third_party/vk-gl-cts/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()
849 const glw::GLfloat* captured_data_ptr = result_ptr + n_value * 4 /* components */; in iterate()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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/
H A 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/
H A 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-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h73 uint64_t n_value; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp380 ListEntry.n_value = NLE.n_value; in writeNListEntry()
H A DMachOYAML.cpp198 IO.mapRequired("n_value", NListEntry.n_value); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/include/llvm/BinaryFormat/
H A 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/spirv-tools/source/val/
H A 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/SPIRV-Tools/source/val/
H A 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/
H A Dvalidate_extensions.cpp2583 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2584 if (num_components != n_value) { in ValidateExtInst()
2773 const uint32_t n_value = inst->word(7); in ValidateExtInst() local
2774 if (num_components != n_value) { in ValidateExtInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp1702 NValue = STE_64.n_value; in checkSymbolTable()
1709 NValue = STE.n_value; in checkSymbolTable()
1719 return malformedError("bad n_value: " + Twine((int)NValue) + " past " in checkSymbolTable()
1776 return Entry.n_value; in getNValue()
1779 return Entry.n_value; in getNValue()
1783 // index is in the n_value field.
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs531 pub n_value: ::c_ulong,
537 pub n_value: ::kvaddr_t,

Completed in 58 milliseconds