| /external/libjpeg-turbo/ |
| D | jcphuff.c | 208 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff() local 306 #define emit_byte(entropy, val) { \ argument 314 dump_buffer(phuff_entropy_ptr entropy) in dump_buffer() 336 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() 375 flush_bits(phuff_entropy_ptr entropy) in flush_bits() 388 emit_symbol(phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol() 404 emit_buffered_bits(phuff_entropy_ptr entropy, char *bufstart, in emit_buffered_bits() 423 emit_eobrun(phuff_entropy_ptr entropy) in emit_eobrun() 452 emit_restart(phuff_entropy_ptr entropy, int restart_num) in emit_restart() 484 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in encode_mcu_DC_first() local [all …]
|
| D | jdarith.c | 201 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in process_restart() local 252 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in decode_mcu_DC_first() local 331 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 507 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in decode_mcu() local 634 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in start_pass() local 752 arith_entropy_ptr entropy; in jinit_arith_decoder() local
|
| D | jdphuff.c | 82 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff_decoder() local 232 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in process_restart() local 290 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_DC_first() local 366 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_AC_first() local 452 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_DC_refine() local 502 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_AC_refine() local 653 phuff_entropy_ptr entropy; in jinit_phuff_decoder() local
|
| D | jcarith.c | 327 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in emit_restart() local 370 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in encode_mcu_DC_first() local 461 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 688 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in encode_mcu() local 830 arith_entropy_ptr entropy = (arith_entropy_ptr)cinfo->entropy; in start_pass() local 914 arith_entropy_ptr entropy; in jinit_arith_encoder() local
|
| D | jdhuff.c | 79 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in start_pass_huff_decoder() local 512 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in process_restart() local 552 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu_slow() local 657 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu_fast() local 761 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu() local 805 huff_entropy_ptr entropy; in jinit_huff_decoder() local
|
| D | jchuff.c | 167 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in start_pass_huff() local 688 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in encode_mcu_huff() local 760 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in finish_pass_huff() local 873 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in encode_mcu_gather() local 1076 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in finish_pass_gather() local 1121 huff_entropy_ptr entropy; in jinit_huff_encoder() local
|
| /external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
| D | kullback_leibler_test.py | 99 def entropy(self): member in KLTest._testIndirectRegistration.Sub1 104 def entropy(self): member in KLTest._testIndirectRegistration.Sub2 109 def entropy(self): member in KLTest._testIndirectRegistration.Sub11
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | psa_crypto_random_impl.h | 123 mbedtls_entropy_context entropy; member 184 mbedtls_entropy_context *entropy, in mbedtls_psa_drbg_seed()
|
| /external/mbedtls/library/ |
| D | psa_crypto_random_impl.h | 123 mbedtls_entropy_context entropy; member 184 mbedtls_entropy_context *entropy, in mbedtls_psa_drbg_seed()
|
| /external/arm-trusted-firmware/plat/arm/board/juno/ |
| D | juno_stack_protector.c | 15 uint64_t entropy; in plat_get_stack_protector_canary() local
|
| /external/musl/src/env/ |
| D | __stack_chk_fail.c | 7 void __init_ssp(void *entropy) in __init_ssp()
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/ |
| D | Entropy.c | 75 unsigned char *entropy, // output buffer in _plat__GetEntropy()
|
| /external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/ |
| D | Entropy.c | 90 unsigned char *entropy, // output buffer in _plat__GetEntropy()
|
| /external/ms-tpm-20-ref/TPMCmd/Platform/src/ |
| D | Entropy.c | 98 unsigned char *entropy, // output buffer in _plat__GetEntropy()
|
| /external/libcxx/src/ |
| D | random.cpp | 174 random_device::entropy() const _NOEXCEPT in entropy() function in random_device
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/ |
| D | random.cpp | 199 random_device::entropy() const noexcept in entropy() function in random_device
|
| /external/mbedtls/programs/random/ |
| D | gen_entropy.c | 44 mbedtls_entropy_context entropy; in main() local
|
| D | gen_random_ctr_drbg.c | 48 mbedtls_entropy_context entropy; in main() local
|
| /external/openthread/third_party/mbedtls/repo/programs/fuzz/ |
| D | fuzz_dtlsclient.c | 39 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput() local
|
| /external/mbedtls/programs/pkey/ |
| D | pk_encrypt.c | 56 mbedtls_entropy_context entropy; in main() local
|
| D | rsa_sign_pss.c | 54 mbedtls_entropy_context entropy; in main() local
|
| D | pk_sign.c | 53 mbedtls_entropy_context entropy; in main() local
|
| D | pk_decrypt.c | 57 mbedtls_entropy_context entropy; in main() local
|
| /external/mbedtls/programs/fuzz/ |
| D | fuzz_dtlsclient.c | 40 mbedtls_entropy_context entropy; in LLVMFuzzerTestOneInput() local
|
| /external/openthread/third_party/mbedtls/repo/programs/random/ |
| D | gen_entropy.c | 58 mbedtls_entropy_context entropy; in main() local
|