/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 350 void Sqrt(DoubleRegister result, DoubleRegister input); 351 void Sqrt(DoubleRegister result, const MemOperand& input); 511 void LoadPositiveP(Register result, Register input); 512 void LoadPositive32(Register result, Register input); 810 static_assert(sizeof(T) == kDoubleSize, "Expect input size to be 8"); in LoadF64() 830 static_assert(sizeof(T) == kFloatSize, "Expect input size to be 4"); in LoadF32()
|
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | multiple-prologues-in-different-projects.js | 2159 [[90m12:00:53 AM[0m] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
2163 [[90m12:01:02 AM[0m] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo'
3264 [[90m12:01:16 AM[0m] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
3268 [[90m12:01:25 AM[0m] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo'
|
H A D | strict-in-one-dependency.js | 1993 [[90m12:00:50 AM[0m] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
1997 [[90m12:00:59 AM[0m] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
2995 [[90m12:01:13 AM[0m] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
2999 [[90m12:01:22 AM[0m] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
|
/third_party/python/Objects/ |
H A D | bytesobject.c | 20 /*[clinic input] 23 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=7a238f965d64892b]*/ 1691 /*[clinic input] 1698 /*[clinic end generated code: output=63a306a9bc0caac5 input=34ec5ddba98bd6bb]*/ in bytes___bytes___impl() 1714 /*[clinic input] 1730 /*[clinic end generated code: output=52126b5844c1d8ef input=8b809b39074abbfa]*/ in bytes_split_impl() 1751 /*[clinic input] 1769 /*[clinic end generated code: output=f532b392a17ff695 input=61cca95519406099]*/ in bytes_partition_impl() 1778 /*[clinic input] 1796 /*[clinic end generated code: output=191b114cbb028e50 input in bytes_rpartition_impl() 2055 const char *input; bytes_translate_impl() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_lzma.py | 92 # Test LZMADecompressor on known-good input data. 165 # Feed first half the input 172 # Retrieve more data without providing more input 177 # Retrieve more data while providing more input 193 # Test reusing input buffer after moving existing 198 # Create input buffer and fill it 203 # of input buffer 206 # Add more data that fits into input buffer after 215 # Test reusing input buffer by appending data at the 220 # Create input buffe [all...] |
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 13 pub fn expand_derive_deserialize(input: &mut syn::DeriveInput) -> syn::Result<TokenStream> { in expand_derive_deserialize() 14 replace_receiver(input); in expand_derive_deserialize() 17 let cont = match Container::from_ast(&ctxt, input, Derive::Deserialize) { in expand_derive_deserialize() 32 let vis = &input.vis; in expand_derive_deserialize() 157 // All the generics in the input, plus a bound `T: Deserialize` for each generic 2892 // Generates closure that converts single input parameter to the final value.
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 969 std::string VCardConstructor::EncodeQuotedPrintable(const std::string &input) in EncodeQuotedPrintable() argument 974 for (auto ch : input) { in EncodeQuotedPrintable()
|
/test/xts/device_attest_lite/services/core/network/ |
H A D | attest_network.c | 826 static int32_t DecodeCoapMessage(CoapPacket* coapPkt, const char *input, size_t inputLen, in DecodeCoapMessage() argument 830 if (CoapDecode(coapPkt, (const uint8_t*)input, inputLen) != 0) { in DecodeCoapMessage()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp3dsp_idct_msa.c | 26 static void idct_msa(uint8_t *dst, int stride, int16_t *input, int type) in idct_msa() argument 51 /* Extended input data */ in idct_msa() 52 LD_SH8(input, 8, r0, r1, r2, r3, r4, r5, r6, r7); in idct_msa()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dolby_e.c | 620 s->input += nb_words * s->word_bytes; in skip_input() 628 const uint8_t *key = s->input; in parse_key()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | imdct36.asm | 84 ; input %2={x1,x2,x3,x4}, %3={y1,y2,y3,y4} 95 ; input %2={x1,x2,x3,x4}, %3={y1,y2,y3,y4}
|
H A D | fft.asm | 650 %macro PREROTATER 5 ;-2*k, 2*k, input+n4, tcos+n8, tsin+n8 739 cglobal imdct_half, 3,12,8; FFTContext *s, FFTSample *output, const FFTSample *input
|
/third_party/ffmpeg/libavformat/ |
H A D | id3v2.c | 269 av_log(s, AV_LOG_ERROR, "Cannot read BOM value, input too short\n"); in decode_str() 344 static int iso8859_convert_utf8(char *input, size_t inputlen, char *output, size_t outputlen) in iso8859_convert_utf8() argument 351 size_t ret = iconv(cd, &input, (size_t *)&inbuferlen, &output, (size_t *)&outbuferlen); in iso8859_convert_utf8()
|
/third_party/curl/lib/vtls/ |
H A D | bearssl.c | 1181 static CURLcode bearssl_sha256sum(const unsigned char *input, in bearssl_sha256sum() argument 1189 br_sha256_update(&ctx, input, inputlen); in bearssl_sha256sum()
|
/third_party/gn/src/gn/ |
H A D | desc_builder.cc | 45 // "depfile : "file name for action input dependencies", 420 for (const auto& input : iter.cur().inputs()) in BuildDescription() 421 inputs.push_back(&input); in BuildDescription()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 109 ; data. The input is 15 bits in int16_t if $output_size is [8,10] and 19 bits in 142 ; input pixels
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 111 unsigned bit_size = info->input[input_index].fp16_lo_hi_valid & 0x1 ? 16 : 32; in load_input_vs() 161 unsigned required_channels = util_last_bit(info->input[input_index].usage_mask); in load_input_vs() 887 /* Declare input and output SGPRs. */ in si_llvm_build_vs_prolog()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bridge.c | 52 void *input, in pvr_srv_bridge_call() 60 .in_data_ptr = (uint64_t)(uintptr_t)input, in pvr_srv_bridge_call() 49 pvr_srv_bridge_call(int fd, uint8_t bridge_id, uint32_t function_id, void *input, uint32_t input_buffer_size, void *output, uint32_t output_buffer_size) pvr_srv_bridge_call() argument
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 1001 # generated depending on the content of the input idl file. 1067 self, input, output, implicit, command, cflags_c, cflags_cc, expand_special 1071 if input == self.pch_source: 1250 raise Exception("Missing input files:\n%s" % "\n".join(cleaned_up))
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | msvs_emulation.py | 992 # generated depending on the content of the input idl file. 1058 self, input, output, implicit, command, cflags_c, cflags_cc, expand_special 1062 if input == self.pch_source: 1241 raise Exception("Missing input files:\n%s" % "\n".join(cleaned_up))
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsmthred.cpp | 772 // comparing the raw input strings. 775 // comparing the NFD versions of the input strings, 1277 UnicodeString input( in TestBreakTranslit() 1280 gTranslitInput = &input; in TestBreakTranslit()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.cc | 708 for (int input : phi->operands()) { 709 os << " v" << input; 1131 // - includes the receiver (input 1 in CreateArtificialFrameState, and
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 98 # input: 128-bit H - secret parameter E(K,0^128) 110 vld1.64 {$t1},[x1] @ load input H 208 # input: Xi - current hash value; 258 # input: table precomputed in gcm_init_v8; 260 # pointer to input data; 261 # length of input data in bytes, but divisible by block size; 286 @ increment for input pointer;
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 34 # fetching input from memory, xor-ing it with zero-round key and 109 andcc $inp, 7, %g1 ! is input aligned? 187 andcc $inp, 7, %g1 ! is input aligned?
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 444 the new input data, but will keep the same ordinal number and version. 512 the new input data. Otherwise, the data will just be store away, to wait
|