Home
last modified time | relevance | path

Searched refs:K_1 (Results 1 - 22 of 22) 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, Valu
[all...]
H A DrecursiveTypeReferences2.js91 $O: { [K_1 in keyof T]?: {
93 } & (T[K_1] extends string ? {
95 } : XMLObject<T[K_1]>); };
H A DdeclarationEmitMappedTypeDistributivityPreservesConstraints.js58 } ? { [K_1 in keyof T_2]: Parameters<T_1["x"][K_1]>; } : never;
/third_party/ltp/testcases/kernel/syscalls/writev/
H A 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)) ! in main()
[all...]
H A 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)) ! in main()
[all...]
H A Dwritev06.c52 #define K_1 1024 macro
67 char name[K_1], f_name[K_1];
/third_party/ltp/testcases/kernel/mem/shmt/
H A 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()
H A 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()
H A Dshmt02.c52 #define K_1 1024 macro
67 if ((shmid = shmget(key, 16 * K_1, IPC_CREAT | 0666)) < 0) { in main()
H A 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/
H A 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/
H A 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()
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 Dftest05.c83 #define K_1 1024 macro
149 max_size = K_1 * K_1; in setup()
H A Dftest08.c68 #define K_1 1024 macro
138 max_size = K_1 * K_1; in init()
H A Dftest04.c67 #define K_1 1024 macro
133 max_size = K_1 * K_1; in setup()
H A Dftest01.c79 #define K_1 1024 macro
141 max_size = K_1 * K_1; in setup()
H A Dftest07.c83 #define K_1 1024 macro
165 max_size = K_1 * K_1; in setup()
H A Dftest03.c83 #define K_1 1024 macro
161 max_size = K_1 * K_1; in setup()
H A Dftest06.c78 #define K_1 1024 macro
H A Dftest02.c60 #define K_1 1024 macro
/third_party/ltp/testcases/kernel/mem/vmtests/
H A Dstack_space.c55 #define K_1 1024 macro
58 #define MAXSIZE 10*K_1
98 csize = K_1;
H A Ddata_space.c61 #define K_1 1024 macro
113 max_size = K_1 * K_1;

Completed in 11 milliseconds