/kernel/linux/linux-6.6/lib/ |
H A D | decompress_unlz4.c | 40 u8 *inp; in unlz4() local [all...] |
/third_party/markupsafe/ |
H A D | _speedups.c | 94 Py_UCS1 *inp = PyUnicode_1BYTE_DATA(in); escape_unicode_kind1() local 120 Py_UCS2 *inp = PyUnicode_2BYTE_DATA(in); escape_unicode_kind2() local 146 Py_UCS4 *inp = PyUnicode_4BYTE_DATA(in); escape_unicode_kind4() local [all...] |
/third_party/lwip/src/core/ipv4/ |
H A D | icmp.c | 80 icmp_input(struct pbuf *p, struct netif *inp) in icmp_input() argument
|
/third_party/lwip/src/core/ipv6/ |
H A D | icmp6.c | 83 icmp6_input(struct pbuf *p, struct netif *inp) in icmp6_input() argument
|
H A D | mld6.c | 227 mld6_input(struct pbuf *p, struct netif *inp) in mld6_input() argument
|
/third_party/lwip/src/core/ |
H A D | tcp_in.c | 118 tcp_input(struct pbuf *p, struct netif *inp) argument
|
H A D | udp.c | 141 udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t broadcast) in udp_input_local_match() argument 205 udp_input(struct pbuf *p, struct netif *inp) argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 499 void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n) in whirlpool_block() argument
|
/third_party/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 499 void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n) in whirlpool_block() argument
|
/third_party/openssl/test/ |
H A D | bio_enc_test.c | 42 static unsigned char inp[BUF_SIZE] = { 0 }; in do_bio_cipher() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | htmlsubtitles.c | 69 static void handle_open_brace(AVBPrint *dst, const char **inp, int *an, int *closing_brace_missing) in handle_open_brace() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_mathlib_softfloat.cpp | 65 static uint32_t clz32(uint32_t inp) in clz32() argument 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/mesa3d/src/gallium/frontends/omx/tizonia/ |
H A D | h264einport.c | 101 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; h264e_inport_FreeBuffer() local [all...] |
/third_party/node/deps/v8/third_party/markupsafe/ |
H A D | _speedups.c | 59 Py_UNICODE *inp = PyUnicode_AS_UNICODE(in); in escape_unicode() local [all...] |
/third_party/node/tools/inspector_protocol/markupsafe/ |
H A D | _speedups.c | 59 Py_UNICODE *inp = PyUnicode_AS_UNICODE(in); in escape_unicode() local [all...] |
/third_party/lwip/src/netif/ |
H A D | lowpan6_ble.c | 440 tcpip_rfc7668_input(struct pbuf *p, struct netif *inp) in tcpip_rfc7668_input() argument
|
/third_party/lwip/src/netif/ppp/ |
H A D | fsm.c | 319 u_char *inp; in fsm_input() local 392 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) fsm_rconfreq() argument 459 fsm_rconfack(fsm *f, int id, u_char *inp, int len) fsm_rconfack() argument 515 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) fsm_rconfnakrej() argument 645 fsm_rcoderej(fsm *f, u_char *inp, int len) fsm_rcoderej() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | keccak1600.c | 1067 size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len, in SHA3_absorb() argument 1144 SHA3_sponge(const unsigned char *inp, size_t len, unsigned char *out, size_t d, size_t r) SHA3_sponge() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ccm128.c | 137 CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_encrypt() argument 221 CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_decrypt() argument 310 CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_encrypt_ccm64() argument 374 CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_decrypt_ccm64() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
H A D | poly1305_base2_44.c | 81 void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, in poly1305_blocks() argument
|
/third_party/openssl/crypto/poly1305/ |
H A D | poly1305_base2_44.c | 81 void poly1305_blocks(void *ctx, const unsigned char *inp, size_t len, in poly1305_blocks() argument
|
/third_party/openssl/crypto/modes/ |
H A D | ccm128.c | 137 CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_encrypt() argument 221 CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len) CRYPTO_ccm128_decrypt() argument 310 CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_encrypt_ccm64() argument 374 CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, unsigned char *out, size_t len, ccm128_f stream) CRYPTO_ccm128_decrypt_ccm64() argument [all...] |
/third_party/openssl/crypto/sha/ |
H A D | keccak1600.c | 1067 size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len, in SHA3_absorb() argument 1144 SHA3_sponge(const unsigned char *inp, size_t len, unsigned char *out, size_t d, size_t r) SHA3_sponge() argument [all...] |
/third_party/skia/third_party/externals/markupsafe/ |
H A D | _speedups.c | 59 Py_UNICODE *inp = PyUnicode_AS_UNICODE(in); in escape_unicode() local [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | poly1305_glue.c | 89 static void poly1305_simd_blocks(void *ctx, const u8 *inp, size_t len, in poly1305_simd_blocks() argument 144 crypto_poly1305_setdctxkey(struct poly1305_desc_ctx *dctx, const u8 *inp, unsigned int len) crypto_poly1305_setdctxkey() argument [all...] |