/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 49 os << std::dec << " (" << Smi::ToInt(*this) << ")\n"; in Print() 1051 os << "\n " << std::setw(12) << std::dec << i << ": "; in SwissNameDictionaryPrint() 1074 os << "\n " << std::setw(12) << std::dec << enum_index << ": " << entry; in SwissNameDictionaryPrint() 1085 os << "\n " << std::setw(12) << std::dec << bucket << ": "; in SwissNameDictionaryPrint()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 1190 auto &dec = memb[index]; 1219 if (dec.decoration_flags.get(DecorationLocation) && can_use_io_location(type.storage, true)) 1220 attr.push_back(join("location = ", dec.location)); 1223 if (dec.decoration_flags.get(DecorationComponent) && can_use_io_location(type.storage, true)) 1231 attr.push_back(join("component = ", dec.component)); 1240 dec.decoration_flags.get(DecorationOffset)) 1241 attr.push_back(join("offset = ", dec.offset)); 1242 else if (type.storage == StorageClassOutput && dec.decoration_flags.get(DecorationOffset)) 1243 attr.push_back(join("xfb_offset = ", dec.offset)); 4592 auto &dec [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_virtualvalues.cpp | 499 os << "L[0x" << std::hex << m_value << std::dec << "]";
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic_connection_handler.cc | 646 << error_code << log::dec in send_connection_close()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 664 std::cout << "\t\t\t " << fmt << ": " << std::hex << pSupportedFormats[fmt].format << std::dec << std::endl;
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 476 out << "#define SPV_VERSION 0x" << std::hex << DocVersion << std::dec << "\n"; member in __anon21776::TPrinterCBase::std
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 476 out << "#define SPV_VERSION 0x" << std::hex << DocVersion << std::dec << "\n"; member in __anon23033::TPrinterCBase::std
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 478 out << "#define SPV_VERSION 0x" << std::hex << DocVersion << std::dec << "\n"; member in __anon26546::TPrinterCBase::std
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | substitute.h | 160 Arg(Dec dec); // NOLINT(runtime/explicit)
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 4433 DecimalFormat* dec = dynamic_cast<DecimalFormat*>(nf); in TestGetLocale() local 4434 if (dec == NULL) { in TestGetLocale() 4438 valid = dec->getLocale(ULOC_VALID_LOCALE, ec); in TestGetLocale() 4439 actual = dec->getLocale(ULOC_ACTUAL_LOCALE, ec); in TestGetLocale() 4446 const DecimalFormatSymbols* sym = dec->getDecimalFormatSymbols(); in TestGetLocale()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 427 #define DEC_L(a) CHOICE(decl a, decl a, _LTOG dec a) 428 #define DEC_W(a) CHOICE(decw a, decw a, _WTOG dec a) 1156 #define DEC_L(a) dec L_(a) 1157 #define DEC_W(a) dec W_(a) 1158 #define DEC_B(a) dec B_(a)
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-x86.pl | 42 # interleaves at most 6 aes[enc|dec] instructions, because there are 138 &dec ($rounds); 212 &aesni_generate1("dec") if(!$inline); 220 { &aesni_inline_generate1("dec"); } 232 # aes[enc|dec] latency was originally 6, it could be scheduled only 239 # can schedule aes[enc|dec] every cycle optimal interleave factor 418 &aesni_generate2("dec"); 420 &aesni_generate3("dec"); 422 &aesni_generate4("dec"); 424 &aesni_generate6("dec"); [all...] |
H A D | aesni-x86_64.pl | 24 # Given aes(enc|dec) instructions' latency asymptotic performance for 91 # While Westmere processor features 6 cycles latency for aes[enc|dec] 242 # Why folded loop? Because aes[enc|dec] is slow enough to accommodate 264 dec $rounds 304 &aesni_generate1("dec",$key,$rounds); 319 # aes[enc|dec] latency was originally 6, it could be scheduled only 326 # can schedule aes[enc|dec] every cycle optimal interleave factor 601 &aesni_generate2("dec"); 603 &aesni_generate3("dec"); 605 &aesni_generate4("dec"); [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-x86.pl | 42 # interleaves at most 6 aes[enc|dec] instructions, because there are 138 &dec ($rounds); 212 &aesni_generate1("dec") if(!$inline); 220 { &aesni_inline_generate1("dec"); } 232 # aes[enc|dec] latency was originally 6, it could be scheduled only 239 # can schedule aes[enc|dec] every cycle optimal interleave factor 418 &aesni_generate2("dec"); 420 &aesni_generate3("dec"); 422 &aesni_generate4("dec"); 424 &aesni_generate6("dec"); [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_astc.cpp | 1825 Decoder dec(blk_w, blk_h, 1, srgb, true); 1832 dec.decode(src_row + x * block_size, block_out);
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 1105 os << dec << "\" }" << endl; in print() 1112 os << dec << "\" }" << endl; in print()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 196 &dec ($cnt); 550 &dec ($cnt);
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86.pl | 596 &dec ("ecx"); 1382 &dec ("ecx");
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 435 def dec(*args, **kwargs): function 443 return dec
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86.pl | 596 &dec ("ecx"); 1382 &dec ("ecx");
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 196 &dec ($cnt); 550 &dec ($cnt);
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 1204 for (const auto& dec : dec_b) { in LogicallyMatch() 1205 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in LogicallyMatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 1204 for (const auto& dec : dec_b) { in LogicallyMatch() 1205 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in LogicallyMatch()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-mmx.asm | 506 dec ecx ; ctr 834 dec ecx ; ctr
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 1105 os << dec << "\" }" << endl; in print() 1112 os << dec << "\" }" << endl; in print()
|