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

12

/macosx-10.10.1/xnu-2782.1.97/libsyscall/custom/
H A D__fork.s56 jnc L1 // jump if CF==0
63 L1: label
82 jnc L1 // jump if CF==0
90 L1: label
H A D__vfork.s70 jnb L1 // jump if CF==0
77 L1: label
111 jnb L1 // jump if CF==0
119 L1: label
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dlog__L.c59 * z*(L1 + z*(L2 + z*(... (L7 + z*L8)...)))
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 Dcrypt.c689 register long L0, L1, R0, R1, k; local
707 LOAD(L,L0,L1,B);
709 LOAD(L,L0,L1,*(C_block *)in);
711 LOADREG(R,R0,R1,L,L0,L1);
713 L1 &= 0x55555555L;
714 L0 = (L0 << 1) | L1; /* L0 is the even-numbered input bits */
717 L1 = R0 | R1; /* L1 is the odd-numbered input bits */
718 STORE(L,L0,L1,B);
719 PERM3264(L,L0,L1,
[all...]
/macosx-10.10.1/Csu-85/
H A Ddyld_glue.s50 bcl 20,31,L1
51 L1: mflr r12 label
54 addis r12,r12,ha16(Ldyld_content_lazy_binder-L1)
55 lwz r12,lo16(Ldyld_content_lazy_binder-L1)(r12)
58 addis r12,r12,ha16(dyld__mach_header-L1)
59 lwz r12,lo16(dyld__mach_header-L1)(r12)
75 bcl 20,31,L1
76 L1: mflr r12 label
79 addis r12,r12,ha16(Ldyld_content_lazy_binder-L1)
80 ld r12,lo16(Ldyld_content_lazy_binder-L1)(r1
95 L1: popl %eax label
[all...]
H A Dstart.s253 L1: ldr x4, [x3], #8 label
255 b.ne L1
/macosx-10.10.1/OpenSSL098-52/src/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
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/crt-custom/
H A Dmystart.s13 call L1
14 L1: popl %eax label
15 movl L_flag$non_lazy_ptr-L1(%eax), %eax
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c648 register long L0, L1, R0, R1, k; local
666 LOAD(L,L0,L1,B);
668 LOAD(L,L0,L1,*(C_block *)in);
670 LOADREG(R,R0,R1,L,L0,L1);
672 L1 &= 0x55555555L;
673 L0 = (L0 << 1) | L1; /* L0 is the even-numbered input bits */
676 L1 = R0 | R1; /* L1 is the odd-numbered input bits */
677 STORE(L,L0,L1,B);
678 PERM3264(L,L0,L1,
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dboot_pt.c72 #define L1(x,n) L0(x,n-1) L0(x,n) macro
73 #define L2(x,n) L1(x,n-2) L1(x,n)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DEquivalenceClasses.h219 member_iterator unionSets(member_iterator L1, member_iterator L2) { argument
220 assert(L1 != member_end() && L2 != member_end() && "Illegal inputs!");
221 if (L1 == L2) return L1; // Unifying the same two sets, noop.
223 // Otherwise, this is a real union operation. Set the end of the L1 list to
225 const ECValue &L1LV = *L1.Node, &L2LV = *L2.Node;
234 // L2's leader is now L1.
236 return L1;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c680 register long L0, L1, R0, R1, k; local
699 LOAD(L,L0,L1,B);
701 LOAD(L,L0,L1,*(C_block *)in);
703 LOADREG(R,R0,R1,L,L0,L1);
705 L1 &= 0x55555555L;
706 L0 = (L0 << 1) | L1; /* L0 is the even-numbered input bits */
709 L1 = R0 | R1; /* L1 is the odd-numbered input bits */
710 STORE(L,L0,L1,B);
711 PERM3264(L,L0,L1,
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Davoid.el205 (let ((L1 (max (- min cur) (+ (- dist) (- var))))
209 (if (< R1 (- min cur)) (setq L1 nil R1 nil))
211 (cond ((and L1 (< delta L1)) L1)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantPort_PPC_Gnu.s62 blt L1
66 L1: label
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantPort_PPC_Gnu.s62 blt L1
66 L1: label
/macosx-10.10.1/apache-793/httpd/docs/manual/style/css/
H A Dprettify.css40 li.L1,
48 li.L1,
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveDebugVariables.cpp159 static UserValue *merge(UserValue *L1, UserValue *L2) { argument
161 if (!L1)
163 L1 = L1->getLeader();
164 if (L1 == L2)
165 return L1;
166 // Splice L2 before L1's members.
169 End->leader = L1, End = End->next;
170 End->leader = L1;
171 End->next = L1
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dcpuid.c75 L1, /* L1 (unified) cache */ enumerator in enum:__anon15032
76 L1_INST, /* L1 Instruction cache */
77 L1_DATA, /* L1 Data cache */
157 { 0x60, CACHE, L1, 16*K, 8, 64 },
158 { 0x61, CACHE, L1, 4, 8*K, 64 },
159 { 0x62, CACHE, L1, 4, 16*K, 64 },
160 { 0x63, CACHE, L1, 4, 32*K, 64 },
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dgettytab.h129 #define L1 gettynums[20].value macro
H A Dsubr.c287 tmode.c_lflag = L1;
/macosx-10.10.1/libpcap-48/libpcap/
H A Dgrammar.y289 %token ISO ESIS CLNP ISIS L1 L2 IIH LSP SNP CSNP PSNP
485 | L1 { $$ = Q_ISIS_L1; }
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dmips-opc.c105 #define L1 INSN_4010 macro
464 {"flushi", "", 0xbc010000, 0xffffffff, 0, 0, L1 },
465 {"flushd", "", 0xbc020000, 0xffffffff, 0, 0, L1 },
466 {"flushid", "", 0xbc030000, 0xffffffff, 0, 0, L1 },
467 {"wb", "o(b)", 0xbc040000, 0xfc1f0000, SM|RD_b, 0, L1 },
764 {"madd", "s,t", 0x0000001c, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, L1 },
769 {"maddu", "s,t", 0x0000001d, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, L1 },
830 {"ffc", "d,v", 0x0000000b, 0xfc1f07ff, WR_d|RD_s, 0, L1 },
843 {"ffs", "d,v", 0x0000000a, 0xfc1f07ff, WR_d|RD_s, 0, L1 },
858 {"msub", "s,t", 0x0000001e, 0xfc00ffff, RD_s|RD_t|WR_HILO, 0, L1 },
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp550 Value *L1 = LHS->getOperand(0);
555 L21 = L22 = L1 = 0;
558 if (match(L1, m_And(m_Value(L11), m_Value(L12)))) {
564 std::swap(L1, L2);
618 B = L22; C = L1;
621 B = L21; C = L1;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dattributes.sh409 typeset -l -L1 DBPick=""
410 [[ -n "$groupDB" ]] && err_exit 'typeset -l -L1 causes unwanted side effect'
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DMathObject.cpp490 L1 = 5.99999999999994648725e-01, /* 0x3FE33333, 0x33333303 */ member in namespace:JSC
671 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));

Completed in 474 milliseconds

12