Searched refs:L1 (Results 1 - 25 of 77) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstate.c133 static void stack_init (lua_State *L1, lua_State *L) { argument
136 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue);
137 L1->stacksize = BASIC_STACK_SIZE;
139 setnilvalue(L1->stack + i); /* erase new stack */
140 L1->top = L1->stack;
141 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK;
143 ci = &L1
234 lua_State *L1; local
252 luaE_freethread(lua_State *L, lua_State *L1) argument
[all...]
H A Dldblib.c101 static void treatstackoption (lua_State *L, lua_State *L1, const char *fname) { argument
102 if (L == L1) {
107 lua_xmove(L1, L, 1);
115 lua_State *L1 = getthread(L, &arg); local
118 if (!lua_getstack(L1, (int)lua_tointeger(L, arg+1), &ar)) {
127 lua_xmove(L, L1, 1);
131 if (!lua_getinfo(L1, options, &ar))
155 treatstackoption(L, L1, "activelines");
157 treatstackoption(L, L1, "func");
164 lua_State *L1 local
193 lua_State *L1 = getthread(L, &arg); local
299 lua_State *L1 = getthread(L, &arg); local
326 lua_State *L1 = getthread(L, &arg); local
361 lua_State *L1 = getthread(L, &arg); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtest.sh21 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
23 if [ "x$L1" != "x" ]; then
44 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
46 if [ "x$L1" != "x" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh21 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
23 if [ "x$L1" != "x" ]; then
44 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
46 if [ "x$L1" != "x" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtest.sh21 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
23 if [ "x$L1" != "x" ]; then
44 L1=`netstat -a | egrep "LISTEN[\t ]*$" | grep ":$CLIENT_PORT"`
46 if [ "x$L1" != "x" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-mpu/
H A DMakefile8 -ffixed-L0 -ffixed-L1 -ffixed-L2 -ffixed-L3 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/cplb-nompu/
H A DMakefile8 -ffixed-L0 -ffixed-L1 -ffixed-L2 -ffixed-L3 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/i386/
H A Dmpih-lshift.S63 jnz L1 /* enter loop in the middle */
71 L1: movl (%esi,%edx,4),%eax label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dmpih-lshift.S63 jnz L1 /* enter loop in the middle */
71 L1: movl (%esi,%edx,4),%eax label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-xsc3.S45 * The cache line size of the L1 I, L1 D and unified L2 cache.
50 * The size of the L1 D cache.
66 * This macro cleans and invalidates the entire L1 D cache.
72 1: mcr p15, 0, \rd, c7, c14, 2 @ clean/invalidate L1 D line
116 mcr p15, 0, ip, c7, c7, 0 @ invalidate L1 caches and BTB
163 mcrne p15, 0, ip, c7, c5, 0 @ invalidate L1 I cache and BTB
186 mcrne p15, 0, r0, c7, c5, 1 @ invalidate L1 I line
187 mcr p15, 0, r0, c7, c14, 1 @ clean/invalidate L1 D line
214 1: mcr p15, 0, r0, c7, c10, 1 @ clean L1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/m68k/
H A Dmpih-add1.S62 bcc L(L1)
70 L(L1:) movel MEM_POSTINC(a0),R(d0)
H A Dmpih-sub1.S61 bcc L(L1)
69 L(L1:) movel MEM_POSTINC(a0),R(d0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/
H A Dmpih-add1.S62 bcc L(L1)
70 L(L1:) movel MEM_POSTINC(a0),R(d0)
H A Dmpih-sub1.S61 bcc L(L1)
69 L(L1:) movel MEM_POSTINC(a0),R(d0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Ddivsi3.S98 jpl L1
105 L1: movel sp@(8), d0 /* d0 = dividend */ label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/m68k/mc68020/
H A Dmpih-mul2.S68 bcc L(L1)
78 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
H A Dmpih-mul3.S70 bcc L(L1)
80 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
H A Dmpih-mul1.S74 bcc L(L1)
83 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/mc68020/
H A Dmpih-mul2.S68 bcc L(L1)
78 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
H A Dmpih-mul3.S70 bcc L(L1)
80 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
H A Dmpih-mul1.S74 bcc L(L1)
83 L(L1:) movel MEM_POSTINC(s1_ptr),R(d3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68328/
H A Dhead-ram.S77 L1: label
80 bhi L1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S57 bne 1,L1 # branch if not
63 L1: lu 8,4(4) # load s1 limb and update s1_ptr label
H A Dmpih-sub1.S57 bne 1,L1 # branch if not
64 L1: lu 8,4(4) # load s1 limb and update s1_ptr label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Darch_checks.c46 /* The entire kernel must be able to make a 24bit pcrel call to start of L1 */
66 # error You need IFLUSH in L1 inst while Anomaly 05000491 applies

Completed in 112 milliseconds

1234