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

12

/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/dpd/
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/gcc.old/dist/libdecnumber/dpd/
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/gcc/dist/libdecnumber/dpd/
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/sys/arch/amiga/dev/
H A Dite_cc.c389 int cend, ofs, h, cstart, dr_plane; local
412 cstart = 0;
414 pl = VDISPLAY_LINE(v, dr_plane, (ip->cursory * ip->ftheight + cstart));
446 cstart = 0;
448 pl = VDISPLAY_LINE(v, dr_plane, ip->cursory * ip->ftheight + cstart);
/netbsd-current/external/historical/nawk/dist/testdir/
H A Dchem.awk41 /^(\.cstart)|(begin chem)/ { init(); inchem = 1; next }
87 END { if (firsttime == 0) error("did you forget .cstart and .cend?")
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstyle.exp203 set cstart [string_to_regexp "/* XXX "]
205 set p1field [limited_style "$cstart.*$decimal.*-bit.*padding.*$cend" \
207 set p2field [limited_style "$cstart.*$decimal.*-byte.*padding.*$cend" \
/netbsd-current/sbin/fdisk/
H A Dfdisk.c335 parse_s(char *arg, int *csysid, unsigned *cstart, unsigned *csize, argument
358 *cstart = num;
390 unsigned int cstart, csize; local
396 cstart = csize = ~0;
457 if (parse_s(optarg, &csysid, &cstart, &csize,
595 change_part(E_flag, partition, csysid, cstart, csize,

Completed in 598 milliseconds

12