/third_party/typescript/tests/baselines/reference/ |
D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js | 97 …K_1 extends keyof Value<K, T>>(key: K_1) => (<K_2 extends keyof Value<K_1, Value<K, T>>>(key: K_2)… 98 …Value<K_1, Value<K, T>>>>>>>>>>>) => Value<K_10, Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value… 99 …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>>>>>>>>… 101 …e<K_2, Value<K_1, Value<K, T>>>>>>>>>>) => Value<K_9, Value<K_8, Value<K_7, Value<K_6, Value<K_5, … 102 …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>>>>>>>>… 104 …, Value<K_2, Value<K_1, Value<K, T>>>>>>>>>) => Value<K_8, Value<K_7, Value<K_6, Value<K_5, Value<… 105 …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>>>>>>>>… 107 …ue<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>>) => Value<K_7, Value<K_6, Value<K_5, Value<K_4, V… 108 …set: (newU: Value<K_7, Value<K_6, Value<K_5, Value<K_4, Value<K_3, Value<K_2, Value<K_1, Value<K, … 110 …4, Value<K_3, Value<K_2, Value<K_1, Value<K, T>>>>>>>) => Value<K_6, Value<K_5, Value<K_4, Value<K… [all …]
|
D | recursiveTypeReferences2.js | 91 $O: { [K_1 in keyof T]?: { 93 } & (T[K_1] extends string ? { 95 } : XMLObject<T[K_1]>); };
|
D | declarationEmitMappedTypeDistributivityPreservesConstraints.js | 58 } ? { [K_1 in keyof T_2]: Parameters<T_1["x"][K_1]>; } : never;
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
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)) != K_1) { in main() 164 l_seek(fd[0], K_1, 0); in main()
|
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)) != K_1) in main() 153 l_seek(fd[0], K_1, 0); in main()
|
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/ |
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()
|
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()
|
D | shmt02.c | 52 #define K_1 1024 macro 67 if ((shmid = shmget(key, 16 * K_1, IPC_CREAT | 0666)) < 0) { in main()
|
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/ |
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/ |
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() 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/mem/vmtests/ |
D | stack_space.c | 55 #define K_1 1024 macro 58 #define MAXSIZE 10*K_1 98 csize = K_1;
|
D | data_space.c | 61 #define K_1 1024 macro 113 max_size = K_1 * K_1;
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest08.c | 68 #define K_1 1024 macro 138 max_size = K_1 * K_1; in init()
|
D | ftest04.c | 67 #define K_1 1024 macro 133 max_size = K_1 * K_1; in setup()
|
D | ftest01.c | 79 #define K_1 1024 macro 141 max_size = K_1 * K_1; in setup()
|
D | ftest05.c | 83 #define K_1 1024 macro 149 max_size = K_1 * K_1; in setup()
|
D | ftest07.c | 83 #define K_1 1024 macro 165 max_size = K_1 * K_1; in setup()
|
D | ftest03.c | 83 #define K_1 1024 macro 161 max_size = K_1 * K_1; in setup()
|
D | ftest02.c | 60 #define K_1 1024 macro
|
D | ftest06.c | 78 #define K_1 1024 macro
|