Home
last modified time | relevance | path

Searched refs:cstart (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
173 if (FOLD ((unsigned char)*n) >= cstart in fnmatch()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
173 if (FOLD ((unsigned char)*n) >= cstart in fnmatch()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
173 if (FOLD ((unsigned char)*n) >= cstart in fnmatch()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
173 if (FOLD ((unsigned char)*n) >= cstart in fnmatch()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
173 if (FOLD ((unsigned char)*n) >= cstart in fnmatch()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
173 if (FOLD ((unsigned char)*n) >= cstart in fnmatch()
/netbsd/external/gpl3/gdb/dist/libdecnumber/
H A DdecCommon.c1375 char *dotat=cstart+pre; in decFloatToEngString()
1393 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */ in decFloatToEngString()
1405 memcpy(cstart, "0.00", 4); in decFloatToEngString()
1408 *(cstart+pre-1)='0'; in decFloatToEngString()
1409 memcpy(cstart, "0.", 2); in decFloatToEngString()
1629 char *dotat=cstart+pre; in decFloatToString()
1690 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */ in decFloatToString()
1701 memcpy(cstart+pre-4, "0000", 4); in decFloatToString()
1702 memcpy(cstart, "0.00", 4); in decFloatToString()
1705 *(cstart+pre-1)='0'; in decFloatToString()
[all …]
/netbsd/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecCommon.c1375 char *dotat=cstart+pre; in decFloatToEngString()
1393 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */ in decFloatToEngString()
1405 memcpy(cstart, "0.00", 4); in decFloatToEngString()
1408 *(cstart+pre-1)='0'; in decFloatToEngString()
1409 memcpy(cstart, "0.", 2); in decFloatToEngString()
1629 char *dotat=cstart+pre; in decFloatToString()
1690 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */ in decFloatToString()
1701 memcpy(cstart+pre-4, "0000", 4); in decFloatToString()
1702 memcpy(cstart, "0.00", 4); in decFloatToString()
1705 *(cstart+pre-1)='0'; in decFloatToString()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecCommon.c1375 char *dotat=cstart+pre; in decFloatToEngString()
1393 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */ in decFloatToEngString()
1405 memcpy(cstart, "0.00", 4); in decFloatToEngString()
1408 *(cstart+pre-1)='0'; in decFloatToEngString()
1409 memcpy(cstart, "0.", 2); in decFloatToEngString()
1629 char *dotat=cstart+pre; in decFloatToString()
1690 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */ in decFloatToString()
1701 memcpy(cstart+pre-4, "0000", 4); in decFloatToString()
1702 memcpy(cstart, "0.00", 4); in decFloatToString()
1705 *(cstart+pre-1)='0'; in decFloatToString()
[all …]
/netbsd/external/gpl3/gcc/dist/libdecnumber/
H A DdecCommon.c1375 char *dotat=cstart+pre; in decFloatToEngString()
1393 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */ in decFloatToEngString()
1405 memcpy(cstart, "0.00", 4); in decFloatToEngString()
1408 *(cstart+pre-1)='0'; in decFloatToEngString()
1409 memcpy(cstart, "0.", 2); in decFloatToEngString()
1629 char *dotat=cstart+pre; in decFloatToString()
1690 t=cstart+ROUNDDOWN4(c-cstart)+pre; /* preferred first target point */ in decFloatToString()
1701 memcpy(cstart+pre-4, "0000", 4); in decFloatToString()
1702 memcpy(cstart, "0.00", 4); in decFloatToString()
1705 *(cstart+pre-1)='0'; in decFloatToString()
[all …]
/netbsd/external/gpl2/grep/dist/lib/
H A Dfnmatch.c148 register char cstart = c, cend = c; in fnmatch() local
154 cstart = cend = *p++; in fnmatch()
157 cstart = cend = FOLD (cstart); in fnmatch()
182 if (FOLD (*n) >= cstart && FOLD (*n) <= cend) in fnmatch()
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dfnmatch.c148 register char cstart = c, cend = c; in fnmatch() local
154 cstart = cend = *p++; in fnmatch()
157 cstart = cend = FOLD (cstart); in fnmatch()
182 if (FOLD (*n) >= cstart && FOLD (*n) <= cend) in fnmatch()
/netbsd/external/gpl3/gdb/dist/libdecnumber/dpd/
H A Ddecimal32.c258 char *cstart; /* coefficient start */ in decimal32ToString() local
293 cstart=c; /* save start of coefficient */ in decimal32ToString()
305 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal32ToString()
313 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal32ToString()
322 pre=c-cstart+exp; in decimal32ToString()
332 char *dotat=cstart+pre; in decimal32ToString()
361 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal32ToString()
362 c=cstart; in decimal32ToString()
H A Ddecimal128.c287 char *cstart; /* coefficient start */ in decimal128ToString() local
339 cstart=c; /* save start of coefficient */ in decimal128ToString()
351 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal128ToString()
376 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal128ToString()
385 pre=c-cstart+exp; in decimal128ToString()
395 char *dotat=cstart+pre; in decimal128ToString()
434 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal128ToString()
435 c=cstart; in decimal128ToString()
H A Ddecimal64.c303 char *cstart; /* coefficient start */ in decimal64ToString() local
348 cstart=c; /* save start of coefficient */ in decimal64ToString()
360 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal64ToString()
374 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal64ToString()
383 pre=c-cstart+exp; in decimal64ToString()
393 char *dotat=cstart+pre; in decimal64ToString()
422 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal64ToString()
423 c=cstart; in decimal64ToString()
/netbsd/external/gpl3/gdb.old/dist/libdecnumber/dpd/
H A Ddecimal32.c258 char *cstart; /* coefficient start */ in decimal32ToString() local
293 cstart=c; /* save start of coefficient */ in decimal32ToString()
305 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal32ToString()
313 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal32ToString()
322 pre=c-cstart+exp; in decimal32ToString()
332 char *dotat=cstart+pre; in decimal32ToString()
361 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal32ToString()
362 c=cstart; in decimal32ToString()
H A Ddecimal128.c287 char *cstart; /* coefficient start */ in decimal128ToString() local
339 cstart=c; /* save start of coefficient */ in decimal128ToString()
351 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal128ToString()
376 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal128ToString()
385 pre=c-cstart+exp; in decimal128ToString()
395 char *dotat=cstart+pre; in decimal128ToString()
434 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal128ToString()
435 c=cstart; in decimal128ToString()
H A Ddecimal64.c303 char *cstart; /* coefficient start */ in decimal64ToString() local
348 cstart=c; /* save start of coefficient */ in decimal64ToString()
360 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal64ToString()
374 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal64ToString()
383 pre=c-cstart+exp; in decimal64ToString()
393 char *dotat=cstart+pre; in decimal64ToString()
422 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal64ToString()
423 c=cstart; in decimal64ToString()
/netbsd/external/gpl3/gcc.old/dist/libdecnumber/dpd/
H A Ddecimal32.c258 char *cstart; /* coefficient start */ in decimal32ToString() local
293 cstart=c; /* save start of coefficient */ in decimal32ToString()
305 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal32ToString()
313 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal32ToString()
322 pre=c-cstart+exp; in decimal32ToString()
332 char *dotat=cstart+pre; in decimal32ToString()
361 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal32ToString()
362 c=cstart; in decimal32ToString()
H A Ddecimal128.c287 char *cstart; /* coefficient start */ in decimal128ToString() local
339 cstart=c; /* save start of coefficient */ in decimal128ToString()
351 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal128ToString()
376 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal128ToString()
385 pre=c-cstart+exp; in decimal128ToString()
395 char *dotat=cstart+pre; in decimal128ToString()
434 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal128ToString()
435 c=cstart; in decimal128ToString()
/netbsd/external/gpl3/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.c258 char *cstart; /* coefficient start */ in decimal32ToString() local
293 cstart=c; /* save start of coefficient */ in decimal32ToString()
305 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal32ToString()
313 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal32ToString()
322 pre=c-cstart+exp; in decimal32ToString()
332 char *dotat=cstart+pre; in decimal32ToString()
361 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal32ToString()
362 c=cstart; in decimal32ToString()
H A Ddecimal128.c287 char *cstart; /* coefficient start */ in decimal128ToString() local
339 cstart=c; /* save start of coefficient */ in decimal128ToString()
351 if (c!=cstart) {memcpy(c, u+1, 4); c+=3;} \ in decimal128ToString()
376 if (c==cstart) *c++='0'; /* all zeros -- make 0 */ in decimal128ToString()
385 pre=c-cstart+exp; in decimal128ToString()
395 char *dotat=cstart+pre; in decimal128ToString()
434 for (; s>=cstart; s--, t--) *t=*s; /* shift whole coefficient right */ in decimal128ToString()
435 c=cstart; in decimal128ToString()
/netbsd/external/bsd/libfido2/dist/openbsd-compat/
H A Dgetopt_long.c133 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
145 cstart = panonopt_end+i; in permute_args()
146 pos = cstart; in permute_args()
154 ((char **) nargv)[pos] = nargv[cstart]; in permute_args()
156 ((char **)nargv)[cstart] = swap; in permute_args()
/netbsd/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/lib/libc/stdlib/
H A Dgetopt_long.c134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
148 cstart = panonopt_end+i; in permute_args()
149 pos = cstart; in permute_args()
156 nargv[pos] = nargv[cstart]; in permute_args()
157 nargv[cstart] = swap; in permute_args()

12