/freebsd/contrib/lua/src/ |
H A D | ldblib.c | 35 static void checkstack (lua_State *L, lua_State *L1, int n) { in checkstack() 134 static void treatstackoption (lua_State *L, lua_State *L1, const char *fname) { in treatstackoption() 152 lua_State *L1 = getthread(L, &arg); in db_getinfo() local 205 lua_State *L1 = getthread(L, &arg); in db_getlocal() local 237 lua_State *L1 = getthread(L, &arg); in db_setlocal() local 368 lua_State *L1 = getthread(L, &arg); in db_sethook() local 397 lua_State *L1 = getthread(L, &arg); in db_gethook() local 437 lua_State *L1 = getthread(L, &arg); in db_traceback() local
|
H A D | ltests.c | 439 static void checkstack (global_State *g, lua_State *L1) { in checkstack() 1120 lua_State *L1 = lua_newthread(L); in doonnewstack() local 1153 lua_State *L1 = lua_newstate(f, ud); in newstate() local 1165 lua_State *L1 = cast(lua_State *, lua_touserdata(L, 1)); in getstate() local 1184 lua_State *L1 = getstate(L); in loadlib() local 1201 lua_State *L1 = getstate(L); in closestate() local 1207 lua_State *L1 = getstate(L); in doremote() local 1257 lua_State *L1; in checkpanic() local 1306 static int getnum_aux (lua_State *L, lua_State *L1, const char **pc) { in getnum_aux() 1351 static int getindex_aux (lua_State *L, lua_State *L1, const char **pc) { in getindex_aux() [all …]
|
H A D | lstate.c | 180 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() 289 lua_State *L1; in lua_newthread() local 313 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
|
/freebsd/lib/libc/i386/string/ |
H A D | bcmp.S | 56 L1: label
|
H A D | bzero.S | 74 L1: rep label
|
H A D | memset.S | 81 L1: rep label
|
H A D | strcat.S | 62 L1: movb (%edx),%al /* unroll loop, but not too much */ label
|
H A D | strchr.S | 51 L1: label
|
H A D | strcpy.S | 52 L1: movb (%edx),%al /* unroll loop, but not too much */ label
|
H A D | strrchr.S | 52 L1: label
|
H A D | strcmp.S | 57 L1: incl %eax label
|
H A D | strncmp.S | 63 L1: incl %eax label
|
H A D | swab.S | 58 L1: lodsw label
|
H A D | wcschr.S | 39 L1: movl (%ecx),%ebx label
|
H A D | wcslen.S | 39 L1: cmpl %ebx,(%ecx) label
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstate.c | 130 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() 236 lua_State *L1; in lua_newthread() local 254 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
|
H A D | llimits.h | 187 #define luai_userstatethread(L,L1) ((void)L) argument 191 #define luai_userstatefree(L,L1) ((void)L) argument
|
/freebsd/libexec/rtld-elf/arm/ |
H A D | rtld_start.S | 45 .L1: label
|
/freebsd/sys/powerpc/powerpc/ |
H A D | swtch32.S | 114 .L1: label
|
H A D | swtch64.S | 174 .L1: label
|
/freebsd/lib/libc/amd64/string/ |
H A D | stpncpy.S | 260 .L1: ret label
|
H A D | strncmp.S | 109 .L1: inc %eax label
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 100 Lattice L1 = llvm::any_cast<const Lattice &>(E1.Value); in joinTypeErased() local 115 const Lattice &L1 = llvm::any_cast<const Lattice &>(E1.Value); in isEqualTypeErased() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugCrossImpSubsection.cpp | 81 llvm::sort(Ids, [this](const T &L1, const T &L2) { in commit()
|
/freebsd/crypto/openssl/crypto/ec/curve448/ |
H A D | f_generic.c | 174 gf L0, L1, L2; in gf_isr() local
|