Home
last modified time | relevance | path

Searched defs:L1 (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/lua/src/
H A Dldblib.c35 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 Dltests.c439 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 Dlstate.c180 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 Dbcmp.S56 L1: label
H A Dbzero.S74 L1: rep label
H A Dmemset.S81 L1: rep label
H A Dstrcat.S62 L1: movb (%edx),%al /* unroll loop, but not too much */ label
H A Dstrchr.S51 L1: label
H A Dstrcpy.S52 L1: movb (%edx),%al /* unroll loop, but not too much */ label
H A Dstrrchr.S52 L1: label
H A Dstrcmp.S57 L1: incl %eax label
H A Dstrncmp.S63 L1: incl %eax label
H A Dswab.S58 L1: lodsw label
H A Dwcschr.S39 L1: movl (%ecx),%ebx label
H A Dwcslen.S39 L1: cmpl %ebx,(%ecx) label
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c130 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 Dllimits.h187 #define luai_userstatethread(L,L1) ((void)L) argument
191 #define luai_userstatefree(L,L1) ((void)L) argument
/freebsd/libexec/rtld-elf/arm/
H A Drtld_start.S45 .L1: label
/freebsd/sys/powerpc/powerpc/
H A Dswtch32.S114 .L1: label
H A Dswtch64.S174 .L1: label
/freebsd/lib/libc/amd64/string/
H A Dstpncpy.S260 .L1: ret label
H A Dstrncmp.S109 .L1: inc %eax label
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h100 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 DDebugCrossImpSubsection.cpp81 llvm::sort(Ids, [this](const T &L1, const T &L2) { in commit()
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Df_generic.c174 gf L0, L1, L2; in gf_isr() local

123