/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jchuff.c | 262 #define emit_byte_e(entropy,val) \ argument 284 dump_buffer_e (huff_entropy_ptr entropy) in dump_buffer_e() 402 flush_bits_e (huff_entropy_ptr entropy) in flush_bits_e() 445 emit_buffered_bits (huff_entropy_ptr entropy, char * bufstart, in emit_buffered_bits() 464 emit_eobrun (huff_entropy_ptr entropy) in emit_eobrun() 516 emit_restart_e (huff_entropy_ptr entropy, int restart_num) in emit_restart_e() 548 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_DC_first() local 631 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_AC_first() local 742 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_DC_refine() local 785 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in encode_mcu_AC_refine() local [all …]
|
A D | jdarith.c | 192 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in process_restart() local 244 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in decode_mcu_DC_first() local 323 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in decode_mcu_AC_first() local 405 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in decode_mcu_DC_refine() local 438 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in decode_mcu_AC_refine() local 513 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in decode_mcu() local 645 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in start_pass() local 766 arith_entropy_ptr entropy; in jinit_arith_decoder() local
|
A D | jcarith.c | 321 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in emit_restart() local 364 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in encode_mcu_DC_first() local 453 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in encode_mcu_AC_first() local 560 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in encode_mcu_DC_refine() local 595 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in encode_mcu_AC_refine() local 694 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in encode_mcu() local 843 arith_entropy_ptr entropy = (arith_entropy_ptr) cinfo->entropy; in start_pass() local 926 arith_entropy_ptr entropy; in jinit_arith_encoder() local
|
A D | jdhuff.c | 637 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in finish_pass_huff() local 654 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in process_restart() local 710 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_first() local 781 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_first() local 869 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_DC_refine() local 916 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_AC_refine() local 1073 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu_sub() local 1201 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in decode_mcu() local 1324 huff_entropy_ptr entropy = (huff_entropy_ptr) cinfo->entropy; in start_pass_huff_decoder() local 1523 huff_entropy_ptr entropy; in jinit_huff_decoder() local
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ctr_prng.c | 118 uint8_t const * const entropy, in tc_ctr_prng_init() 165 uint8_t const * const entropy, in tc_ctr_prng_reseed()
|
/AliOS-Things-master/components/mbedtls/programs/random/ |
A D | gen_entropy.c | 71 mbedtls_entropy_context entropy; in main() local
|
A D | gen_random_ctr_drbg.c | 75 mbedtls_entropy_context entropy; in main() local
|
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | ecdh_curve25519.c | 73 mbedtls_entropy_context entropy; in main() local
|
A D | pk_encrypt.c | 83 mbedtls_entropy_context entropy; in main() local
|
A D | pk_sign.c | 81 mbedtls_entropy_context entropy; in main() local
|
A D | pk_decrypt.c | 83 mbedtls_entropy_context entropy; in main() local
|
A D | rsa_sign_pss.c | 82 mbedtls_entropy_context entropy; in main() local
|
A D | rsa_encrypt.c | 81 mbedtls_entropy_context entropy; in main() local
|
A D | dh_genprime.c | 89 mbedtls_entropy_context entropy; in main() local
|
A D | rsa_genkey.c | 84 mbedtls_entropy_context entropy; in main() local
|
A D | dh_client.c | 101 mbedtls_entropy_context entropy; in main() local
|
A D | rsa_decrypt.c | 83 mbedtls_entropy_context entropy; in main() local
|
A D | dh_server.c | 101 mbedtls_entropy_context entropy; in main() local
|
A D | ecdsa.c | 120 mbedtls_entropy_context entropy; in main() local
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_server.c | 115 mbedtls_entropy_context entropy; in main() local
|
A D | ssl_client1.c | 105 mbedtls_entropy_context entropy; in main() local
|
A D | ssl_fork_server.c | 120 mbedtls_entropy_context entropy; in main() local
|
A D | dtls_client.c | 116 mbedtls_entropy_context entropy; in main() local
|
A D | dtls_server.c | 126 mbedtls_entropy_context entropy; in main() local
|
A D | mini_client.c | 190 mbedtls_entropy_context entropy; in main() local
|