Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 2894) sorted by relevance

12345678910>>...116

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dasltypes.y161 %type <n> ArgList
162 %type <n> AslCode
172 %type <n> Object
182 %type <n> Target
183 %type <n> Term
184 %type <n> TermArg
249 %type <n> IfTerm
267 %type <n> AddTerm
299 %type <n> OrTerm
377 %type <n> String
[all …]
/dragonfly/sys/dev/drm/include/linux/
H A Dlog2.h46 return (n == roundup_pow_of_two(n)); in is_power_of_2()
65 #define ilog2(n) \ argument
68 (n) < 2 ? 0 : \
69 (n) & (1ULL << 63) ? 63 : \
70 (n) & (1ULL << 62) ? 62 : \
71 (n) & (1ULL << 61) ? 61 : \
72 (n) & (1ULL << 60) ? 60 : \
73 (n) & (1ULL << 59) ? 59 : \
132 (sizeof(n) <= 4) ? \
133 fls((u32)(n)) - 1 : flsll((u64)(n)) - 1 \
[all …]
/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom53_mul.c154 bsm1[n] = bs1[n] - mpn_sub_n (bsm1, bs1, b1, n); in mpn_toom53_mul()
251 cy = bsm1[n] + mpn_add_n (vm1 + n, vm1 + n, bsm1, n); in mpn_toom53_mul()
256 cy = 2 * bsm1[n] + mpn_addlsh1_n (vm1 + n, vm1 + n, bsm1, n); in mpn_toom53_mul()
264 cy += mpn_add_n (vm1 + n, vm1 + n, asm1, n); in mpn_toom53_mul()
268 mpn_mul_n (vm1, asm1, bsm1, n + ((asm1[n] | bsm1[n]) != 0)); in mpn_toom53_mul()
276 cy = bs1[n] + mpn_add_n (v1 + n, v1 + n, bs1, n); in mpn_toom53_mul()
281 cy = 2 * bs1[n] + mpn_addlsh1_n (v1 + n, v1 + n, bs1, n); in mpn_toom53_mul()
288 cy = as1[n] * bs1[n] + mpn_addmul_1 (v1 + n, bs1, n, as1[n]); in mpn_toom53_mul()
294 cy += mpn_add_n (v1 + n, v1 + n, as1, n); in mpn_toom53_mul()
299 cy += mpn_addlsh1_n (v1 + n, v1 + n, as1, n); in mpn_toom53_mul()
[all …]
H A Dtoom62_mul.c132 ash[n] = cy + mpn_add (ash, ash, n, a5, s); in mpn_toom62_mul()
151 bs1[n] = mpn_add_n (bs1, b0, b1, n); in mpn_toom62_mul()
166 bs1[n] = mpn_add (bs1, b0, n, b1, t); in mpn_toom62_mul()
221 mpn_add (bsh, bs1, n + 1, b0, n); in mpn_toom62_mul()
254 cy = mpn_add_n (vm1 + n, vm1 + n, bsm1, n); in mpn_toom62_mul()
259 cy = mpn_addlsh1_n (vm1 + n, vm1 + n, bsm1, n); in mpn_toom62_mul()
270 cy = bs1[n] + mpn_add_n (v1 + n, v1 + n, bs1, n); in mpn_toom62_mul()
275 cy = 2 * bs1[n] + mpn_addlsh1_n (v1 + n, v1 + n, bs1, n); in mpn_toom62_mul()
277 cy = 2 * bs1[n] + mpn_addmul_1 (v1 + n, bs1, n, CNST_LIMB(2)); in mpn_toom62_mul()
282 cy = as1[n] * bs1[n] + mpn_addmul_1 (v1 + n, bs1, n, as1[n]); in mpn_toom62_mul()
[all …]
H A Dtoom33_mul.c68 mpn_mul_basecase (p, a, n, b, n); \
71 mpn_toom22_mul (p, a, n, b, n, ws); \
136 as1[n] = cy + mpn_add_n (as1, gp, a1, n); in mpn_toom33_mul()
192 bs1[n] = cy + mpn_add_n (bs1, gp, b1, n); in mpn_toom33_mul()
249 cy = bsm1[n] + mpn_add_n (vm1 + n, vm1 + n, bsm1, n); in mpn_toom33_mul()
251 cy += mpn_add_n (vm1 + n, vm1 + n, asm1, n); in mpn_toom33_mul()
270 cy = bs1[n] + mpn_add_n (v1 + n, v1 + n, bs1, n); in mpn_toom33_mul()
275 cy = 2 * bs1[n] + mpn_addlsh1_n (v1 + n, v1 + n, bs1, n); in mpn_toom33_mul()
277 cy = 2 * bs1[n] + mpn_addmul_1 (v1 + n, bs1, n, CNST_LIMB(2)); in mpn_toom33_mul()
284 cy += mpn_add_n (v1 + n, v1 + n, as1, n); in mpn_toom33_mul()
[all …]
H A Dinvertappr.c47 (((n) >= 0x1) + ((n) >= 0x2) + ((n) >= 0x4) + ((n) >= 0x8) + \
48 ((n) >= 0x10) + ((n) >= 0x20) + ((n) >= 0x40) + ((n) >= 0x80) + \
49 ((n) >= 0x100) + ((n) >= 0x200) + ((n) >= 0x400) + ((n) >= 0x800) + \
50 ((n) >= 0x1000) + ((n) >= 0x2000) + ((n) >= 0x4000) + ((n) >= 0x8000))
95 ASSERT (! MPN_OVERLAP_P (ip, n, dp, n)); in mpn_bc_invertappr()
108 mpn_com (xp + n, dp, n); in mpn_bc_invertappr()
117 invert_pi1 (inv, dp[n-1], dp[n-2]); in mpn_bc_invertappr()
169 ASSERT (! MPN_OVERLAP_P (ip, n, dp, n)); in mpn_ni_invertappr()
241 while (xp[n] || mpn_cmp (xp, dp - n, n)>0) { in mpn_ni_invertappr()
242 xp[n] -= mpn_sub_n (xp, xp, dp - n, n); in mpn_ni_invertappr()
[all …]
H A Dtoom32_mul.c189 cy += mpn_add_n (v1 + n, v1 + n, ap1, n); in mpn_toom32_mul()
194 hi = mpn_add_n (vm1+n, vm1+n, bm1, n); in mpn_toom32_mul()
245 cy = mpn_add_n (pp + 2*n, v1, v1 + n, n); in mpn_toom32_mul()
246 MPN_INCR_U (v1 + n, n + 1, cy + v1[2*n]); in mpn_toom32_mul()
253 hi += mpn_add_nc (pp + 2*n, pp + 2*n, vm1 + n, n, cy); in mpn_toom32_mul()
259 hi += mpn_sub_nc (pp + 2*n, pp + 2*n, vm1 + n, n, cy); in mpn_toom32_mul()
292 cy = mpn_sub_n (pp + n, pp + n, pp+3*n, n); in mpn_toom32_mul()
295 cy = mpn_sub_nc (pp + 2*n, pp + 2*n, pp, n, cy); in mpn_toom32_mul()
296 hi -= mpn_sub_nc (pp + 3*n, scratch + n, pp + n, n, cy); in mpn_toom32_mul()
298 hi += mpn_add (pp + n, pp + n, 3*n, scratch, n); in mpn_toom32_mul()
[all …]
H A Dhgcd.c96 for (n = M->n; n + qn > M->n; n--) in hgcd_matrix_update_q()
112 ASSERT (n + qn >= M->n); in hgcd_matrix_update_q()
117 M->n = n + qn + 1; in hgcd_matrix_update_q()
124 n -= (M->p[0][col][n-1] | M->p[1][col][n-1]) == 0; in hgcd_matrix_update_q()
125 if (n > M->n) in hgcd_matrix_update_q()
126 M->n = n; in hgcd_matrix_update_q()
423 n = M->n + M1->n; in mpn_hgcd_matrix_mul()
425 n -= ((M->p[0][0][n] | M->p[0][1][n] | M->p[1][0][n] | M->p[1][1][n]) == 0); in mpn_hgcd_matrix_mul()
426 n -= ((M->p[0][0][n] | M->p[0][1][n] | M->p[1][0][n] | M->p[1][1][n]) == 0); in mpn_hgcd_matrix_mul()
427 n -= ((M->p[0][0][n] | M->p[0][1][n] | M->p[1][0][n] | M->p[1][1][n]) == 0); in mpn_hgcd_matrix_mul()
[all …]
H A Dtoom3_sqr.c109 as1[n] = cy + mpn_add_n (as1, gp, a1, n); in mpn_toom3_sqr()
125 if (s != n) in mpn_toom3_sqr()
132 if (s != n) in mpn_toom3_sqr()
137 if (s != n) in mpn_toom3_sqr()
161 cy = asm1[n] + mpn_add_n (vm1 + n, vm1 + n, asm1, n); in mpn_toom3_sqr()
163 cy += mpn_add_n (vm1 + n, vm1 + n, asm1, n); in mpn_toom3_sqr()
180 cy = as1[n] + mpn_add_n (v1 + n, v1 + n, as1, n); in mpn_toom3_sqr()
185 cy = 2 * as1[n] + mpn_addlsh1_n (v1 + n, v1 + n, as1, n); in mpn_toom3_sqr()
187 cy = 2 * as1[n] + mpn_addmul_1 (v1 + n, as1, n, CNST_LIMB(2)); in mpn_toom3_sqr()
194 cy += mpn_add_n (v1 + n, v1 + n, as1, n); in mpn_toom3_sqr()
[all …]
H A Dtoom42_mul.c79 t = bn - n; in mpn_toom42_mul()
103 if (s != n) in mpn_toom42_mul()
110 if (s != n) in mpn_toom42_mul()
134 bs1[n] = mpn_add_n (bs1, b0, b1, n); in mpn_toom42_mul()
149 bs1[n] = mpn_add (bs1, b0, n, b1, t); in mpn_toom42_mul()
184 cy = mpn_add_n (vm1 + n, vm1 + n, bsm1, n); in mpn_toom42_mul()
199 cy = bs1[n] + mpn_add_n (v1 + n, v1 + n, bs1, n); in mpn_toom42_mul()
204 cy = 2 * bs1[n] + mpn_addlsh1_n (v1 + n, v1 + n, bs1, n); in mpn_toom42_mul()
206 cy = 2 * bs1[n] + mpn_addmul_1 (v1 + n, bs1, n, CNST_LIMB(2)); in mpn_toom42_mul()
211 cy = 3 * bs1[n] + mpn_addmul_1 (v1 + n, bs1, n, CNST_LIMB(3)); in mpn_toom42_mul()
[all …]
H A Dpowm.c307 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument
317 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument
328 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
338 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
350 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument
361 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
371 #define MPN_SQR(r,a,n) mpn_sqr (r,a,n) in mpn_powm() argument
396 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument
406 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument
429 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument
[all …]
H A Dtoom_interpolate_8pts.c126 DO_mpn_subrsh(r3+n, 2 * n + 1, pp, 2 * n, 4, ws); in mpn_toom_interpolate_8pts()
130 DO_mpn_subrsh(r5+n, 2 * n + 1, pp, 2 * n, 2, ws); in mpn_toom_interpolate_8pts()
134 r7[3*n] -= mpn_sub_n (r7+n, r7+n, pp, 2 * n); in mpn_toom_interpolate_8pts()
168 cy = mpn_add_n (pp + n, pp + n, r7, n); /* Hr8+Lr7-Lr5 */ in mpn_toom_interpolate_8pts()
169 cy-= mpn_sub_n (pp + n, pp + n, r5, n); in mpn_toom_interpolate_8pts()
175 cy = mpn_sub_n (pp + 2*n, r7 + n, r5 + n, n); /* Mr7-Mr5 */ in mpn_toom_interpolate_8pts()
179 r5[3*n]+= mpn_add_n (r5 + 2*n, r5 + 2*n, r3, n); /* Hr5+Lr3 */ in mpn_toom_interpolate_8pts()
180 cy-= mpn_sub_n (pp + 3*n, pp + 3*n, r5 + 2*n, n+1); /* Hr7-Hr5+Lr5-Lr3 */ in mpn_toom_interpolate_8pts()
186 ASSERT_NOCARRY(mpn_sub_n(pp + 4*n, r5 + n, r3 + n, 2*n +1)); /* Mr5-Mr3,Hr5-Hr3 */ in mpn_toom_interpolate_8pts()
188 cy = mpn_add_1 (pp + 6*n, r3 + n, n, pp[6*n]); in mpn_toom_interpolate_8pts()
[all …]
H A Dtoom_interpolate_6pts.c103 w1[2*n] -= mpn_sub_n (w1, w1, w5, 2*n); in mpn_toom_interpolate_6pts()
166 cy = mpn_add_n (pp + n, pp + n, w4, 2 * n + 1); in mpn_toom_interpolate_6pts()
167 MPN_INCR_U (pp + 3 * n + 1, n, cy); in mpn_toom_interpolate_6pts()
184 cy = mpn_sub_n (pp + n, pp + n, w2, n); in mpn_toom_interpolate_6pts()
188 cy4 = w3[2 * n] + mpn_add_n (pp + 3 * n, pp + 3 * n, w2, n); in mpn_toom_interpolate_6pts()
190 cy = w2[2 * n] + mpn_add_n (pp + 4 * n, w1, w2 + n, n); in mpn_toom_interpolate_6pts()
191 MPN_INCR_U (w1 + n, n + 1, cy); in mpn_toom_interpolate_6pts()
195 cy6 = w1[2 * n] + mpn_add_n (w0, w0, w1 + n, n); in mpn_toom_interpolate_6pts()
206 cy = mpn_sub_n (pp + 2 * n, pp + 2 * n, pp + 4 * n, n + w0n); in mpn_toom_interpolate_6pts()
218 MPN_INCR_U (w0 + n, w0n - n, cy6); in mpn_toom_interpolate_6pts()
[all …]
H A Dmulmod_bnm1.c157 cy = mpn_add (xp, a0, n, a1, an - n); in mpn_mulmod_bnm1()
163 cy = mpn_add (xp + n, b0, n, b1, bn - n); in mpn_mulmod_bnm1()
164 MPN_INCR_U (xp + n, n, cy); in mpn_mulmod_bnm1()
194 cy = mpn_sub (sp1, a0, n, a1, an - n); in mpn_mulmod_bnm1()
197 anp = n + ap1[n]; in mpn_mulmod_bnm1()
205 cy = mpn_sub (sp1 + n + 1, b0, n, b1, bn - n); in mpn_mulmod_bnm1()
207 MPN_INCR_U (sp1 + n + 1, n + 1, cy); in mpn_mulmod_bnm1()
208 bnp = n + bp1[n]; in mpn_mulmod_bnm1()
232 ASSERT (anp <= n || xp[2*n]==0); in mpn_mulmod_bnm1()
310 cy = xp[n] + mpn_sub_nc (xp + an + bn - n, rp + an + bn - n, in mpn_mulmod_bnm1()
[all …]
H A Dtoom63_mul.c37 x = ap[n]; in abs_sub_n()
38 y = bp[n]; in abs_sub_n()
41 n++; in abs_sub_n()
132 pp[n] = mpn_lshift (pp, b1, n, 2); /* 4b1 */ in mpn_toom63_mul()
136 v3[n]+= mpn_add_n (v3, v3, b0, n); /* 16b2+b0 */ in mpn_toom63_mul()
138 v3[n] = mpn_add (v3, b0, n, v3, t+1); /* 16b2+b0 */ in mpn_toom63_mul()
142 mpn_toom_couple_handling (r3, 2*n+1, pp, sign, n, 2, 4); in mpn_toom63_mul()
164 v3[n] = cy + mpn_add_n (v3, ws, b1, n); in mpn_toom63_mul()
183 pp[n] = mpn_lshift (pp, b1, n, 1); /* 2b1 */ in mpn_toom63_mul()
187 v3[n]+= mpn_add_n (v3, v3, b0, n); /* 4b2+b0 */ in mpn_toom63_mul()
[all …]
H A Dtoom44_mul.c65 mpn_mul_basecase (p, a, n, b, n); \
68 mpn_toom22_mul (p, a, n, b, n, ws); \
71 mpn_toom33_mul (p, a, n, b, n, ws); \
73 mpn_toom44_mul (p, a, n, b, n, ws); \
163 if (s < n) in mpn_toom44_mul()
167 apx[n] = 2*cy + mpn_lshift (apx + s, apx + s, n - s, 1); in mpn_toom44_mul()
171 apx[n] = 2*cy + mpn_addlsh1_n (apx, a3, apx, n); in mpn_toom44_mul()
178 apx[n] = cy + mpn_add (apx, apx, n, a3, s); in mpn_toom44_mul()
185 if (t < n) in mpn_toom44_mul()
193 bpx[n] = 2*cy + mpn_addlsh1_n (bpx, b3, bpx, n); in mpn_toom44_mul()
[all …]
/dragonfly/crypto/libressl/crypto/modes/
H A Dcfb128.c82 n = (n+1) % 16; in CRYPTO_cfb128_encrypt()
102 out[n] = ivec[n] ^= in[n]; in CRYPTO_cfb128_encrypt()
117 n = (n+1) % 16; in CRYPTO_cfb128_encrypt()
149 out[n] = ivec[n] ^ (c = in[n]); ivec[n] = c; in CRYPTO_cfb128_encrypt()
189 for(n=0 ; n < num ; ++n) in cfbr_encrypt_block()
190 out[n] = (ovec[16+n] = in[n] ^ ivec[n]); in cfbr_encrypt_block()
192 for(n=0 ; n < num ; ++n) in cfbr_encrypt_block()
193 out[n] = (ovec[16+n] = in[n]) ^ ivec[n]; in cfbr_encrypt_block()
200 for(n=0 ; n < 16 ; ++n) in cfbr_encrypt_block()
215 for(n=0 ; n<bits ; ++n) in CRYPTO_cfb128_1_encrypt()
[all …]
H A Dcbc128.c80 for(n=0; n<16; ++n) in CRYPTO_cbc128_encrypt()
81 out[n] = in[n] ^ iv[n]; in CRYPTO_cbc128_encrypt()
90 for(n=0; n<16; n+=sizeof(size_t)) in CRYPTO_cbc128_encrypt()
102 for(n=0; n<16 && n<len; ++n) in CRYPTO_cbc128_encrypt()
103 out[n] = in[n] ^ iv[n]; in CRYPTO_cbc128_encrypt()
131 for(n=0; n<16; ++n) in CRYPTO_cbc128_decrypt()
158 for(n=0; n<16; ++n) { in CRYPTO_cbc128_decrypt()
160 out[n] = tmp.c[n] ^ ivec[n]; in CRYPTO_cbc128_decrypt()
175 out_t[n] = tmp.t[n] ^ ivec_t[n]; in CRYPTO_cbc128_decrypt()
188 for(n=0; n<16 && n<len; ++n) { in CRYPTO_cbc128_decrypt()
[all …]
/dragonfly/usr.bin/bdes/
H A Dbdes.c553 for (n = 0; n < 8; n++) in cbcenc()
566 for (n = 0; n < 8; n++) in cbcenc()
627 for (n = 0; n < 8; n++) in cbcauth()
637 for (n = 0; n < 8; n++) in cbcauth()
680 for (n = 0; n < nbytes; n++) in cfbenc()
693 for (n = 0; n < nbytes; n++) in cfbenc()
770 for (n = 0; n < nbytes; n++) in cfbaenc()
772 for (n = 0; n < nbytes; n++) in cfbaenc()
785 for (n = 0; n < nbytes; n++) in cfbaenc()
957 for (n = 0; n < nbytes; n++) in cfbauth()
[all …]
/dragonfly/usr.sbin/makefs/ffs/
H A Dffs_bswap.c79 n32 = (u_int32_t *)n; in ffs_sb_swap()
140 memcpy(n->di_db, o->di_db, sizeof(n->di_db)); in ffs_dinode1_swap()
141 memcpy(n->di_ib, o->di_ib, sizeof(n->di_ib)); in ffs_dinode1_swap()
144 n->di_gen = bswap32(o->di_gen); in ffs_dinode1_swap()
172 memcpy(n->di_extb, o->di_extb, sizeof(n->di_extb)); in ffs_dinode2_swap()
173 memcpy(n->di_db, o->di_db, sizeof(n->di_db)); in ffs_dinode2_swap()
174 memcpy(n->di_ib, o->di_ib, sizeof(n->di_ib)); in ffs_dinode2_swap()
185 nint = (u_int32_t*)n; in ffs_csum_swap()
247 if (n->cg_magic == CG_MAGIC) { in ffs_cg_swap()
248 btotoff = n->cg_old_btotoff; in ffs_cg_swap()
[all …]
/dragonfly/contrib/mdocml/
H A Dman_validate.c308 n->line, n->pos, "OP ... %s", n->string); in post_OP()
431 check_tag(n, n->child); in post_IP()
493 n = n->child; in post_TH()
514 n = n->next; in post_TH()
531 n = n->next; in post_TH()
539 if (n && (n = n->next)) in post_TH()
553 if (n && (n = n->next)) in post_TH()
559 if (n != NULL && (n = n->next) != NULL) in post_TH()
561 n->line, n->pos, "TH ... %s", n->string); in post_TH()
583 n = n->child; in post_UC()
[all …]
H A Dmdoc_validate.c349 check_text(mdoc, n->line, n->pos, n->string); in mdoc_validate()
353 check_text_em(mdoc, n->line, n->pos, n->string); in mdoc_validate()
356 check_toptext(mdoc, n->line, n->pos, n->string); in mdoc_validate()
1376 for (n = mdoc->last->child; n != NULL; n = n->next) { in post_fa()
2106 n = n->next; in post_root()
2121 n = n->next; in post_root()
2301 for (n = mdoc->last->child; n != NULL; n = n->next) { in post_sh_name()
2320 n = n->next; in post_sh_name()
2380 n = n->next; in post_sh_see_also()
2397 n = n->next; in post_sh_see_also()
[all …]
/dragonfly/contrib/mpfr/src/
H A Dmulders.c75 rp[n] = mpn_mul_1 (rp, up, n, vp[0]); in mpfr_mullow_n_basecase()
93 k = MPFR_LIKELY (n < MPFR_MULHIGH_TAB_SIZE) ? mulhigh_ktab[n] : 3*(n/4); in mpfr_mulhigh_n()
126 k = MPFR_LIKELY (n < MPFR_MULHIGH_TAB_SIZE) ? mulhigh_ktab[n] : 3*(n/4); in mpfr_mullow_n()
129 mpn_mul_basecase (rp, np, n, mp, n); in mpfr_mullow_n()
244 udiv_qr_3by2 (q2, q1, q0, np[n - 1], np[n - 2], np[n - 3], in mpfr_divhigh_n_basecase()
303 k = MPFR_LIKELY (n < MPFR_DIVHIGH_TAB_SIZE) ? divhigh_ktab[n] : 2*(n/3); in mpfr_divhigh_n()
310 return __gmpn_sbpi1_divappr_q (qp, np, n + n, dp, n, dinv2.inv32); in mpfr_divhigh_n()
384 cc -= mpn_sub_n (np + n, np + n, dp + n - r, r); in mpfr_divhigh_n()
469 cc += mpn_sub_n (np + n - 1, np + n - 1, dp + n - r - 1, r + 1); in mpfr_divhigh_n()
471 cc += mpn_sub_n (np + n, np + n, dp + n - r, r); in mpfr_divhigh_n()
[all …]
/dragonfly/lib/libusb/
H A Dlibusb20_desc.h208 m(n, UINT8_T, bLength, ) \
210 m(n, UINT16_T, bcdUSB, ) \
219 m(n, UINT8_T, iProduct, ) \
226 m(n, UINT8_T, bLength, ) \
238 m(n, UINT8_T, bLength, ) \
251 m(n, UINT8_T, bLength, ) \
265 m(n, UINT16_T, wValue, ) \
266 m(n, UINT16_T, wIndex, ) \
267 m(n, UINT16_T, wLength, ) \
272 m(n, UINT8_T, bLength, ) \
[all …]
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset203 1 Неверное имя клавиши `%S'\n
4 2 Плохое имя клавиши: %S\n
5 3 Плохое имя команды: %S\n
6 4 Плохая спецификация клавиши %S\n
7 5 Пустая строка\n
8 6 Стандартные привязки клавиш\n
10 8 Много-символьные привязки\n
11 9 Привязки управляющих клавиш\n
12 10 %-15s-> не определено\n
28 26 Без КОМАНДы, вывести привязку КЛАВИШи\n.\n
[all …]

12345678910>>...116