Searched refs:cstart (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
173 if (FOLD ((unsigned char)*n) >= cstart
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
173 if (FOLD ((unsigned char)*n) >= cstart
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
173 if (FOLD ((unsigned char)*n) >= cstart
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
173 if (FOLD ((unsigned char)*n) >= cstart
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
173 if (FOLD ((unsigned char)*n) >= cstart
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
173 if (FOLD ((unsigned char)*n) >= cstart
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dfnmatch.c148 register char cstart = c, cend = c; local
154 cstart = cend = *p++;
157 cstart = cend = FOLD (cstart);
182 if (FOLD (*n) >= cstart && FOLD (*n) <= cend)
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dfnmatch.c148 register char cstart = c, cend = c; local
154 cstart = cend = *p++;
157 cstart = cend = FOLD (cstart);
182 if (FOLD (*n) >= cstart && FOLD (*n) <= cend)
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal32.c258 char *cstart; /* coefficient start */ local
293 cstart=c; /* save start of coefficient */
305 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
313 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
322 pre=c-cstart+exp;
332 char *dotat=cstart+pre;
361 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
362 c=cstart;
H A Ddecimal128.c287 char *cstart; /* coefficient start */ local
339 cstart=c; /* save start of coefficient */
351 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
376 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
385 pre=c-cstart+exp;
395 char *dotat=cstart+pre;
434 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
435 c=cstart;
H A Ddecimal64.c303 char *cstart; /* coefficient start */ local
348 cstart=c; /* save start of coefficient */
360 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
374 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
383 pre=c-cstart+exp;
393 char *dotat=cstart+pre;
422 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
423 c=cstart;
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal32.c258 char *cstart; /* coefficient start */ local
293 cstart=c; /* save start of coefficient */
305 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
313 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
322 pre=c-cstart+exp;
332 char *dotat=cstart+pre;
361 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
362 c=cstart;
H A Ddecimal128.c287 char *cstart; /* coefficient start */ local
339 cstart=c; /* save start of coefficient */
351 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
376 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
385 pre=c-cstart+exp;
395 char *dotat=cstart+pre;
434 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
435 c=cstart;
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal32.c258 char *cstart; /* coefficient start */ local
293 cstart=c; /* save start of coefficient */
305 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
313 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
322 pre=c-cstart+exp;
332 char *dotat=cstart+pre;
361 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
362 c=cstart;
H A Ddecimal128.c287 char *cstart; /* coefficient start */ local
339 cstart=c; /* save start of coefficient */
351 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
376 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
385 pre=c-cstart+exp;
395 char *dotat=cstart+pre;
434 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
435 c=cstart;
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.c258 char *cstart; /* coefficient start */ local
293 cstart=c; /* save start of coefficient */
305 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
313 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
322 pre=c-cstart+exp;
332 char *dotat=cstart+pre;
361 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
362 c=cstart;
H A Ddecimal128.c287 char *cstart; /* coefficient start */ local
339 cstart=c; /* save start of coefficient */
351 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \
376 if (c==cstart) *c++='0'; /* all zeros -- make 0 */
385 pre=c-cstart+exp;
395 char *dotat=cstart+pre;
434 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */
435 c=cstart;
/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecCommon.c1237 char *cstart; /* coefficient start */ local
1288 cstart=c; /* save start of coefficient */
1302 if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \
1331 if (c==cstart) *c++='0'; /* all zeros, empty -- make "0" */
1340 pre=(Int)(c-cstart)+exp; /* length+exp [c->LSD+1] */
1375 char *dotat=cstart+pre;
1393 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */
1401 for(; s>=cstart; s--, t--) *(t+3)=*(s);
1404 memcpy(cstart
1516 char *cstart; /* coefficient start */ local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecCommon.c1237 char *cstart; /* coefficient start */ local
1288 cstart=c; /* save start of coefficient */
1302 if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \
1331 if (c==cstart) *c++='0'; /* all zeros, empty -- make "0" */
1340 pre=(Int)(c-cstart)+exp; /* length+exp [c->LSD+1] */
1375 char *dotat=cstart+pre;
1393 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */
1401 for(; s>=cstart; s--, t--) *(t+3)=*(s);
1404 memcpy(cstart
1516 char *cstart; /* coefficient start */ local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecCommon.c1237 char *cstart; /* coefficient start */ local
1288 cstart=c; /* save start of coefficient */
1302 if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \
1331 if (c==cstart) *c++='0'; /* all zeros, empty -- make "0" */
1340 pre=(Int)(c-cstart)+exp; /* length+exp [c->LSD+1] */
1375 char *dotat=cstart+pre;
1393 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */
1401 for(; s>=cstart; s--, t--) *(t+3)=*(s);
1404 memcpy(cstart
1516 char *cstart; /* coefficient start */ local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecCommon.c1237 char *cstart; /* coefficient start */ local
1288 cstart=c; /* save start of coefficient */
1302 if (c!=cstart) {UBFROMUI(c, UBTOUI(u)|CHARMASK); c+=3;} \
1331 if (c==cstart) *c++='0'; /* all zeros, empty -- make "0" */
1340 pre=(Int)(c-cstart)+exp; /* length+exp [c->LSD+1] */
1375 char *dotat=cstart+pre;
1393 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */
1401 for(; s>=cstart; s--, t--) *(t+3)=*(s);
1404 memcpy(cstart
1516 char *cstart; /* coefficient start */ local
[all...]
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dgetopt_long.c133 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
145 cstart = panonopt_end+i;
146 pos = cstart;
154 ((char **) nargv)[pos] = nargv[cstart];
156 ((char **)nargv)[cstart] = swap;
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dgetopt_long.c144 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
156 cstart = panonopt_end+i;
157 pos = cstart;
182 ((char **) nargv)[pos] = nargv[cstart];
184 ((char **)nargv)[cstart] = swap;
/netbsd-current/external/bsd/file/dist/src/
H A Dgetopt_long.c149 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
163 cstart = panonopt_end+i;
164 pos = cstart;
171 nargv[pos] = nargv[cstart];
172 nargv[cstart] = swap;
/netbsd-current/lib/libc/stdlib/
H A Dgetopt_long.c134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
148 cstart = panonopt_end+i;
149 pos = cstart;
156 nargv[pos] = nargv[cstart];
157 nargv[cstart] = swap;

Completed in 408 milliseconds

12