| /illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
| H A D | lstate.c | 131 static void stack_init (lua_State *L1, lua_State *L) { in stack_init() argument 134 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, TValue); in stack_init() 135 L1->stacksize = BASIC_STACK_SIZE; in stack_init() 137 setnilvalue(L1->stack + i); /* erase new stack */ in stack_init() 138 L1->top = L1->stack; in stack_init() 139 L1->stack_last = L1->stack + L1->stacksize - EXTRA_STACK; in stack_init() 141 ci = &L1->base_ci; in stack_init() 144 ci->func = L1->top; in stack_init() 145 setnilvalue(L1->top++); /* 'function' entry for this 'ci' */ in stack_init() 146 ci->top = L1->top + LUA_MINSTACK; in stack_init() [all …]
|
| H A D | llimits.h | 180 #define luai_userstatethread(L,L1) ((void)L) argument 184 #define luai_userstatefree(L,L1) ((void)L) argument
|
| H A D | lauxlib.c | 111 LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1, in luaL_traceback() argument 115 int numlevels = countlevels(L1); in luaL_traceback() 119 while (lua_getstack(L1, level++, &ar)) { in luaL_traceback() 125 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback()
|
| H A D | lgc.c | 698 static void sweepthread (lua_State *L, lua_State *L1) { in sweepthread() argument 699 if (L1->stack == NULL) return; /* stack not completely built yet */ in sweepthread() 700 sweepwholelist(L, &L1->openupval); /* sweep open upvalues */ in sweepthread() 701 luaE_freeCI(L1); /* free extra CallInfo slots */ in sweepthread() 704 luaD_shrinkstack(L1); in sweepthread()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
| H A D | log__L.c | 78 vc(L1, 6.6666666666666703212E-1 ,aaaa,402a,aac5,aaaa, 0, .AAAAAAAAAAAAC5) 87 ic(L1, 6.6666666666667340202E-1, -1, 1.5555555555592) 96 #define L1 vccast(L1) macro 110 return(z*(L1+z*(L2+z*(L3+z*(L4+z*(L5+z*(L6+z*(L7+z*L8)))))))); 112 return(z*(L1+z*(L2+z*(L3+z*(L4+z*(L5+z*(L6+z*L7)))))));
|
| H A D | crypt.c | 689 register long L0, L1, R0, R1, k; in des_cipher() local 707 LOAD(L,L0,L1,B); in des_cipher() 709 LOAD(L,L0,L1,*(C_block *)in); in des_cipher() 711 LOADREG(R,R0,R1,L,L0,L1); in des_cipher() 713 L1 &= 0x55555555L; in des_cipher() 714 L0 = (L0 << 1) | L1; /* L0 is the even-numbered input bits */ in des_cipher() 717 L1 = R0 | R1; /* L1 is the odd-numbered input bits */ in des_cipher() 718 STORE(L,L0,L1,B); in des_cipher() 719 PERM3264(L,L0,L1,B.b, (C_block *)IE3264); /* even bits */ in des_cipher() 767 CRUNCH(L0, L1, R0, R1); in des_cipher() [all …]
|
| /illumos-gate/usr/src/lib/libc/amd64/gen/ |
| H A D | memchr.S | 61 jb .L1 / goto .L1 80 .L1: label 87 jmp .L1 / goto .L1 104 jmp .L1 / goto .L1
|
| H A D | strcat.S | 68 jnz .L1 / goto .L1 81 .L1: label 86 jnz .L1 / goto .L1
|
| H A D | strncat.S | 72 jnz .L1 / goto .L1 85 .L1: label 90 jnz .L1 / goto .L1
|
| /illumos-gate/usr/src/lib/libc/i386/gen/ |
| H A D | memchr.S | 64 jb .L1 / goto .L1 83 .L1: label 90 jmp .L1 / goto .L1 108 jmp .L1 / goto .L1
|
| H A D | strcat.S | 64 jnz .L1 / goto .L1 77 .L1: label 82 jnz .L1 / goto .L1
|
| H A D | strncat.S | 69 jnz .L1 / goto .L1 82 .L1: label 87 jnz .L1 / goto .L1
|
| /illumos-gate/usr/src/lib/crt/i386/ |
| H A D | crti.s | 68 call .L1 69 .L1: popl %ebx label 70 addl $_GLOBAL_OFFSET_TABLE_+[.-.L1], %ebx
|
| /illumos-gate/usr/src/lib/libm/i386/src/ |
| H A D | acosf.S | 49 jp .L1 50 jne .L1 56 .L1: label
|
| H A D | acosl.S | 48 jp .L1 49 jne .L1 55 .L1: label
|
| H A D | acos.S | 49 jp .L1 50 jne .L1 56 .L1: label
|
| H A D | __reduction.S | 54 jb .L1 64 .L1: label
|
| /illumos-gate/usr/src/lib/libm/amd64/src/ |
| H A D | acosl.S | 44 jp .L1 45 jne .L1 51 .L1: label
|
| /illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
| H A D | boot.S | 124 call .L1 / only way to get IP into a register 125 .L1: label 127 addl $_GLOBAL_OFFSET_TABLE_+[.-.L1],%ebx
|
| H A D | boot_elf.S | 89 call .L1 / initialize %ebx to GOT 90 .L1: label 92 addl $_GLOBAL_OFFSET_TABLE_+[.-.L1], %ebx
|
| /illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
| H A D | Makefile | 29 CHARFILES = 12 14 34 Fi Fl L1 Lb \ 32 MAPFILES = L1.map Lb.map
|
| H A D | L1 | 1 %ident "@(#)lp:filter/postscript/font/devpost/charlib/L1 1.2"
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| H A D | ipqosconf.c | 74 L1 | 342 IPQOSCDBG0(L1, "In ipqos_msg:\n"); in ipqos_msg() 1275 IPQOSCDBG1(L1, "In mark_classes_filters_del: action: %s\n", in mark_classes_filters_del() 1319 IPQOSCDBG1(L1, "In mark_classes_filters_new: action: %s\n", in mark_classes_filters_new() 2108 IPQOSCDBG0(L1, "In applydiff:\n"); in applydiff() 2144 IPQOSCDBG1(L1, "In add_items, rem_undo: %u\n", rem_undo); in add_items() 2193 IPQOSCDBG2(L1, "In add_item: action: %s, rem_undo: %u\n", in add_item() 2199 IPQOSCDBG0(L1, "Early exit due to visited\n"); in add_item() 2358 IPQOSCDBG0(L1, "In add_filters\n"); in add_filters() 2401 IPQOSCDBG0(L1, "In add_classes\n"); in add_classes() [all …]
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
| H A D | nvm_meta.txt | 61 array set aspm_support {0 {L0s L1 enabled} 1 {L0s disabled} 2 {L1 disabled} 3 {L0s L1 disabled} } 137 39,name "MPS10 RX Lane swap (L3:L2:L1:L0)" 39,group_name "phy" 39,entity_name "glob" 39,struct_name… 138 40,name "MPS10 TX Lane swap (L3:L2:L1:L0)" 40,group_name "phy" 40,entity_name "glob" 40,struct_name… 139 41,name "MPS10 RX Lane polarity (L3:L2:L1:L0)" 41,group_name "phy" 41,entity_name "glob" 41,struct_… 140 42,name "MPS10 TX Lane polarity (L3:L2:L1:L0)" 42,group_name "phy" 42,entity_name "glob" 42,struct_… 141 43,name "MPS25 RX Lane swap (L3:L2:L1:L0)" 43,group_name "phy" 43,entity_name "glob" 43,struct_name… 142 44,name "MPS25 TX Lane swap (L3:L2:L1:L0)" 44,group_name "phy" 44,entity_name "glob" 44,struct_name… 143 45,name "MPS25 RX Lane polarity (L3:L2:L1:L0)" 45,group_name "phy" 45,entity_name "glob" 45,struct_… 144 46,name "MPS25 TX Lane polarity (L3:L2:L1:L0)" 46,group_name "phy" 46,entity_name "glob" 46,struct_… 145 47,name "MPS10 Preemphasis (L3:L2:L1:L0)" 47,group_name "phy" 47,entity_name "glob" 47,struct_name … [all …]
|
| /illumos-gate/usr/src/cmd/fm/dicts/ |
| H A D | AMD.po | 315 # code: AMD-8000-L1 318 msgid "AMD-8000-L1.type" 320 msgid "AMD-8000-L1.severity" 322 msgid "AMD-8000-L1.description" 324 msgid "AMD-8000-L1.response" 326 msgid "AMD-8000-L1.impact" 328 msgid "AMD-8000-L1.action"
|