Home
last modified time | relevance | path

Searched refs:tempptr (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dopt_rebalance_tree.cpp90 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()
/third_party/cups-filters/backend/
Dieee1284.c318 *tempptr; /* Pointer into temp string */ in backendGetDeviceID()
349 if ((tempptr = strchr(temp, ' ')) != NULL) in backendGetDeviceID()
350 *tempptr = '\0'; in backendGetDeviceID()
/third_party/icu/icu4c/source/test/cintltst/
Dcmsccoll.c1282 uint8_t *tempptr; in TestCompressOverlap() local
1306 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1307 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1310 if (*tempptr < SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1313 tempptr ++; in TestCompressOverlap()
1319 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1320 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1323 if (*tempptr < TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1326 tempptr ++; in TestCompressOverlap()
1333 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
[all …]
/third_party/cups-filters/cupsfilters/
Dppdgenerator.c218 *tempptr; /* Pointer into temporary string */ in _cupsStrFormatd() local
229 for (tempptr = temp + strlen(temp) - 1; in _cupsStrFormatd()
230 tempptr > temp && *tempptr == '0'; in _cupsStrFormatd()
231 *tempptr-- = '\0'); in _cupsStrFormatd()
255 for (tempptr = temp, bufptr = buf; in _cupsStrFormatd()
256 tempptr < tempdec && bufptr < bufend; in _cupsStrFormatd()
257 *bufptr++ = *tempptr++); in _cupsStrFormatd()
259 tempptr += declen; in _cupsStrFormatd()
261 if (*tempptr && bufptr < bufend) { in _cupsStrFormatd()
264 while (*tempptr && bufptr < bufend) in _cupsStrFormatd()
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c2695 PCRE2_SPTR tempptr; in parse_regex() local
2914 (tempptr = ptr, in parse_regex()
2915 !read_repeat_counts(&tempptr, ptrend, NULL, NULL, &errorcode)))) in parse_regex()
3009 tempptr = ptr; in parse_regex()
3017 ptr = tempptr; in parse_regex()
3361 check_posix_syntax(ptr, ptrend, &tempptr)) in parse_regex()
3451 check_posix_syntax(ptr, ptrend, &tempptr)) in parse_regex()
3479 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in parse_regex()
3485 ptr = tempptr + 2; in parse_regex()
3586 tempptr = ptr; in parse_regex()
[all …]