bin/csh/csh.h
335
} L;
bin/csh/csh.h
340
#define t_dlef L.T_dlef
bin/csh/csh.h
341
#define t_dcar L.T_dcar
common/lib/libc/arch/arm/quad/__aeabi_lcmp.c
49
if (aa.sl[L] < bb.sl[L])
common/lib/libc/arch/arm/quad/__aeabi_lcmp.c
51
if (aa.sl[L] > bb.sl[L])
common/lib/libc/arch/arm/quad/__aeabi_ulcmp.c
49
if (aa.ul[L] < bb.ul[L])
common/lib/libc/arch/arm/quad/__aeabi_ulcmp.c
51
if (aa.ul[L] > bb.ul[L])
common/lib/libc/misc/ubsan.c
1432
DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L)
common/lib/libc/misc/ubsan.c
1447
DeserializeUINT128(pBuffer, zBUfferLength, pType, STATIC_CAST(__uint128_t, L));
common/lib/libc/misc/ubsan.c
1457
snprintf(pBuffer, zBUfferLength, "%" PRId64, STATIC_CAST(int64_t, L));
common/lib/libc/misc/ubsan.c
1463
DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L)
common/lib/libc/misc/ubsan.c
1478
DeserializeUINT128(pBuffer, zBUfferLength, pType, STATIC_CAST(__uint128_t, L));
common/lib/libc/misc/ubsan.c
1488
snprintf(pBuffer, zBUfferLength, "%" PRIu64, STATIC_CAST(uint64_t, L));
common/lib/libc/misc/ubsan.c
1573
longest L = 0;
common/lib/libc/misc/ubsan.c
1586
memcpy(&L, REINTERPRET_CAST(longest *, ulNumber), sizeof(longest));
common/lib/libc/misc/ubsan.c
1595
L = *REINTERPRET_CAST(int64_t *, ulNumber);
common/lib/libc/misc/ubsan.c
1597
L = STATIC_CAST(int64_t, STATIC_CAST(uint64_t, ulNumber));
common/lib/libc/misc/ubsan.c
1601
L = STATIC_CAST(int32_t, STATIC_CAST(uint32_t, ulNumber));
common/lib/libc/misc/ubsan.c
1604
L = STATIC_CAST(int16_t, STATIC_CAST(uint16_t, ulNumber));
common/lib/libc/misc/ubsan.c
1607
L = STATIC_CAST(int8_t, STATIC_CAST(uint8_t, ulNumber));
common/lib/libc/misc/ubsan.c
1611
return L;
common/lib/libc/misc/ubsan.c
1709
longest L = llliGetNumber(szLocation, pType, ulNumber);
common/lib/libc/misc/ubsan.c
1710
DeserializeNumberSigned(pBuffer, zBUfferLength, pType, L);
common/lib/libc/misc/ubsan.c
262
static void DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
common/lib/libc/misc/ubsan.c
263
static void DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L);
common/lib/libc/quad/adddi3.c
59
sum.ul[L] = aa.ul[L] + bb.ul[L];
common/lib/libc/quad/adddi3.c
60
sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]);
common/lib/libc/quad/ashldi3.c
60
aa.ul[H] = aa.ul[L] << (unsigned int)(shift - INT_BITS);
common/lib/libc/quad/ashldi3.c
61
aa.ul[L] = 0;
common/lib/libc/quad/ashldi3.c
64
(aa.ul[L] >> (INT_BITS - shift));
common/lib/libc/quad/ashldi3.c
65
aa.ul[L] <<= shift;
common/lib/libc/quad/ashrdi3.c
73
aa.ul[L] = aa.sl[H] >> (shift - INT_BITS);
common/lib/libc/quad/ashrdi3.c
76
aa.ul[L] = (aa.ul[L] >> shift) |
common/lib/libc/quad/cmpdi2.c
60
aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
common/lib/libc/quad/lshldi3.c
62
aa.ul[H] = aa.ul[L] << (unsigned int)(shift - INT_BITS);
common/lib/libc/quad/lshldi3.c
63
aa.ul[L] = 0;
common/lib/libc/quad/lshldi3.c
66
(aa.ul[L] >> (INT_BITS - shift));
common/lib/libc/quad/lshldi3.c
67
aa.ul[L] <<= shift;
common/lib/libc/quad/lshrdi3.c
61
aa.ul[L] = aa.ul[H] >> (shift - INT_BITS);
common/lib/libc/quad/lshrdi3.c
64
aa.ul[L] = (aa.ul[L] >> shift) |
common/lib/libc/quad/muldi3.c
115
#define u0 u.ul[L]
common/lib/libc/quad/muldi3.c
117
#define v0 v.ul[L]
common/lib/libc/quad/muldi3.c
164
prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] +
common/lib/libc/quad/muldi3.c
166
prod.ul[L] = low.ul[L];
common/lib/libc/quad/muldi3.c
248
prod.ul[L] = prodl;
common/lib/libc/quad/negdi2.c
56
res.ul[L] = -aa.ul[L];
common/lib/libc/quad/negdi2.c
57
res.ul[H] = -aa.ul[H] - (res.ul[L] > 0);
common/lib/libc/quad/qdivrem.c
122
u[3] = (digit)HHALF(tmp.ul[L]);
common/lib/libc/quad/qdivrem.c
123
u[4] = (digit)LHALF(tmp.ul[L]);
common/lib/libc/quad/qdivrem.c
127
v[3] = (digit)HHALF(tmp.ul[L]);
common/lib/libc/quad/qdivrem.c
128
v[4] = (digit)LHALF(tmp.ul[L]);
common/lib/libc/quad/qdivrem.c
153
tmp.ul[L] = COMBINE(q3, q4);
common/lib/libc/quad/qdivrem.c
261
tmp.ul[L] = COMBINE(uspace[3], uspace[4]);
common/lib/libc/quad/qdivrem.c
266
tmp.ul[L] = COMBINE(qspace[3], qspace[4]);
common/lib/libc/quad/qdivrem.c
91
tmp.ul[H] = tmp.ul[L] = 1 / zero;
common/lib/libc/quad/subdi3.c
58
diff.ul[L] = aa.ul[L] - bb.ul[L];
common/lib/libc/quad/subdi3.c
59
diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
common/lib/libc/quad/ucmpdi2.c
59
aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
lib/libc/arch/hppa/SYS.h
43
ldil L%SYSCALLGATE, %r1 !\
lib/libc/arch/hppa/SYS.h
61
ldil L%SYSCALLGATE, %r1 !\
lib/libc/gdtoa/arithchk.c
106
long L;
lib/libc/gdtoa/arithchk.c
117
if (u.L == Cray1)
lib/libc/gdtoa/arithchk.c
50
long L[2];
lib/libc/gdtoa/arithchk.c
54
long L;
lib/libc/gdtoa/arithchk.c
59
u.L[0] = u.L[1] = 0;
lib/libc/gdtoa/arithchk.c
61
if (u.L[0] == 1117925532 && u.L[1] == -448790528)
lib/libc/gdtoa/arithchk.c
63
if (u.L[1] == 1117925532 && u.L[0] == -448790528)
lib/libc/gdtoa/arithchk.c
65
if (u.L[0] == -2065213935 && u.L[1] == 10752)
lib/libc/gdtoa/arithchk.c
67
if (u.L[0] == 1267827943 && u.L[1] == 704643072)
lib/libc/gdtoa/arithchk.c
77
int L[2];
lib/libc/gdtoa/arithchk.c
81
int L;
lib/libc/gdtoa/arithchk.c
86
u.L[0] = u.L[1] = 0;
lib/libc/gdtoa/arithchk.c
88
if (u.L[0] == 1117925532 && u.L[1] == -448790528)
lib/libc/gdtoa/arithchk.c
90
if (u.L[1] == 1117925532 && u.L[0] == -448790528)
lib/libc/gdtoa/arithchk.c
92
if (u.L[0] == -2065213935 && u.L[1] == 10752)
lib/libc/gdtoa/arithchk.c
94
if (u.L[0] == 1267827943 && u.L[1] == 704643072)
lib/libc/gdtoa/dtoa.c
124
Long L;
lib/libc/gdtoa/dtoa.c
401
L = dval(&d);
lib/libc/gdtoa/dtoa.c
402
dval(&d) -= L;
lib/libc/gdtoa/dtoa.c
403
*s++ = '0' + (int)L;
lib/libc/gdtoa/dtoa.c
419
L = (Long)(dval(&d));
lib/libc/gdtoa/dtoa.c
420
if (!(dval(&d) -= L))
lib/libc/gdtoa/dtoa.c
422
*s++ = '0' + (int)L;
lib/libc/gdtoa/dtoa.c
456
L = (Long)(dval(&d) / ds);
lib/libc/gdtoa/dtoa.c
457
dval(&d) -= L*ds;
lib/libc/gdtoa/dtoa.c
461
L--;
lib/libc/gdtoa/dtoa.c
465
*s++ = '0' + (int)L;
lib/libc/gdtoa/dtoa.c
484
if (dval(&d) > ds || (dval(&d) == ds && L & 1))
lib/libc/gdtoa/g_Qfmt.c
63
ULong bits[4], *L, sign;
lib/libc/gdtoa/g_Qfmt.c
76
L = (ULong*)V;
lib/libc/gdtoa/g_Qfmt.c
77
sign = L[_0] & 0x80000000L;
lib/libc/gdtoa/g_Qfmt.c
78
bits[3] = L[_0] & 0xffff;
lib/libc/gdtoa/g_Qfmt.c
79
bits[2] = L[_1];
lib/libc/gdtoa/g_Qfmt.c
80
bits[1] = L[_2];
lib/libc/gdtoa/g_Qfmt.c
81
bits[0] = L[_3];
lib/libc/gdtoa/g_Qfmt.c
83
if ( (ex = (L[_0] & 0x7fff0000L) >> 16) !=0) {
lib/libc/gdtoa/g_ddfmt.c
104
if ((L[_0] & 0x7ff00000L) < (L[2+_0] & 0x7ff00000L)) {
lib/libc/gdtoa/g_ddfmt.c
108
L = dd->L;
lib/libc/gdtoa/g_ddfmt.c
132
if ((L[_0] ^ L[2+_0]) & 0x80000000L) {
lib/libc/gdtoa/g_ddfmt.c
136
if (L[_0] & 0x80000000L)
lib/libc/gdtoa/g_ddfmt.c
143
if (L[_0] & 0x80000000L)
lib/libc/gdtoa/g_ddfmt.c
45
ULong *L, bits0[4], *bits, *zx;
lib/libc/gdtoa/g_ddfmt.c
69
L = dd->L;
lib/libc/gdtoa/g_ddfmt.c
70
if ((L[_0] & 0x7ff00000L) == 0x7ff00000L) {
lib/libc/gdtoa/g_ddfmt.c
72
if (L[_0] & 0xfffff || L[_1]) {
lib/libc/gdtoa/g_ddfmt.c
76
if ((L[2+_0] & 0x7ff00000) == 0x7ff00000) {
lib/libc/gdtoa/g_ddfmt.c
77
if (L[2+_0] & 0xfffff || L[2+_1])
lib/libc/gdtoa/g_ddfmt.c
79
if ((L[_0] ^ L[2+_0]) & 0x80000000L)
lib/libc/gdtoa/g_ddfmt.c
84
if (L[_0] & 0x80000000L)
lib/libc/gdtoa/g_ddfmt.c
88
if ((L[2+_0] & 0x7ff00000) == 0x7ff00000) {
lib/libc/gdtoa/g_ddfmt.c
89
L += 2;
lib/libc/gdtoa/g_ddfmt.c
90
if (L[_0] & 0xfffff || L[_1])
lib/libc/gdtoa/g_ddfmt.c
97
if (L[_0] & L[2+_0] & 0x80000000L)
lib/libc/gdtoa/g_dfmt.c
45
ULong bits[2], *L, sign;
lib/libc/gdtoa/g_dfmt.c
58
L = (ULong*)d;
lib/libc/gdtoa/g_dfmt.c
59
sign = L[_0] & 0x80000000L;
lib/libc/gdtoa/g_dfmt.c
60
if ((L[_0] & 0x7ff00000) == 0x7ff00000) {
lib/libc/gdtoa/g_dfmt.c
64
if (L[_0] & 0xfffff || L[_1]) {
lib/libc/gdtoa/g_dfmt.c
72
if (L[_1] == 0 && (L[_0] ^ sign) == 0 /*d == 0.*/) {
lib/libc/gdtoa/g_dfmt.c
75
if (L[_0] & 0x80000000L)
lib/libc/gdtoa/g_dfmt.c
82
bits[0] = L[_1];
lib/libc/gdtoa/g_dfmt.c
83
bits[1] = L[_0] & 0xfffff;
lib/libc/gdtoa/g_dfmt.c
84
if ( (ex = (L[_0] >> 20) & 0x7ff) !=0)
lib/libc/gdtoa/g_ffmt.c
45
ULong bits[1], *L, sign;
lib/libc/gdtoa/g_ffmt.c
58
L = (ULong*)f;
lib/libc/gdtoa/g_ffmt.c
59
sign = L[0] & 0x80000000L;
lib/libc/gdtoa/g_ffmt.c
60
if ((L[0] & 0x7f800000) == 0x7f800000) {
lib/libc/gdtoa/g_ffmt.c
62
if (L[0] & 0x7fffff) {
lib/libc/gdtoa/g_ffmt.c
73
if (L[0] & 0x80000000L)
lib/libc/gdtoa/g_ffmt.c
80
bits[0] = L[0] & 0x7fffff;
lib/libc/gdtoa/g_ffmt.c
81
if ( (ex = (L[0] >> 23) & 0xff) !=0)
lib/libc/gdtoa/g_xLfmt.c
61
ULong bits[2], *L, sign;
lib/libc/gdtoa/g_xLfmt.c
74
L = (ULong*)V;
lib/libc/gdtoa/g_xLfmt.c
75
sign = L[_0] & 0x80000000L;
lib/libc/gdtoa/g_xLfmt.c
76
bits[1] = L[_1];
lib/libc/gdtoa/g_xLfmt.c
77
bits[0] = L[_2];
lib/libc/gdtoa/g_xLfmt.c
78
if ( (ex = (L[_0] >> 16) & 0x7fff) !=0) {
lib/libc/gdtoa/g_xfmt.c
66
UShort *L;
lib/libc/gdtoa/g_xfmt.c
79
L = (UShort *)V;
lib/libc/gdtoa/g_xfmt.c
80
sign = L[_0] & 0x8000;
lib/libc/gdtoa/g_xfmt.c
81
bits[1] = (L[_1] << 16) | L[_2];
lib/libc/gdtoa/g_xfmt.c
82
bits[0] = (L[_3] << 16) | L[_4];
lib/libc/gdtoa/g_xfmt.c
83
if ( (ex = L[_0] & 0x7fff) !=0) {
lib/libc/gdtoa/gdtoa.c
165
Long L;
lib/libc/gdtoa/gdtoa.c
408
L = (Long)(dval(&d)/ds);
lib/libc/gdtoa/gdtoa.c
409
dval(&d) -= L*ds;
lib/libc/gdtoa/gdtoa.c
410
*s++ = '0' + (int)L;
lib/libc/gdtoa/gdtoa.c
429
if ( (L = (Long)(dval(&d)/ds)) !=0)
lib/libc/gdtoa/gdtoa.c
430
dval(&d) -= L*ds;
lib/libc/gdtoa/gdtoa.c
431
*s++ = '0' + (int)L;
lib/libc/gdtoa/gdtoa.c
466
L = dval(&d) / ds;
lib/libc/gdtoa/gdtoa.c
467
dval(&d) -= L*ds;
lib/libc/gdtoa/gdtoa.c
471
L--;
lib/libc/gdtoa/gdtoa.c
475
*s++ = '0' + (int)L;
lib/libc/gdtoa/gdtoa.c
489
if (dval(&d) > ds || (dval(&d) == ds && L & 1))
lib/libc/gdtoa/gdtoaimp.h
297
typedef union { double d; ULong L[2]; } __attribute__((__may_alias__)) U;
lib/libc/gdtoa/gdtoaimp.h
310
#define word0(x) ( /* LINTED */ (U*)x)->L[1]
lib/libc/gdtoa/gdtoaimp.h
311
#define word1(x) ( /* LINTED */ (U*)x)->L[0]
lib/libc/gdtoa/gdtoaimp.h
313
#define word0(x) ( /* LINTED */ (U*)x)->L[0]
lib/libc/gdtoa/gdtoaimp.h
314
#define word1(x) ( /* LINTED */ (U*)x)->L[1]
lib/libc/gdtoa/gethex.c
193
L = 0;
lib/libc/gdtoa/gethex.c
208
*x++ = L;
lib/libc/gdtoa/gethex.c
209
L = 0;
lib/libc/gdtoa/gethex.c
212
L |= (unsigned int)(hexdig[(unsigned char)*s1] & 0x0f) << n;
lib/libc/gdtoa/gethex.c
215
*x++ = L;
lib/libc/gdtoa/gethex.c
217
n = ULbits*n - hi0bits(L);
lib/libc/gdtoa/gethex.c
46
ULong L, lostbits, *x;
lib/libc/gdtoa/gmisc.c
79
ULong L;
lib/libc/gdtoa/gmisc.c
88
L = *x;
lib/libc/gdtoa/gmisc.c
89
n += lo0bits(&L);
lib/libc/gdtoa/qnan.c
103
a.L[2] = a.L[3] = 0;
lib/libc/gdtoa/qnan.c
106
printf("#define ld_QNAN%d 0x%lx\n", i, UL a.L[i]);
lib/libc/gdtoa/qnan.c
77
Ulong L[4];
lib/libc/gdtoa/qnan.c
86
a.L[0] = b.L[0] = 0x7f800000;
lib/libc/gdtoa/qnan.c
88
printf("#define f_QNAN 0x%lx\n", UL c.L[0]);
lib/libc/gdtoa/qnan.c
89
a.L[_0] = b.L[_0] = 0x7ff00000;
lib/libc/gdtoa/qnan.c
90
a.L[_1] = b.L[_1] = 0;
lib/libc/gdtoa/qnan.c
92
printf("#define d_QNAN0 0x%lx\n", UL c.L[0]);
lib/libc/gdtoa/qnan.c
93
printf("#define d_QNAN1 0x%lx\n", UL c.L[1]);
lib/libc/gdtoa/strtoIQ.c
47
ULong *L = (ULong *)a, *M = (ULong *)b;
lib/libc/gdtoa/strtoIQ.c
56
ULtoQ(L, B[0]->x, exp[0], rv[0]);
lib/libc/gdtoa/strtoIQ.c
63
M[0] = L[0];
lib/libc/gdtoa/strtoIQ.c
64
M[1] = L[1];
lib/libc/gdtoa/strtoIQ.c
65
M[2] = L[2];
lib/libc/gdtoa/strtoIQ.c
66
M[3] = L[3];
lib/libc/gdtoa/strtoIx.c
47
UShort *L = (UShort *)a, *M = (UShort *)b;
lib/libc/gdtoa/strtoIx.c
56
ULtox(L, B[0]->x, exp[0], rv[0]);
lib/libc/gdtoa/strtoIx.c
63
M[0] = L[0];
lib/libc/gdtoa/strtoIx.c
64
M[1] = L[1];
lib/libc/gdtoa/strtoIx.c
65
M[2] = L[2];
lib/libc/gdtoa/strtoIx.c
66
M[3] = L[3];
lib/libc/gdtoa/strtoIx.c
67
M[4] = L[4];
lib/libc/gdtoa/strtoIxL.c
47
ULong *L = (ULong *)a, *M = (ULong *)b;
lib/libc/gdtoa/strtoIxL.c
56
ULtoxL(L, B[0]->x, exp[0], rv[0]);
lib/libc/gdtoa/strtoIxL.c
63
M[0] = L[0];
lib/libc/gdtoa/strtoIxL.c
64
M[1] = L[1];
lib/libc/gdtoa/strtoIxL.c
65
M[2] = L[2];
lib/libc/gdtoa/strtod.c
103
Long L;
lib/libc/gdtoa/strtod.c
1044
L = (Long)aadj;
lib/libc/gdtoa/strtod.c
1045
aadj -= L;
lib/libc/gdtoa/strtod.c
184
ULtod((/* LINTED */(U*)&rv)->L, bits, expt, i);
lib/libc/gdtoa/strtod.c
265
L = c - '0';
lib/libc/gdtoa/strtod.c
268
L = 10*L + c - '0';
lib/libc/gdtoa/strtod.c
269
if (s - s1 > 8 || L > 19999)
lib/libc/gdtoa/strtod.c
275
e = (int)L;
lib/libc/gdtoa/strtod.c
845
L = word0(&rv) & Exp_mask;
lib/libc/gdtoa/strtod.c
847
if (L < Exp_msk1)
lib/libc/gdtoa/strtod.c
850
if (L <= (scale ? (2*P+1)*Exp_msk1 : Exp_msk1))
lib/libc/gdtoa/strtod.c
852
if (L <= Exp_msk1)
lib/libc/gdtoa/strtod.c
856
L -= Exp_msk1;
lib/libc/gdtoa/strtod.c
860
L = word0(&rv) & Exp_mask;
lib/libc/gdtoa/strtod.c
861
if (L <= (2*P+1)*Exp_msk1) {
lib/libc/gdtoa/strtod.c
862
if (L > (P+2)*Exp_msk1)
lib/libc/gdtoa/strtod.c
871
L = (word0(&rv) & Exp_mask) - Exp_msk1;
lib/libc/gdtoa/strtod.c
873
word0(&rv) = L | Bndry_mask1;
lib/libc/gdtoa/strtodI.c
107
if ((u->L[_0] & 0x7ff00000) < 0x3500000) {
lib/libc/gdtoa/strtodI.c
158
u->L[0] = (u+1)->L[0] = d_QNAN0;
lib/libc/gdtoa/strtodI.c
159
u->L[1] = (u+1)->L[1] = d_QNAN1;
lib/libc/gdtoa/strtodI.c
44
ULong *L = d->L;
lib/libc/gdtoa/strtodI.c
47
if (!(L[_1] | (L[_0] & 0xfffff))
lib/libc/gdtoa/strtodI.c
48
&& (L[_0] & 0x7ff00000) > 0x00100000)
lib/libc/gdtoa/strtodg.c
1006
L = 0;
lib/libc/gdtoa/strtodg.c
1016
if (y == z && L) {
lib/libc/gdtoa/strtodg.c
307
ULong L;
lib/libc/gdtoa/strtodg.c
309
L = word1(d) << 16 | word1(d) >> 16;
lib/libc/gdtoa/strtodg.c
310
if (L)
lib/libc/gdtoa/strtodg.c
312
if ( (L = word1(d)) !=0)
lib/libc/gdtoa/strtodg.c
314
return P - lo0bits(&L);
lib/libc/gdtoa/strtodg.c
316
L = word0(d) << 16 | word0(d) >> 16 | Exp_msk11;
lib/libc/gdtoa/strtodg.c
318
L = word0(d) | Exp_msk1;
lib/libc/gdtoa/strtodg.c
320
return P - 32 - lo0bits(&L);
lib/libc/gdtoa/strtodg.c
338
Long L;
lib/libc/gdtoa/strtodg.c
472
L = c - '0';
lib/libc/gdtoa/strtodg.c
475
L = 10*L + c - '0';
lib/libc/gdtoa/strtodg.c
476
if (s - s1 > 8 || L > 19999)
lib/libc/gdtoa/strtodg.c
482
e = (int)L;
lib/libc/gdtoa/strtodg.c
800
L = 0;
lib/libc/gdtoa/strtodg.c
920
L = adj0;
lib/libc/gdtoa/strtodg.c
921
adj0 -= L;
lib/libc/gdtoa/strtodg.c
934
L++;
lib/libc/gdtoa/strtodg.c
938
dval(&adj) = L;
lib/libc/gdtoa/strtodg.c
987
L = finished = 0;
lib/libc/gdtoa/strtodnrp.c
53
union { ULong L[2]; double d; } u;
lib/libc/gdtoa/strtodnrp.c
58
u.L[0] = Big0;
lib/libc/gdtoa/strtodnrp.c
59
u.L[1] = Big1;
lib/libc/gdtoa/strtodnrp.c
65
u.L[0] = u.L[1] = 0;
lib/libc/gdtoa/strtodnrp.c
69
u.L[_1] = bits[0];
lib/libc/gdtoa/strtodnrp.c
70
u.L[_0] = (bits[1] & ~0x100000) | ((expt + 0x3ff + 52) << 20);
lib/libc/gdtoa/strtodnrp.c
74
u.L[_1] = bits[0];
lib/libc/gdtoa/strtodnrp.c
75
u.L[_0] = bits[1];
lib/libc/gdtoa/strtodnrp.c
79
u.L[_0] = 0x7ff00000;
lib/libc/gdtoa/strtodnrp.c
80
u.L[_1] = 0;
lib/libc/gdtoa/strtodnrp.c
84
u.L[0] = d_QNAN0;
lib/libc/gdtoa/strtodnrp.c
85
u.L[1] = d_QNAN1;
lib/libc/gdtoa/strtodnrp.c
89
u.L[_0] = 0x7ff00000 | bits[1];
lib/libc/gdtoa/strtodnrp.c
90
u.L[_1] = bits[0];
lib/libc/gdtoa/strtodnrp.c
93
u.L[_0] |= 0x80000000L;
lib/libc/gdtoa/strtof.c
52
union { ULong L[1]; float f; } u;
lib/libc/gdtoa/strtof.c
67
u.L[0] = 0;
lib/libc/gdtoa/strtof.c
72
u.L[0] = (bits[0] & 0x7fffff) | ((expt + 0x7f + 23) << 23);
lib/libc/gdtoa/strtof.c
76
u.L[0] = bits[0];
lib/libc/gdtoa/strtof.c
80
u.L[0] = 0x7f800000;
lib/libc/gdtoa/strtof.c
84
u.L[0] = f_QNAN;
lib/libc/gdtoa/strtof.c
88
u.L[0] = 0; /* for gcc warning */
lib/libc/gdtoa/strtof.c
92
u.L[0] |= 0x80000000L;
lib/libc/gdtoa/strtof_vaxf.c
53
union { ULong L[1]; float f; } u;
lib/libc/gdtoa/strtof_vaxf.c
68
u.L[0] = ((bits[0] & 0x0000ffff) << 16) | /* FracLo */
lib/libc/gdtoa/strtof_vaxf.c
79
u.L[0] |= 0x00008000L;
lib/libc/gdtoa/strtopQ.c
100
L[2] = ld_QNAN2;
lib/libc/gdtoa/strtopQ.c
101
L[3] = ld_QNAN3;
lib/libc/gdtoa/strtopQ.c
104
L[_0] |= 0x80000000L;
lib/libc/gdtoa/strtopQ.c
61
ULong *L = (ULong*)V;
lib/libc/gdtoa/strtopQ.c
74
L[0] = L[1] = L[2] = L[3] = 0;
lib/libc/gdtoa/strtopQ.c
79
L[_3] = bits[0];
lib/libc/gdtoa/strtopQ.c
80
L[_2] = bits[1];
lib/libc/gdtoa/strtopQ.c
81
L[_1] = bits[2];
lib/libc/gdtoa/strtopQ.c
82
L[_0] = (bits[3] & ~0x10000) | ((expt + 0x3fff + 112) << 16);
lib/libc/gdtoa/strtopQ.c
86
L[_3] = bits[0];
lib/libc/gdtoa/strtopQ.c
87
L[_2] = bits[1];
lib/libc/gdtoa/strtopQ.c
88
L[_1] = bits[2];
lib/libc/gdtoa/strtopQ.c
89
L[_0] = bits[3];
lib/libc/gdtoa/strtopQ.c
93
L[_0] = 0x7fff0000;
lib/libc/gdtoa/strtopQ.c
94
L[_1] = L[_2] = L[_3] = 0;
lib/libc/gdtoa/strtopQ.c
98
L[0] = ld_QNAN0;
lib/libc/gdtoa/strtopQ.c
99
L[1] = ld_QNAN1;
lib/libc/gdtoa/strtopdd.c
108
u->L[2] = u->L[3] = 0;
lib/libc/gdtoa/strtopdd.c
111
u->L[2+_1] = bits[0];
lib/libc/gdtoa/strtopdd.c
112
u->L[2+_0] = (bits[1] & 0xfffff) | (expt << 20);
lib/libc/gdtoa/strtopdd.c
123
u->L[2] = u->L[3] = 0;
lib/libc/gdtoa/strtopdd.c
124
u->L[_1] = bits[0];
lib/libc/gdtoa/strtopdd.c
125
u->L[_0] = bits[1];
lib/libc/gdtoa/strtopdd.c
131
u->L[_0] = ((bits[3] << i | bits[2] >> j) & 0xfffff)
lib/libc/gdtoa/strtopdd.c
133
u->L[_1] = (bits[2] << i | bits[1] >> j) & 0xffffffffL;
lib/libc/gdtoa/strtopdd.c
134
u->L[2+_0] = bits[1] & ((1L << j) - 1);
lib/libc/gdtoa/strtopdd.c
135
u->L[2+_1] = bits[0];
lib/libc/gdtoa/strtopdd.c
143
u->L[_0] = (bits[2] >> j & 0xfffff) | (33 + j) << 20;
lib/libc/gdtoa/strtopdd.c
144
u->L[_1] = ((bits[2] << i) | (bits[1] >> j)) & 0xffffffffL;
lib/libc/gdtoa/strtopdd.c
145
u->L[2+_0] = bits[1] & ((1L << j) - 1);
lib/libc/gdtoa/strtopdd.c
146
u->L[2+_1] = bits[0];
lib/libc/gdtoa/strtopdd.c
150
u->L[_0] = (bits[2] & 0xfffff) | (33 << 20);
lib/libc/gdtoa/strtopdd.c
151
u->L[_1] = bits[1];
lib/libc/gdtoa/strtopdd.c
152
u->L[2+_0] = 0;
lib/libc/gdtoa/strtopdd.c
153
u->L[2+_1] = bits[0];
lib/libc/gdtoa/strtopdd.c
157
u->L[_0] = (((bits[2] << i) | (bits[1] >> j)) & 0xfffff)
lib/libc/gdtoa/strtopdd.c
159
u->L[_1] = (bits[1] << i | bits[0] >> j) & 0xffffffffL;
lib/libc/gdtoa/strtopdd.c
160
u->L[2+_0] = 0;
lib/libc/gdtoa/strtopdd.c
161
u->L[2+_1] = bits[0] & ((1L << j) - 1);
lib/libc/gdtoa/strtopdd.c
167
u->L[_0] = (bits[1] >> j & 0xfffff) | ((j + 1) << 20);
lib/libc/gdtoa/strtopdd.c
168
u->L[_1] = (bits[1] << i | bits[0] >> j) & 0xffffffffL;
lib/libc/gdtoa/strtopdd.c
169
u->L[2+_0] = 0;
lib/libc/gdtoa/strtopdd.c
170
u->L[2+_1] = bits[0] & ((1L << j) - 1);
lib/libc/gdtoa/strtopdd.c
174
u->L[_0] = u->L[2+_0] = 0x7ff00000;
lib/libc/gdtoa/strtopdd.c
175
u->L[_1] = u->L[2+_1] = 0;
lib/libc/gdtoa/strtopdd.c
179
u->L[0] = u->L[2] = d_QNAN0;
lib/libc/gdtoa/strtopdd.c
180
u->L[1] = u->L[3] = d_QNAN1;
lib/libc/gdtoa/strtopdd.c
183
u->L[ _0] |= 0x80000000L;
lib/libc/gdtoa/strtopdd.c
184
u->L[2+_0] |= 0x80000000L;
lib/libc/gdtoa/strtopdd.c
53
ULong L[4];
lib/libc/gdtoa/strtopdd.c
73
u->L[_1] = (bits[1] >> 21 | bits[2] << 11) & 0xffffffffL;
lib/libc/gdtoa/strtopdd.c
74
u->L[_0] = (bits[2] >> 21) | ((bits[3] << 11) & 0xfffff)
lib/libc/gdtoa/strtopf.c
44
ULong bits[1], *L;
lib/libc/gdtoa/strtopf.c
56
L = (ULong*)f;
lib/libc/gdtoa/strtopf.c
60
L[0] = 0;
lib/libc/gdtoa/strtopf.c
65
L[0] = (bits[0] & 0x7fffff) | ((expt + 0x7f + 23) << 23);
lib/libc/gdtoa/strtopf.c
69
L[0] = bits[0];
lib/libc/gdtoa/strtopf.c
73
L[0] = 0x7f800000;
lib/libc/gdtoa/strtopf.c
77
L[0] = f_QNAN;
lib/libc/gdtoa/strtopf.c
80
L[0] |= 0x80000000L;
lib/libc/gdtoa/strtopx.c
100
L[0] = ldus_QNAN0;
lib/libc/gdtoa/strtopx.c
101
L[1] = ldus_QNAN1;
lib/libc/gdtoa/strtopx.c
102
L[2] = ldus_QNAN2;
lib/libc/gdtoa/strtopx.c
103
L[3] = ldus_QNAN3;
lib/libc/gdtoa/strtopx.c
104
L[4] = ldus_QNAN4;
lib/libc/gdtoa/strtopx.c
107
L[_0] |= 0x8000;
lib/libc/gdtoa/strtopx.c
63
UShort *L = (UShort*)V;
lib/libc/gdtoa/strtopx.c
76
L[0] = L[1] = L[2] = L[3] = L[4] = 0;
lib/libc/gdtoa/strtopx.c
80
L[_0] = 0;
lib/libc/gdtoa/strtopx.c
85
L[_0] = expt + 0x3fff + 63;
lib/libc/gdtoa/strtopx.c
87
L[_4] = (UShort)bits[0];
lib/libc/gdtoa/strtopx.c
88
L[_3] = (UShort)(bits[0] >> 16);
lib/libc/gdtoa/strtopx.c
89
L[_2] = (UShort)bits[1];
lib/libc/gdtoa/strtopx.c
90
L[_1] = (UShort)(bits[1] >> 16);
lib/libc/gdtoa/strtopx.c
94
L[_0] = 0x7fff;
lib/libc/gdtoa/strtopx.c
95
L[_1] = 0x8000;
lib/libc/gdtoa/strtopx.c
96
L[_2] = L[_3] = L[_4] = 0;
lib/libc/gdtoa/strtopxL.c
59
ULong *L = (ULong*)V;
lib/libc/gdtoa/strtopxL.c
72
L[0] = L[1] = L[2] = 0;
lib/libc/gdtoa/strtopxL.c
78
L[_2] = bits[0];
lib/libc/gdtoa/strtopxL.c
79
L[_1] = bits[1];
lib/libc/gdtoa/strtopxL.c
80
L[_0] = (expt + 0x3fff + 63) << 16;
lib/libc/gdtoa/strtopxL.c
84
L[_0] = 0x7fff << 16;
lib/libc/gdtoa/strtopxL.c
85
L[_1] = 0x80000000;
lib/libc/gdtoa/strtopxL.c
86
L[_2] = 0;
lib/libc/gdtoa/strtopxL.c
90
L[0] = ld_QNAN0;
lib/libc/gdtoa/strtopxL.c
91
L[1] = ld_QNAN1;
lib/libc/gdtoa/strtopxL.c
92
L[2] = ld_QNAN2;
lib/libc/gdtoa/strtopxL.c
95
L[_0] |= 0x80000000L;
lib/libc/gdtoa/strtorQ.c
101
strtorQ(CONST char *s, char **sp, int rounding, void *L)
lib/libc/gdtoa/strtorQ.c
120
ULtoQ((ULong*)L, bits, expt, k);
lib/libc/gdtoa/strtorQ.c
56
ULtoQ(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
lib/libc/gdtoa/strtorQ.c
58
ULtoQ(ULong *L, ULong *bits, Long expt, int k)
lib/libc/gdtoa/strtorQ.c
64
L[0] = L[1] = L[2] = L[3] = 0;
lib/libc/gdtoa/strtorQ.c
69
L[_3] = bits[0];
lib/libc/gdtoa/strtorQ.c
70
L[_2] = bits[1];
lib/libc/gdtoa/strtorQ.c
71
L[_1] = bits[2];
lib/libc/gdtoa/strtorQ.c
72
L[_0] = (bits[3] & ~0x10000) | ((expt + 0x3fff + 112) << 16);
lib/libc/gdtoa/strtorQ.c
76
L[_3] = bits[0];
lib/libc/gdtoa/strtorQ.c
77
L[_2] = bits[1];
lib/libc/gdtoa/strtorQ.c
78
L[_1] = bits[2];
lib/libc/gdtoa/strtorQ.c
79
L[_0] = bits[3];
lib/libc/gdtoa/strtorQ.c
83
L[_0] = 0x7fff0000;
lib/libc/gdtoa/strtorQ.c
84
L[_1] = L[_2] = L[_3] = 0;
lib/libc/gdtoa/strtorQ.c
88
L[0] = ld_QNAN0;
lib/libc/gdtoa/strtorQ.c
89
L[1] = ld_QNAN1;
lib/libc/gdtoa/strtorQ.c
90
L[2] = ld_QNAN2;
lib/libc/gdtoa/strtorQ.c
91
L[3] = ld_QNAN3;
lib/libc/gdtoa/strtorQ.c
94
L[_0] |= 0x80000000L;
lib/libc/gdtoa/strtorQ.c
99
strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
lib/libc/gdtoa/strtord.c
38
ULtod(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
lib/libc/gdtoa/strtord.c
40
ULtod(ULong *L, ULong *bits, Long expt, int k)
lib/libc/gdtoa/strtord.c
46
L[0] = L[1] = 0;
lib/libc/gdtoa/strtord.c
50
L[_1] = bits[0];
lib/libc/gdtoa/strtord.c
51
L[_0] = bits[1];
lib/libc/gdtoa/strtord.c
56
L[_1] = bits[0];
lib/libc/gdtoa/strtord.c
57
L[_0] = (bits[1] & ~0x100000) | ((expt + 0x3ff + 52) << 20);
lib/libc/gdtoa/strtord.c
61
L[_0] = 0x7ff00000;
lib/libc/gdtoa/strtord.c
62
L[_1] = 0;
lib/libc/gdtoa/strtord.c
67
L[0] = d_QNAN0;
lib/libc/gdtoa/strtord.c
68
L[1] = d_QNAN1;
lib/libc/gdtoa/strtord.c
72
L[_0] |= 0x80000000L;
lib/libc/gdtoa/strtord.c
94
ULtod((/* LINTED */(U*)d)->L, bits, expt, k);
lib/libc/gdtoa/strtordd.c
102
L[2] = L[3] = 0;
lib/libc/gdtoa/strtordd.c
103
L[_1] = bits[0];
lib/libc/gdtoa/strtordd.c
104
L[_0] = bits[1];
lib/libc/gdtoa/strtordd.c
110
L[_0] = ((bits[3] << i | bits[2] >> j) & 0xfffff)
lib/libc/gdtoa/strtordd.c
112
L[_1] = (bits[2] << i | bits[1] >> j) & 0xffffffffL;
lib/libc/gdtoa/strtordd.c
113
L[2+_0] = bits[1] & (((ULong)1L << j) - 1);
lib/libc/gdtoa/strtordd.c
114
L[2+_1] = bits[0];
lib/libc/gdtoa/strtordd.c
122
L[_0] = (bits[2] >> j & 0xfffff) | ((33 + j) << 20);
lib/libc/gdtoa/strtordd.c
123
L[_1] = (bits[2] << i | bits[1] >> j) & 0xffffffffL;
lib/libc/gdtoa/strtordd.c
124
L[2+_0] = bits[1] & (((ULong)1L << j) - 1);
lib/libc/gdtoa/strtordd.c
125
L[2+_1] = bits[0];
lib/libc/gdtoa/strtordd.c
129
L[_0] = (bits[2] & 0xfffff) | (33 << 20);
lib/libc/gdtoa/strtordd.c
130
L[_1] = bits[1];
lib/libc/gdtoa/strtordd.c
131
L[2+_0] = 0;
lib/libc/gdtoa/strtordd.c
132
L[2+_1] = bits[0];
lib/libc/gdtoa/strtordd.c
136
L[_0] = (((bits[2] << i) | (bits[1] >> j)) & 0xfffff)
lib/libc/gdtoa/strtordd.c
138
L[_1] = (bits[1] << i | bits[0] >> j) & 0xffffffffL;
lib/libc/gdtoa/strtordd.c
139
L[2+_0] = 0;
lib/libc/gdtoa/strtordd.c
140
L[2+_1] = bits[0] & ((1L << j) - 1);
lib/libc/gdtoa/strtordd.c
146
L[_0] = (bits[1] >> j & 0xfffff) | ((j + 1) << 20);
lib/libc/gdtoa/strtordd.c
147
L[_1] = (bits[1] << i | bits[0] >> j) & 0xffffffffL;
lib/libc/gdtoa/strtordd.c
148
L[2+_0] = 0;
lib/libc/gdtoa/strtordd.c
149
L[2+_1] = bits[0] & (((ULong)1L << j) - 1);
lib/libc/gdtoa/strtordd.c
153
L[_0] = L[2+_0] = 0x7ff00000;
lib/libc/gdtoa/strtordd.c
154
L[_1] = L[2+_1] = 0;
lib/libc/gdtoa/strtordd.c
158
L[0] = L[2] = d_QNAN0;
lib/libc/gdtoa/strtordd.c
159
L[1] = L[3] = d_QNAN1;
lib/libc/gdtoa/strtordd.c
163
L[_1] = (bits[1] >> 21 | bits[2] << 11) & (ULong)0xffffffffL;
lib/libc/gdtoa/strtordd.c
164
L[_0] = bits[2] >> 21 | bits[3] << 11
lib/libc/gdtoa/strtordd.c
166
L[2+_1] = bits[0];
lib/libc/gdtoa/strtordd.c
167
L[2+_0] = bits[1] | (ULong)0x7ff00000L;
lib/libc/gdtoa/strtordd.c
170
L[_0] |= 0x80000000L;
lib/libc/gdtoa/strtordd.c
171
L[2+_0] |= 0x80000000L;
lib/libc/gdtoa/strtordd.c
38
ULtodd(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
lib/libc/gdtoa/strtordd.c
40
ULtodd(ULong *L, ULong *bits, Long expt, int k)
lib/libc/gdtoa/strtordd.c
48
L[0] = L[1] = L[2] = L[3] = 0;
lib/libc/gdtoa/strtordd.c
52
L[_1] = (bits[1] >> 21 | bits[2] << 11) & (ULong)0xffffffffL;
lib/libc/gdtoa/strtordd.c
53
L[_0] = (bits[2] >> 21) | (bits[3] << 11 & 0xfffff)
lib/libc/gdtoa/strtordd.c
87
L[2] = L[3] = 0;
lib/libc/gdtoa/strtordd.c
90
L[2+_1] = bits[0];
lib/libc/gdtoa/strtordd.c
91
L[2+_0] = (bits[1] & 0xfffff) | (expt << 20);
lib/libc/gdtoa/strtorf.c
38
ULtof(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
lib/libc/gdtoa/strtorf.c
40
ULtof(ULong *L, ULong *bits, Long expt, int k)
lib/libc/gdtoa/strtorf.c
46
*L = 0;
lib/libc/gdtoa/strtorf.c
51
L[0] = (bits[0] & 0x7fffff) | ((expt + 0x7f + 23) << 23);
lib/libc/gdtoa/strtorf.c
55
L[0] = bits[0];
lib/libc/gdtoa/strtorf.c
59
L[0] = 0x7f800000;
lib/libc/gdtoa/strtorf.c
63
L[0] = f_QNAN;
lib/libc/gdtoa/strtorf.c
66
L[0] |= 0x80000000L;
lib/libc/gdtoa/strtorx.c
102
strtorx(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
lib/libc/gdtoa/strtorx.c
104
strtorx(CONST char *s, char **sp, int rounding, void *L)
lib/libc/gdtoa/strtorx.c
123
ULtox((UShort*)L, bits, expt, k);
lib/libc/gdtoa/strtorx.c
58
ULtox(L, bits, expt, k) UShort *L; ULong *bits; Long expt; int k;
lib/libc/gdtoa/strtorx.c
60
ULtox(UShort *L, ULong *bits, Long expt, int k)
lib/libc/gdtoa/strtorx.c
66
L[0] = L[1] = L[2] = L[3] = L[4] = 0;
lib/libc/gdtoa/strtorx.c
70
L[_0] = 0;
lib/libc/gdtoa/strtorx.c
75
L[_0] = expt + 0x3fff + 63;
lib/libc/gdtoa/strtorx.c
77
L[_4] = (UShort)bits[0];
lib/libc/gdtoa/strtorx.c
78
L[_3] = (UShort)(bits[0] >> 16);
lib/libc/gdtoa/strtorx.c
79
L[_2] = (UShort)bits[1];
lib/libc/gdtoa/strtorx.c
80
L[_1] = (UShort)(bits[1] >> 16);
lib/libc/gdtoa/strtorx.c
84
L[_0] = 0x7fff;
lib/libc/gdtoa/strtorx.c
85
L[_1] = 0x8000;
lib/libc/gdtoa/strtorx.c
86
L[_2] = L[_3] = L[_4] = 0;
lib/libc/gdtoa/strtorx.c
90
L[0] = ldus_QNAN0;
lib/libc/gdtoa/strtorx.c
91
L[1] = ldus_QNAN1;
lib/libc/gdtoa/strtorx.c
92
L[2] = ldus_QNAN2;
lib/libc/gdtoa/strtorx.c
93
L[3] = ldus_QNAN3;
lib/libc/gdtoa/strtorx.c
94
L[4] = ldus_QNAN4;
lib/libc/gdtoa/strtorx.c
97
L[_0] |= 0x8000;
lib/libc/gdtoa/strtorxL.c
111
ULtoxL((ULong*)L, bits, expt, k);
lib/libc/gdtoa/strtorxL.c
54
ULtoxL(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k;
lib/libc/gdtoa/strtorxL.c
56
ULtoxL(ULong *L, ULong *bits, Long expt, int k)
lib/libc/gdtoa/strtorxL.c
62
L[0] = L[1] = L[2] = 0;
lib/libc/gdtoa/strtorxL.c
68
L[_0] = (expt + 0x3fff + 63) << 16;
lib/libc/gdtoa/strtorxL.c
69
L[_1] = bits[1];
lib/libc/gdtoa/strtorxL.c
70
L[_2] = bits[0];
lib/libc/gdtoa/strtorxL.c
74
L[_0] = 0x7fff << 16;
lib/libc/gdtoa/strtorxL.c
75
L[_1] = 0x80000000;
lib/libc/gdtoa/strtorxL.c
76
L[_2] = 0;
lib/libc/gdtoa/strtorxL.c
80
L[0] = ld_QNAN0;
lib/libc/gdtoa/strtorxL.c
81
L[1] = ld_QNAN1;
lib/libc/gdtoa/strtorxL.c
82
L[2] = ld_QNAN2;
lib/libc/gdtoa/strtorxL.c
85
L[_0] |= 0x80000000L;
lib/libc/gdtoa/strtorxL.c
90
strtorxL(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
lib/libc/gdtoa/strtorxL.c
92
strtorxL(CONST char *s, char **sp, int rounding, void *L)
lib/libc/gdtoa/test/ddtest.c
103
LL[0] = u.L[_0];
lib/libc/gdtoa/test/ddtest.c
104
LL[1] = u.L[_1];
lib/libc/gdtoa/test/ddtest.c
105
LL[2] = u.L[2+_0];
lib/libc/gdtoa/test/ddtest.c
106
LL[3] = u.L[2+_1];
lib/libc/gdtoa/test/ddtest.c
109
u.L[_0] = LL[0];
lib/libc/gdtoa/test/ddtest.c
110
u.L[_1] = LL[1];
lib/libc/gdtoa/test/ddtest.c
111
u.L[2+_0] = LL[2];
lib/libc/gdtoa/test/ddtest.c
112
u.L[2+_1] = LL[3];
lib/libc/gdtoa/test/ddtest.c
70
union { double d; ULong L[2]; } u;
lib/libc/gdtoa/test/ddtest.c
74
printf("%s = %s = #%lx %lx\n", what, buf, U u.L[_0], U u.L[_1]);
lib/libc/gdtoa/test/ddtest.c
84
union { double dd[2]; ULong L[4]; } u;
lib/libc/gdtoa/test/dt.c
64
typedef union { double d; ULong L[2]; } U;
lib/libc/gdtoa/test/dt.c
67
#define word0(x) (x)->L[1]
lib/libc/gdtoa/test/dt.c
68
#define word1(x) (x)->L[0]
lib/libc/gdtoa/test/dt.c
70
#define word0(x) (x)->L[0]
lib/libc/gdtoa/test/dt.c
71
#define word1(x) (x)->L[1]
lib/libc/gdtoa/test/dtest.c
106
(int)(se-ibuf), i, u.f, U u.L[_0], U u.L[_1]);
lib/libc/gdtoa/test/dtest.c
69
union { double f; ULong L[2]; } u;
lib/libc/gdtoa/test/dtest.c
87
LL[0] = u.L[_0];
lib/libc/gdtoa/test/dtest.c
88
LL[1] = u.L[_1];
lib/libc/gdtoa/test/dtest.c
90
u.L[_0] = LL[0];
lib/libc/gdtoa/test/dtest.c
91
u.L[_1] = LL[1];
lib/libc/gdtoa/test/dtest.c
93
printf("--> f = #%lx %lx\n", (long)u.L[_0], (long)u.L[_1]);
lib/libc/gdtoa/test/ftest.c
110
(int)(se-ibuf), u.f, U u.L[0]);
lib/libc/gdtoa/test/ftest.c
67
union { float f; ULong L[1]; } u;
lib/libc/gdtoa/test/ftest.c
87
u.L[0] = (ULong)strtoul(s+1, &se, 16);
lib/libc/gdtoa/test/ftest.c
89
printf(" --> f = #%lx\n", U u.L[0]);
lib/libc/gdtoa/test/strtodt.c
116
W0 = u.L[0] == 0;
lib/libc/gdtoa/test/strtodt.c
49
ULong L[2];
lib/libc/gdtoa/test/strtodt.c
75
if ((a.L[0] = (ULong)strtoul(s, &s1,16), s1 <= s)
lib/libc/gdtoa/test/strtodt.c
76
|| (a.L[1] = (ULong)strtoul(s1,&se,16), se <= s1)) {
lib/libc/gdtoa/test/strtodt.c
83
if (b.L[W0] != a.L[0] || b.L[W1] != a.L[1]) {
lib/libc/gdtoa/test/strtodt.c
86
line, fname, UL b.L[W0], UL b.L[W1], UL a.L[0], UL a.L[1]);
lib/libc/gdtoa/ulp.c
44
Long L;
lib/libc/gdtoa/ulp.c
47
L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
lib/libc/gdtoa/ulp.c
49
if (L > 0) {
lib/libc/gdtoa/ulp.c
52
L |= Exp_msk1 >> 4;
lib/libc/gdtoa/ulp.c
54
word0(&a) = L;
lib/libc/gdtoa/ulp.c
59
L = (unsigned int)-L >> Exp_shift;
lib/libc/gdtoa/ulp.c
60
if (L < Exp_shift) {
lib/libc/gdtoa/ulp.c
61
word0(&a) = 0x80000 >> L;
lib/libc/gdtoa/ulp.c
66
L -= Exp_shift;
lib/libc/gdtoa/ulp.c
67
word1(&a) = L >= 31 ? 1 : 1 << (31 - L);
lib/libc/quad/fixunsdfdi.c
83
t.ul[L] = (unsigned int) (x - tmp * ONE);
lib/libc/quad/fixunssfdi.c
105
t.ul[L] = (u_int)x;
lib/libc/quad/fixunssfdi.c
95
t.ul[L] = 0;
lib/libc/quad/floatdidf.c
77
d += u.ul[L];
lib/libc/quad/floatdidf_ieee754.c
71
ux.dblu_fracl = u.ul[L];
lib/libc/quad/floatdisf.c
79
f += u.ul[L];
lib/libc/quad/floatdisf_ieee754.c
76
l = __builtin_clz(u.ul[L]);
lib/libc/quad/floatdisf_ieee754.c
77
frac = u.ul[L] << (l + 1); /* clear implicit bit */
lib/libc/quad/floatdisf_ieee754.c
82
frac |= u.ul[L] >> (32 - (l + 1));
lib/libc/quad/floatundidf.c
63
d += u.ul[L];
lib/libc/quad/floatundidf_ieee754.c
61
ux.dblu_fracl = u.ul[L];
lib/libc/quad/floatundisf.c
72
f += u.ul[L];
lib/libc/quad/floatundisf_ieee754.c
69
l = __builtin_clz(u.ul[L]);
lib/libc/quad/floatundisf_ieee754.c
70
frac = u.ul[L] << (l + 1); /* clear implicit bit */
lib/libc/quad/floatundisf_ieee754.c
75
frac |= u.ul[L] >> (32 - (l + 1));
lib/libc/quad/floatunditf_ieee754.c
68
ld += u.ul[L];
lib/libc/stdio/vfwprintf.c
78
#define STRCONST(a) L ## a
lib/libcrypt/crypt.c
765
LOAD(L,L0,L1,B);
lib/libcrypt/crypt.c
767
LOAD(L,L0,L1,*(const C_block *)in);
lib/libcrypt/crypt.c
769
LOADREG(R,R0,R1,L,L0,L1);
lib/libcrypt/crypt.c
776
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
777
PERM3264(L,L0,L1,B.b, (C_block *)IE3264); /* even bits */
lib/libcrypt/crypt.c
841
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
842
PERM6464(L,L0,L1,B.b, (C_block *)CF6464);
lib/libcrypt/crypt.c
844
STORE(L,L0,L1,B);
lib/libcrypt/crypt.c
848
STORE(L,L0,L1,*(C_block *)out);
lib/libedit/history.c
83
#define STR(x) L ## x
lib/libedit/tokenizer.c
80
#define STR(x) L ## x
lib/libm/noieee_src/n_floor.c
100
y = L+x; /* destructive store must be forced */
lib/libm/noieee_src/n_floor.c
101
y -= L; /* an integer, and |x-y| < 1 */
lib/libm/noieee_src/n_floor.c
144
if (copysign(x,one) >= L) /* already an integer */
lib/libm/noieee_src/n_floor.c
146
s = copysign(L,x);
lib/libm/noieee_src/n_floor.c
168
if (copysign(x,one) >= L) /* already an integer */
lib/libm/noieee_src/n_floor.c
170
s = copysign(L,x);
lib/libm/noieee_src/n_floor.c
186
if (copysign(x,one) >= L) /* already an integer */
lib/libm/noieee_src/n_floor.c
188
s = copysign(L,x);
lib/libm/noieee_src/n_floor.c
204
if (copysign(x,one) >= L) /* already an integer */
lib/libm/noieee_src/n_floor.c
206
s = copysign(L,x);
lib/libm/noieee_src/n_floor.c
222
if (copysign(x,one) >= L) /* already an integer */
lib/libm/noieee_src/n_floor.c
224
s = copysign(L,x);
lib/libm/noieee_src/n_floor.c
40
vc(L, 4503599627370496.0E0 ,0000,5c00,0000,0000, 55, 1.0) /* 2**55 */
lib/libm/noieee_src/n_floor.c
42
ic(L, 4503599627370496.0E0, 52, 1.0) /* 2**52 */
lib/libm/noieee_src/n_floor.c
45
#define L vccast(L)
lib/libm/noieee_src/n_floor.c
69
x >= L) /* already an even integer */
lib/libm/noieee_src/n_floor.c
74
y = L+x; /* destructive store must be forced */
lib/libm/noieee_src/n_floor.c
75
y -= L; /* an integer, and |x-y| < 1 */
lib/libm/noieee_src/n_floor.c
95
x >= L) /* already an even integer */
lib/lua/gpio/gpio.c
103
fd = luaL_checkudata(L, 1, GPIO_METATABLE);
lib/lua/gpio/gpio.c
105
gpio_error(L, "GPIOINFO");
lib/lua/gpio/gpio.c
106
lua_pushinteger(L, info.gpio_npins);
lib/lua/gpio/gpio.c
111
gpio_get_pin(lua_State *L, int n, struct gpio_req *req)
lib/lua/gpio/gpio.c
113
switch (lua_type(L, n)) {
lib/lua/gpio/gpio.c
115
req->gp_pin = (int)lua_tointeger(L, n); /* not 1 based! */
lib/lua/gpio/gpio.c
118
strlcpy(req->gp_name, lua_tostring(L, n), sizeof(req->gp_name));
lib/lua/gpio/gpio.c
121
luaL_argerror(L, n, "expected string or integer");
lib/lua/gpio/gpio.c
127
gpio_set(lua_State *L)
lib/lua/gpio/gpio.c
132
fd = luaL_checkudata(L, 1, GPIO_METATABLE);
lib/lua/gpio/gpio.c
134
gpio_get_pin(L, 2, (void *)&set);
lib/lua/gpio/gpio.c
135
set.gp_flags = (int)luaL_checkinteger(L, 3);
lib/lua/gpio/gpio.c
137
gpio_error(L, "GPIOSET");
lib/lua/gpio/gpio.c
142
gpio_unset(lua_State *L)
lib/lua/gpio/gpio.c
147
fd = luaL_checkudata(L, 1, GPIO_METATABLE);
lib/lua/gpio/gpio.c
149
gpio_get_pin(L, 2, (void *)&set);
lib/lua/gpio/gpio.c
151
gpio_error(L, "GPIOUNSET");
lib/lua/gpio/gpio.c
156
gpio_read(lua_State *L)
lib/lua/gpio/gpio.c
161
fd = luaL_checkudata(L, 1, GPIO_METATABLE);
lib/lua/gpio/gpio.c
163
gpio_get_pin(L, 2, &req);
lib/lua/gpio/gpio.c
165
gpio_error(L, "GPIOREAD");
lib/lua/gpio/gpio.c
166
lua_pushinteger(L, req.gp_value);
lib/lua/gpio/gpio.c
172
gpio_write(lua_State *L)
lib/lua/gpio/gpio.c
177
fd = luaL_checkudata(L, 1, GPIO_METATABLE);
lib/lua/gpio/gpio.c
178
val = (int)luaL_checkinteger(L, 3);
lib/lua/gpio/gpio.c
180
gpio_error(L, "%d: invalid value", val);
lib/lua/gpio/gpio.c
182
gpio_get_pin(L, 2, &req);
lib/lua/gpio/gpio.c
185
gpio_error(L, "GPIOWRITE");
lib/lua/gpio/gpio.c
186
lua_pushinteger(L, req.gp_value);
lib/lua/gpio/gpio.c
191
gpio_toggle(lua_State *L)
lib/lua/gpio/gpio.c
196
fd = luaL_checkudata(L, 1, GPIO_METATABLE);
lib/lua/gpio/gpio.c
198
gpio_get_pin(L, 2, &req);
lib/lua/gpio/gpio.c
200
gpio_error(L, "GPIOTOGGLE");
lib/lua/gpio/gpio.c
201
lua_pushinteger(L, req.gp_value);
lib/lua/gpio/gpio.c
206
gpio_attach(lua_State *L)
lib/lua/gpio/gpio.c
211
fd = luaL_checkudata(L, 1, GPIO_METATABLE);
lib/lua/gpio/gpio.c
213
strlcpy(attach.ga_dvname, luaL_checkstring(L, 2),
lib/lua/gpio/gpio.c
215
attach.ga_offset = (int)luaL_checkinteger(L, 3);
lib/lua/gpio/gpio.c
216
attach.ga_mask = (int)luaL_checkinteger(L, 4);
lib/lua/gpio/gpio.c
217
if (lua_gettop(L) > 4)
lib/lua/gpio/gpio.c
218
attach.ga_flags = (int)luaL_checkinteger(L, 5);
lib/lua/gpio/gpio.c
223
gpio_error(L, "GPIOATTACH");
lib/lua/gpio/gpio.c
255
gpio_set_info(lua_State *L)
lib/lua/gpio/gpio.c
257
lua_pushliteral(L, "_COPYRIGHT");
lib/lua/gpio/gpio.c
258
lua_pushliteral(L, "Copyright (C) 2011, 2013 Marc Balmer "
lib/lua/gpio/gpio.c
260
lua_settable(L, -3);
lib/lua/gpio/gpio.c
261
lua_pushliteral(L, "_DESCRIPTION");
lib/lua/gpio/gpio.c
262
lua_pushliteral(L, "GPIO interface for Lua");
lib/lua/gpio/gpio.c
263
lua_settable(L, -3);
lib/lua/gpio/gpio.c
264
lua_pushliteral(L, "_VERSION");
lib/lua/gpio/gpio.c
265
lua_pushliteral(L, "gpio 1.0.2");
lib/lua/gpio/gpio.c
266
lua_settable(L, -3);
lib/lua/gpio/gpio.c
272
luaopen_gpio(lua_State* L)
lib/lua/gpio/gpio.c
291
luaL_newlib(L, methods);
lib/lua/gpio/gpio.c
292
luaL_setfuncs(L, gpio_methods, 0);
lib/lua/gpio/gpio.c
293
gpio_set_info(L);
lib/lua/gpio/gpio.c
296
if (luaL_newmetatable(L, GPIO_METATABLE)) {
lib/lua/gpio/gpio.c
297
luaL_setfuncs(L, gpio_methods, 0);
lib/lua/gpio/gpio.c
299
lua_pushliteral(L, "__gc");
lib/lua/gpio/gpio.c
300
lua_pushcfunction(L, gpio_close);
lib/lua/gpio/gpio.c
301
lua_settable(L, -3);
lib/lua/gpio/gpio.c
303
lua_pushliteral(L, "__index");
lib/lua/gpio/gpio.c
304
lua_pushvalue(L, -2);
lib/lua/gpio/gpio.c
305
lua_settable(L, -3);
lib/lua/gpio/gpio.c
307
lua_pushliteral(L, "__metatable");
lib/lua/gpio/gpio.c
308
lua_pushliteral(L, "must not access this metatable");
lib/lua/gpio/gpio.c
309
lua_settable(L, -3);
lib/lua/gpio/gpio.c
311
lua_pop(L, 1);
lib/lua/gpio/gpio.c
314
lua_pushinteger(L, gpio_constant[n].value);
lib/lua/gpio/gpio.c
315
lua_setfield(L, -2, gpio_constant[n].name);
lib/lua/gpio/gpio.c
49
gpio_error(lua_State *L, const char *fmt, ...)
lib/lua/gpio/gpio.c
60
lua_pushstring(L, msg);
lib/lua/gpio/gpio.c
63
lua_pushstring(L, "vasprintf failed");
lib/lua/gpio/gpio.c
64
lua_error(L);
lib/lua/gpio/gpio.c
68
gpio_open(lua_State *L)
lib/lua/gpio/gpio.c
72
fd = lua_newuserdata(L, sizeof(int));
lib/lua/gpio/gpio.c
73
*fd = open(luaL_checkstring(L, -2), O_RDWR);
lib/lua/gpio/gpio.c
75
gpio_error(L, "%s", strerror(errno));
lib/lua/gpio/gpio.c
79
luaL_getmetatable(L, GPIO_METATABLE);
lib/lua/gpio/gpio.c
80
lua_setmetatable(L, -2);
lib/lua/gpio/gpio.c
85
gpio_close(lua_State *L)
lib/lua/gpio/gpio.c
89
fd = luaL_checkudata(L, 1, GPIO_METATABLE);
lib/lua/gpio/gpio.c
98
gpio_info(lua_State *L)
lib/lua/libm/libm.c
101
lua_pushnumber(L, fname(x[0], x[1])); \
lib/lua/libm/libm.c
165
libm_fma(lua_State *L)
lib/lua/libm/libm.c
167
if (!lua_isnumber(L, 1) ||
lib/lua/libm/libm.c
168
!lua_isnumber(L, 2) ||
lib/lua/libm/libm.c
169
!lua_isnumber(L, 3))
lib/lua/libm/libm.c
170
return luaL_error(L, badarg);
lib/lua/libm/libm.c
173
lua_tonumber(L, 1),
lib/lua/libm/libm.c
174
lua_tonumber(L, 2),
lib/lua/libm/libm.c
175
lua_tonumber(L, 3)
lib/lua/libm/libm.c
177
lua_pushnumber(L, fma(x[0], x[1], x[2]));
lib/lua/libm/libm.c
182
libm_nan(lua_State *L)
lib/lua/libm/libm.c
184
if (!lua_isstring(L, 1))
lib/lua/libm/libm.c
185
return luaL_error(L, badarg);
lib/lua/libm/libm.c
187
const char *str = luaL_checkstring(L, 1);
lib/lua/libm/libm.c
188
lua_pushnumber(L, nan(str));
lib/lua/libm/libm.c
193
libm_scalbn(lua_State *L)
lib/lua/libm/libm.c
195
if (!lua_isnumber(L, 1) || !lua_isinteger(L, 2))
lib/lua/libm/libm.c
196
return luaL_error(L, badarg);
lib/lua/libm/libm.c
198
double x = lua_tonumber(L, 1);
lib/lua/libm/libm.c
199
int i = (int)lua_tointeger(L, 2);
lib/lua/libm/libm.c
200
lua_pushnumber(L, scalbn(x, i));
lib/lua/libm/libm.c
205
libm_ilogb(lua_State *L)
lib/lua/libm/libm.c
207
if (!lua_isnumber(L, 1))
lib/lua/libm/libm.c
208
return luaL_error(L, badarg);
lib/lua/libm/libm.c
210
double x = lua_tonumber(L, 1);
lib/lua/libm/libm.c
211
lua_pushinteger(L, ilogb(x));
lib/lua/libm/libm.c
303
luaopen_libm(lua_State *L)
lib/lua/libm/libm.c
307
luaL_newlib(L, lualibm);
lib/lua/libm/libm.c
311
lua_pushnumber(L, kvp->v);
lib/lua/libm/libm.c
312
lua_setfield(L, -2, kvp->k);
lib/lua/libm/libm.c
54
libm_##fname(lua_State *L) \
lib/lua/libm/libm.c
56
if (!lua_isnumber(L, 1)) \
lib/lua/libm/libm.c
57
return luaL_error(L, badarg); \
lib/lua/libm/libm.c
59
double x = lua_tonumber(L, 1); \
lib/lua/libm/libm.c
60
lua_pushboolean(L, fname(x)); \
lib/lua/libm/libm.c
66
libm_##fname(lua_State *L) \
lib/lua/libm/libm.c
68
if (!lua_isnumber(L, 1)) \
lib/lua/libm/libm.c
69
return luaL_error(L, badarg); \
lib/lua/libm/libm.c
71
double x = lua_tonumber(L, 1); \
lib/lua/libm/libm.c
72
lua_pushnumber(L, fname(x)); \
lib/lua/libm/libm.c
78
libm_##fname(lua_State *L) \
lib/lua/libm/libm.c
80
if (!lua_isinteger(L, 1) || \
lib/lua/libm/libm.c
81
!lua_isnumber(L, 2)) \
lib/lua/libm/libm.c
82
return luaL_error(L, badarg); \
lib/lua/libm/libm.c
84
int i = (int)lua_tointeger(L, 1); \
lib/lua/libm/libm.c
85
double x = lua_tonumber(L, 2); \
lib/lua/libm/libm.c
86
lua_pushnumber(L, fname(i, x)); \
lib/lua/libm/libm.c
92
libm_##fname(lua_State *L) \
lib/lua/libm/libm.c
94
if (!lua_isnumber(L, 1) || \
lib/lua/libm/libm.c
95
!lua_isnumber(L, 2)) \
lib/lua/libm/libm.c
96
return luaL_error(L, badarg); \
lib/lua/libm/libm.c
98
lua_tonumber(L, 1), \
lib/lua/libm/libm.c
99
lua_tonumber(L,2) \
lib/lua/sqlite/sqlite.c
104
sqlite_libversion_number(lua_State *L)
lib/lua/sqlite/sqlite.c
106
lua_pushinteger(L, sqlite3_libversion_number());
lib/lua/sqlite/sqlite.c
111
sqlite_sourceid(lua_State *L)
lib/lua/sqlite/sqlite.c
113
lua_pushstring(L, sqlite3_sourceid());
lib/lua/sqlite/sqlite.c
118
db_close(lua_State *L)
lib/lua/sqlite/sqlite.c
122
db = luaL_checkudata(L, 1, SQLITE_DB_METATABLE);
lib/lua/sqlite/sqlite.c
124
lua_pushinteger(L, sqlite3_close(*db));
lib/lua/sqlite/sqlite.c
127
lua_pushnil(L);
lib/lua/sqlite/sqlite.c
133
db_prepare(lua_State *L)
lib/lua/sqlite/sqlite.c
139
db = luaL_checkudata(L, 1, SQLITE_DB_METATABLE);
lib/lua/sqlite/sqlite.c
140
stmt = lua_newuserdata(L, sizeof(sqlite3_stmt *));
lib/lua/sqlite/sqlite.c
141
sql = luaL_checkstring(L, 2);
lib/lua/sqlite/sqlite.c
142
lua_pushinteger(L, sqlite3_prepare_v2(*db, sql,
lib/lua/sqlite/sqlite.c
144
luaL_getmetatable(L, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
145
lua_setmetatable(L, -3);
lib/lua/sqlite/sqlite.c
151
db_exec(lua_State *L)
lib/lua/sqlite/sqlite.c
155
db = luaL_checkudata(L, 1, SQLITE_DB_METATABLE);
lib/lua/sqlite/sqlite.c
156
lua_pushinteger(L, sqlite3_exec(*db, lua_tostring(L, 2), NULL,
lib/lua/sqlite/sqlite.c
162
db_errcode(lua_State *L)
lib/lua/sqlite/sqlite.c
166
db = luaL_checkudata(L, 1, SQLITE_DB_METATABLE);
lib/lua/sqlite/sqlite.c
167
lua_pushinteger(L, sqlite3_errcode(*db));
lib/lua/sqlite/sqlite.c
172
db_errmsg(lua_State *L)
lib/lua/sqlite/sqlite.c
176
db = luaL_checkudata(L, 1, SQLITE_DB_METATABLE);
lib/lua/sqlite/sqlite.c
177
lua_pushstring(L, sqlite3_errmsg(*db));
lib/lua/sqlite/sqlite.c
182
db_get_autocommit(lua_State *L)
lib/lua/sqlite/sqlite.c
186
db = luaL_checkudata(L, 1, SQLITE_DB_METATABLE);
lib/lua/sqlite/sqlite.c
187
lua_pushboolean(L, sqlite3_get_autocommit(*db));
lib/lua/sqlite/sqlite.c
192
db_changes(lua_State *L)
lib/lua/sqlite/sqlite.c
196
db = luaL_checkudata(L, 1, SQLITE_DB_METATABLE);
lib/lua/sqlite/sqlite.c
197
lua_pushinteger(L, sqlite3_changes(*db));
lib/lua/sqlite/sqlite.c
202
stmt_bind(lua_State *L)
lib/lua/sqlite/sqlite.c
207
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
208
pidx = (int)luaL_checkinteger(L, 2);
lib/lua/sqlite/sqlite.c
210
switch (lua_type(L, 3)) {
lib/lua/sqlite/sqlite.c
212
lua_pushinteger(L, sqlite3_bind_double(*stmt, pidx,
lib/lua/sqlite/sqlite.c
213
lua_tonumber(L, 3)));
lib/lua/sqlite/sqlite.c
216
lua_pushinteger(L, sqlite3_bind_text(*stmt, pidx,
lib/lua/sqlite/sqlite.c
217
lua_tostring(L, 3), -1, SQLITE_TRANSIENT));
lib/lua/sqlite/sqlite.c
220
lua_pushinteger(L, sqlite3_bind_null(*stmt, pidx));
lib/lua/sqlite/sqlite.c
223
sqlite_error(L, "unsupported data type %s",
lib/lua/sqlite/sqlite.c
224
luaL_typename(L, 3));
lib/lua/sqlite/sqlite.c
230
stmt_bind_parameter_count(lua_State *L)
lib/lua/sqlite/sqlite.c
234
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
235
lua_pushinteger(L, sqlite3_bind_parameter_count(*stmt));
lib/lua/sqlite/sqlite.c
240
stmt_bind_parameter_index(lua_State *L)
lib/lua/sqlite/sqlite.c
244
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
245
lua_pushinteger(L, sqlite3_bind_parameter_index(*stmt,
lib/lua/sqlite/sqlite.c
246
lua_tostring(L, 2)));
lib/lua/sqlite/sqlite.c
251
stmt_bind_parameter_name(lua_State *L)
lib/lua/sqlite/sqlite.c
256
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
257
pidx = (int)luaL_checkinteger(L, 2);
lib/lua/sqlite/sqlite.c
258
lua_pushstring(L, sqlite3_bind_parameter_name(*stmt, pidx));
lib/lua/sqlite/sqlite.c
263
stmt_step(lua_State *L)
lib/lua/sqlite/sqlite.c
267
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
268
lua_pushinteger(L, sqlite3_step(*stmt));
lib/lua/sqlite/sqlite.c
273
stmt_column_name(lua_State *L)
lib/lua/sqlite/sqlite.c
278
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
279
cidx = (int)luaL_checkinteger(L, 2) - 1;
lib/lua/sqlite/sqlite.c
281
lua_pushstring(L, sqlite3_column_name(*stmt, cidx));
lib/lua/sqlite/sqlite.c
286
stmt_column_count(lua_State *L)
lib/lua/sqlite/sqlite.c
290
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
291
lua_pushinteger(L, sqlite3_column_count(*stmt));
lib/lua/sqlite/sqlite.c
296
stmt_column(lua_State *L)
lib/lua/sqlite/sqlite.c
301
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
302
cidx = (int)luaL_checkinteger(L, 2) - 1;
lib/lua/sqlite/sqlite.c
306
lua_pushinteger(L, sqlite3_column_int(*stmt, cidx));
lib/lua/sqlite/sqlite.c
309
lua_pushnumber(L, sqlite3_column_double(*stmt, cidx));
lib/lua/sqlite/sqlite.c
312
lua_pushstring(L, (const char *)sqlite3_column_text(*stmt,
lib/lua/sqlite/sqlite.c
317
lua_pushnil(L);
lib/lua/sqlite/sqlite.c
324
stmt_reset(lua_State *L)
lib/lua/sqlite/sqlite.c
328
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
334
stmt_clear_bindings(lua_State *L)
lib/lua/sqlite/sqlite.c
338
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
347
stmt_finalize(lua_State *L)
lib/lua/sqlite/sqlite.c
351
stmt = luaL_checkudata(L, 1, SQLITE_STMT_METATABLE);
lib/lua/sqlite/sqlite.c
405
sqlite_set_info(lua_State *L)
lib/lua/sqlite/sqlite.c
407
lua_pushliteral(L, "_COPYRIGHT");
lib/lua/sqlite/sqlite.c
408
lua_pushliteral(L, "Copyright (C) 2011, 2012, 2013 by "
lib/lua/sqlite/sqlite.c
410
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
411
lua_pushliteral(L, "_DESCRIPTION");
lib/lua/sqlite/sqlite.c
412
lua_pushliteral(L, "SQLite interface for Lua");
lib/lua/sqlite/sqlite.c
413
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
414
lua_pushliteral(L, "_VERSION");
lib/lua/sqlite/sqlite.c
415
lua_pushliteral(L, "sqlite 1.0.3");
lib/lua/sqlite/sqlite.c
416
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
420
luaopen_sqlite(lua_State* L)
lib/lua/sqlite/sqlite.c
459
luaL_newlib(L, sqlite_methods);
lib/lua/sqlite/sqlite.c
46
sqlite_error(lua_State *L, const char *fmt, ...)
lib/lua/sqlite/sqlite.c
460
luaL_setfuncs(L, db_methods, 0);
lib/lua/sqlite/sqlite.c
461
luaL_setfuncs(L, stmt_methods, 0);
lib/lua/sqlite/sqlite.c
462
sqlite_set_info(L);
lib/lua/sqlite/sqlite.c
465
if (luaL_newmetatable(L, SQLITE_DB_METATABLE)) {
lib/lua/sqlite/sqlite.c
466
luaL_setfuncs(L, db_methods, 0);
lib/lua/sqlite/sqlite.c
468
lua_pushliteral(L, "__gc");
lib/lua/sqlite/sqlite.c
469
lua_pushcfunction(L, db_close);
lib/lua/sqlite/sqlite.c
470
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
472
lua_pushliteral(L, "__index");
lib/lua/sqlite/sqlite.c
473
lua_pushvalue(L, -2);
lib/lua/sqlite/sqlite.c
474
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
476
lua_pushliteral(L, "__metatable");
lib/lua/sqlite/sqlite.c
477
lua_pushliteral(L, "must not access this metatable");
lib/lua/sqlite/sqlite.c
478
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
480
lua_pop(L, 1);
lib/lua/sqlite/sqlite.c
483
if (luaL_newmetatable(L, SQLITE_STMT_METATABLE)) {
lib/lua/sqlite/sqlite.c
484
luaL_setfuncs(L, stmt_methods, 0);
lib/lua/sqlite/sqlite.c
486
lua_pushliteral(L, "__gc");
lib/lua/sqlite/sqlite.c
487
lua_pushcfunction(L, stmt_finalize);
lib/lua/sqlite/sqlite.c
488
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
490
lua_pushliteral(L, "__index");
lib/lua/sqlite/sqlite.c
491
lua_pushvalue(L, -2);
lib/lua/sqlite/sqlite.c
492
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
494
lua_pushliteral(L, "__metatable");
lib/lua/sqlite/sqlite.c
495
lua_pushliteral(L, "must not access this metatable");
lib/lua/sqlite/sqlite.c
496
lua_settable(L, -3);
lib/lua/sqlite/sqlite.c
498
lua_pop(L, 1);
lib/lua/sqlite/sqlite.c
501
lua_pushinteger(L, sqlite_constant[n].value);
lib/lua/sqlite/sqlite.c
502
lua_setfield(L, -2, sqlite_constant[n].name);
lib/lua/sqlite/sqlite.c
57
lua_pushstring(L, msg);
lib/lua/sqlite/sqlite.c
60
lua_pushstring(L, "vasprintf failed");
lib/lua/sqlite/sqlite.c
61
lua_error(L);
lib/lua/sqlite/sqlite.c
65
sqlite_initialize(lua_State *L)
lib/lua/sqlite/sqlite.c
67
lua_pushinteger(L, sqlite3_initialize());
lib/lua/sqlite/sqlite.c
72
sqlite_shutdown(lua_State *L)
lib/lua/sqlite/sqlite.c
74
lua_pushinteger(L, sqlite3_shutdown());
lib/lua/sqlite/sqlite.c
79
sqlite_open(lua_State *L)
lib/lua/sqlite/sqlite.c
83
db = lua_newuserdata(L, sizeof(sqlite3 *));
lib/lua/sqlite/sqlite.c
84
luaL_getmetatable(L, SQLITE_DB_METATABLE);
lib/lua/sqlite/sqlite.c
85
lua_setmetatable(L, -2);
lib/lua/sqlite/sqlite.c
87
if (lua_gettop(L) > 2)
lib/lua/sqlite/sqlite.c
88
lua_pushinteger(L, sqlite3_open_v2(luaL_checkstring(L, -3), db,
lib/lua/sqlite/sqlite.c
89
(int)luaL_checkinteger(L, -2), NULL));
lib/lua/sqlite/sqlite.c
91
lua_pushinteger(L, sqlite3_open(luaL_checkstring(L, -2), db));
lib/lua/sqlite/sqlite.c
97
sqlite_libversion(lua_State *L)
lib/lua/sqlite/sqlite.c
99
lua_pushstring(L, sqlite3_libversion());
lib/lua/syslog/syslog.c
143
luaopen_syslog(lua_State *L)
lib/lua/syslog/syslog.c
155
luaL_newlib(L, luasyslog);
lib/lua/syslog/syslog.c
157
luaL_register(L, "syslog", luasyslog);
lib/lua/syslog/syslog.c
159
syslog_set_info(L);
lib/lua/syslog/syslog.c
161
lua_pushinteger(L, syslog_constant[n].value);
lib/lua/syslog/syslog.c
162
lua_setfield(L, -2, syslog_constant[n].name);
lib/lua/syslog/syslog.c
42
syslog_openlog(lua_State *L)
lib/lua/syslog/syslog.c
48
ident = luaL_checkstring(L, 1);
lib/lua/syslog/syslog.c
49
option = luaL_checkinteger(L, 2);
lib/lua/syslog/syslog.c
50
facility = luaL_checkinteger(L, 3);
lib/lua/syslog/syslog.c
56
syslog_syslog(lua_State *L)
lib/lua/syslog/syslog.c
58
syslog((int) luaL_checkinteger(L, 1), "%s", luaL_checkstring(L, 2));
lib/lua/syslog/syslog.c
63
syslog_closelog(lua_State *L)
lib/lua/syslog/syslog.c
70
syslog_setlogmask(lua_State *L)
lib/lua/syslog/syslog.c
72
lua_pushinteger(L, setlogmask((int) luaL_checkinteger(L, 1)));
lib/lua/syslog/syslog.c
77
syslog_set_info(lua_State *L)
lib/lua/syslog/syslog.c
79
lua_pushliteral(L, "_COPYRIGHT");
lib/lua/syslog/syslog.c
80
lua_pushliteral(L, "Copyright (C) 2013 by "
lib/lua/syslog/syslog.c
82
lua_settable(L, -3);
lib/lua/syslog/syslog.c
83
lua_pushliteral(L, "_DESCRIPTION");
lib/lua/syslog/syslog.c
84
lua_pushliteral(L, "syslog binding for Lua");
lib/lua/syslog/syslog.c
85
lua_settable(L, -3);
lib/lua/syslog/syslog.c
86
lua_pushliteral(L, "_VERSION");
lib/lua/syslog/syslog.c
87
lua_pushliteral(L, "syslog 1.0.0");
lib/lua/syslog/syslog.c
88
lua_settable(L, -3);
libexec/ftpd/ftpcmd.y
1050
| L
libexec/ftpd/ftpcmd.y
1056
| L SP byte_size
libexec/ftpd/ftpcmd.y
1063
| L byte_size
libexec/ftpd/ftpcmd.y
135
L N P R S T
libexec/ftpd/ftpcmd.y
1685
return (L);
libexec/httpd/bozohttpd.h
77
lua_State *L;
libexec/httpd/lua-bozo.c
101
lua_pushnil(L);
libexec/httpd/lua-bozo.c
102
lua_pushstring(L, "bozo_read() call failed");
libexec/httpd/lua-bozo.c
108
lua_register_handler(lua_State *L)
libexec/httpd/lua-bozo.c
110
bozohttpd_t *httpd = httpd_instance(L);
libexec/httpd/lua-bozo.c
116
lua_pushstring(L, "lua_state_map");
libexec/httpd/lua-bozo.c
117
lua_gettable(L, LUA_REGISTRYINDEX);
libexec/httpd/lua-bozo.c
118
map = lua_touserdata(L, -1);
libexec/httpd/lua-bozo.c
119
lua_pop(L, 1);
libexec/httpd/lua-bozo.c
121
name = luaL_checkstring(L, 1);
libexec/httpd/lua-bozo.c
123
luaL_checktype(L, 2, LUA_TFUNCTION);
libexec/httpd/lua-bozo.c
124
lua_pushvalue(L, 2);
libexec/httpd/lua-bozo.c
125
ref = luaL_ref(L, LUA_REGISTRYINDEX);
libexec/httpd/lua-bozo.c
136
lua_write(lua_State *L)
libexec/httpd/lua-bozo.c
138
bozohttpd_t *httpd = httpd_instance(L);
libexec/httpd/lua-bozo.c
143
data = luaL_checklstring(L, 1, &len);
libexec/httpd/lua-bozo.c
145
lua_pushinteger(L, n);
libexec/httpd/lua-bozo.c
148
lua_pushnil(L);
libexec/httpd/lua-bozo.c
149
lua_pushstring(L, "bozo_write() call failed");
libexec/httpd/lua-bozo.c
155
luaopen_httpd(lua_State *L)
libexec/httpd/lua-bozo.c
166
luaL_newlib(L, functions);
libexec/httpd/lua-bozo.c
168
luaL_register(L, LUA_HTTPDLIBNAME, functions);
libexec/httpd/lua-bozo.c
170
lua_pushstring(L, "httpd 1.0.0");
libexec/httpd/lua-bozo.c
171
lua_setfield(L, -2, "_VERSION");
libexec/httpd/lua-bozo.c
177
lua_openlib(lua_State *L, const char *name, lua_CFunction fn)
libexec/httpd/lua-bozo.c
179
lua_pushcfunction(L, fn);
libexec/httpd/lua-bozo.c
180
lua_pushstring(L, name);
libexec/httpd/lua-bozo.c
181
lua_call(L, 1, 0);
libexec/httpd/lua-bozo.c
202
map->L = luaL_newstate();
libexec/httpd/lua-bozo.c
203
if (map->L == NULL)
libexec/httpd/lua-bozo.c
208
luaL_openlibs(map->L);
libexec/httpd/lua-bozo.c
209
lua_getglobal(map->L, "package");
libexec/httpd/lua-bozo.c
210
lua_getfield(map->L, -1, "preload");
libexec/httpd/lua-bozo.c
211
lua_pushcfunction(map->L, luaopen_httpd);
libexec/httpd/lua-bozo.c
212
lua_setfield(map->L, -2, "httpd");
libexec/httpd/lua-bozo.c
213
lua_pop(map->L, 2);
libexec/httpd/lua-bozo.c
215
lua_openlib(map->L, "", luaopen_base);
libexec/httpd/lua-bozo.c
216
lua_openlib(map->L, LUA_LOADLIBNAME, luaopen_package);
libexec/httpd/lua-bozo.c
217
lua_openlib(map->L, LUA_TABLIBNAME, luaopen_table);
libexec/httpd/lua-bozo.c
218
lua_openlib(map->L, LUA_STRLIBNAME, luaopen_string);
libexec/httpd/lua-bozo.c
219
lua_openlib(map->L, LUA_MATHLIBNAME, luaopen_math);
libexec/httpd/lua-bozo.c
220
lua_openlib(map->L, LUA_OSLIBNAME, luaopen_os);
libexec/httpd/lua-bozo.c
221
lua_openlib(map->L, LUA_IOLIBNAME, luaopen_io);
libexec/httpd/lua-bozo.c
222
lua_openlib(map->L, LUA_HTTPDLIBNAME, luaopen_httpd);
libexec/httpd/lua-bozo.c
224
lua_pushstring(map->L, "lua_state_map");
libexec/httpd/lua-bozo.c
225
lua_pushlightuserdata(map->L, map);
libexec/httpd/lua-bozo.c
226
lua_settable(map->L, LUA_REGISTRYINDEX);
libexec/httpd/lua-bozo.c
228
lua_pushstring(map->L, "bozohttpd");
libexec/httpd/lua-bozo.c
229
lua_pushlightuserdata(map->L, httpd);
libexec/httpd/lua-bozo.c
230
lua_settable(map->L, LUA_REGISTRYINDEX);
libexec/httpd/lua-bozo.c
232
if (luaL_loadfile(map->L, script))
libexec/httpd/lua-bozo.c
234
lua_tostring(map->L, -1));
libexec/httpd/lua-bozo.c
235
if (lua_pcall(map->L, 0, 0, 0))
libexec/httpd/lua-bozo.c
237
lua_tostring(map->L, -1));
libexec/httpd/lua-bozo.c
242
lua_env(lua_State *L, const char *name, const char *value)
libexec/httpd/lua-bozo.c
244
lua_pushstring(L, value);
libexec/httpd/lua-bozo.c
245
lua_setfield(L, -2, name);
libexec/httpd/lua-bozo.c
250
lua_url_decode(lua_State *L, char *s)
libexec/httpd/lua-bozo.c
285
lua_pushstring(L, val);
libexec/httpd/lua-bozo.c
286
lua_setfield(L, -2, s);
libexec/httpd/lua-bozo.c
291
lua_decode_query(lua_State *L, char *query)
libexec/httpd/lua-bozo.c
297
lua_url_decode(L, s);
libexec/httpd/lua-bozo.c
368
lua_rawgeti(map->L, LUA_REGISTRYINDEX, hndlr->ref);
libexec/httpd/lua-bozo.c
371
lua_newtable(map->L);
libexec/httpd/lua-bozo.c
372
lua_env(map->L, "SERVER_NAME",
libexec/httpd/lua-bozo.c
374
lua_env(map->L, "GATEWAY_INTERFACE", "Luigi/1.0");
libexec/httpd/lua-bozo.c
375
lua_env(map->L, "SERVER_PROTOCOL", request->hr_proto);
libexec/httpd/lua-bozo.c
376
lua_env(map->L, "REQUEST_METHOD",
libexec/httpd/lua-bozo.c
378
lua_env(map->L, "SCRIPT_PREFIX", map->prefix);
libexec/httpd/lua-bozo.c
379
lua_env(map->L, "SCRIPT_NAME", file);
libexec/httpd/lua-bozo.c
380
lua_env(map->L, "HANDLER_NAME", hndlr->name);
libexec/httpd/lua-bozo.c
381
lua_env(map->L, "SCRIPT_FILENAME", map->script);
libexec/httpd/lua-bozo.c
382
lua_env(map->L, "SERVER_SOFTWARE",
libexec/httpd/lua-bozo.c
384
lua_env(map->L, "REQUEST_URI", uri);
libexec/httpd/lua-bozo.c
385
lua_env(map->L, "DATE_GMT",
libexec/httpd/lua-bozo.c
388
lua_env(map->L, "QUERY_STRING", query);
libexec/httpd/lua-bozo.c
390
lua_env(map->L, "PATH_INFO", info);
libexec/httpd/lua-bozo.c
392
lua_env(map->L, "CONTENT_TYPE", type);
libexec/httpd/lua-bozo.c
394
lua_env(map->L, "CONTENT_LENGTH", clen);
libexec/httpd/lua-bozo.c
396
lua_env(map->L, "SERVER_PORT",
libexec/httpd/lua-bozo.c
399
lua_env(map->L, "REMOTE_HOST",
libexec/httpd/lua-bozo.c
402
lua_env(map->L, "REMOTE_ADDR",
libexec/httpd/lua-bozo.c
406
lua_newtable(map->L);
libexec/httpd/lua-bozo.c
408
lua_env(map->L, headp->h_header,
libexec/httpd/lua-bozo.c
414
lua_newtable(map->L);
libexec/httpd/lua-bozo.c
416
lua_decode_query(map->L, query);
libexec/httpd/lua-bozo.c
427
lua_decode_query(map->L,
libexec/httpd/lua-bozo.c
430
lua_pop(map->L, 1);
libexec/httpd/lua-bozo.c
431
lua_pushnil(map->L);
libexec/httpd/lua-bozo.c
437
lua_pushnil(map->L);
libexec/httpd/lua-bozo.c
439
ret = lua_pcall(map->L, 3, 0, 0);
libexec/httpd/lua-bozo.c
442
lua_tostring(map->L, -1));
libexec/httpd/lua-bozo.c
55
httpd_instance(lua_State *L)
libexec/httpd/lua-bozo.c
59
lua_pushstring(L, "bozohttpd");
libexec/httpd/lua-bozo.c
60
lua_gettable(L, LUA_REGISTRYINDEX);
libexec/httpd/lua-bozo.c
61
httpd = lua_touserdata(L, -1);
libexec/httpd/lua-bozo.c
62
lua_pop(L, 1);
libexec/httpd/lua-bozo.c
68
lua_flush(lua_State *L)
libexec/httpd/lua-bozo.c
70
bozohttpd_t *httpd = httpd_instance(L);
libexec/httpd/lua-bozo.c
77
lua_print(lua_State *L)
libexec/httpd/lua-bozo.c
79
bozohttpd_t *httpd = httpd_instance(L);
libexec/httpd/lua-bozo.c
81
bozo_printf(httpd, "%s\r\n", lua_tostring(L, 1));
libexec/httpd/lua-bozo.c
86
lua_read(lua_State *L)
libexec/httpd/lua-bozo.c
88
bozohttpd_t *httpd = httpd_instance(L);
libexec/httpd/lua-bozo.c
94
len = luaL_checkinteger(L, 1);
libexec/httpd/lua-bozo.c
95
data = luaL_buffinitsize(L, &lbuf, (size_t)len);
libexec/httpd/lua/glue.c
100
lua_pushnumber(L, bozo_set_pref(httpd, prefs, name, value));
libexec/httpd/lua/glue.c
106
l_bozo_get_pref(lua_State *L)
libexec/httpd/lua/glue.c
111
prefs = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
112
name = luaL_checkstring(L, 2);
libexec/httpd/lua/glue.c
113
lua_pushstring(L, bozo_get_pref(prefs, name));
libexec/httpd/lua/glue.c
119
l_bozo_setup(lua_State *L)
libexec/httpd/lua/glue.c
126
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
127
prefs = lua_touserdata(L, 2);
libexec/httpd/lua/glue.c
128
vhost = luaL_checkstring(L, 3);
libexec/httpd/lua/glue.c
132
root = luaL_checkstring(L, 4);
libexec/httpd/lua/glue.c
133
lua_pushnumber(L, bozo_setup(httpd, prefs, vhost, root));
libexec/httpd/lua/glue.c
139
l_bozo_read_request(lua_State *L)
libexec/httpd/lua/glue.c
144
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
146
lua_pushlightuserdata(L, req);
libexec/httpd/lua/glue.c
152
l_bozo_process_request(lua_State *L)
libexec/httpd/lua/glue.c
156
req = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
161
lua_pushnumber(L, 1);
libexec/httpd/lua/glue.c
167
l_bozo_clean_request(lua_State *L)
libexec/httpd/lua/glue.c
171
req = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
176
lua_pushnumber(L, 1);
libexec/httpd/lua/glue.c
182
l_bozo_dynamic_mime(lua_State *L)
libexec/httpd/lua/glue.c
187
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
188
s[0] = luaL_checkstring(L, 2);
libexec/httpd/lua/glue.c
189
s[1] = luaL_checkstring(L, 3);
libexec/httpd/lua/glue.c
190
s[2] = luaL_checkstring(L, 4);
libexec/httpd/lua/glue.c
191
s[3] = luaL_checkstring(L, 5);
libexec/httpd/lua/glue.c
193
lua_pushnumber(L, 1);
libexec/httpd/lua/glue.c
199
l_bozo_ssl_set_opts(lua_State *L)
libexec/httpd/lua/glue.c
204
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
205
s[0] = luaL_checkstring(L, 2);
libexec/httpd/lua/glue.c
206
s[1] = luaL_checkstring(L, 3);
libexec/httpd/lua/glue.c
208
lua_pushnumber(L, 1);
libexec/httpd/lua/glue.c
214
l_bozo_cgi_setbin(lua_State *L)
libexec/httpd/lua/glue.c
219
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
220
bin = luaL_checkstring(L, 2);
libexec/httpd/lua/glue.c
222
lua_pushnumber(L, 1);
libexec/httpd/lua/glue.c
228
l_bozo_cgi_map(lua_State *L)
libexec/httpd/lua/glue.c
233
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
234
s[0] = luaL_checkstring(L, 2);
libexec/httpd/lua/glue.c
235
s[1] = luaL_checkstring(L, 3);
libexec/httpd/lua/glue.c
237
lua_pushnumber(L, 1);
libexec/httpd/lua/glue.c
262
luaopen_bozohttpd(lua_State *L)
libexec/httpd/lua/glue.c
265
luaL_newlib(L, libluabozohttpd);
libexec/httpd/lua/glue.c
267
luaL_register(L, "bozohttpd", libluabozohttpd);
libexec/httpd/lua/glue.c
53
l_new(lua_State *L)
libexec/httpd/lua/glue.c
57
httpd = lua_newuserdata(L, sizeof(*httpd));
libexec/httpd/lua/glue.c
64
l_init_httpd(lua_State *L)
libexec/httpd/lua/glue.c
68
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
69
lua_pushnumber(L, bozo_init_httpd(httpd));
libexec/httpd/lua/glue.c
75
l_init_prefs(lua_State *L)
libexec/httpd/lua/glue.c
80
prefs = lua_newuserdata(L, sizeof(*prefs));
libexec/httpd/lua/glue.c
82
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
89
l_bozo_set_pref(lua_State *L)
libexec/httpd/lua/glue.c
96
httpd = lua_touserdata(L, 1);
libexec/httpd/lua/glue.c
97
prefs = lua_touserdata(L, 2);
libexec/httpd/lua/glue.c
98
name = luaL_checkstring(L, 3);
libexec/httpd/lua/glue.c
99
value = luaL_checkstring(L, 4);
sbin/cgdconfig/hkdf_hmac_sha256.c
104
hkdf_hmac_sha256(void *okm, size_t L,
sbin/cgdconfig/hkdf_hmac_sha256.c
113
if (L > 255*SHA256_DIGEST_LENGTH)
sbin/cgdconfig/hkdf_hmac_sha256.c
115
if (L == 0)
sbin/cgdconfig/hkdf_hmac_sha256.c
118
for (tlen = 0, i = 1; L > 0; i++, tlen = SHA256_DIGEST_LENGTH) {
sbin/cgdconfig/hkdf_hmac_sha256.c
124
n = (L < SHA256_DIGEST_LENGTH ? L : SHA256_DIGEST_LENGTH);
sbin/cgdconfig/hkdf_hmac_sha256.c
127
L -= n;
sbin/cgdconfig/hkdf_hmac_sha256.c
166
size_t L;
sbin/cgdconfig/hkdf_hmac_sha256.c
174
.L = 42,
sbin/cgdconfig/hkdf_hmac_sha256.c
197
.L = 82,
sbin/cgdconfig/hkdf_hmac_sha256.c
233
.L = 42,
sbin/cgdconfig/hkdf_hmac_sha256.c
257
if (hkdf_hmac_sha256(okm, C[i].L, C[i].prk, C[i].prklen,
sbin/cgdconfig/hkdf_hmac_sha256.c
260
if (memcmp(okm, C[i].okm, C[i].L))
sys/arch/alpha/include/asm.h
146
#define LLABEL(name,num) ___CONCAT(___CONCAT(L,name),num)
sys/arch/alpha/include/int_const.h
47
#define INT64_C(c) c ## L
sys/arch/alpha/include/int_const.h
56
#define INTMAX_C(c) c ## L
sys/arch/amd64/include/int_const.h
50
#define INT64_C(c) c ## L
sys/arch/amd64/include/int_const.h
59
#define INTMAX_C(c) c ## L
sys/arch/arm/include/int_const.h
48
#define INT64_C(c) c ## L
sys/arch/arm/include/int_const.h
65
#define INTMAX_C(c) c ## L
sys/arch/arm/s3c2xx0/s3c24x0_lcd.c
409
rgb( L, 0, 0), /* red */
sys/arch/arm/s3c2xx0/s3c24x0_lcd.c
410
rgb( 0, L, 0), /* green */
sys/arch/arm/s3c2xx0/s3c24x0_lcd.c
411
rgb( L, L, 0), /* brown */
sys/arch/arm/s3c2xx0/s3c24x0_lcd.c
412
rgb( 0, 0, L), /* blue */
sys/arch/arm/s3c2xx0/s3c24x0_lcd.c
413
rgb( L, 0, L), /* magenta */
sys/arch/arm/s3c2xx0/s3c24x0_lcd.c
414
rgb( 0, L, L), /* cyan */
sys/arch/arm/s3c2xx0/s3c24x0_lcd.c
417
rgb( L, L, L), /* black */
sys/arch/arm/xscale/pxa2x0_lcd.c
420
rgb( L, 0, 0), /* red */
sys/arch/arm/xscale/pxa2x0_lcd.c
421
rgb( 0, L, 0), /* green */
sys/arch/arm/xscale/pxa2x0_lcd.c
422
rgb( L, L, 0), /* brown */
sys/arch/arm/xscale/pxa2x0_lcd.c
423
rgb( 0, 0, L), /* blue */
sys/arch/arm/xscale/pxa2x0_lcd.c
424
rgb( L, 0, L), /* magenta */
sys/arch/arm/xscale/pxa2x0_lcd.c
425
rgb( 0, L, L), /* cyan */
sys/arch/arm/xscale/pxa2x0_lcd.c
428
rgb( L, L, L), /* black */
sys/arch/bebox/stand/boot/kbd.c
106
if (act & L) {
sys/arch/bebox/stand/boot/kbd.c
117
if (act & L) {
sys/arch/bebox/stand/boot/kbd.c
126
if (act & L) {
sys/arch/hpc/include/platid.h
80
#define TEXT(x) L##x
sys/arch/hpc/stand/hpcboot/sh3/dev/sh3_dev.cpp
205
DUMP_PFC_REG(L);
sys/arch/hpc/stand/hpcboot/sh3/dev/sh3_dev.cpp
223
DUMP_IOPORT_REG(L);
sys/arch/hppa/hppa/kobj_machdep.c
91
return L(x + RND(constant));
sys/arch/hppa/include/asm.h
127
ldil L%func, tmp !\
sys/arch/ia64/include/asm.h
42
#define LLABEL(name,num) L ## name ## num
sys/arch/ia64/include/int_const.h
48
#define INT64_C(c) c ## L
sys/arch/ia64/include/int_const.h
57
#define INTMAX_C(c) c ## L
sys/arch/mips/include/int_const.h
48
#define INT64_C(c) c ## L
sys/arch/mips/include/int_const.h
65
#define INTMAX_C(c) c ## L
sys/arch/powerpc/include/int_const.h
48
#define INT64_C(c) c ## L
sys/arch/powerpc/include/int_const.h
65
#define INTMAX_C(c) c ## L
sys/arch/powerpc/oea/oea_machdep.c
519
mtspr(SPR_DBAT##n##L, (batl)); \
sys/arch/powerpc/oea/oea_machdep.c
526
mtspr(SPR_IBAT##n##L, (batl)); \
sys/arch/prep/stand/boot/kbd.c
106
if (act & L) {
sys/arch/prep/stand/boot/kbd.c
117
if (act & L) {
sys/arch/prep/stand/boot/kbd.c
126
if (act & L) {
sys/arch/riscv/include/int_const.h
24
#define __INTMAX_C_SUFFIX__ L
sys/arch/riscv/include/int_const.h
9
#define __INT64_C_SUFFIX__ L
sys/arch/sparc/include/int_const.h
48
#define INT64_C(c) c ## L
sys/arch/sparc/include/int_const.h
65
#define INTMAX_C(c) c ## L
sys/arch/x86/include/pmap.h
84
#define pmap_copy(DP,SP,D,L,S) __USE(L)
sys/arch/x86/include/pmap.h
87
#define pmap_move(DP,SP,D,L,S)
sys/compat/linux/common/linux_socketcall.c
100
{L("socketpair"),sizeof(struct linux_sys_socketpair_args)}, /* 8 */
sys/compat/linux/common/linux_socketcall.c
101
{L("send"), sizeof(struct linux_sys_send_args)}, /* 9 */
sys/compat/linux/common/linux_socketcall.c
102
{L("recv"), sizeof(struct linux_sys_recv_args)}, /* 10 */
sys/compat/linux/common/linux_socketcall.c
103
{L("sendto"), sizeof(struct linux_sys_sendto_args)}, /* 11 */
sys/compat/linux/common/linux_socketcall.c
104
{L("recvfrom"), sizeof(struct linux_sys_recvfrom_args)}, /* 12 */
sys/compat/linux/common/linux_socketcall.c
105
{L("shutdown"), sizeof(struct sys_shutdown_args)}, /* 13 */
sys/compat/linux/common/linux_socketcall.c
106
{L("setsockopt"),sizeof(struct linux_sys_setsockopt_args)}, /* 14 */
sys/compat/linux/common/linux_socketcall.c
107
{L("getsockopt"),sizeof(struct linux_sys_getsockopt_args)}, /* 15 */
sys/compat/linux/common/linux_socketcall.c
108
{L("sendmsg"), sizeof(struct linux_sys_sendmsg_args)}, /* 16 */
sys/compat/linux/common/linux_socketcall.c
109
{L("recvmsg"), sizeof(struct linux_sys_recvmsg_args)}, /* 17 */
sys/compat/linux/common/linux_socketcall.c
110
{L("accept4"), sizeof(struct linux_sys_accept4_args)}, /* 18 */
sys/compat/linux/common/linux_socketcall.c
92
{L("invalid"), -1}, /* 0 */
sys/compat/linux/common/linux_socketcall.c
93
{L("socket"), sizeof(struct linux_sys_socket_args)}, /* 1 */
sys/compat/linux/common/linux_socketcall.c
94
{L("bind"), sizeof(struct linux_sys_bind_args)}, /* 2 */
sys/compat/linux/common/linux_socketcall.c
95
{L("connect"), sizeof(struct linux_sys_connect_args)}, /* 3 */
sys/compat/linux/common/linux_socketcall.c
96
{L("listen"), sizeof(struct sys_listen_args)}, /* 4 */
sys/compat/linux/common/linux_socketcall.c
97
{L("accept"), sizeof(struct linux_sys_accept_args)}, /* 5 */
sys/compat/linux/common/linux_socketcall.c
98
{L("getsockname"),sizeof(struct linux_sys_getsockname_args)}, /* 6 */
sys/compat/linux/common/linux_socketcall.c
99
{L("getpeername"),sizeof(struct linux_sys_getpeername_args)}, /* 7 */
sys/crypto/aes/aes_ccm.c
100
KASSERT(noncelen == 15 - L);
sys/crypto/aes/aes_ccm.c
104
C->L = L;
sys/crypto/aes/aes_ccm.c
111
auth[0] |= __SHIFTIN(L - 1, CCM_AFLAGS_L);
sys/crypto/aes/aes_ccm.c
113
for (i = 0; i < L; i++, mlen >>= 8) {
sys/crypto/aes/aes_ccm.c
175
ctr[0] = __SHIFTIN(L - 1, CCM_EFLAGS_L);
sys/crypto/aes/aes_ccm.c
515
const unsigned L = 2;
sys/crypto/aes/aes_ccm.c
531
aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen,
sys/crypto/aes/aes_ccm.c
554
aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen,
sys/crypto/aes/aes_ccm.c
576
aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen,
sys/crypto/aes/aes_ccm.c
71
KASSERT(C->L == 2);
sys/crypto/aes/aes_ccm.c
81
KASSERT(C->L == 2);
sys/crypto/aes/aes_ccm.c
87
unsigned L, unsigned M,
sys/crypto/aes/aes_ccm.c
96
KASSERT(L == 2);
sys/crypto/aes/aes_ccm.h
41
unsigned i, nr, L, M;
sys/dev/i2c/sensirion_voc_algorithm.c
313
VocAlgorithmParams* params, fix16_t L, fix16_t X0, fix16_t K);
sys/dev/i2c/sensirion_voc_algorithm.c
663
VocAlgorithmParams* params, fix16_t L, fix16_t X0, fix16_t K) {
sys/dev/i2c/sensirion_voc_algorithm.c
665
params->m_Mean_Variance_Estimator___Sigmoid__L = L;
sys/dev/ic/arn9003.c
2780
int icept, G, I, L, M, angle, xnonlin, y2, y4, sumy2, sumy4;
sys/dev/ic/arn9003.c
2845
L = maxidx - I;
sys/dev/ic/arn9003.c
2848
for (i = 0; i <= L; i++) {
sys/dev/ic/arn9003.c
2862
b1[i] = y2 * (L + 1);
sys/dev/ic/arn9003.c
2865
for (i = 0; i <= L; i++) {
sys/dev/ic/arn9003.c
2871
for (i = 0; i <= L; i++) {
sys/dev/ic/arn9003.c
2887
for (i = 0; i <= L; i++) {
sys/dev/ic/arn9003.c
2894
for (i = 0; i <= L; i++) {
sys/dev/ic/arn9003.c
2899
scale = ((y4 / SCALE_LOG) * (L + 1) -
sys/dev/ic/arn9003.c
2956
for (i = 0; i <= L; i++) {
sys/dev/ic/nglereg.h
125
#define IBOvals(R,M,X,S,D,L,B,F) \
sys/dev/ic/nglereg.h
126
(((R)<<8)|((M)<<16)|((X)<<24)|((S)<<29)|((D)<<28)|((L)<<31)|((B)<<1)|(F))
sys/dev/stbi/stb_image.c
1587
int L;
sys/dev/stbi/stb_image.c
1601
L = get16(&z->s)-2;
sys/dev/stbi/stb_image.c
1602
while (L > 0) {
sys/dev/stbi/stb_image.c
1614
L -= 65;
sys/dev/stbi/stb_image.c
1616
return L==0;
sys/dev/stbi/stb_image.c
1619
L = get16(&z->s)-2;
sys/dev/stbi/stb_image.c
1620
while (L > 0) {
sys/dev/stbi/stb_image.c
1631
L -= 17;
sys/dev/stbi/stb_image.c
1641
L -= m;
sys/dev/stbi/stb_image.c
1643
return L==0;
sys/lib/libkern/arch/hppa/prefix.h
40
! ADDIL L%lbl-labl/**/lbl,r1\
sys/lib/libkern/arch/hppa/prefix.h
46
! ADDIL L%lbl-labl/**/lbl,r1\
sys/lib/libkern/arch/hppa/prefix.h
52
! ADDIL L%lbl-labl/**/lbl,r1\
sys/lib/libkern/arch/hppa/prefix.h
58
! ADDIL L%lbl-labl/**/lbl,r1\
sys/modules/examples/luareadhappy/luareadhappy.c
101
if (!lua_isfunction(sc.kL->L, -1)) {
sys/modules/examples/luareadhappy/luareadhappy.c
102
lua_pop(sc.kL->L, 1);
sys/modules/examples/luareadhappy/luareadhappy.c
107
lua_pushnumber(sc.kL->L, n);
sys/modules/examples/luareadhappy/luareadhappy.c
108
if (lua_pcall(sc.kL->L, 1 /* args */, 1 /* res */, 0) != 0) {
sys/modules/examples/luareadhappy/luareadhappy.c
109
lua_pop(sc.kL->L, 2);
sys/modules/examples/luareadhappy/luareadhappy.c
114
if (!lua_isnumber(sc.kL->L, -1)) {
sys/modules/examples/luareadhappy/luareadhappy.c
115
lua_pop(sc.kL->L, 1);
sys/modules/examples/luareadhappy/luareadhappy.c
120
rv = lua_tointeger(sc.kL->L, -1);
sys/modules/examples/luareadhappy/luareadhappy.c
122
lua_pop(sc.kL->L, 1);
sys/modules/examples/luareadhappy/luareadhappy.c
99
lua_getglobal(sc.kL->L, "is_happy");
sys/modules/lua/lua.c
401
s->K->L,
sys/modules/lua/lua.c
464
error = lua_load(s->K->L, lua_reader, &ls,
sys/modules/lua/lua.c
487
lua_tostring(s->K->L, -1));
sys/modules/lua/lua.c
492
lua_sethook(s->K->L, lua_maxcount,
sys/modules/lua/lua.c
494
error = lua_pcall(s->K->L, 0, LUA_MULTRET, 0);
sys/modules/lua/lua.c
499
lua_tostring(s->K->L, -1));
sys/modules/lua/lua.c
513
lua_require(lua_State *L)
sys/modules/lua/lua.c
520
module = lua_tostring(L, -1);
sys/modules/lua/lua.c
542
if (s->K->L == L) {
sys/modules/lua/lua.c
547
luaL_requiref(L, md->mod_name, md->open, 0);
sys/modules/lua/lua.c
558
lua_pushstring(L, "module not found");
sys/modules/lua/lua.c
559
return lua_error(L);
sys/modules/lua/lua.c
604
lua_reader(lua_State *L, void *data, size_t *size)
sys/modules/lua/lua.c
619
lua_pushstring(L, "loading of bytecode is not allowed");
sys/modules/lua/lua.c
620
lua_error(L);
sys/modules/lua/lua.c
631
lua_maxcount(lua_State *L, lua_Debug *d)
sys/modules/lua/lua.c
633
lua_pushstring(L, "maximum instruction count exceeded");
sys/modules/lua/lua.c
634
lua_error(L);
sys/modules/lua/lua.c
703
K->L = lua_newstate(f, ud);
sys/modules/lua/lua.c
705
if (K->L == NULL) {
sys/modules/lua/lua.c
716
lua_pushcfunction(K->L, lua_require);
sys/modules/lua/lua.c
717
lua_setglobal(K->L, "require");
sys/modules/lua/lua.c
746
lua_getglobal(K->L, "onClose");
sys/modules/lua/lua.c
747
if (lua_isfunction(K->L, -1))
sys/modules/lua/lua.c
748
lua_pcall(K->L, -1, 0, 0);
sys/modules/lua/lua.c
772
lua_close(K->L);
sys/modules/luapmf/luapmf.c
100
lua_setfield(L, -2, "PMFE_DISPLAY_REDUCED");
sys/modules/luapmf/luapmf.c
101
lua_pushinteger(L, PMFE_DISPLAY_STANDBY);
sys/modules/luapmf/luapmf.c
102
lua_setfield(L, -2, "PMFE_DISPLAY_STANDBY");
sys/modules/luapmf/luapmf.c
103
lua_pushinteger(L, PMFE_DISPLAY_SUSPEND);
sys/modules/luapmf/luapmf.c
104
lua_setfield(L, -2, "PMFE_DISPLAY_SUSPEND");
sys/modules/luapmf/luapmf.c
105
lua_pushinteger(L, PMFE_DISPLAY_OFF);
sys/modules/luapmf/luapmf.c
106
lua_setfield(L, -2, "PMFE_DISPLAY_OFF");
sys/modules/luapmf/luapmf.c
107
lua_pushinteger(L, PMFE_DISPLAY_BRIGHTNESS_UP);
sys/modules/luapmf/luapmf.c
108
lua_setfield(L, -2, "PMFE_DISPLAY_BRIGHTNESS_UP");
sys/modules/luapmf/luapmf.c
109
lua_pushinteger(L, PMFE_DISPLAY_BRIGHTNESS_DOWN);
sys/modules/luapmf/luapmf.c
110
lua_setfield(L, -2, "PMFE_DISPLAY_BRIGHTNESS_DOWN");
sys/modules/luapmf/luapmf.c
111
lua_pushinteger(L, PMFE_AUDIO_VOLUME_UP);
sys/modules/luapmf/luapmf.c
112
lua_setfield(L, -2, "PMFE_AUDIO_VOLUME_UP");
sys/modules/luapmf/luapmf.c
113
lua_pushinteger(L, PMFE_AUDIO_VOLUME_DOWN);
sys/modules/luapmf/luapmf.c
114
lua_setfield(L, -2, "PMFE_AUDIO_VOLUME_DOWN");
sys/modules/luapmf/luapmf.c
115
lua_pushinteger(L, PMFE_AUDIO_VOLUME_TOGGLE);
sys/modules/luapmf/luapmf.c
116
lua_setfield(L, -2, "PMFE_AUDIO_VOLUME_TOGGLE");
sys/modules/luapmf/luapmf.c
117
lua_pushinteger(L, PMFE_CHASSIS_LID_CLOSE);
sys/modules/luapmf/luapmf.c
118
lua_setfield(L, -2, "PMFE_CHASSIS_LID_CLOSE");
sys/modules/luapmf/luapmf.c
119
lua_pushinteger(L, PMFE_CHASSIS_LID_OPEN);
sys/modules/luapmf/luapmf.c
120
lua_setfield(L, -2, "PMFE_CHASSIS_LID_OPEN");
sys/modules/luapmf/luapmf.c
123
lua_pushinteger(L, RB_AUTOBOOT);
sys/modules/luapmf/luapmf.c
124
lua_setfield(L, -2, "RB_AUTOBOOT");
sys/modules/luapmf/luapmf.c
125
lua_pushinteger(L, RB_ASKNAME);
sys/modules/luapmf/luapmf.c
126
lua_setfield(L, -2, "RB_ASKNAME");
sys/modules/luapmf/luapmf.c
127
lua_pushinteger(L, RB_DUMP);
sys/modules/luapmf/luapmf.c
128
lua_setfield(L, -2, "RB_DUMP");
sys/modules/luapmf/luapmf.c
129
lua_pushinteger(L, RB_HALT);
sys/modules/luapmf/luapmf.c
130
lua_setfield(L, -2, "RB_HALT");
sys/modules/luapmf/luapmf.c
131
lua_pushinteger(L, RB_POWERDOWN);
sys/modules/luapmf/luapmf.c
132
lua_setfield(L, -2, "RB_POWERDOWN");
sys/modules/luapmf/luapmf.c
133
lua_pushinteger(L, RB_KDB);
sys/modules/luapmf/luapmf.c
134
lua_setfield(L, -2, "RB_KDB");
sys/modules/luapmf/luapmf.c
135
lua_pushinteger(L, RB_NOSYNC);
sys/modules/luapmf/luapmf.c
136
lua_setfield(L, -2, "RB_NOSYNC");
sys/modules/luapmf/luapmf.c
137
lua_pushinteger(L, RB_RDONLY);
sys/modules/luapmf/luapmf.c
138
lua_setfield(L, -2, "RB_RDONLY");
sys/modules/luapmf/luapmf.c
139
lua_pushinteger(L, RB_SINGLE);
sys/modules/luapmf/luapmf.c
140
lua_setfield(L, -2, "RB_SINGLE");
sys/modules/luapmf/luapmf.c
141
lua_pushinteger(L, RB_USERCONF);
sys/modules/luapmf/luapmf.c
142
lua_setfield(L, -2, "RB_USERCONF");
sys/modules/luapmf/luapmf.c
48
system_shutdown(lua_State *L)
sys/modules/luapmf/luapmf.c
50
pmf_system_shutdown(lua_tointeger(L, 1));
sys/modules/luapmf/luapmf.c
55
set_platform(lua_State *L)
sys/modules/luapmf/luapmf.c
59
key = lua_tostring(L, -2);
sys/modules/luapmf/luapmf.c
60
value = lua_tostring(L, -1);
sys/modules/luapmf/luapmf.c
67
get_platform(lua_State *L)
sys/modules/luapmf/luapmf.c
71
key = lua_tostring(L, -1);
sys/modules/luapmf/luapmf.c
75
lua_pushstring(L, value);
sys/modules/luapmf/luapmf.c
77
lua_pushnil(L);
sys/modules/luapmf/luapmf.c
79
lua_pushnil(L);
sys/modules/luapmf/luapmf.c
85
luaopen_pmf(lua_State *L)
sys/modules/luapmf/luapmf.c
94
luaL_newlib(L, pmf_lib);
sys/modules/luapmf/luapmf.c
97
lua_pushinteger(L, PMFE_DISPLAY_ON);
sys/modules/luapmf/luapmf.c
98
lua_setfield(L, -2, "PMFE_DISPLAY_ON");
sys/modules/luapmf/luapmf.c
99
lua_pushinteger(L, PMFE_DISPLAY_REDUCED);
sys/modules/luasystm/luasystm.c
105
systm_aprint_verbose(lua_State *L)
sys/modules/luasystm/luasystm.c
109
s = lua_tostring(L, -1);
sys/modules/luasystm/luasystm.c
116
systm_aprint_debug(lua_State *L)
sys/modules/luasystm/luasystm.c
120
s = lua_tostring(L, -1);
sys/modules/luasystm/luasystm.c
127
systm_aprint_error(lua_State *L)
sys/modules/luasystm/luasystm.c
131
s = lua_tostring(L, -1);
sys/modules/luasystm/luasystm.c
138
systm_aprint_get_error_count(lua_State *L)
sys/modules/luasystm/luasystm.c
140
lua_pushinteger(L, aprint_get_error_count());
sys/modules/luasystm/luasystm.c
147
systm_panic(lua_State *L)
sys/modules/luasystm/luasystm.c
151
s = lua_tostring(L, -1);
sys/modules/luasystm/luasystm.c
162
luaopen_systm(lua_State *L)
sys/modules/luasystm/luasystm.c
185
luaL_newlib(L, systm_lib);
sys/modules/luasystm/luasystm.c
188
lua_pushstring(L, copyright);
sys/modules/luasystm/luasystm.c
189
lua_setfield(L, -2, "copyright");
sys/modules/luasystm/luasystm.c
190
lua_pushstring(L, cpu_getmodel());
sys/modules/luasystm/luasystm.c
191
lua_setfield(L, -2, "cpu_model");
sys/modules/luasystm/luasystm.c
192
lua_pushstring(L, machine);
sys/modules/luasystm/luasystm.c
193
lua_setfield(L, -2, "machine");
sys/modules/luasystm/luasystm.c
194
lua_pushstring(L, machine_arch);
sys/modules/luasystm/luasystm.c
195
lua_setfield(L, -2, "machine_arch");
sys/modules/luasystm/luasystm.c
196
lua_pushstring(L, osrelease);
sys/modules/luasystm/luasystm.c
197
lua_setfield(L, -2, "osrelease");
sys/modules/luasystm/luasystm.c
198
lua_pushstring(L, ostype);
sys/modules/luasystm/luasystm.c
199
lua_setfield(L, -2, "ostype");
sys/modules/luasystm/luasystm.c
200
lua_pushstring(L, kernel_ident);
sys/modules/luasystm/luasystm.c
201
lua_setfield(L, -2, "kernel_ident");
sys/modules/luasystm/luasystm.c
202
lua_pushstring(L, version);
sys/modules/luasystm/luasystm.c
203
lua_setfield(L, -2, "version");
sys/modules/luasystm/luasystm.c
206
lua_pushinteger(L, ncpu);
sys/modules/luasystm/luasystm.c
207
lua_setfield(L, -2, "ncpu");
sys/modules/luasystm/luasystm.c
50
print(lua_State *L)
sys/modules/luasystm/luasystm.c
54
s = lua_tostring(L, -1);
sys/modules/luasystm/luasystm.c
61
print_nolog(lua_State *L)
sys/modules/luasystm/luasystm.c
65
s = lua_tostring(L, -1);
sys/modules/luasystm/luasystm.c
72
uprint(lua_State *L)
sys/modules/luasystm/luasystm.c
76
s = lua_tostring(L, -1);
sys/modules/luasystm/luasystm.c
83
systm_aprint_normal(lua_State *L)
sys/modules/luasystm/luasystm.c
87
s = lua_tostring(L, -1);
sys/modules/luasystm/luasystm.c
94
systm_aprint_naive(lua_State *L)
sys/modules/luasystm/luasystm.c
98
s = lua_tostring(L, -1);
sys/sys/lua.h
93
lua_State *L;
tests/include/sys/t_bitops.c
292
int i, L;
tests/include/sys/t_bitops.c
297
ATF_CHECK_EQ_MSG((L = ilog2(x)), i, "i=%d x=0x%"PRIx32" L=%d",
tests/include/sys/t_bitops.c
298
i, x, L);
tests/include/sys/t_bitops.c
310
int i, L;
tests/include/sys/t_bitops.c
315
ATF_CHECK_EQ_MSG((L = ilog2(x)), i, "i=%d x=0x%"PRIx64" L=%d",
tests/include/sys/t_bitops.c
316
i, x, L);
tests/include/sys/t_bitops.c
328
int L;
tests/include/sys/t_bitops.c
334
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000001ULL)), 0, "L=%d", L);
tests/include/sys/t_bitops.c
335
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000002ULL)), 1, "L=%d", L);
tests/include/sys/t_bitops.c
336
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000004ULL)), 2, "L=%d", L);
tests/include/sys/t_bitops.c
337
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000008ULL)), 3, "L=%d", L);
tests/include/sys/t_bitops.c
338
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000010ULL)), 4, "L=%d", L);
tests/include/sys/t_bitops.c
339
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000020ULL)), 5, "L=%d", L);
tests/include/sys/t_bitops.c
340
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000040ULL)), 6, "L=%d", L);
tests/include/sys/t_bitops.c
341
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000080ULL)), 7, "L=%d", L);
tests/include/sys/t_bitops.c
342
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000100ULL)), 8, "L=%d", L);
tests/include/sys/t_bitops.c
343
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000200ULL)), 9, "L=%d", L);
tests/include/sys/t_bitops.c
344
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000400ULL)), 10, "L=%d", L);
tests/include/sys/t_bitops.c
345
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000800ULL)), 11, "L=%d", L);
tests/include/sys/t_bitops.c
346
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000001000ULL)), 12, "L=%d", L);
tests/include/sys/t_bitops.c
347
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000002000ULL)), 13, "L=%d", L);
tests/include/sys/t_bitops.c
348
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000004000ULL)), 14, "L=%d", L);
tests/include/sys/t_bitops.c
349
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000008000ULL)), 15, "L=%d", L);
tests/include/sys/t_bitops.c
350
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000010000ULL)), 16, "L=%d", L);
tests/include/sys/t_bitops.c
351
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000020000ULL)), 17, "L=%d", L);
tests/include/sys/t_bitops.c
352
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000040000ULL)), 18, "L=%d", L);
tests/include/sys/t_bitops.c
353
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000080000ULL)), 19, "L=%d", L);
tests/include/sys/t_bitops.c
354
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000100000ULL)), 20, "L=%d", L);
tests/include/sys/t_bitops.c
355
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000200000ULL)), 21, "L=%d", L);
tests/include/sys/t_bitops.c
356
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000400000ULL)), 22, "L=%d", L);
tests/include/sys/t_bitops.c
357
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000800000ULL)), 23, "L=%d", L);
tests/include/sys/t_bitops.c
358
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000001000000ULL)), 24, "L=%d", L);
tests/include/sys/t_bitops.c
359
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000002000000ULL)), 25, "L=%d", L);
tests/include/sys/t_bitops.c
360
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000004000000ULL)), 26, "L=%d", L);
tests/include/sys/t_bitops.c
361
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000008000000ULL)), 27, "L=%d", L);
tests/include/sys/t_bitops.c
362
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000010000000ULL)), 28, "L=%d", L);
tests/include/sys/t_bitops.c
363
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000020000000ULL)), 29, "L=%d", L);
tests/include/sys/t_bitops.c
364
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000040000000ULL)), 30, "L=%d", L);
tests/include/sys/t_bitops.c
365
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000080000000ULL)), 31, "L=%d", L);
tests/include/sys/t_bitops.c
366
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000100000000ULL)), 32, "L=%d", L);
tests/include/sys/t_bitops.c
367
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000200000000ULL)), 33, "L=%d", L);
tests/include/sys/t_bitops.c
368
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000400000000ULL)), 34, "L=%d", L);
tests/include/sys/t_bitops.c
369
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000800000000ULL)), 35, "L=%d", L);
tests/include/sys/t_bitops.c
370
ATF_CHECK_EQ_MSG((L = ilog2(0x0000001000000000ULL)), 36, "L=%d", L);
tests/include/sys/t_bitops.c
371
ATF_CHECK_EQ_MSG((L = ilog2(0x0000002000000000ULL)), 37, "L=%d", L);
tests/include/sys/t_bitops.c
372
ATF_CHECK_EQ_MSG((L = ilog2(0x0000004000000000ULL)), 38, "L=%d", L);
tests/include/sys/t_bitops.c
373
ATF_CHECK_EQ_MSG((L = ilog2(0x0000008000000000ULL)), 39, "L=%d", L);
tests/include/sys/t_bitops.c
374
ATF_CHECK_EQ_MSG((L = ilog2(0x0000010000000000ULL)), 40, "L=%d", L);
tests/include/sys/t_bitops.c
375
ATF_CHECK_EQ_MSG((L = ilog2(0x0000020000000000ULL)), 41, "L=%d", L);
tests/include/sys/t_bitops.c
376
ATF_CHECK_EQ_MSG((L = ilog2(0x0000040000000000ULL)), 42, "L=%d", L);
tests/include/sys/t_bitops.c
377
ATF_CHECK_EQ_MSG((L = ilog2(0x0000080000000000ULL)), 43, "L=%d", L);
tests/include/sys/t_bitops.c
378
ATF_CHECK_EQ_MSG((L = ilog2(0x0000100000000000ULL)), 44, "L=%d", L);
tests/include/sys/t_bitops.c
379
ATF_CHECK_EQ_MSG((L = ilog2(0x0000200000000000ULL)), 45, "L=%d", L);
tests/include/sys/t_bitops.c
380
ATF_CHECK_EQ_MSG((L = ilog2(0x0000400000000000ULL)), 46, "L=%d", L);
tests/include/sys/t_bitops.c
381
ATF_CHECK_EQ_MSG((L = ilog2(0x0000800000000000ULL)), 47, "L=%d", L);
tests/include/sys/t_bitops.c
382
ATF_CHECK_EQ_MSG((L = ilog2(0x0001000000000000ULL)), 48, "L=%d", L);
tests/include/sys/t_bitops.c
383
ATF_CHECK_EQ_MSG((L = ilog2(0x0002000000000000ULL)), 49, "L=%d", L);
tests/include/sys/t_bitops.c
384
ATF_CHECK_EQ_MSG((L = ilog2(0x0004000000000000ULL)), 50, "L=%d", L);
tests/include/sys/t_bitops.c
385
ATF_CHECK_EQ_MSG((L = ilog2(0x0008000000000000ULL)), 51, "L=%d", L);
tests/include/sys/t_bitops.c
386
ATF_CHECK_EQ_MSG((L = ilog2(0x0010000000000000ULL)), 52, "L=%d", L);
tests/include/sys/t_bitops.c
387
ATF_CHECK_EQ_MSG((L = ilog2(0x0020000000000000ULL)), 53, "L=%d", L);
tests/include/sys/t_bitops.c
388
ATF_CHECK_EQ_MSG((L = ilog2(0x0040000000000000ULL)), 54, "L=%d", L);
tests/include/sys/t_bitops.c
389
ATF_CHECK_EQ_MSG((L = ilog2(0x0080000000000000ULL)), 55, "L=%d", L);
tests/include/sys/t_bitops.c
390
ATF_CHECK_EQ_MSG((L = ilog2(0x0100000000000000ULL)), 56, "L=%d", L);
tests/include/sys/t_bitops.c
391
ATF_CHECK_EQ_MSG((L = ilog2(0x0200000000000000ULL)), 57, "L=%d", L);
tests/include/sys/t_bitops.c
392
ATF_CHECK_EQ_MSG((L = ilog2(0x0400000000000000ULL)), 58, "L=%d", L);
tests/include/sys/t_bitops.c
393
ATF_CHECK_EQ_MSG((L = ilog2(0x0800000000000000ULL)), 59, "L=%d", L);
tests/include/sys/t_bitops.c
394
ATF_CHECK_EQ_MSG((L = ilog2(0x1000000000000000ULL)), 60, "L=%d", L);
tests/include/sys/t_bitops.c
395
ATF_CHECK_EQ_MSG((L = ilog2(0x2000000000000000ULL)), 61, "L=%d", L);
tests/include/sys/t_bitops.c
396
ATF_CHECK_EQ_MSG((L = ilog2(0x4000000000000000ULL)), 62, "L=%d", L);
tests/include/sys/t_bitops.c
397
ATF_CHECK_EQ_MSG((L = ilog2(0x8000000000000000ULL)), 63, "L=%d", L);
tests/include/sys/t_bitops.c
399
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000003ULL)), 1, "L=%d", L);
tests/include/sys/t_bitops.c
400
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000007ULL)), 2, "L=%d", L);
tests/include/sys/t_bitops.c
401
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000000000fULL)), 3, "L=%d", L);
tests/include/sys/t_bitops.c
402
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000000001fULL)), 4, "L=%d", L);
tests/include/sys/t_bitops.c
403
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000000003fULL)), 5, "L=%d", L);
tests/include/sys/t_bitops.c
404
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000000007fULL)), 6, "L=%d", L);
tests/include/sys/t_bitops.c
405
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000000000ffULL)), 7, "L=%d", L);
tests/include/sys/t_bitops.c
406
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000000001ffULL)), 8, "L=%d", L);
tests/include/sys/t_bitops.c
407
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000000003ffULL)), 9, "L=%d", L);
tests/include/sys/t_bitops.c
408
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000000007ffULL)), 10, "L=%d", L);
tests/include/sys/t_bitops.c
409
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000000fffULL)), 11, "L=%d", L);
tests/include/sys/t_bitops.c
410
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000001fffULL)), 12, "L=%d", L);
tests/include/sys/t_bitops.c
411
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000003fffULL)), 13, "L=%d", L);
tests/include/sys/t_bitops.c
412
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000007fffULL)), 14, "L=%d", L);
tests/include/sys/t_bitops.c
413
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000000ffffULL)), 15, "L=%d", L);
tests/include/sys/t_bitops.c
414
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000001ffffULL)), 16, "L=%d", L);
tests/include/sys/t_bitops.c
415
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000003ffffULL)), 17, "L=%d", L);
tests/include/sys/t_bitops.c
416
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000007ffffULL)), 18, "L=%d", L);
tests/include/sys/t_bitops.c
417
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000000fffffULL)), 19, "L=%d", L);
tests/include/sys/t_bitops.c
418
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000001fffffULL)), 20, "L=%d", L);
tests/include/sys/t_bitops.c
419
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000003fffffULL)), 21, "L=%d", L);
tests/include/sys/t_bitops.c
420
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000007fffffULL)), 22, "L=%d", L);
tests/include/sys/t_bitops.c
421
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000000ffffffULL)), 23, "L=%d", L);
tests/include/sys/t_bitops.c
422
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000001ffffffULL)), 24, "L=%d", L);
tests/include/sys/t_bitops.c
423
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000003ffffffULL)), 25, "L=%d", L);
tests/include/sys/t_bitops.c
424
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000007ffffffULL)), 26, "L=%d", L);
tests/include/sys/t_bitops.c
425
ATF_CHECK_EQ_MSG((L = ilog2(0x000000000fffffffULL)), 27, "L=%d", L);
tests/include/sys/t_bitops.c
426
ATF_CHECK_EQ_MSG((L = ilog2(0x000000001fffffffULL)), 28, "L=%d", L);
tests/include/sys/t_bitops.c
427
ATF_CHECK_EQ_MSG((L = ilog2(0x000000003fffffffULL)), 29, "L=%d", L);
tests/include/sys/t_bitops.c
428
ATF_CHECK_EQ_MSG((L = ilog2(0x000000007fffffffULL)), 30, "L=%d", L);
tests/include/sys/t_bitops.c
429
ATF_CHECK_EQ_MSG((L = ilog2(0x00000000ffffffffULL)), 31, "L=%d", L);
tests/include/sys/t_bitops.c
430
ATF_CHECK_EQ_MSG((L = ilog2(0x00000001ffffffffULL)), 32, "L=%d", L);
tests/include/sys/t_bitops.c
431
ATF_CHECK_EQ_MSG((L = ilog2(0x00000003ffffffffULL)), 33, "L=%d", L);
tests/include/sys/t_bitops.c
432
ATF_CHECK_EQ_MSG((L = ilog2(0x00000007ffffffffULL)), 34, "L=%d", L);
tests/include/sys/t_bitops.c
433
ATF_CHECK_EQ_MSG((L = ilog2(0x0000000fffffffffULL)), 35, "L=%d", L);
tests/include/sys/t_bitops.c
434
ATF_CHECK_EQ_MSG((L = ilog2(0x0000001fffffffffULL)), 36, "L=%d", L);
tests/include/sys/t_bitops.c
435
ATF_CHECK_EQ_MSG((L = ilog2(0x0000003fffffffffULL)), 37, "L=%d", L);
tests/include/sys/t_bitops.c
436
ATF_CHECK_EQ_MSG((L = ilog2(0x0000007fffffffffULL)), 38, "L=%d", L);
tests/include/sys/t_bitops.c
437
ATF_CHECK_EQ_MSG((L = ilog2(0x000000ffffffffffULL)), 39, "L=%d", L);
tests/include/sys/t_bitops.c
438
ATF_CHECK_EQ_MSG((L = ilog2(0x000001ffffffffffULL)), 40, "L=%d", L);
tests/include/sys/t_bitops.c
439
ATF_CHECK_EQ_MSG((L = ilog2(0x000003ffffffffffULL)), 41, "L=%d", L);
tests/include/sys/t_bitops.c
440
ATF_CHECK_EQ_MSG((L = ilog2(0x000007ffffffffffULL)), 42, "L=%d", L);
tests/include/sys/t_bitops.c
441
ATF_CHECK_EQ_MSG((L = ilog2(0x00000fffffffffffULL)), 43, "L=%d", L);
tests/include/sys/t_bitops.c
442
ATF_CHECK_EQ_MSG((L = ilog2(0x00001fffffffffffULL)), 44, "L=%d", L);
tests/include/sys/t_bitops.c
443
ATF_CHECK_EQ_MSG((L = ilog2(0x00003fffffffffffULL)), 45, "L=%d", L);
tests/include/sys/t_bitops.c
444
ATF_CHECK_EQ_MSG((L = ilog2(0x00007fffffffffffULL)), 46, "L=%d", L);
tests/include/sys/t_bitops.c
445
ATF_CHECK_EQ_MSG((L = ilog2(0x0000ffffffffffffULL)), 47, "L=%d", L);
tests/include/sys/t_bitops.c
446
ATF_CHECK_EQ_MSG((L = ilog2(0x0001ffffffffffffULL)), 48, "L=%d", L);
tests/include/sys/t_bitops.c
447
ATF_CHECK_EQ_MSG((L = ilog2(0x0003ffffffffffffULL)), 49, "L=%d", L);
tests/include/sys/t_bitops.c
448
ATF_CHECK_EQ_MSG((L = ilog2(0x0007ffffffffffffULL)), 50, "L=%d", L);
tests/include/sys/t_bitops.c
449
ATF_CHECK_EQ_MSG((L = ilog2(0x000fffffffffffffULL)), 51, "L=%d", L);
tests/include/sys/t_bitops.c
450
ATF_CHECK_EQ_MSG((L = ilog2(0x001fffffffffffffULL)), 52, "L=%d", L);
tests/include/sys/t_bitops.c
451
ATF_CHECK_EQ_MSG((L = ilog2(0x003fffffffffffffULL)), 53, "L=%d", L);
tests/include/sys/t_bitops.c
452
ATF_CHECK_EQ_MSG((L = ilog2(0x007fffffffffffffULL)), 54, "L=%d", L);
tests/include/sys/t_bitops.c
453
ATF_CHECK_EQ_MSG((L = ilog2(0x00ffffffffffffffULL)), 55, "L=%d", L);
tests/include/sys/t_bitops.c
454
ATF_CHECK_EQ_MSG((L = ilog2(0x01ffffffffffffffULL)), 56, "L=%d", L);
tests/include/sys/t_bitops.c
455
ATF_CHECK_EQ_MSG((L = ilog2(0x03ffffffffffffffULL)), 57, "L=%d", L);
tests/include/sys/t_bitops.c
456
ATF_CHECK_EQ_MSG((L = ilog2(0x07ffffffffffffffULL)), 58, "L=%d", L);
tests/include/sys/t_bitops.c
457
ATF_CHECK_EQ_MSG((L = ilog2(0x0fffffffffffffffULL)), 59, "L=%d", L);
tests/include/sys/t_bitops.c
458
ATF_CHECK_EQ_MSG((L = ilog2(0x1fffffffffffffffULL)), 60, "L=%d", L);
tests/include/sys/t_bitops.c
459
ATF_CHECK_EQ_MSG((L = ilog2(0x3fffffffffffffffULL)), 61, "L=%d", L);
tests/include/sys/t_bitops.c
460
ATF_CHECK_EQ_MSG((L = ilog2(0x7fffffffffffffffULL)), 62, "L=%d", L);
tests/include/sys/t_bitops.c
461
ATF_CHECK_EQ_MSG((L = ilog2(0xffffffffffffffffULL)), 63, "L=%d", L);
tests/lib/libc/gen/t_ctype.c
178
test_isalpha_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
181
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
187
test_isupper_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
190
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
196
test_islower_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
199
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
205
test_isdigit_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
208
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
214
test_isxdigit_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
217
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
223
test_isalnum_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
226
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
232
test_isspace_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
235
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
241
test_ispunct_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
244
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
250
test_isprint_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
253
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
259
test_isgraph_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
262
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
268
test_iscntrl_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
271
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
277
test_isblank_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
280
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
286
test_toupper_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
290
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/lib/libc/gen/t_ctype.c
297
test_tolower_locale(const char *L, int (*ctypefn)(int))
tests/lib/libc/gen/t_ctype.c
301
ATF_REQUIRE_MSG(setlocale(LC_CTYPE, L) != NULL, "L=%s", L);
tests/usr.bin/indent/label.c
43
L:;
tests/usr.bin/indent/label.c
58
L: ;
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
277
L("string_prefix"); /* impossible */
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
332
L("string_prefix"); /* impossible */
usr.bin/ftp/cmdtab.c
241
{ "mput", H(mputhelp), 1, 1, 1, CMPL(L) mput },
usr.bin/ftp/cmdtab.c
243
{ "msend", H(mputhelp), 1, 1, 1, CMPL(L) mput },
usr.bin/sort/fields.c
204
if (flags & L)
usr.bin/sort/init.c
234
case 'l': return L;
usr.bin/sort/sort.c
288
if (fldtab[0].flags & (I|D|F|N|L)) {
usr.sbin/altq/libaltq/quip_server.c
150
int L;
usr.sbin/altq/libaltq/quip_server.c
157
L = MIN((tp)?(tp-*cpp):(int)strlen(*cpp), 63);
usr.sbin/altq/libaltq/quip_server.c
158
strncpy(b, *cpp, L);
usr.sbin/altq/libaltq/quip_server.c
159
*(b + L) = '\0';
usr.sbin/altq/libaltq/quip_server.c
160
*cpp += L;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
490
static int32_t L[80], R[80];
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
510
X = L;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
590
static int64_t S[8], V[2][160], L[160], R[160];
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
647
X = L;
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
707
pcm[i++] = (int16_t)L[k];