| /external/libjpeg-turbo/ |
| D | jcphuff.c | 200 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff() local 298 #define emit_byte(entropy, val) { \ argument 306 dump_buffer(phuff_entropy_ptr entropy) in dump_buffer() 328 emit_bits(phuff_entropy_ptr entropy, unsigned int code, int size) in emit_bits() 367 flush_bits(phuff_entropy_ptr entropy) in flush_bits() 380 emit_symbol(phuff_entropy_ptr entropy, int tbl_no, int symbol) in emit_symbol() 396 emit_buffered_bits(phuff_entropy_ptr entropy, char *bufstart, in emit_buffered_bits() 415 emit_eobrun(phuff_entropy_ptr entropy) in emit_eobrun() 444 emit_restart(phuff_entropy_ptr entropy, int restart_num) in emit_restart() 476 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 743 arith_entropy_ptr entropy; in jinit_arith_decoder() local
|
| D | jdphuff.c | 101 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in start_pass_phuff_decoder() local 244 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in process_restart() local 302 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_DC_first() local 377 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_AC_first() local 462 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_DC_refine() local 511 phuff_entropy_ptr entropy = (phuff_entropy_ptr)cinfo->entropy; in decode_mcu_AC_refine() local 661 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 | 96 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in start_pass_huff_decoder() local 529 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in process_restart() local 563 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu_slow() local 660 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu_fast() local 764 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in decode_mcu() local 807 huff_entropy_ptr entropy; in jinit_huff_decoder() local
|
| D | jchuff.c | 148 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in start_pass_huff() local 645 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in encode_mcu_huff() local 716 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in finish_pass_huff() local 828 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in encode_mcu_gather() local 1031 huff_entropy_ptr entropy = (huff_entropy_ptr)cinfo->entropy; in finish_pass_gather() local 1076 huff_entropy_ptr entropy; in jinit_huff_encoder() local
|
| /external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
| D | kullback_leibler_test.py | 103 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
|
| D | bernoulli_test.py | 54 def entropy(p): function
|
| /external/libcxx/src/ |
| D | random.cpp | 174 random_device::entropy() const _NOEXCEPT in entropy() function in random_device
|
| /external/brotli/c/enc/ |
| D | metablock_inc.h | 105 double entropy = BitsEntropy(histograms[self->curr_histogram_ix_].data_, in FN() local
|
| /external/boringssl/src/fipstools/ |
| D | cavp_ctr_drbg_test.cc | 47 std::vector<uint8_t> entropy, nonce, personalization_str, ai1, ai2; in TestCTRDRBG() local
|
| /external/libaom/libaom/aom_dsp/ |
| D | entenc.h | 48 double entropy; member
|
| /external/boringssl/src/crypto/rand_extra/ |
| D | rand_extra.c | 39 void RAND_add(const void *buf, int num, double entropy) {} in RAND_add()
|
| /external/ImageMagick/MagickCore/ |
| D | feature.h | 39 entropy[4], member
|
| D | random.c | 173 *entropy, in AcquireRandomInfo() local 356 *entropy; in GenerateEntropicChaos() local
|
| /external/libopus/celt/tests/ |
| D | test_unit_entropy.c | 58 double entropy; in main() local
|
| /external/curl/lib/vauth/ |
| D | ntlm.c | 568 unsigned char entropy[8]; in Curl_auth_create_ntlm_type3_message() local 607 unsigned char entropy[8]; in Curl_auth_create_ntlm_type3_message() local
|
| /external/wpa_supplicant_8/src/eap_common/ |
| D | eap_pax_common.c | 32 const u8 *entropy, size_t entropy_len, in eap_pax_kdf()
|
| /external/webp/src/dsp/ |
| D | lossless.h | 171 double entropy; // entropy member
|
| /external/boringssl/src/crypto/fipsmodule/rand/ |
| D | rand.c | 180 uint8_t entropy[CTR_DRBG_ENTROPY_LEN * FIPS_OVERREAD]; in rand_get_seed() local
|
| /external/curl/lib/vtls/ |
| D | polarssl.c | 74 entropy_context entropy; member 96 static entropy_context entropy; variable
|
| D | mbedtls.c | 66 mbedtls_entropy_context entropy; member 830 unsigned char *entropy, size_t length) in Curl_mbedtls_random()
|
| /external/wpa_supplicant_8/src/crypto/ |
| D | random.c | 62 static unsigned int entropy = 0; variable
|
| /external/boringssl/src/ssl/ |
| D | ssl_key_share.cc | 260 uint8_t entropy[HRSS_ENCAP_BYTES]; in Accept() local
|
| /external/scapy/scapy/contrib/ |
| D | pnio_rtc.py | 326 def analyse_one_profisafe_location(location, entropy): argument
|