Home
last modified time | relevance | path

Searched refs:input (Results 6076 - 6100 of 7000) sorted by relevance

1...<<241242243244245246247248249250>>...280

/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_nat.sh1132 chain input {
1133 type filter hook input priority 0; policy accept;
1147 # be done before (input) ip defragmentation
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dqdio_main.c285 unsigned int input) in qdio_siga_sync()
299 cc = do_siga_sync(schid, output, input, fc); in qdio_siga_sync()
1187 * handle_inbound - reset processed input buffers
284 qdio_siga_sync(struct qdio_q *q, unsigned int output, unsigned int input) qdio_siga_sync() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Desp4.c861 esph->seq_no = XFRM_SKB_CB(skb)->seq.input.hi; in esp_input_set_header()
1215 .input = esp_input,
/kernel/linux/linux-6.6/net/ipv6/
H A Desp6.c910 esph->seq_no = XFRM_SKB_CB(skb)->seq.input.hi; in esp_input_set_header()
1267 .input = esp6_input,
/third_party/ffmpeg/libavcodec/mips/
H A Dvp3dsp_idct_msa.c26 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 Ddolby_e.c620 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 Dimdct36.asm84 ; 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 Dfft.asm650 %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 Did3v2.c269 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 Dbearssl.c1181 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 Ddesc_builder.cc45 // "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 Doutput.asm109 ; 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 Dsi_shader_llvm_vs.c111 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 Dpvr_srv_bridge.c52 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 Dmsvs_emulation.py1001 # 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 Dmsvs_emulation.py992 # 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 Dtsmthred.cpp772 // 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 Dinstruction.cc708 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 Dghashv8-armx.pl98 # 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 Daest4-sparcv9.pl34 # 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 DOrdinals.pm444 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
/third_party/node/deps/undici/src/lib/fetch/
H A Dindex.js125 function fetch (input, init = {}) {
132 // Request as constructor with input and init as arguments. If this throws
137 requestObject = new Request(input, init)
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm444 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
/third_party/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl34 # 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/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl98 # 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;

Completed in 43 milliseconds

1...<<241242243244245246247248249250>>...280