Searched refs:NOISE (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_buffered_proto.py | 37 NOISE = b'12345678+' * 1024 45 if data == NOISE: 56 writer.write(NOISE)
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_armv5te.S | 457 NOISE .req SA0 label 512 ldm sp, {NOISE, DCH, MASK} 516 add NOISE, NOISE, INDEX, lsr #32-6 518 ldrsb NOISE, [NOISE] 521 add NOISE, NOISE, INDEX, lsr #32-7 523 ldrsb NOISE, [NOISE] [all...] |
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | qud_cksm.c | 32 #define NOISE ((DES_LONG)83653421L) macro 70 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) % in DES_quad_cksum()
|
/third_party/openssl/crypto/des/ |
H A D | qud_cksm.c | 32 #define NOISE ((DES_LONG)83653421L) macro 70 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) % in DES_quad_cksum()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_quantization.h | 192 QUANTIZE_AND_ENCODE_BAND_COST_FUNC(NOISE, 0, 0, 0, 0, 1, 0, ROUND_STANDARD)
|
Completed in 2 milliseconds