Home
last modified time | relevance | path

Searched refs:L1 (Results 1 – 25 of 177) sorted by relevance

12345678

/freebsd/contrib/lua/src/
H A Dltests.c50 static int runC (lua_State *L, lua_State *L1, const char *pc);
439 static void checkstack (global_State *g, lua_State *L1) { in checkstack() argument
443 assert(!isdead(g, L1)); in checkstack()
444 if (L1->stack.p == NULL) { /* incomplete thread? */ in checkstack()
445 assert(L1->openupval == NULL && L1->ci == NULL); in checkstack()
448 for (uv = L1->openupval; uv != NULL; uv = uv->u.open.next) in checkstack()
450 assert(L1->top.p <= L1->stack_last.p); in checkstack()
451 assert(L1->tbclist.p <= L1->top.p); in checkstack()
452 for (ci = L1->ci; ci != NULL; ci = ci->previous) { in checkstack()
453 assert(ci->top.p <= L1->stack_last.p); in checkstack()
[all …]
H A Dldblib.c35 static void checkstack (lua_State *L, lua_State *L1, int n) { in checkstack() argument
36 if (l_unlikely(L != L1 && !lua_checkstack(L1, n))) in checkstack()
134 static void treatstackoption (lua_State *L, lua_State *L1, const char *fname) { in treatstackoption() argument
135 if (L == L1) in treatstackoption()
138 lua_xmove(L1, L, 1); /* move object to the "main" stack */ in treatstackoption()
152 lua_State *L1 = getthread(L, &arg); in db_getinfo() local
154 checkstack(L, L1, 3); in db_getinfo()
159 lua_xmove(L, L1, 1); in db_getinfo()
162 if (!lua_getstack(L1, (int)luaL_checkinteger(L, arg + 1), &ar)) { in db_getinfo()
167 if (!lua_getinfo(L1, options, &ar)) in db_getinfo()
[all …]
H A Dlstate.c180 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() argument
183 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
184 L1->tbclist.p = L1->stack.p; in stack_init()
186 setnilvalue(s2v(L1->stack.p + i)); /* erase new stack */ in stack_init()
187 L1->top.p = L1->stack.p; in stack_init()
188 L1->stack_last.p = L1->stack.p + BASIC_STACK_SIZE; in stack_init()
190 ci = &L1->base_ci; in stack_init()
193 ci->func.p = L1->top.p; in stack_init()
196 setnilvalue(s2v(L1->top.p)); /* 'function' entry for this 'ci' */ in stack_init()
197 L1->top.p++; in stack_init()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c129 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() argument
132 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue); in stack_init()
133 L1->stacksize = BASIC_STACK_SIZE; in stack_init()
135 setnilvalue(L1->stack + i); /* erase new stack */ in stack_init()
136 L1->top = L1->stack; in stack_init()
137 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK; in stack_init()
139 ci = &L1->base_ci; in stack_init()
142 ci->func = L1->top; in stack_init()
143 setnilvalue(L1->top++); /* 'function' entry for this 'ci' */ in stack_init()
144 ci->top = L1->top + LUA_MINSTACK; in stack_init()
[all …]
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Df_generic.c174 gf L0, L1, L2; in gf_isr() local
176 gf_sqr(L1, x); in gf_isr()
177 gf_mul(L2, x, L1); in gf_isr()
178 gf_sqr(L1, L2); in gf_isr()
179 gf_mul(L2, x, L1); in gf_isr()
180 gf_sqrn(L1, L2, 3); in gf_isr()
181 gf_mul(L0, L2, L1); in gf_isr()
182 gf_sqrn(L1, L0, 3); in gf_isr()
183 gf_mul(L0, L2, L1); in gf_isr()
185 gf_mul(L1, L0, L2); in gf_isr()
[all …]
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block()
569 L1 = C0(K, 1) ^ C1(K, 0) ^ C2(K, 7) ^ C3(K, 6) ^ in whirlpool_block()
585 K.q[1] = L1; in whirlpool_block()
595 L1 ^= C0(S, 1) ^ C1(S, 0) ^ C2(S, 7) ^ C3(S, 6) ^ in whirlpool_block()
611 S.q[1] = L1; in whirlpool_block()
620 L1 = C1(K, 0); in whirlpool_block()
629 L1 ^= C0(K, 1); in whirlpool_block()
645 L1 ^= C7(K, 2); in whirlpool_block()
653 L1 ^= C6(K, 3); in whirlpool_block()
661 L1 ^= C5(K, 4); in whirlpool_block()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h242 member_iterator unionSets(member_iterator L1, member_iterator L2) { in unionSets() argument
243 assert(L1 != member_end() && L2 != member_end() && "Illegal inputs!"); in unionSets()
244 if (L1 == L2) return L1; // Unifying the same two sets, noop. in unionSets()
248 const ECValue &L1LV = *L1.Node, &L2LV = *L2.Node; in unionSets()
259 return L1; in unionSets()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_i386.inc.S34 call .L1$pb
35 .L1$pb:
38 add $_GLOBAL_OFFSET_TABLE_+(.Ltmp1-.L1$pb), %ebx
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c126 uint32_t L1, L2, L3, L4; in ar5212InvalidGainReadback() local
130 L1 = 0; in ar5212InvalidGainReadback()
142 L1 = 0; in ar5212InvalidGainReadback()
144 L3 = (gStep != 0x3f) ? 0x40 : L1; in ar5212InvalidGainReadback()
147 gv->loTrig = L1 + (gStep == 0x3f ? DYN_ADJ_LO_MARGIN : 0); in ar5212InvalidGainReadback()
153 return !((g >= L1 && g<= L2) || (g >= L3 && g <= L4)); in ar5212InvalidGainReadback()
/freebsd/sys/dts/arm/
H A Dannapurna-alpine.dts49 d-cache-size = <0x8000>; // L1, 32K
50 i-cache-size = <0x8000>; // L1, 32K
62 d-cache-size = <0x8000>; // L1, 32K
63 i-cache-size = <0x8000>; // L1, 32K
75 d-cache-size = <0x8000>; // L1, 32K
76 i-cache-size = <0x8000>; // L1, 32K
88 d-cache-size = <0x8000>; // L1, 32K
89 i-cache-size = <0x8000>; // L1, 32K
/freebsd/lib/libc/i386/string/
H A Dstrchr.S51 L1: label
57 jne L1
H A Dbcmp.S50 jne L1
56 L1: label
H A Dstrrchr.S52 L1: label
60 jne L1
H A Dbzero.S55 jle L1
74 L1: rep label
H A Dmemset.S57 jle L1
81 L1: rep label
H A Dwcslen.S39 L1: cmpl %ebx,(%ecx) label
57 jmp L1
H A Dswab.S58 L1: lodsw label
63 jnz L1
H A Dwcschr.S39 L1: movl (%ecx),%ebx label
60 jmp L1
H A Dstrcpy.S52 L1: movb (%edx),%al /* unroll loop, but not too much */ label
85 jne L1
H A Dstrcat.S62 L1: movb (%edx),%al /* unroll loop, but not too much */ label
95 jne L1
/freebsd/lib/msun/ld80/
H A Dk_expl.h51 L1 = 5.4152123484527692e-3, /* 0x162e42ff000000.0p-60 */ variable
226 r = x - fn * L1 - fn * L2; /* r = r1 + r2 done independently. */ in __k_expl()
231 r1 = x - fn * L1; in __k_expl()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dint_mul_impl.inc25 .L1:
32 bnez a1, .L1
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dsbc8548-pre.dtsi34 d-cache-size = <0x8000>; // L1, 32K
35 i-cache-size = <0x8000>; // L1, 32K
/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
102 L1.join(L2); in joinTypeErased()
103 return {std::move(L1)}; in joinTypeErased()
115 const Lattice &L1 = llvm::any_cast<const Lattice &>(E1.Value); in isEqualTypeErased() local
117 return L1 == L2; in isEqualTypeErased()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dst-rc.txt10 - rx-mode: can be "infrared" or "uhf". This property specifies the L1
13 - tx-mode: should be "infrared". This property specifies the L1

12345678