/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, Valu [all...] |
H A D | recursiveTypeReferences2.js | 91 $O: { [K_1 in keyof T]?: {
93 } & (T[K_1] extends string ? {
95 } : XMLObject<T[K_1]>); };
|
H A D | declarationEmitMappedTypeDistributivityPreservesConstraints.js | 58 } ? { [K_1 in keyof T_2]: Parameters<T_1["x"][K_1]>; } : never;
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
H A D | writev05.c | 56 #define K_1 8192 macro 59 #define CHUNK K_1 /* single chunk */ 63 char buf1[K_1]; 64 char buf2[K_1]; 65 char buf3[K_1]; 74 char name[K_1], f_name[K_1]; 122 memset(buf_list[0], 0, K_1); in main() 123 memset(buf_list[1], 0, K_1); in main() 130 if ((nbytes = write(fd[0], buf_list[1], K_1)) ! in main() [all...] |
H A D | writev02.c | 61 #define K_1 8192 macro 64 #define CHUNK K_1 /* single chunk */ 68 char buf1[K_1]; 69 char buf2[K_1]; 78 char name[K_1], f_name[K_1]; 108 memset(buf_list[0], 0, K_1); in main() 109 memset(buf_list[1], 0, K_1); in main() 125 l_seek(fd[0], K_1, 0); in main() 126 if ((nbytes = write(fd[0], buf_list[1], K_1)) ! in main() [all...] |
H A D | writev06.c | 52 #define K_1 1024 macro 67 char name[K_1], f_name[K_1];
|
/third_party/ltp/testcases/kernel/mem/shmt/ |
H A D | shmt03.c | 51 #define K_1 1024 macro 68 if ((shmid = shmget(key, 16 * K_1, IPC_CREAT | 0666)) < 0) { in main() 85 *(cp1 + 5 * K_1) = '2'; in main() 99 if ((*cp2 != '1' || *(cp2 + 5 * K_1) != '2') && in main() 112 if (*cp2 != '1' || *(cp2 + 5 * K_1) != '2' || in main() 113 *cp1 != '1' || *(cp1 + 5 * K_1) != '2') { in main()
|
H A D | shmt09.c | 47 #define K_1 1024 macro 94 if ((shmid = shmget(key, 10 * K_1, IPC_CREAT | 0666)) < 0) { in main() 116 if ((unsigned long)sbrk(32 * K_1) >= (-4095UL)) { in main() 122 vp = (void *)((char *)sbrk(0) - 2 * K_1); in main() 143 vp = (void *)((char *)sbrk(0) + 256 * K_1); in main()
|
H A D | shmt02.c | 52 #define K_1 1024 macro 67 if ((shmid = shmget(key, 16 * K_1, IPC_CREAT | 0666)) < 0) { in main()
|
H A D | shmt08.c | 43 #define K_1 1024 macro 65 if ((shmid = shmget(key, 24 * K_1, IPC_CREAT | 0666)) < 0) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/readv/ |
H A D | readv02.c | 24 #define K_1 1024 macro 31 static char buf1[K_1]; 42 {buf1, K_1}, 43 {buf1 + CHUNK, K_1}, 44 {buf1 + CHUNK*2, K_1},
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 234 #define K_1(_keys) &((struct lws_cipher_chacha *)_keys->cipher)->ccctx[0] macro 253 chacha_keysetup(K_1(keys), &keys->key[SSH_KEYIDX_ENC][32], 256); in lws_chacha_activate() 281 * using the K_1 key, a nonce consisting of the packet sequence number in lws_chachapoly_get_length() 286 chacha_ivsetup(K_1(keys), seqbuf, NULL); in lws_chachapoly_get_length() 287 chacha_encrypt_bytes(K_1(keys), in4, buf, 4); in lws_chachapoly_get_length() 333 chacha_ivsetup(K_1(keys), seqbuf, NULL); in chachapoly_crypt() 334 chacha_encrypt_bytes(K_1(keys), src, dest, aadlen); in chachapoly_crypt()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest05.c | 83 #define K_1 1024 macro 149 max_size = K_1 * K_1; in setup()
|
H A D | ftest08.c | 68 #define K_1 1024 macro 138 max_size = K_1 * K_1; in init()
|
H A D | ftest04.c | 67 #define K_1 1024 macro 133 max_size = K_1 * K_1; in setup()
|
H A D | ftest01.c | 79 #define K_1 1024 macro 141 max_size = K_1 * K_1; in setup()
|
H A D | ftest07.c | 83 #define K_1 1024 macro 165 max_size = K_1 * K_1; in setup()
|
H A D | ftest03.c | 83 #define K_1 1024 macro 161 max_size = K_1 * K_1; in setup()
|
H A D | ftest06.c | 78 #define K_1 1024 macro
|
H A D | ftest02.c | 60 #define K_1 1024 macro
|
/third_party/ltp/testcases/kernel/mem/vmtests/ |
H A D | stack_space.c | 55 #define K_1 1024 macro 58 #define MAXSIZE 10*K_1 98 csize = K_1;
|
H A D | data_space.c | 61 #define K_1 1024 macro 113 max_size = K_1 * K_1;
|