Home
last modified time | relevance | path

Searched defs:inp (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/astc-encoder/Source/
Dastcenc_mathlib_softfloat.cpp65 static uint32_t clz32(uint32_t inp) in clz32()
109 static uint32_t rtne_shift32(uint32_t inp, uint32_t shamt) in rtne_shift32()
120 static uint32_t rtna_shift32(uint32_t inp, uint32_t shamt) in rtna_shift32()
128 static uint32_t rtup_shift32(uint32_t inp, uint32_t shamt) in rtup_shift32()
138 static sf32 sf16_to_sf32(sf16 inp) in sf16_to_sf32()
194 static sf16 sf32_to_sf16(sf32 inp, roundmode rmode) in sf32_to_sf16()
/third_party/markupsafe/
D_speedups.c20 #define GET_DELTA(inp, inp_end, delta) \ argument
35 #define DO_ESCAPE(inp, inp_end, outp) \ argument
94 Py_UCS1 *inp = PyUnicode_1BYTE_DATA(in); in escape_unicode_kind1() local
120 Py_UCS2 *inp = PyUnicode_2BYTE_DATA(in); in escape_unicode_kind2() local
146 Py_UCS4 *inp = PyUnicode_4BYTE_DATA(in); in escape_unicode_kind4() local
/third_party/openssl/crypto/sha/
Dsha_ppc.c20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order()
29 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order()
/third_party/node/deps/openssl/openssl/crypto/sha/
Dsha_ppc.c20 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order()
29 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order()
/third_party/node/deps/openssl/openssl/crypto/whrlpool/
Dwp_dgst.c79 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local
97 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local
253 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) in WHIRLPOOL()
/third_party/openssl/crypto/whrlpool/
Dwp_dgst.c79 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local
97 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local
253 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) in WHIRLPOOL()
/third_party/lwip/src/netif/ppp/
Dfsm.c319 u_char *inp; in fsm_input() local
392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) { in fsm_rconfreq()
459 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len) { in fsm_rconfack()
515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej()
645 static void fsm_rcoderej(fsm *f, u_char *inp, int len) { in fsm_rcoderej()
Dupap.c306 u_char *inp; in upap_input() local
359 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthreq()
458 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthack()
493 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthnak()
Deap.c345 b64enc(bs, inp, inlen, outp) in b64enc() argument
393 b64dec(bs, inp, inlen, outp) in b64dec() argument
1250 write_pseudonym(esp, inp, len, id) in write_pseudonym() argument
1311 static void eap_request(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_request()
1725 static void eap_response(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_response()
2017 static void eap_success(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_success()
2043 static void eap_failure(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_failure()
2070 static void eap_input(ppp_pcb *pcb, u_char *inp, int inlen) { in eap_input()
2135 static int eap_printpkt(const u_char *inp, int inlen, void (*printer) (void *, const char *, ...), … in eap_printpkt()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib_softfloat.cpp57 uint32_t clz32(uint32_t inp) in clz32()
91 sf32 sf16_to_sf32(sf16 inp) in sf16_to_sf32()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264einport.c101 struct input_buf_private *inp; in h264e_inport_AllocateBuffer() local
132 struct input_buf_private *inp; in h264e_inport_UseBuffer() local
155 struct input_buf_private *inp = buf->pInputPortPrivate; in h264e_inport_FreeBuffer() local
/third_party/openssl/crypto/modes/
Dccm128.c138 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_encrypt()
222 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_decrypt()
311 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_encrypt_ccm64()
375 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_decrypt_ccm64()
/third_party/node/deps/openssl/openssl/crypto/modes/
Dccm128.c138 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_encrypt()
222 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_decrypt()
311 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_encrypt_ccm64()
375 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_decrypt_ccm64()
/third_party/node/deps/openssl/openssl/crypto/chacha/
Dchacha_ppc.c26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32()
/third_party/openssl/crypto/chacha/
Dchacha_ppc.c26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c648 struct input_buf_private *inp; in vid_enc_AllocateInBuffer() local
677 struct input_buf_private *inp; in vid_enc_UseInBuffer() local
699 struct input_buf_private *inp = buf->pInputPortPrivate; in vid_enc_FreeInBuffer() local
817 static void enc_ClearBframes(omx_base_PortType *port, struct input_buf_private *inp) in enc_ClearBframes()
850 struct input_buf_private *inp = buf->pInputPortPrivate; in vid_enc_EncodeFrame() local
/third_party/node/test/parallel/
Dtest-zlib-brotli-from-brotli.js22 const inp = fs.createReadStream(fixture); constant
Dtest-zlib-from-gzip.js43 const inp = fs.createReadStream(fixture); constant
/third_party/node/deps/openssl/openssl/crypto/aes/
Daes_ige.c71 aes_block_t *inp = (aes_block_t *) in; in AES_ige_encrypt() local
124 aes_block_t *inp = (aes_block_t *) in; in AES_ige_encrypt() local
/third_party/openssl/crypto/aes/
Daes_ige.c71 aes_block_t *inp = (aes_block_t *) in; in AES_ige_encrypt() local
124 aes_block_t *inp = (aes_block_t *) in; in AES_ige_encrypt() local
/third_party/lwip/src/core/
Dip.c154 ip_input(struct pbuf *p, struct netif *inp) in ip_input()
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
Dsha3_prov.c68 static int keccak_update(void *vctx, const unsigned char *inp, size_t len) in keccak_update()
123 static size_t generic_sha3_absorb(void *vctx, const void *inp, size_t len) in generic_sha3_absorb()
150 static size_t s390x_sha3_absorb(void *vctx, const void *inp, size_t len) in s390x_sha3_absorb()
/third_party/openssl/crypto/poly1305/
Dpoly1305.c148 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks()
290 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks()
468 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) in Poly1305_Update()
/third_party/node/deps/openssl/openssl/crypto/poly1305/
Dpoly1305.c148 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks()
290 poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, u32 padbit) in poly1305_blocks()
468 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len) in Poly1305_Update()
/third_party/openssl/providers/implementations/digests/
Dsha3_prov.c68 static int keccak_update(void *vctx, const unsigned char *inp, size_t len) in keccak_update()
123 static size_t generic_sha3_absorb(void *vctx, const void *inp, size_t len) in generic_sha3_absorb()
150 static size_t s390x_sha3_absorb(void *vctx, const void *inp, size_t len) in s390x_sha3_absorb()

12345