Home
last modified time | relevance | path

Searched refs:K_2 (Results 1 - 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js97 export declare const updateIfChanged: <T>(t: T) => (<K extends keyof T>(key: K) => (<K_1 extends keyof Value<K, T>>(key: K_1) => (<K_2 extends keyof Value<K_1, Value<K, T>>>(key: K_2) => (<K_3 extends keyof Value<K_2, Value<K_1, Value<K, T>>>>(key: K_3) => (<K_4 extends keyof Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>(key: K_4) => (<K_5 extends keyof Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>(key: K_5) => (<K_6 extends keyof Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>(key: K_6) => (<K_7 extends keyof Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>(key: K_7) => (<K_8 extends keyof Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>>(key: K_8) => (<K_9 extends keyof Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>>>(key: K_9) => (<K_10 extends keyof Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Valu
[all...]
H A DrecursiveTypeReferences2.js97 } & { [K_2 in keyof T]?: T[K_2] extends string ? string : XMLObject<T[K_2]>; };
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c235 #define K_2(_keys) &((struct lws_cipher_chacha *)_keys->cipher)->ccctx[1] macro
252 chacha_keysetup(K_2(keys), keys->key[SSH_KEYIDX_ENC], 256); in lws_chacha_activate()
316 chacha_ivsetup(K_2(keys), seqbuf, NULL); in chachapoly_crypt()
317 chacha_encrypt_bytes(K_2(keys), in chachapoly_crypt()
338 chacha_ivsetup(K_2(keys), seqbuf, one); in chachapoly_crypt()
339 chacha_encrypt_bytes(K_2(keys), src + aadlen, dest + aadlen, len); in chachapoly_crypt()
/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest05.c84 #define K_2 2048 macro
148 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
H A Dftest08.c69 #define K_2 2048 macro
137 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in init()
H A Dftest04.c68 #define K_2 2048 macro
132 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
H A Dftest01.c80 #define K_2 2048 macro
140 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
H A Dftest07.c84 #define K_2 2048 macro
164 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
H A Dftest03.c84 #define K_2 2048 macro
160 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
H A Dftest06.c79 #define K_2 2048 macro
H A Dftest02.c61 #define K_2 2048 macro
/third_party/ltp/testcases/kernel/mem/vmtests/
H A Dstack_space.c56 #define K_2 2048 macro
H A Ddata_space.c62 #define K_2 2048 macro

Completed in 8 milliseconds