Searched refs:tempptr (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | string.c | 215 *tempptr; /* Pointer into temporary string */ in _cupsStrFormatd() local 226 for (tempptr = temp + strlen(temp) - 1; in _cupsStrFormatd() 227 tempptr > temp && *tempptr == '0'; in _cupsStrFormatd() 228 *tempptr-- = '\0'); in _cupsStrFormatd() 256 for (tempptr = temp, bufptr = buf; in _cupsStrFormatd() 257 tempptr < tempdec && bufptr < bufend; in _cupsStrFormatd() 258 *bufptr++ = *tempptr++); in _cupsStrFormatd() 260 tempptr += declen; in _cupsStrFormatd() 262 if (*tempptr && bufptr < bufend) in _cupsStrFormatd() 266 while (*tempptr && bufptr < bufend) in _cupsStrFormatd() [all …]
|
/external/libcups/filter/ |
D | rastertoepson.c | 624 unsigned char *tempptr, in OutputLine() local 679 for (width = header->cupsWidth, tempptr = CompBuffer; in OutputLine() 681 width -= 2, tempptr += 2, oddptr += DotBytes * 2, in OutputLine() 684 evenptr[0] = tempptr[0]; in OutputLine() 685 oddptr[0] = tempptr[1]; in OutputLine() 690 evenptr[0] = tempptr[0]; in OutputLine() 691 oddptr[0] = tempptr[1]; in OutputLine() 700 for (width = header->cupsWidth, tempptr = CompBuffer, in OutputLine() 703 width --, tempptr ++, evenptr += DotBytes) in OutputLine() 704 *evenptr = tempptr[0]; in OutputLine()
|
/external/mesa3d/src/compiler/glsl/ |
D | opt_rebalance_tree.cpp | 90 ir_expression *tempptr = remainder_left; in tree_to_vine() local 91 ((ir_expression *)remainder)->operands[0] = tempptr->operands[1]; in tree_to_vine() 92 tempptr->operands[1] = remainder; in tree_to_vine() 93 remainder = tempptr; in tree_to_vine() 94 ((ir_expression *)vine_tail)->operands[1] = tempptr; in tree_to_vine()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 1280 uint8_t *tempptr; in TestCompressOverlap() local 1304 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap() 1305 while (*(tempptr + 1) != 1) { in TestCompressOverlap() 1308 if (*tempptr < SEC_COMMON_MIDDLE) { in TestCompressOverlap() 1311 tempptr ++; in TestCompressOverlap() 1317 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap() 1318 while (*(tempptr + 1) != 0) { in TestCompressOverlap() 1321 if (*tempptr < TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap() 1324 tempptr ++; in TestCompressOverlap() 1331 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap() [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 2418 PCRE2_SPTR tempptr; in parse_regex() local 2622 (tempptr = ptr, in parse_regex() 2623 !read_repeat_counts(&tempptr, ptrend, NULL, NULL, &errorcode)))) in parse_regex() 2710 tempptr = ptr; in parse_regex() 2718 ptr = tempptr; in parse_regex() 3047 check_posix_syntax(ptr, ptrend, &tempptr)) in parse_regex() 3137 check_posix_syntax(ptr, ptrend, &tempptr)) in parse_regex() 3165 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in parse_regex() 3171 ptr = tempptr + 2; in parse_regex() 3272 tempptr = ptr; in parse_regex() [all …]
|
/external/vboot_reference/tests/ |
D | cgptlib_test.c | 819 uint8_t *tempptr; in SanityCheckTest() local 935 tempptr = gpt->primary_entries; in SanityCheckTest() 940 gpt->primary_entries = tempptr; in SanityCheckTest()
|