Searched refs:sptr (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | _doprnt.c | 47 *sptr = '\0'; /* NULL terminate sptr. */ \ 49 strcat(sptr, buf); \ 50 while (*sptr) sptr++; \ 65 *sptr++ = *ptr++; /* Copy the type specifier. */ \ 66 *sptr = '\0'; /* NULL terminate sptr. */ \ 90 char * sptr = specifier; in _doprnt() local 93 *sptr++ = *ptr++; /* Copy the % and move forward. */ in _doprnt() 96 *sptr++ = *ptr++; in _doprnt() 102 *sptr++ = *ptr++; in _doprnt() 106 *sptr++ = *ptr++; /* Copy and go past the period. */ in _doprnt() [all …]
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-visium.c | 902 parse_gen_reg (char **sptr, int *rptr) in parse_gen_reg() argument 904 char *s = skip_space (*sptr); in parse_gen_reg() 929 *sptr = s; in parse_gen_reg() 939 parse_fp_reg (char **sptr, int *rptr) in parse_fp_reg() argument 941 char *s = skip_space (*sptr); in parse_fp_reg() 966 *sptr = s; in parse_fp_reg() 976 parse_cc (char **sptr, int *rptr) in parse_cc() argument 978 char *s = skip_space (*sptr); in parse_cc() 1003 *sptr = s; in parse_cc()
|
D | tc-mips.c | 2803 mips_parse_register (char **sptr, unsigned int *symval_ptr, in mips_parse_register() argument 2811 s = e = *sptr; in mips_parse_register() 2841 *sptr = e; in mips_parse_register()
|
/toolchain/benchmark/ |
D | panorama.diff | 3183 + PyramidShort *sptr = m_pFrameYPyr; 3193 + for (int n = m_wb.nlevs; n--; dscale++, dptr++, sptr++, dvptr++, duptr++, svptr++, suptr++, nC… 3292 + if(inSegment(x1, sptr->width, BORDER-1) && 3293 + inSegment(y1, sptr->height, BORDER-1)) 3298 + wt1 * ciCalc(sptr, x1, y1, xfrac, yfrac)); 3308 + if(inSegment(x1, sptr->width, BORDER) && inSegment(y1, sptr->height, BORDER)) 3314 + double y1val = sptr->ptr[y1][x1] + 3315 + (sptr->ptr[y1][x2] - sptr->ptr[y1][x1]) * xfrac; 3316 + double y2val = sptr->ptr[y2][x1] + 3317 + (sptr->ptr[y2][x2] - sptr->ptr[y2][x1]) * xfrac; [all …]
|