Home
last modified time | relevance | path

Searched refs:L_ (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dstrftime.c87 # define L_(Str) L##Str macro
96 # define L_(Str) Str macro
181 if (pad == L_('0')) \
267 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9)
340 L_("Sunday"), L_("Monday"), L_("Tuesday"), L_("Wednesday"),
341 L_("Thursday"), L_("Friday"), L_("Saturday")
345 L_("January"), L_("February"), L_("March"), L_("April"), L_("May"),
346 L_("June"), L_("July"), L_("August"), L_("September"), L_("October"),
347 L_("November"), L_("December")
423 # define ampm (L_("AMPM") + 2 * (tp->tm_hour > 11)) in my_strftime()
[all …]
Dstrtol.c204 # define L_(Ch) L##Ch macro
222 # define L_(Ch) Ch macro
309 if (*s == L_('\0')) in INTERNAL()
313 if (*s == L_('-')) in INTERNAL()
318 else if (*s == L_('+')) in INTERNAL()
327 if (*s == L_('0')) in INTERNAL()
329 if ((base == 0 || base == 16) && TOUPPER (s[1]) == L_('X')) in INTERNAL()
348 for (c = *end; c != L_('\0'); c = *++end) in INTERNAL()
350 && ((wchar_t) c < L_('0') || (wchar_t) c > L_('9')) in INTERNAL()
351 && (!ISALPHA (c) || (int) (TOUPPER (c) - L_('A') + 10) >= base)) in INTERNAL()
[all …]
/netbsd/src/sys/arch/sh3/include/
Dlocore.h33 #define MOV(x, r) mov.l .L_ ## x, r; mov.l @r, r
34 #define REG_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x)
35 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(__sh_ ## x)
37 #define MOV(x, r) mov.l .L_ ## x, r
38 #define REG_SYMBOL(x) .L_ ## x: .long SH3_ ## x
39 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh3_ ## x)
41 #define MOV(x, r) mov.l .L_ ## x, r
42 #define REG_SYMBOL(x) .L_ ## x: .long SH4_ ## x
43 #define FUNC_SYMBOL(x) .L_ ## x: .long _C_LABEL(sh4_ ## x)
47 #define MOV(x, r) mov.l .L_/**/x, r; mov.l @r, r
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/sh/
Dlib1funcs.h23 #define LOCAL(X) .L_##X
30 #define LOCAL(X) L_##X
/netbsd/src/external/mit/lua/dist/src/
Dljumptab.h16 #define vmcase(l) L_##l:
/netbsd/src/sys/arch/m68k/fpsp/
DMakefile76 PREFIX = L_
/netbsd/src/external/bsd/file/dist/tests/
Dmatilde.arm.testfile91 …UZQ ��P � T��]��������i <ZJl1�`����|G ���Ի���[24��T��0<�mQ�|�@����yL_&�;�,�?w��E�<N�W;��A…
/netbsd/src/external/bsd/libbind/dist/doc/
Dresolver.cat328 …sssttaatt(_c_o_n_s_t _r_e_s___s_t_a_t_e _s_t_a_t_p, _F_I_L_E _*_f_p);
36 _F_I_L_E _*_f_p);
113 …o_n_s_t _u___c_h_a_r _*_m_s_g, _i_n_t _m_s_g_l_e_n, _F_I_L_E _*_f_p);
116 pp__qquueerryy(_c_o_n_s_t _u___c_h_a_r _*_m_s_g, _F_I_L_E _*_f_p);
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Drandom971 * <tr><td>Mean</td><td>@f$\sqrt{\pi/2}L_{1/2}(-\nu^2/2\sigma^2)@f$</td></tr>
976 * where @f$L_{1/2}(x)@f$ is the Laguerre polynomial of order 1/2.
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.texi3736 to @m{L_{n-1},L[n-1]}.
3740 iterate the defining @m{L_{n+1} = L_n + L_{n-1}, L[n+1]=L[n]+L[n-1]} or
9565 L_{k-1} &= 2F_k - F_{k-1}
9580 $$ L_{2k} = L_k^2 - 2(-1)^k $$
9592 $$ L_{2k+1} = 5F_{k-1} (2F_k + F_{k-1}) - 4(-1)^k $$
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog-96972324 with .. or _.L_ as local.
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-96973752 * config/tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
DChangeLog-929510205 "L" or "_.L_".
/netbsd/src/external/gpl3/gdb/dist/bfd/
DChangeLog-96972324 with .. or _.L_ as local.
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19934418 * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200334646 to L_ macros.
34653 * config/fp-bit.c: Check for L_ macros for tf functions.