Searched refs:L_ (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | strftime.c | 87 # 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 …]
|
| D | strtol.c | 204 # 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/ |
| D | locore.h | 33 #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/ |
| D | lib1funcs.h | 23 #define LOCAL(X) .L_##X 30 #define LOCAL(X) L_##X
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | ljumptab.h | 16 #define vmcase(l) L_##l:
|
| /netbsd/src/sys/arch/m68k/fpsp/ |
| D | Makefile | 76 PREFIX = L_
|
| /netbsd/src/external/bsd/file/dist/tests/ |
| D | matilde.arm.testfile | 91 …UZQ��P�T��]��������i<ZJl1�`����|G���Ի���[24��T�0<�mQ�|�@����yL_&�;�,�?w��E<N�W;��A…
|
| /netbsd/src/external/bsd/libbind/dist/doc/ |
| D | resolver.cat3 | 28 …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/ |
| D | random | 971 * <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/ |
| D | gmp.texi | 3736 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/ |
| D | ChangeLog-9697 | 2324 with .. or _.L_ as local.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-9697 | 3752 * config/tc-v850.h: Define LOCAL_LABEL to recognise _.L_* symbols
|
| D | ChangeLog-9295 | 10205 "L" or "_.L_".
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ChangeLog-9697 | 2324 with .. or _.L_ as local.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-1993 | 4418 * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2003 | 34646 to L_ macros. 34653 * config/fp-bit.c: Check for L_ macros for tf functions.
|