Searched refs:strptr (Results 1 - 4 of 4) sorted by relevance
/third_party/libsnd/src/ |
H A D | txw.c | 129 const char *strptr ; in txw_read_header() local 152 strptr = "looped" ; in txw_read_header() 156 strptr = "non-looped" ; in txw_read_header() 164 psf_log_printf (psf, " Format : 0x%02X => %s\n", txwh.format, strptr) ; in txw_read_header() 166 strptr = NULL ; in txw_read_header() 198 strptr = " Sample Rate : Unknown : forcing to 33333\n" ; in txw_read_header() 205 if (strptr) in txw_read_header() 206 psf_log_printf (psf, strptr) ; in txw_read_header()
|
H A D | common.c | 108 char c, *strptr, istr [5], lead_char, sign_char ; in psf_log_printf() local 168 strptr = va_arg (ap, char *) ; in psf_log_printf() 169 if (strptr == NULL) in psf_log_printf() 172 slen = strnlen (strptr, precision) ; in psf_log_printf() 174 slen = strlen (strptr) ; in psf_log_printf() 180 log_putchar (psf, *strptr++) ; in psf_log_printf() 375 strptr = istr ; in psf_log_printf() 376 while (*strptr) in psf_log_printf() 377 { c = *strptr++ ; in psf_log_printf() 577 char c, *strptr ; in psf_binheader_writef() local [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | compress.c | 153 const u8 * const strptr = &inbuf[i]; /* String we're matching against */ in ntfs_best_match() local 158 const u8 *best_matchptr = strptr; in ntfs_best_match() 168 hash = ntfs_hash(strptr); in ntfs_best_match() 199 if (matchptr[best_len] != strptr[best_len] || in ntfs_best_match() 200 matchptr[best_len - 1] != strptr[best_len - 1] || in ntfs_best_match() 201 matchptr[0] != strptr[0]) in ntfs_best_match() 205 if (matchptr[len] != strptr[len]) in ntfs_best_match() 221 strptr[best_len])) in ntfs_best_match() 227 } while (best_matchptr[best_len] == strptr[best_len]); in ntfs_best_match() 242 pctx->rel = best_matchptr - strptr; /* give in ntfs_best_match() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | transupp.c | 1356 * *strptr is advanced over the digit string, and *result is set to its value. 1360 jt_read_integer(const char **strptr, JDIMENSION *result) in LOCAL() 1362 const char *ptr = *strptr; in LOCAL() 1369 if (ptr == *strptr) in LOCAL() 1371 *strptr = ptr; in LOCAL()
|
Completed in 7 milliseconds