Searched refs:cl (Results 26 - 50 of 621) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/common/lib/libc/arch/i386/string/
H A Dstrlen.S119 testb %cl,%cl /* 1st byte == 0? */
130 testb %cl,%cl /* 3rd byte == 0? */
H A Dmemchr.S27 cmpb (%eax),%cl
36 movb %cl,%ch
68 cmpb -4(%eax),%cl /* 1st byte == ch? */
75 1: cmpb %dl,%cl /* 2nd byte == ch? */
82 1: cmpb %dl,%cl /* 3rd byte == ch? */
89 1: cmpb %dl,%cl /* 4th byte == ch? */
98 cmpb (%eax),%cl
H A Dstrchr.S26 cmpb %cl,%bl
35 movb %cl,%ch
65 cmpb %cl,%bl /* 1st byte == ch? */
72 cmpb %cl,%bh /* 2nd byte == ch? */
80 cmpb %cl,%bl /* 3rd byte == ch? */
87 cmpb %cl,%bh /* 4th byte == ch? */
H A Dstrrchr.S30 cmpb %cl,%bl
40 movb %cl,%ch
65 cmpb %cl,%bl /* 1st byte == ch? */
71 cmpb %cl,%bh /* 2nd byte == ch? */
78 cmpb %cl,%bl /* 3rd byte == ch? */
84 cmpb %cl,%bh /* 4th byte == ch? */
/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dfat.c52 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) argument
67 cl, fat,
123 cl_t cl; local
200 for (cl = CLUST_FIRST; cl < boot->NumClusters;) {
203 fat[cl].next = p[0] + (p[1] << 8)
205 fat[cl].next &= boot->ClustMask;
206 ret |= checkclnum(boot, no, cl, &fat[cl].next);
207 cl
243 rsrvdcltype(cl_t cl) argument
255 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, u_int fatnum) argument
328 cl_t cl; local
465 cl_t cl; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dira-lives.c122 enum reg_class cover_class, cl; local
127 (cl = ira_reg_class_super_classes[cover_class][i]) != LIM_REG_CLASSES;
130 if (high_pressure_start_point[cl] < 0)
134 start = (high_pressure_start_point[cl] > p->start
135 ? high_pressure_start_point[cl] : p->start);
175 enum reg_class cover_class, cl; local
186 (cl = ira_reg_class_super_classes[cover_class][i]) != LIM_REG_CLASSES;
189 curr_reg_pressure[cl] += ira_reg_class_nregs[cl][ALLOCNO_MODE (a)];
190 if (high_pressure_start_point[cl] <
206 enum reg_class cover_class, cl; local
274 enum reg_class cover_class, cl; local
351 enum reg_class cover_class, cl; local
413 make_pseudo_conflict(rtx reg, enum reg_class cl, rtx dreg, bool advance_p) argument
620 enum reg_class cl, next_cl; local
768 enum reg_class cl; local
825 enum reg_class cl; local
959 enum reg_class cover_class, cl; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_ctype_template.h386 _FUNCNAME(ctype_init)(void ** __restrict cl, argument
391 _DIAGASSERT(cl != NULL);
401 *cl = (void *)cei;
407 _FUNCNAME(ctype_uninit)(void *cl) argument
409 if (cl) {
410 _FUNCNAME(encoding_module_uninit)(_CEI_TO_EI(_TO_CEI(cl)));
411 free(cl);
417 _FUNCNAME(ctype_get_mb_cur_max)(void *cl) argument
419 return _ENCODING_MB_CUR_MAX(_CEI_TO_EI(_TO_CEI(cl)));
423 _FUNCNAME(ctype_mblen)(void * __restrict cl, argument
440 ctype_mbrlen(void * __restrict cl, const char * __restrict s, size_t n, void * __restrict pspriv, size_t * __restrict nresult) argument
465 ctype_mbrtowc(void * __restrict cl, wchar_t * __restrict pwc, const char * __restrict s, size_t n, void * __restrict pspriv, size_t * __restrict nresult) argument
491 ctype_mbsinit(void * __restrict cl, const void * __restrict pspriv, int * __restrict nresult) argument
509 ctype_mbsrtowcs(void * __restrict cl, wchar_t * __restrict pwcs, const char ** __restrict s, size_t n, void * __restrict pspriv, size_t * __restrict nresult) argument
529 ctype_mbstowcs(void * __restrict cl, wchar_t * __restrict pwcs, const char * __restrict s, size_t n, size_t * __restrict nresult) argument
552 ctype_mbtowc(void * __restrict cl, wchar_t * __restrict pwc, const char * __restrict s, size_t n, int * __restrict nresult) argument
569 ctype_wcrtomb(void * __restrict cl, char * __restrict s, wchar_t wc, void * __restrict pspriv, size_t * __restrict nresult) argument
621 ctype_wcsrtombs(void * __restrict cl, char * __restrict s, const wchar_t ** __restrict pwcs, size_t n, void * __restrict pspriv, size_t * __restrict nresult) argument
642 ctype_wcstombs(void * __restrict cl, char * __restrict s, const wchar_t * __restrict pwcs, size_t n, size_t * __restrict nresult) argument
661 ctype_wctomb(void * __restrict cl, char * __restrict s, wchar_t wc, int * __restrict nresult) argument
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/x86_64/string/
H A Dstrrchr.S26 cmpb %cl,%dl
35 movb %cl,%ch
66 cmpb %cl,%dl /* 1st byte == ch? */
73 cmpb %cl,%dl /* 2nd byte == ch? */
80 cmpb %cl,%dl /* 3rd byte == ch? */
87 cmpb %cl,%dl /* 4th byte == ch? */
94 cmpb %cl,%dl /* 5th byte == ch? */
101 cmpb %cl,%dl /* 6th byte == ch? */
108 cmpb %cl,%dl /* 7th byte == ch? */
115 cmpb %cl,
[all...]
H A Dmemchr.S87 mov %dil,%cl /* misalignment amount 1..7 (+high bits )*/
92 neg %cl /* 7..1 (+high bits) */
95 and $7,%cl /* 7..1 */
98 shl $3,%cl /* 56..8 */
102 shr %cl,%r11 /* non-zero in unwanted bytes */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dopts.s8 add %dl,%cl
9 add.s %dl,%cl
14 addb %dl,%cl
15 addb.s %dl,%cl
20 adc %dl,%cl
21 adc.s %dl,%cl
26 adcb %dl,%cl
27 adcb.s %dl,%cl
32 and %dl,%cl
33 and.s %dl,%cl
[all...]
H A Dx86-64-opts.s8 add %dl,%cl
9 add.s %dl,%cl
14 addb %dl,%cl
15 addb.s %dl,%cl
24 adc %dl,%cl
25 adc.s %dl,%cl
30 adcb %dl,%cl
31 adcb.s %dl,%cl
40 and %dl,%cl
41 and.s %dl,%cl
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/spray/
H A Dspray.c66 CLIENT *cl; local
127 cl = clnt_create(*argv, SPRAYPROG, SPRAYVERS, "udp");
128 if (cl == NULL) {
141 clnt_control(cl, CLSET_TIMEOUT, (caddr_t)&NO_DEFAULT);
145 if (clnt_call(cl, SPRAYPROC_CLEAR, xdr_void, NULL, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {
146 clnt_perror(cl, progname);
156 clnt_call(cl, SPRAYPROC_SPRAY, xdr_sprayarr, &host_array, xdr_void, NULL, ONE_WAY);
165 if (clnt_call(cl, SPRAYPROC_GET, xdr_void, NULL, xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) {
166 clnt_perror(cl, progname);
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbiosmemps2.S53 setc %cl
61 # set %cl to indicate failure, and exit
62 movb $2, %cl
78 setc %cl # save carry
85 movb %cl, 28(%esp)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20080519-1.c9 int cl; member in struct:du_chain
33 scan_fp_ = reg_class_contents[last->cl];
41 scan_fp_ = reg_class_contents[last->cl];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/
H A Dcompile.cc31 long double al = 2.0L, bl = 10.0L, cl = 3.0L, xl = 0.5L; local
36 std::tr1::hyperg(al, bl, cl, xl);
37 std::tr1::hypergl(al, bl, cl, xl);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libgen/common/
H A Dgmatch.c60 n = mbtowc(&cl, p, MB_LEN_MAX); \
61 c = cl; \
72 wchar_t cl; local
75 n = mbtowc(&cl, s, MB_LEN_MAX);
80 scc = cl;
83 n = mbtowc(&cl, p, MB_LEN_MAX);
89 c = cl;
171 n = mbtowc(&cl, s, MB_LEN_MAX);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dstruct-by-value-14_y.c16 DEFS(cl,_Complex long)
17 INITS(cl, _Complex long)
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/gen/
H A Dflt_rounds.S19 sarl %cl, %eax /* 0,1,2,3 -> 1,3,2,0 */
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/gen/
H A Dflt_rounds.S19 sarl %cl, %eax /* 0,1,2,3 -> 1,3,2,0 */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dstruct-by-value-14_y.c16 DEFS(cl,_Complex long)
17 INITS(cl, _Complex long)
/netbsd-6-1-5-RELEASE/games/wargames/
H A Dwargames.sh43 tput cl
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/inflate86/
H A Dinffas86.c167 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
169 " shlq %%cl, %%rax\n"
186 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
188 " shlq %%cl, %%rax\n"
195 " movb %%ah, %%cl\n" /* cl = this.bits */
197 " shrq %%cl, %%rdx\n" /* hold >>= this.bits */
211 " movb %%ah, %%cl\
827 mov cl, bl /* cl = bits, needs it for shifting */ local
838 mov cl, ah /* cl = this.bits */ local
854 mov cl, al local
858 and cl, 15 /* op &= 15 */ local
866 mov cl, bl /* cl = bits, needs it for shifting */ local
870 mov cl, ch /* move op back to ecx */ local
888 mov cl, bl /* cl = bits, needs it for shifting */ local
902 mov cl, ah local
905 mov cl, al /* cl = this.op */ local
909 and cl, 15 /* op &= 15 */ local
917 mov cl, bl /* cl = bits, needs it for shifting */ local
921 mov cl, ch /* move op back to ecx */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/inflate86/
H A Dinffas86.c165 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
167 " shlq %%cl, %%rax\n"
184 " movb %%bl, %%cl\n" /* cl = bits, needs it for shifting */
186 " shlq %%cl, %%rax\n"
193 " movb %%ah, %%cl\n" /* cl = this.bits */
195 " shrq %%cl, %%rdx\n" /* hold >>= this.bits */
209 " movb %%ah, %%cl\
825 mov cl, bl /* cl = bits, needs it for shifting */ local
836 mov cl, ah /* cl = this.bits */ local
852 mov cl, al local
856 and cl, 15 /* op &= 15 */ local
864 mov cl, bl /* cl = bits, needs it for shifting */ local
868 mov cl, ch /* move op back to ecx */ local
886 mov cl, bl /* cl = bits, needs it for shifting */ local
900 mov cl, ah local
903 mov cl, al /* cl = this.op */ local
907 and cl, 15 /* op &= 15 */ local
915 mov cl, bl /* cl = bits, needs it for shifting */ local
919 mov cl, ch /* move op back to ecx */ local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Dlshift.asm35 define(`cnt', `%cl')
51 shld %cl, %r10, %rax
62 shld %cl, %r9, %rax
70 L(le1): shl %cl, %r9
79 shld %cl, %r8, %rax
86 L(le2): shld %cl, %r9, %r8
88 shl %cl, %r9
97 shld %cl, %r11, %rax
104 L(top): shld %cl, %r8, %r11
107 L(10): shld %cl,
[all...]
H A Dlshiftc.asm35 define(`cnt', `%cl')
51 shld %cl, %r10, %rax
62 shld %cl, %r9, %rax
70 L(le1): shl %cl, %r9
80 shld %cl, %r8, %rax
87 L(le2): shld %cl, %r9, %r8
90 shl %cl, %r9
100 shld %cl, %r11, %rax
107 L(top): shld %cl, %r8, %r11
111 L(10): shld %cl,
[all...]

Completed in 198 milliseconds

1234567891011>>