Home
last modified time | relevance | path

Searched defs:K (Results 1 – 5 of 5) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-dct8.c86 #define FLOAT_MULT_DCT(K, sample) (FIX(K,20) * sample) in float_dct2_8() argument
212 #define FIX_MULT_DCT(K, x) (MUL_32S_32S_HI(K,x)<<2) in dct2_8() argument
Dsynthesis-sbc.c234 #define LONG_MULT_DCT(K, sample) (MUL_16S_32S_HI(K, sample)<<2) argument
/system/bt/service/ipc/binder/
Dremote_callback_map.h224 RemoteCallbackMap<K, V>::CallbackDeathRecipient::CallbackDeathRecipient( in CallbackDeathRecipient()
/system/core/libmincrypt/
Dsha256.c39 static const uint32_t K[64] = { variable
/system/core/include/utils/
DLruCache.h159 void LruCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) { in setOnEntryRemovedListener()