Home
last modified time | relevance | path

Searched refs:inp (Results 1 - 25 of 420) sorted by relevance

12345678910>>...17

/third_party/rust/crates/memchr/bench/src/memmem/
H A Dmod.rs113 ($inp:expr, $q:expr, $freq:expr, $impl:ident) => { in oneshot()
126 "{dir}/{imp}/{config}/{inp}/{freq}-{q}", in oneshot()
130 inp = $inp.name, in oneshot()
137 $inp.corpus.as_bytes(), in oneshot()
142 $find($inp.corpus, $q.needle) in oneshot()
157 ($inp:expr, $q:expr, $freq:expr) => { in oneshot()
158 def_impl!($inp, $q, $freq, krate); in oneshot()
159 def_impl!($inp, $q, $freq, krate_nopre); in oneshot()
160 def_impl!($inp, in oneshot()
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib_softfloat.cpp65 static uint32_t clz32(uint32_t inp) in clz32() argument
69 __asm__("bsrl %1, %0": "=r"(bsr):"r"(inp | 1)); in clz32()
73 return __clz(inp); /* armcc builtin */ in clz32()
77 __asm__("clz %0, %1": "=r"(lz):"r"(inp)); in clz32()
82 if (inp >= UINT32_C(0x10000)) in clz32()
84 inp >>= 16; in clz32()
87 if (inp >= UINT32_C(0x100)) in clz32()
89 inp >>= 8; in clz32()
92 return summa + clz_table[inp]; in clz32()
109 static uint32_t rtne_shift32(uint32_t inp, uint32_ argument
120 rtna_shift32(uint32_t inp, uint32_t shamt) rtna_shift32() argument
128 rtup_shift32(uint32_t inp, uint32_t shamt) rtup_shift32() argument
138 sf16_to_sf32(sf16 inp) sf16_to_sf32() argument
194 sf32_to_sf16(sf32 inp, roundmode rmode) sf32_to_sf16() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl98 ($out,$inp,$len,$key,$counter)=("%rdi","%rsi","%rdx","%rcx","%r8");
318 mov $inp,64+8(%rsp) # save inp
338 mov 64+8(%rsp),$inp # load inp
359 xor 4*0($inp),@x[0] # xor with input
360 xor 4*1($inp),@x[1]
361 xor 4*2($inp),@x[2]
362 xor 4*3($inp),@x[3]
363 xor 4*4($inp),
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl98 ($out,$inp,$len,$key,$counter)=("%rdi","%rsi","%rdx","%rcx","%r8");
318 mov $inp,64+8(%rsp) # save inp
338 mov 64+8(%rsp),$inp # load inp
359 xor 4*0($inp),@x[0] # xor with input
360 xor 4*1($inp),@x[1]
361 xor 4*2($inp),@x[2]
362 xor 4*3($inp),@x[3]
363 xor 4*4($inp),
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha_ppc.c17 void sha256_block_p8(void *ctx, const void *inp, size_t len);
18 void sha256_block_ppc(void *ctx, const void *inp, size_t len);
19 void sha256_block_data_order(void *ctx, const void *inp, size_t len);
20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() argument
22 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha256_block_p8(ctx, inp, len) : in sha256_block_data_order()
23 sha256_block_ppc(ctx, inp, len); in sha256_block_data_order()
26 void sha512_block_p8(void *ctx, const void *inp, size_t len);
27 void sha512_block_ppc(void *ctx, const void *inp, size_t len);
28 void sha512_block_data_order(void *ctx, const void *inp, size_t len);
29 void sha512_block_data_order(void *ctx, const void *inp, size_ argument
[all...]
/third_party/openssl/crypto/sha/
H A Dsha_ppc.c17 void sha256_block_p8(void *ctx, const void *inp, size_t len);
18 void sha256_block_ppc(void *ctx, const void *inp, size_t len);
19 void sha256_block_data_order(void *ctx, const void *inp, size_t len);
20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() argument
22 OPENSSL_ppccap_P & PPC_CRYPTO207 ? sha256_block_p8(ctx, inp, len) : in sha256_block_data_order()
23 sha256_block_ppc(ctx, inp, len); in sha256_block_data_order()
26 void sha512_block_p8(void *ctx, const void *inp, size_t len);
27 void sha512_block_ppc(void *ctx, const void *inp, size_t len);
28 void sha512_block_data_order(void *ctx, const void *inp, size_t len);
29 void sha512_block_data_order(void *ctx, const void *inp, size_ argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-586.pl79 $inp="esi";
129 &movq ("mm2",&QWP(0,$inp)) if ($i==1);
130 &movq (&QWP(-8,(@XX[0],$inp)),"mm1") if ($i==0);
151 &movq ("mm0",&QWP(0,$inp)) if ($i<=0);
152 &movq (&QWP(-8,($out,$inp)),"mm2") if ($i==0);
165 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
169 &mov ($inp,&wparam(2)); # load inp
182 &lea ($tx,&DWP(0,$inp,$ty));
183 &sub ($out,$inp); # r
[all...]
/third_party/openssl/crypto/rc4/asm/
H A Drc4-586.pl79 $inp="esi";
129 &movq ("mm2",&QWP(0,$inp)) if ($i==1);
130 &movq (&QWP(-8,(@XX[0],$inp)),"mm1") if ($i==0);
151 &movq ("mm0",&QWP(0,$inp)) if ($i<=0);
152 &movq (&QWP(-8,($out,$inp)),"mm2") if ($i==0);
165 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
169 &mov ($inp,&wparam(2)); # load inp
182 &lea ($tx,&DWP(0,$inp,$ty));
183 &sub ($out,$inp); # r
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-x86.pl92 $inp="esi";
192 # void $PREFIX_encrypt (const void *inp,void *out,const AES_KEY *key);
211 # void $PREFIX_decrypt (const void *inp,void *out,const AES_KEY *key);
433 &mov ($inp,&wparam(0));
449 &movdqu ($inout0,&QWP(0,$inp));
450 &movdqu ($inout1,&QWP(0x10,$inp));
451 &movdqu ($inout2,&QWP(0x20,$inp));
452 &movdqu ($inout3,&QWP(0x30,$inp));
453 &movdqu ($inout4,&QWP(0x40,$inp));
454 &movdqu ($inout5,&QWP(0x50,$inp));
[all...]
H A Daesni-mb-x86_64.pl88 # struct { void *inp,*out; int blocks; double iv[2]; } inp[8];
92 $inp="%rdi"; # 1st arg
103 @inp=map("%xmm$_",(6..9));
173 lea $inp_elm_size*2($inp),$inp
184 mov `$inp_elm_size*$i+2*$ptr_size-$inp_elm_size*2`($inp),$one
185 mov `$inp_elm_size*$i+0-$inp_elm_size*2`($inp),$inptr_reg
187 mov `$inp_elm_size*$i+$ptr_size-$inp_elm_size*2`($inp),$outptr_reg
191 movdqu `$inp_elm_size*$i+2*$ptr_size+8-$inp_elm_size*2`($inp),
[all...]
H A Daesfx-sparcv9.pl39 my ($inp,$out,$key,$rounds,$tmp,$mask) = map("%o$_",(0..5));
54 and $inp, 7, $tmp ! is input aligned?
55 andn $inp, 7, $inp
65 ldd [$inp + 0], %f0 ! load input
67 ldd [$inp + 8], %f2
70 ldd [$inp + 16], %f4
127 add $out, 16, $inp
135 stda %f8, [$inp + $tmp]0xc0 ! partial store
144 and $inp,
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesni-x86.pl92 $inp="esi";
192 # void $PREFIX_encrypt (const void *inp,void *out,const AES_KEY *key);
211 # void $PREFIX_decrypt (const void *inp,void *out,const AES_KEY *key);
433 &mov ($inp,&wparam(0));
449 &movdqu ($inout0,&QWP(0,$inp));
450 &movdqu ($inout1,&QWP(0x10,$inp));
451 &movdqu ($inout2,&QWP(0x20,$inp));
452 &movdqu ($inout3,&QWP(0x30,$inp));
453 &movdqu ($inout4,&QWP(0x40,$inp));
454 &movdqu ($inout5,&QWP(0x50,$inp));
[all...]
H A Daesni-mb-x86_64.pl88 # struct { void *inp,*out; int blocks; double iv[2]; } inp[8];
92 $inp="%rdi"; # 1st arg
103 @inp=map("%xmm$_",(6..9));
173 lea $inp_elm_size*2($inp),$inp
184 mov `$inp_elm_size*$i+2*$ptr_size-$inp_elm_size*2`($inp),$one
185 mov `$inp_elm_size*$i+0-$inp_elm_size*2`($inp),$inptr_reg
187 mov `$inp_elm_size*$i+$ptr_size-$inp_elm_size*2`($inp),$outptr_reg
191 movdqu `$inp_elm_size*$i+2*$ptr_size+8-$inp_elm_size*2`($inp),
[all...]
H A Daesfx-sparcv9.pl39 my ($inp,$out,$key,$rounds,$tmp,$mask) = map("%o$_",(0..5));
54 and $inp, 7, $tmp ! is input aligned?
55 andn $inp, 7, $inp
65 ldd [$inp + 0], %f0 ! load input
67 ldd [$inp + 8], %f2
70 ldd [$inp + 16], %f4
127 add $out, 16, $inp
135 stda %f8, [$inp + $tmp]0xc0 ! partial store
144 and $inp,
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dkeccak1600p8-ppc.pl378 my ($A_jagged,$inp,$len,$bsz) = map("r$_",(3..6));
491 lvdx_u v26,0,$inp
492 addi $inp,$inp,8
496 lvdx_u v26,0,$inp
497 addi $inp,$inp,8
501 lvdx_u v26,0,$inp
502 addi $inp,$inp,
[all...]
H A Dsha512-ppc.pl109 $inp="r4"; # zapped by $a1
132 $inp="r31" if($SZ==4 || $SIZE_T==8); # reassigned $inp! aliases with @X[15]
231 mr $inp,r4 ; incarnate $inp
251 andi. r0,$inp,3
254 add $num,$inp,$num
256 $PUSH $inp,`$FRAME-$SIZE_T*23`($sp) ; inp pointer
268 subfic $t1,$inp,409
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dkeccak1600p8-ppc.pl378 my ($A_jagged,$inp,$len,$bsz) = map("r$_",(3..6));
491 lvdx_u v26,0,$inp
492 addi $inp,$inp,8
496 lvdx_u v26,0,$inp
497 addi $inp,$inp,8
501 lvdx_u v26,0,$inp
502 addi $inp,$inp,
[all...]
H A Dsha512-ppc.pl109 $inp="r4"; # zapped by $a1
132 $inp="r31" if($SZ==4 || $SIZE_T==8); # reassigned $inp! aliases with @X[15]
231 mr $inp,r4 ; incarnate $inp
251 andi. r0,$inp,3
254 add $num,$inp,$num
256 $PUSH $inp,`$FRAME-$SIZE_T*23`($sp) ; inp pointer
268 subfic $t1,$inp,409
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl37 my ($inp,$out,$len,$key,$ivec)=map("%i$_",(0..5));
52 sub $inp, $out, $blk_init ! $inp!=$out
73 prefetch [$inp], 20
74 prefetch [$inp + 63], 20
76 and $inp, 7, $ileft
77 andn $inp, 7, $inp
86 brnz,pn $blk_init, .L${bits}cbc_enc_blk ! $inp==$out)
94 ldx [$inp
[all...]
/third_party/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl37 my ($inp,$out,$len,$key,$ivec)=map("%i$_",(0..5));
52 sub $inp, $out, $blk_init ! $inp!=$out
73 prefetch [$inp], 20
74 prefetch [$inp + 63], 20
76 and $inp, 7, $ileft
77 andn $inp, 7, $inp
86 brnz,pn $blk_init, .L${bits}cbc_enc_blk ! $inp==$out)
94 ldx [$inp
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264einport.c101 struct input_buf_private *inp; in h264e_inport_AllocateBuffer() local
109 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private); in h264e_inport_AllocateBuffer()
110 if (!inp) { in h264e_inport_AllocateBuffer()
115 list_inithead(&inp->tasks); in h264e_inport_AllocateBuffer()
117 r = enc_AllocateBackTexture(ap_hdl, idx, &inp->resource, &inp->transfer, &(*buf)->pBuffer); in h264e_inport_AllocateBuffer()
120 FREE(inp); in h264e_inport_AllocateBuffer()
132 struct input_buf_private *inp; in h264e_inport_UseBuffer() local
140 inp = (*buf)->pInputPortPrivate = CALLOC_STRUCT(input_buf_private); in h264e_inport_UseBuffer()
141 if (!inp) { in h264e_inport_UseBuffer()
155 struct input_buf_private *inp = buf->pInputPortPrivate; h264e_inport_FreeBuffer() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H A Dwp_dgst.c79 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local
82 WHIRLPOOL_BitUpdate(c, inp, chunk * 8); in WHIRLPOOL_Update()
84 inp += chunk; in WHIRLPOOL_Update()
87 WHIRLPOOL_BitUpdate(c, inp, bytes * 8); in WHIRLPOOL_Update()
97 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local
117 whirlpool_block(c, inp, n); in WHIRLPOOL_BitUpdate()
118 inp += n * WHIRLPOOL_BBLOCK / 8; in WHIRLPOOL_BitUpdate()
127 memcpy(c->data + byteoff, inp, bitrem); in WHIRLPOOL_BitUpdate()
128 inp += bitrem; in WHIRLPOOL_BitUpdate()
132 memcpy(c->data + byteoff, inp, bit in WHIRLPOOL_BitUpdate()
253 WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) WHIRLPOOL() argument
[all...]
/third_party/openssl/crypto/whrlpool/
H A Dwp_dgst.c79 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local
82 WHIRLPOOL_BitUpdate(c, inp, chunk * 8); in WHIRLPOOL_Update()
84 inp += chunk; in WHIRLPOOL_Update()
87 WHIRLPOOL_BitUpdate(c, inp, bytes * 8); in WHIRLPOOL_Update()
97 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local
117 whirlpool_block(c, inp, n); in WHIRLPOOL_BitUpdate()
118 inp += n * WHIRLPOOL_BBLOCK / 8; in WHIRLPOOL_BitUpdate()
127 memcpy(c->data + byteoff, inp, bitrem); in WHIRLPOOL_BitUpdate()
128 inp += bitrem; in WHIRLPOOL_BitUpdate()
132 memcpy(c->data + byteoff, inp, bit in WHIRLPOOL_BitUpdate()
253 WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) WHIRLPOOL() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp106 static uint32_t hash52(uint32_t inp) in hash52() argument
108 inp ^= inp >> 15; in hash52()
110 inp *= 0xEEDE0891; // (2^4+1)*(2^7+1)*(2^17-1) in hash52()
111 inp ^= inp >> 5; in hash52()
112 inp += inp << 16; in hash52()
113 inp ^= inp >> in hash52()
[all...]
/third_party/lwip/src/netif/ppp/
H A Deap.c99 static void eap_input(ppp_pcb *pcb, u_char *inp, int inlen);
104 static int eap_printpkt(const u_char *inp, int inlen,
345 b64enc(bs, inp, inlen, outp) in b64enc()
347 u_char *inp;
354 bs->bs_bits = (bs->bs_bits << 8) | *inp++;
393 b64dec(bs, inp, inlen, outp) in b64dec()
395 u_char *inp;
403 if ((cp = strchr(base64, *inp++)) == NULL)
1250 write_pseudonym(esp, inp, len, id) in write_pseudonym()
1252 u_char *inp;
1311 eap_request(ppp_pcb *pcb, u_char *inp, int id, int len) eap_request() argument
1725 eap_response(ppp_pcb *pcb, u_char *inp, int id, int len) eap_response() argument
2017 eap_success(ppp_pcb *pcb, u_char *inp, int id, int len) eap_success() argument
2043 eap_failure(ppp_pcb *pcb, u_char *inp, int id, int len) eap_failure() argument
2070 eap_input(ppp_pcb *pcb, u_char *inp, int inlen) eap_input() argument
2135 eap_printpkt(const u_char *inp, int inlen, void (*printer) (void *, const char *, ...), void *arg) eap_printpkt() argument
[all...]

Completed in 13 milliseconds

12345678910>>...17