/third_party/typescript/tests/baselines/reference/ |
H A D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js | 97 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 D | recursiveTypeReferences2.js | 97 } & { [K_2 in keyof T]?: T[K_2] extends string ? string : XMLObject<T[K_2]>; };
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 235 #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 D | ftest05.c | 84 #define K_2 2048 macro 148 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
H A D | ftest08.c | 69 #define K_2 2048 macro 137 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in init()
|
H A D | ftest04.c | 68 #define K_2 2048 macro 132 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
H A D | ftest01.c | 80 #define K_2 2048 macro 140 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
H A D | ftest07.c | 84 #define K_2 2048 macro 164 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
H A D | ftest03.c | 84 #define K_2 2048 macro 160 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
H A D | ftest06.c | 79 #define K_2 2048 macro
|
H A D | ftest02.c | 61 #define K_2 2048 macro
|
/third_party/ltp/testcases/kernel/mem/vmtests/ |
H A D | stack_space.c | 56 #define K_2 2048 macro
|
H A D | data_space.c | 62 #define K_2 2048 macro
|