Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/lib/libc/i386/string/
H A Dbzero.S74 L1: rep label
H A Dmemset.S81 L1: rep label
H A Dbcmp.S56 L1: 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 Dstrcat.S62 L1: movb (%edx),%al /* unroll loop, but not too much */ label
H A Dstrcmp.S57 L1: incl %eax label
H A Dswab.S58 L1: lodsw label
H A Dstrncmp.S63 L1: incl %eax label
H A Dwcschr.S39 L1: movl (%ecx),%ebx label
H A Dwcslen.S39 L1: cmpl %ebx,(%ecx) label
/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlstate.c129 static void stack_init (lua_State *L1, lua_State *L) { in stack_init()
235 lua_State *L1; in lua_newthread() local
253 void luaE_freethread (lua_State *L, lua_State *L1) { in luaE_freethread()
H A Dllimits.h186 #define luai_userstatethread(L,L1) ((void)L) argument
190 #define luai_userstatefree(L,L1) ((void)L) argument
/freebsd-src/sys/powerpc/powerpc/
H A Dswtch32.S114 .L1: label
H A Dswtch64.S174 .L1: label
/freebsd-src/libexec/rtld-elf/arm/
H A Drtld_start.S45 .L1: label
/freebsd-src/lib/libc/amd64/string/
H A Dstpncpy.S260 .L1: ret label
H A Dstrncmp.S109 .L1: inc %eax label
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysis.h101 Lattice L1 = llvm::any_cast<const Lattice &>(E1.Value); joinTypeErased() local
116 const Lattice &L1 = llvm::any_cast<const Lattice &>(E1.Value); isEqualTypeErased() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DLinkage.h129 inline Linkage minLinkage(Linkage L1, Linkage L2) { in minLinkage()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp81 llvm::sort(Ids, [this](const T &L1, const T &L2) { in commit()

123