/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | DecodeTest.java | 7 package org.brotli.dec;
|
H A D | BrotliInputStream.java | 7 package org.brotli.dec;
|
H A D | CompoundDictionaryTest.java | 7 package org.brotli.dec;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | Makefile | 18 aes-internal-dec.o \
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp6dsp.asm | 137 dec r6 149 dec r6
|
H A D | vp9mc.asm | 190 dec hd 250 dec hd 308 dec hd 410 dec hd 482 dec hd 548 dec hd
|
H A D | h264_deblock_10bit.asm | 206 dec r3 296 dec r5 373 dec r3 412 dec r6 649 dec r6 710 dec r6 750 dec r6 790 dec r5 793 dec r6
|
H A D | sbrdsp.asm | 60 dec r2 71 dec r1 123 dec r5 372 dec noiseq
|
/third_party/backends/backend/genesys/ |
H A D | device.cpp | 192 << std::dec in operator <<() 216 << static_cast<unsigned>(dev.control[5]) << '\n' << std::dec in operator <<()
|
/third_party/lzma/Asm/x86/ |
H A D | XzCrc64Opt.asm | 28 dec rN
157 dec rN
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.cc | 202 os << "hash " << std::hex << symbol.hash() << std::dec << ")"; in AppendSymbolName() member in v8::internal::std 262 os << "0x" << std::hex << reinterpret_cast<intptr_t>(pointer) << std::dec; member in v8::internal::std
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | x86cpuid.pl | 341 &dec ("ecx"); 487 &dec ("ebx");
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_function.cpp | 37 for (const auto& dec : dec_b) { in DoPointeesLogicallyMatch() 38 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in DoPointeesLogicallyMatch()
|
/third_party/openssl/crypto/ |
H A D | x86cpuid.pl | 341 &dec ("ecx"); 487 &dec ("ebx");
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_function.cpp | 37 for (const auto& dec : dec_b) { in DoPointeesLogicallyMatch() 38 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in DoPointeesLogicallyMatch()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 153 const struct vtn_decoration *dec, void *void_func) in function_decoration_cb() 157 switch (dec->decoration) { in function_decoration_cb() 161 vtn_string_literal(b, dec->operands, dec->num_operands, &name_words); in function_decoration_cb() 162 vtn_fail_if(name_words >= dec->num_operands, in function_decoration_cb() 165 func->linkage = dec->operands[name_words]; in function_decoration_cb() 152 function_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, void *void_func) function_decoration_cb() argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureMipmapTests.cpp | 170 deUint32 dec = 0xff - inc; in init() local 171 deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in init() 522 deUint32 dec = 0xff - inc; in init() local 527 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; in init() 528 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; in init() 529 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; in init() 530 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; in init() 531 case 4: rgb = (255 << 16) | (dec << 8) | inc; break; in init() 532 case 5: rgb = (inc << 16) | (255 << 8) | dec; break; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 195 const deUint32 dec = 0xff - inc; in Texture2DMipmapTestInstance() local 196 const deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in Texture2DMipmapTestInstance() 463 const deUint32 dec = 0xff - inc; in TextureCubeMipmapTestInstance() local 468 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; in TextureCubeMipmapTestInstance() 469 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; in TextureCubeMipmapTestInstance() 470 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; in TextureCubeMipmapTestInstance() 471 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; in TextureCubeMipmapTestInstance() 472 case 4: rgb = (255 << 16) | (dec << 8) | inc; break; in TextureCubeMipmapTestInstance() 473 case 5: rgb = (inc << 16) | (255 << 8) | dec; break; in TextureCubeMipmapTestInstance() 704 const deUint32 dec in Texture3DMipmapTestInstance() local 1001 const deUint32 dec = 0xff - inc; Texture2DLodControlTestInstance() local 1275 const deUint32 dec = 0xff - inc; TextureCubeLodControlTestInstance() local 1552 const deUint32 dec = 0xff - inc; Texture3DLodControlTestInstance() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureMipmapTests.cpp | 195 const deUint32 dec = 0xff - inc; in Texture2DMipmapTestInstance() local 196 const deUint32 rgb = (inc << 16) | (dec << 8) | 0xff; in Texture2DMipmapTestInstance() 463 const deUint32 dec = 0xff - inc; in TextureCubeMipmapTestInstance() local 468 case 0: rgb = (inc << 16) | (dec << 8) | 255; break; in TextureCubeMipmapTestInstance() 469 case 1: rgb = (255 << 16) | (inc << 8) | dec; break; in TextureCubeMipmapTestInstance() 470 case 2: rgb = (dec << 16) | (255 << 8) | inc; break; in TextureCubeMipmapTestInstance() 471 case 3: rgb = (dec << 16) | (inc << 8) | 255; break; in TextureCubeMipmapTestInstance() 472 case 4: rgb = (255 << 16) | (dec << 8) | inc; break; in TextureCubeMipmapTestInstance() 473 case 5: rgb = (inc << 16) | (255 << 8) | dec; break; in TextureCubeMipmapTestInstance() 704 const deUint32 dec in Texture3DMipmapTestInstance() local 1001 const deUint32 dec = 0xff - inc; Texture2DLodControlTestInstance() local 1275 const deUint32 dec = 0xff - inc; TextureCubeLodControlTestInstance() local 1552 const deUint32 dec = 0xff - inc; Texture3DLodControlTestInstance() local [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 1890 AVCodecContext *dec = ist->dec_ctx; in guess_input_channel_layout() local 1892 if (dec->ch_layout.order == AV_CHANNEL_ORDER_UNSPEC) { in guess_input_channel_layout() 1895 if (dec->ch_layout.nb_channels > ist->guess_layout_max) in guess_input_channel_layout() 1897 av_channel_layout_default(&dec->ch_layout, dec->ch_layout.nb_channels); in guess_input_channel_layout() 1898 if (dec->ch_layout.order == AV_CHANNEL_ORDER_UNSPEC) in guess_input_channel_layout() 1900 av_channel_layout_describe(&dec->ch_layout, layout_name, sizeof(layout_name)); in guess_input_channel_layout() 2607 const AVCodec *codec = ist->dec; in init_input_stream() 3124 AVCodecContext *dec = NULL; in init_output_stream() local 3132 dec in init_output_stream() [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | dump.c | 653 int dec = (node_ofs - 4) / (NIDS_PER_BLOCK + 1); in start_bidx_of_node() local 654 bidx = node_ofs - 2 - dec; in start_bidx_of_node() 656 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1); in start_bidx_of_node() local 657 bidx = node_ofs - 5 - dec; in start_bidx_of_node()
|
/third_party/glslang/SPIRV/ |
H A D | hex_float.h | 637 const char* dec = "0123456789"; in get_nibble_from_character() local 641 if ((p = strchr(dec, character))) { in get_nibble_from_character() 642 return static_cast<uint8_t>(p - dec); in get_nibble_from_character() 718 os << "p" << std::dec << (int_exponent >= 0 ? "+" : "") << int_exponent; in operator <<()
|
/third_party/mbedtls/programs/x509/ |
H A D | cert_write.c | 255 unsigned long long int dec; in parse_serial_decimal_format() local 256 unsigned int remaining_bytes = sizeof(dec); in parse_serial_decimal_format() 262 dec = strtoull(ibuf, &end_ptr, 10); in parse_serial_decimal_format() 275 val = (dec >> ((remaining_bytes - 1) * 8)) & 0xFF; in parse_serial_decimal_format()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | disasm-a3xx.c | 345 OPC(6, OPC_ATOMIC_DEC, atomic.dec), 356 OPC(6, OPC_ATOMIC_B_DEC, atomic.b.dec), 367 OPC(6, OPC_ATOMIC_S_DEC, atomic.s.dec), 378 OPC(6, OPC_ATOMIC_G_DEC, atomic.g.dec),
|
/third_party/nghttp2/integration-tests/ |
H A D | server_tester.go | 59 dec *hpack.Decoder // HTTP/2 HPACK decoder 265 st.dec = hpack.NewDecoder(4096, func(f hpack.HeaderField) { 568 _, err := st.dec.Write(f.HeaderBlockFragment()) 590 _, err := st.dec.Write(f.HeaderBlockFragment())
|