Home
last modified time | relevance | path

Searched defs:dk (Results 1 – 25 of 57) sorted by relevance

123

/external/rust/android-crates-io/crates/icu_locale_core/src/preferences/extensions/unicode/macros/
Denum_keyword.rs218 let dk = DummyKeyword::try_from(&v).unwrap(); in enum_keywords_test() localVariable
223 let dk = DummyKeyword::try_from(&v).unwrap(); in enum_keywords_test() localVariable
228 let dk = DummyKeyword::try_from(&v); in enum_keywords_test() localVariable
247 let dk = DummyKeyword::try_from(&v).unwrap(); in enum_keywords_nested_test() localVariable
252 let dk = DummyKeyword::try_from(&v).unwrap(); in enum_keywords_nested_test() localVariable
257 let dk = DummyKeyword::try_from(&v); in enum_keywords_nested_test() localVariable
261 let dk = DummyKeyword::try_from(&v).unwrap(); in enum_keywords_nested_test() localVariable
266 let dk = DummyKeyword::try_from(&v).unwrap(); in enum_keywords_nested_test() localVariable
271 let dk = DummyKeyword::try_from(&v).unwrap(); in enum_keywords_nested_test() localVariable
Dstruct_keyword.rs116 let dk: DummyKeyword = v.clone().try_into().unwrap(); in struct_keywords_test() localVariable
121 let dk: Result<DummyKeyword, _> = v.clone().try_into(); in struct_keywords_test() localVariable
/external/python/cpython3/Include/internal/
Dpycore_dict.h204 #define DK_LOG_SIZE(dk) _Py_RVALUE((dk)->dk_log2_size) argument
206 #define DK_SIZE(dk) (((int64_t)1)<<DK_LOG_SIZE(dk)) argument
208 #define DK_SIZE(dk) (1<<DK_LOG_SIZE(dk)) argument
211 static inline void* _DK_ENTRIES(PyDictKeysObject *dk) { in _DK_ENTRIES()
217 static inline PyDictKeyEntry* DK_ENTRIES(PyDictKeysObject *dk) { in DK_ENTRIES()
221 static inline PyDictUnicodeEntry* DK_UNICODE_ENTRIES(PyDictKeysObject *dk) { in DK_UNICODE_ENTRIES()
226 #define DK_IS_UNICODE(dk) ((dk)->dk_kind != DICT_KEYS_GENERAL) argument
/external/wpa_supplicant_8/src/crypto/
Ddes_i.h14 u32 dk[3][32]; member
Ddes-internal.c428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup()
446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt()
/external/rust/android-crates-io/crates/ring/tests/
Dpbkdf2_tests.rs47 let dk = test_case.consume_bytes("DK"); in pbkdf2_tests() localVariable
/external/python/cpython3/Objects/
Ddictobject.c211 #define INCREF_KEYS(dk) _Py_atomic_add_ssize(&dk->dk_refcnt, 1) argument
213 #define DECREF_KEYS(dk) _Py_atomic_add_ssize(&dk->dk_refcnt, -1) argument
216 #define INCREF_KEYS_FT(dk) dictkeys_incref(dk) argument
217 #define DECREF_KEYS_FT(dk, shared) dictkeys_decref(_PyInterpreterState_GET(), dk, shared) argument
239 #define INCREF_KEYS(dk) dk->dk_refcnt++ argument
240 #define DECREF_KEYS(dk) dk->dk_refcnt-- argument
242 #define INCREF_KEYS_FT(dk) argument
243 #define DECREF_KEYS_FT(dk, shared) argument
457 #define DK_MASK(dk) (DK_SIZE(dk)-1) argument
469 dictkeys_incref(PyDictKeysObject *dk) in dictkeys_incref()
[all …]
/external/musl/src/math/
Dlog1pf.c27 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1pf() local
Dlog10f.c33 float_t hfsq,f,s,z,R,w,t1,t2,dk,hi,lo; in log10f() local
Dlog1p.c72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1p() local
Dlog10.c39 double_t hfsq,f,s,z,R,w,t1,t2,dk,y,hi,lo,val_hi,val_lo; in log10() local
/external/trusty/musl/src/math/
Dlog1pf.c27 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1pf() local
Dlog10f.c33 float_t hfsq,f,s,z,R,w,t1,t2,dk,hi,lo; in log10f() local
Dlog1p.c72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1p() local
Dlog10.c39 double_t hfsq,f,s,z,R,w,t1,t2,dk,y,hi,lo,val_hi,val_lo; in log10() local
/external/rust/android-crates-io/crates/libm/src/math/
Dlogf.rs64 let dk = k as f32; in logf() localVariable
Dlog1pf.rs36 let dk: f32; in log1pf() localVariable
Dlog10f.rs42 let dk: f32; in log10f() localVariable
Dlog.rs116 let dk: f64 = k as f64; in log() localVariable
Dlog1p.rs81 let dk: f64; in log1p() localVariable
Dlog10.rs48 let dk: f64; in log10() localVariable
/external/fdlibm/
De_log.c92 double hfsq,f,s,z,R,w,t1,t2,dk; local
/external/pytorch/aten/src/ATen/core/dispatch/
DDispatcher.h191 bool hasBackendFallbackForDispatchKey(DispatchKey dk) { in hasBackendFallbackForDispatchKey()
468 void callBoxedForDispatchKey(DispatchKey dk, Stack& stack) const { in callBoxedForDispatchKey()
/external/lzma/CPP/7zip/Crypto/
DWzAes.cpp39 Byte dk[dkSizeMax32 * 4]; in Init2() local
/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
DCollationAPITest.java404 Locale dk = new Locale("da", "DK", ""); in TestHashCode() local

123