Home
last modified time | relevance | path

Searched defs:entropy (Results 1 – 25 of 102) sorted by relevance

12345

/external/libjpeg-turbo/
Djcphuff.c208 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 …]
Djdarith.c201 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
Djdphuff.c82 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
Djcarith.c327 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
Djdhuff.c79 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
Djchuff.c167 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/
Dkullback_leibler_test.py103 def entropy(self): member in KLTest._testIndirectRegistration.Sub1
108 def entropy(self): member in KLTest._testIndirectRegistration.Sub2
113 def entropy(self): member in KLTest._testIndirectRegistration.Sub11
/external/arm-trusted-firmware/plat/arm/board/juno/
Djuno_stack_protector.c15 uint64_t entropy; in plat_get_stack_protector_canary() local
/external/musl/src/env/
D__stack_chk_fail.c7 void __init_ssp(void *entropy) in __init_ssp()
/external/python/pyopenssl/src/OpenSSL/
Drand.py8 def add(buffer, entropy): argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/
DEntropy.c75 unsigned char *entropy, // output buffer in _plat__GetEntropy()
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DEntropy.c98 unsigned char *entropy, // output buffer in _plat__GetEntropy()
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DEntropy.c90 unsigned char *entropy, // output buffer in _plat__GetEntropy()
/external/libcxx/src/
Drandom.cpp174 random_device::entropy() const _NOEXCEPT in entropy() function in random_device
/external/boringssl/src/util/fipstools/acvp/acvptool/testmodulewrapper/
Dhmac_drbg.go27 func NewHMACDRBG(entropy, nonce, personalisation []byte) *HMACDRBGSHA256 { argument
/external/brotli/c/enc/
Dmetablock_inc.h105 double entropy = BitsEntropy(histograms[self->curr_histogram_ix_].data_, in FN() local
/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_ctr_drbg_test.cc48 std::vector<uint8_t> entropy, nonce, personalization_str, ai1, ai2; in TestCTRDRBG() local
/external/boringssl/src/crypto/fipsmodule/rand/
Drand.c195 void RAND_load_entropy(const uint8_t *entropy, size_t entropy_len, in RAND_load_entropy()
248 uint8_t *entropy = entropy_bytes; in rand_get_seed() local
/external/libaom/libaom/aom_dsp/
Dentenc.h48 double entropy; member
/external/arm-trusted-firmware/services/std_svc/trng/
Dtrng_entropy_pool.c22 static uint64_t entropy[WORDS_IN_POOL]; variable
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Drand.c199 void RAND_load_entropy(const uint8_t *entropy, size_t entropy_len, in RAND_load_entropy()
265 uint8_t entropy[CTR_DRBG_ENTROPY_LEN * BORINGSSL_FIPS_OVERREAD]; in rand_get_seed() local
/external/boringssl/src/crypto/rand_extra/
Drand_extra.c39 void RAND_add(const void *buf, int num, double entropy) {} in RAND_add()
/external/rust/crates/quiche/deps/boringssl/src/crypto/rand_extra/
Drand_extra.c39 void RAND_add(const void *buf, int num, double entropy) {} in RAND_add()
/external/ImageMagick/MagickCore/
Dfeature.h39 entropy[4], member
/external/libopus/celt/tests/
Dtest_unit_entropy.c58 double entropy; in main() local

12345