Searched refs:al (Results 1 - 25 of 184) sorted by relevance

12345678

/macosx-10.9.5/ruby-104/ruby/test/ruby/enc/
H A Dtest_utf32.rb31 al = "abcdefghijkl".force_encoding("utf-32le").each_char.to_a
33 assert_equal("abcd".force_encoding("utf-32le"), al.shift)
34 assert_equal("efgh".force_encoding("utf-32le"), al.shift)
35 assert_equal("ijkl".force_encoding("utf-32le"), al.shift)
50 al = ascii_to_utf16le("foo\nbar\nbaz\n").lines.to_a
53 assert_equal(ascii_to_utf16le("foo\n"), al.shift)
54 assert_equal(ascii_to_utf16le("bar\n"), al.shift)
55 assert_equal(ascii_to_utf16le("baz\n"), al.shift)
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A Dlwlib-Xm.c265 Arg al[2];
272 XtSetArg (al[0], XmNsubMenuId, &submenu);
273 XtGetValues (children[i], al, 1);
359 Arg al [256];
372 XtSetArg (al [ac], XmNlabelString, res_string); ac++;
378 XtSetArg (al [ac], XmNlabelString, built_string); ac++;
381 XtSetArg (al [ac], XmNlabelType, XmSTRING); ac++;
387 XtSetArg (al [ac], XmNacceleratorText, key_string); ac++;
391 XtSetValues (widget, al, ac);
527 Arg al [25
263 Arg al[2]; local
355 Arg al [256]; local
519 Arg al [256]; local
669 Arg al [256]; local
910 Arg al [1]; local
975 Arg al [1]; local
1099 Arg al[64]; /* Arg List */ local
1545 Arg al[3]; local
1586 Arg al[2]; local
1617 Arg al [64]; local
1852 Arg al [256]; local
[all...]
H A Dlwlib-Xlw.c158 Arg al[5];
161 XtSetArg (al[ac], XtNmenu, instance->info->val); ac++;
163 XtSetArg (al[ac], XtNshowGrip, 0); ac++;
164 XtSetArg (al[ac], XtNresizeToPreferred, 1); ac++;
165 XtSetArg (al[ac], XtNallowResize, 1); ac++;
172 instance->parent, al, ac);
190 Arg al[2];
193 XtSetArg (al[ac], XtNmenu, instance->info->val); ac++;
194 XtSetArg (al[ac], XtNhorizontal, False); ac++;
200 popup_shell, al, a
156 Arg al[5]; local
188 Arg al[2]; local
241 Arg al[1]; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_sqr.c85 int max,al; local
94 al=a->top;
95 if (al <= 0)
106 max=(al+al);
110 if (al == 4)
119 else if (al == 8)
131 if (al < BN_SQR_RECURSIVE_SIZE_NORMAL)
134 bn_sqr_normal(rr->d,a->d,al,t);
140 j=BN_num_bits_word((BN_ULONG)al);
[all...]
H A Dbn_mont.c137 int al,nl,max,i,x,ri; local
148 al=ri=mont->ri/BN_BITS2;
151 if ((al == 0) || (nl == 0)) { r->top=0; return(1); }
153 max=(nl+al+1); /* allow for overflow (no?) XXX */
200 al=0;
202 al=r->top-x;
203 ret->top=al;
204 al-=4;
205 for (i=0; i<al; i+=4)
218 al
[all...]
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddmnt.c66 struct attrlist al; local
96 (void) bzero((char *)&al, sizeof(al));
97 al.bitmapcount = ATTR_BIT_MAP_COUNT;
98 al.dirattr = ATTR_DIR_MOUNTSTATUS;
99 if (getattrlist(mb->f_mntonname, &al, &ab, sizeof(ab), 0) == 0) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAttributeList.h36 LDAPAttributeList(const LDAPAttributeList& al);
117 const LDAPAttributeList& al);
H A DLdifWriter.cpp46 const LDAPAttributeList *al = le.getAttributes(); local
47 LDAPAttributeList::const_iterator i = al->begin();
48 for ( ; i != al->end(); i++ )
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_debug.h78 __private_extern__ void ntfs_debug_attr_list_dump(const u8 *al,
85 #define ntfs_debug_attr_list_dump(al, size) do {} while (0)
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c1351 struct attrlist al; local
1381 if ((error = copyin(uap->alist, &al, sizeof(al))) != 0)
1383 if (al.bitmapcount != ATTR_BIT_MAP_COUNT) {
1389 vp, p->p_comm, al.commonattr, al.volattr, al.fileattr, al.dirattr, al.forkattr,
1393 error = mac_vnode_check_getattrlist(ctx, vp, &al);
2288 struct attrlist al; local
[all...]
/macosx-10.9.5/Libc-997.90.3/i386/string/
H A Dstrlcpy.s80 movb %al,(%edi) // pack into dest
131 movb %al,(%edi) // pack in next byte
133 testb %al,%al // 0?
H A Dstrlcat.s127 movb %al,(%edi) // pack into dest
178 movb %al,(%edi) // pack in next byte
180 testb %al,%al // 0?
H A Dstrcpy.s79 movb %al,(%edi) // pack into dest
142 movb %al,(%edi) // pack in next byte
/macosx-10.9.5/xnu-2422.115.4/libkern/x86_64/
H A DOSAtomic.s44 sete %al #; did CAS succeed? (TZ=1)
45 movzbq %al, %rax #; clear out the high bytes
66 sete %al #; did CAS succeed? (TZ=1)
67 movzbq %al, %rax #; clear out the high bytes
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-cdp.c252 int pt, pl, al, num; local
275 al = EXTRACT_16BITS(&p[pl]); /* address length */
277 if (pt == PT_NLPID && pl == 1 && *p == NLPID_IP && al == 4) {
295 memcmp(p, prot_ipv6, 8) == 0 && al == 16) {
303 TCHECK2(*p, al);
304 if (p + al > endp)
310 p += al;
326 al = (*p << 8) + *(p + 1);
327 printf(", al=%d, a=", al);
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/sample/
H A Dcommon.c56 int al; local
58 al = fprintf(f, "{%d}\r\n", l);
73 return al;
/macosx-10.9.5/zlib-53/zlib/contrib/inflate86/
H A Dinffast.S342 movb (in_r), %al
448 lodsw /* al = *(ushort *)in++ */
476 testb %al, %al
502 movb %al, %cl
504 testb $16, %al
513 lodsw /* al = *(ushort *)in++ */
551 lodsw /* al = *(ushort *)in++ */
582 movb %al, %cl /* cl = this.op */
584 testb $16, %al /* i
[all...]
H A Dinffas86.c197 " testb %%al, %%al\n"
213 " testb %%al, %%al\n"
224 " movb %%al, %%cl\n"
226 " testb $16, %%al\n"
262 " movb %%al, %%cl\n" /* cl = this.op */
264 " testb $16, %%al\n" /* if ((op & 16) == 0) */
295 " movb (%%rsi), %%al\n"
296 " movb %%al, (
840 test al, al local
854 test al, 16 local
905 test al, 16 /* if ((op & 16) == 0) */ local
947 mov al, [esi] local
969 mov al, [edi-1] local
984 test al, 64 local
998 test al, 64 local
1091 test al, 32 local
[all...]
/macosx-10.9.5/network_cmds-433/traceroute.tproj/
H A Difaddrlist.c111 register struct ifaddrlist *al; local
141 al = ifaddrlist;
199 al->addr = sin->sin_addr.s_addr;
200 al->device = strdup(device);
201 ++al;
/macosx-10.9.5/vim-53/src/proto/
H A Dex_docmd.pro31 void alist_clear __ARGS((alist_T *al));
32 void alist_init __ARGS((alist_T *al));
33 void alist_unlink __ARGS((alist_T *al));
36 void alist_set __ARGS((alist_T *al, int count, char_u **files, int use_curbuf, int *fnum_list, int fnum_len));
37 void alist_add __ARGS((alist_T *al, char_u *fname, int set_fnum));
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_tree_builder.rb74 al = seq.children[2]
75 assert_instance_of Nodes::Alias, al
76 assert_equal 'A', al.anchor
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpostcode.h50 * Macro to output byte value to postcode, destoying register al.
55 outb %al,$(POSTPORT); \
70 outb %al,$(POSTPORT)
76 mov $(XX), %al; \
/macosx-10.9.5/screen-22/screen/etc/
H A Detcscreenrc31 # al add one line
46 #facit's "al" / "dl" are buggy if the current / last line
48 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
49 terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dbzero.s68 movb %al,%ah /* fill out pattern */
/macosx-10.9.5/zlib-53/zlib/contrib/masmx86/
H A Dinffas32.asm263 mov al, [esi]
359 test al,al
379 mov cl,al
381 test al,16
436 mov cl,al
438 test al,16
478 mov al, [esi]
479 mov [edi],al
480 mov al, [es
[all...]

Completed in 151 milliseconds

12345678