/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderTextureImageSamplesTests.cpp | 475 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 D | gl4cSparseBufferTests.cpp | 2088 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 D | test-nlist.c | 61 "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 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()
|
H A D | nlist.h | 37 long int n_value; /* Value of symbol. */ member
|
/third_party/node/src/crypto/ |
H A D | crypto_rsa.cc | 424 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 D | esextcTessellationShaderXFB.cpp | 846 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 D | storage.c | 206 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 D | rastertopdf.cpp | 443 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 D | MachOLinkGraphBuilder.cpp | 218 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 D | MachOYAML.h | 73 uint64_t n_value; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 380 ListEntry.n_value = NLE.n_value; in writeNListEntry()
|
H A D | MachOYAML.cpp | 198 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 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 989 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 D | validate_extensions.cpp | 2254 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 D | validate_extensions.cpp | 2254 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 D | validate_extensions.cpp | 2583 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 D | MachOObjectFile.cpp | 1702 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 D | mod.rs | 531 pub n_value: ::c_ulong, 537 pub n_value: ::kvaddr_t,
|