HomeSort by: relevance | last modified time | path
    Searched refs:_L (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mit/xorg/bin/xedit/xedit/
Makefile 15 .for _L in lisp mp re
16 LIB.${_L}!= cd ${.CURDIR}/../${_L} && ${PRINTOBJDIR}
17 DPADD+= ${LIB.${_L}}/lib${_L}.a
18 LDADD+= -L${LIB.${_L}} -l${_L}
  /src/sys/arch/dreamcast/dreamcast/
locore.S 45 mov.l _L.bootstrap_stack, r15
54 mov.l _L.sh4_icache_sync_all, r0
57 mov.l _L.CCR, r0
58 mov.l _L.CCRconfig, r1
62 mov.l _L.MMUCR, r0
76 mov.l _L.dreamcast_startup, r0
81 _L.dreamcast_startup: .long _C_LABEL(dreamcast_startup)
82 _L.bootstrap_stack: .long _C_LABEL(start)
83 _L.sh4_icache_sync_all: .long _C_LABEL(sh4_icache_sync_all)
84 _L.CCR: .long SH4_CCR
    [all...]
  /src/lib/libc/gen/
ctype_.c 64 #define _L _COMPAT_L
87 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
88 _L, _L, _L, _L, _L, _L, _L, _L
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bionic/
ctype_base.h 45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/openbsd/
ctype_base.h 46 static const mask lower = _L;
47 static const mask alpha = _U | _L;
51 static const mask print = _P | _U | _L | _N | _B;
52 static const mask graph = _P | _U | _L | _N;
55 static const mask alnum = _U | _L | _N;
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
ctype_base.h 45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bionic/
ctype_base.h 45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/openbsd/
ctype_base.h 46 static const mask lower = _L;
47 static const mask alpha = _U | _L;
51 static const mask print = _P | _U | _L | _N | _B;
52 static const mask graph = _P | _U | _L | _N;
55 static const mask alnum = _U | _L | _N;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/newlib/
ctype_base.h 45 static const mask lower = _L;
46 static const mask alpha = _U | _L;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 142 console->Printf(_L("\n"));
143 console->Printf(_L(">> %s, Revision %s\n"),
154 console->Printf(_L(">> Model %s\n"), model->model);
157 console->Printf(_L(">> Memory %d k\n"), membytes / 1024);
160 console->Printf(_L(">> Video %d x %d\n"), video->width, video->height);
162 console->Printf(_L("\n"));
171 console->Printf(_L("\nLoaded\n"));
184 if (_L(model->model).CompareF(_L("SERIES5 R1")) == 0)
185 ldd = _L("e32boot-s5.ldd")
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
ctype_base.h 61 static const mask lower = _L;
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
ctype_base.h 63 static const mask lower = _L;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/darwin/
ctype_base.h 61 static const mask lower = _L;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/freebsd/
ctype_base.h 63 static const mask lower = _L;

Completed in 22 milliseconds