Home
last modified time | relevance | path

Searched refs:K_1 (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdeclarationsWithRecursiveInternalTypesProduceUniqueTypeParams.js97K_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 …]
DrecursiveTypeReferences2.js91 $O: { [K_1 in keyof T]?: {
93 } & (T[K_1] extends string ? {
95 } : XMLObject<T[K_1]>); };
DdeclarationEmitMappedTypeDistributivityPreservesConstraints.js58 } ? { [K_1 in keyof T_2]: Parameters<T_1["x"][K_1]>; } : never;
/third_party/ltp/testcases/kernel/syscalls/writev/
Dwritev05.c56 #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()
Dwritev02.c61 #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()
Dwritev06.c52 #define K_1 1024 macro
67 char name[K_1], f_name[K_1];
/third_party/ltp/testcases/kernel/mem/shmt/
Dshmt03.c51 #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()
Dshmt09.c47 #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()
Dshmt02.c52 #define K_1 1024 macro
67 if ((shmid = shmget(key, 16 * K_1, IPC_CREAT | 0666)) < 0) { in main()
Dshmt08.c43 #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/
Dreadv02.c24 #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/
Dchacha.c234 #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/
Dstack_space.c55 #define K_1 1024 macro
58 #define MAXSIZE 10*K_1
98 csize = K_1;
Ddata_space.c61 #define K_1 1024 macro
113 max_size = K_1 * K_1;
/third_party/ltp/testcases/kernel/fs/ftest/
Dftest08.c68 #define K_1 1024 macro
138 max_size = K_1 * K_1; in init()
Dftest04.c67 #define K_1 1024 macro
133 max_size = K_1 * K_1; in setup()
Dftest01.c79 #define K_1 1024 macro
141 max_size = K_1 * K_1; in setup()
Dftest05.c83 #define K_1 1024 macro
149 max_size = K_1 * K_1; in setup()
Dftest07.c83 #define K_1 1024 macro
165 max_size = K_1 * K_1; in setup()
Dftest03.c83 #define K_1 1024 macro
161 max_size = K_1 * K_1; in setup()
Dftest02.c60 #define K_1 1024 macro
Dftest06.c78 #define K_1 1024 macro