/external/clang/test/Analysis/ |
D | objc-subscript.m | 40 - (id)getDoesNotRetain:(BOOL)keyed { 41 if (keyed) 48 - (id)testUninitializedObject:(BOOL)keyed { 50 if (keyed) {
|
/external/angle/extensions/ |
D | EGL_ANGLE_keyed_mutex.txt | 65 if a keyed mutex for the surface is not available. The keyed mutex 68 Before using the keyed mutex, ensure that all rendering to the EGLSurface
|
/external/freetype/src/cid/ |
D | module.mk | 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRI…
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | chrome_keyed_service.proto | 21 // Details about one of Chrome's keyed services associated with the event.
|
/external/freetype/builds/amiga/ |
D | smakefile | 30 #define FT_USE_T1CID // cid-keyed type1 font driver 233 # freetype library CID-keyed Type1 font driver 238 # freetype library CID-keyed Type1 font driver extensions
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 44 makes attacks easier, there is no replay protection, and non-keyed 53 keyed packet authentication mechanism (Michael MIC).</para>
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StringToHashBucketStrong.pbtxt | 31 process. The hash function is a keyed hash function, where attribute `key`
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | tensor_bundle.proto | 64 // BundleEntryProto, keyed by each "slice_name".
|
D | struct.proto | 91 // Represents a Python dict keyed by `str`.
|
/external/freetype/docs/ |
D | PROBLEMS | 11 * Some Type 1, Multiple Masters, and CID-keyed PostScript fonts aren't
|
D | INSTALL.ANY | 62 src/cid/type1cid.c -- Type 1 CID-keyed font driver
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | trace_events.proto | 30 // The resources on this device, keyed by resource_id;
|
/external/python/cpython3/Doc/library/ |
D | importlib.metadata.rst | 57 You can also get the set of entry points keyed by group, such as 146 no parameters and always returned a dictionary of entry points, keyed
|
D | hashlib.rst | 314 BLAKE2 supports **keyed mode** (a faster and simpler replacement for HMAC_), 346 * *key*: key for keyed hashing (up to 64 bytes for BLAKE2b, up to 32 bytes for 549 Even though there's a native keyed hashing mode, BLAKE2 can, of course, be used 647 Personalization together with the keyed mode can also be used to derive different
|
/external/llvm/test/DebugInfo/X86/ |
D | ghost-sdnode-dbgvalues.ll | 21 ; SelectionDAG to keep track of dbg.values) kept a map keyed by SDNode pointers.
|
/external/stardoc/stardoc/proto/ |
D | stardoc_output.proto | 97 // label, a label list, or a label-keyed string dictionary, the field will be
|
/external/rust/crates/ahash/ |
D | README.md | 11 Because AHash is a keyed hash, each map will produce completely different hashes, which cannot be p…
|
/external/freetype/ |
D | modules.cfg | 47 # Type 1 CID-keyed font driver.
|
/external/libwebsockets/READMEs/ |
D | README.lws_cache.md | 4 that are **keyed by a unique string**.
|
/external/zstd/lib/common/ |
D | xxhash.h | 3481 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b() local 3482 return XXH64_avalanche(keyed); in XXH3_len_1to3_64b() 3497 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b() local 3498 return XXH3_rrmxmx(keyed, len); in XXH3_len_4to8_64b() 5119 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b() local 5122 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()
|
/external/AFLplusplus/include/ |
D | xxhash.h | 3850 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b() local 3851 return XXH64_avalanche(keyed); in XXH3_len_1to3_64b() 3872 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b() local 3873 return XXH3_rrmxmx(keyed, len); in XXH3_len_4to8_64b() 5679 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b() local 5683 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()
|
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
D | xxhash.h | 3434 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip; in XXH3_len_1to3_64b() local 3435 return XXH64_avalanche(keyed); in XXH3_len_1to3_64b() 3450 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b() local 3451 return XXH3_rrmxmx(keyed, len); in XXH3_len_4to8_64b() 4956 xxh_u64 const keyed = input_64 ^ bitflip; in XXH3_len_4to8_128b() local 4959 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()
|
/external/python/cpython3/Lib/test/ |
D | test_hashlib.py | 698 keyed = constructor(indata, key=key, digest_size=outlen) 699 outer.update(keyed.digest())
|
/external/rust/crates/openssl/patches/ |
D | 0005-hmac_ctx_wrappers.diff | 45 +/// HMAC is a MAC (message authentication code), i.e. a keyed hash function used for message
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 252 protection, and non-keyed authentication does not protect against bit 260 keyed packet authentication mechanism (Michael MIC).
|