Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A 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/
H A Dieee1284.c318 *tempptr; /* Pointer into temp string */ in backendGetDeviceID()
349 if ((tempptr = strchr(temp, ' ')) != NULL) in backendGetDeviceID()
350 *tempptr = '\0'; in backendGetDeviceID()
/third_party/cups-filters/cupsfilters/
H A 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 in _cupsStrFormatd()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1283 uint8_t *tempptr; in TestCompressOverlap() local
1307 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1308 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1311 if (*tempptr < SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1314 tempptr ++; in TestCompressOverlap()
1320 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1321 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1324 if (*tempptr < TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1327 tempptr ++; in TestCompressOverlap()
1334 tempptr in TestCompressOverlap()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c2697 PCRE2_SPTR tempptr; in parse_regex() local
2916 (tempptr = ptr, in parse_regex()
2917 !read_repeat_counts(&tempptr, ptrend, NULL, NULL, &errorcode)))) in parse_regex()
3011 tempptr = ptr; in parse_regex()
3019 ptr = tempptr; in parse_regex()
3363 check_posix_syntax(ptr, ptrend, &tempptr)) in parse_regex()
3453 check_posix_syntax(ptr, ptrend, &tempptr)) in parse_regex()
3481 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in parse_regex()
3487 ptr = tempptr + 2; in parse_regex()
3588 tempptr in parse_regex()
[all...]

Completed in 13 milliseconds