Searched refs:tempptr (Results 1 – 5 of 5) sorted by relevance
/third_party/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()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 1282 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/boost/boost/intrusive/ |
D | bstree_algorithms.hpp | 1853 node_ptr tempptr = NodeTraits::get_left(remainder); in subtree_to_vine() local 1854 if(!tempptr){ //move vine-tail down one in subtree_to_vine() 1860 NodeTraits::set_left(remainder, NodeTraits::get_right(tempptr)); in subtree_to_vine() 1861 NodeTraits::set_right(tempptr, remainder); in subtree_to_vine() 1862 remainder = tempptr; in subtree_to_vine() 1863 NodeTraits::set_right(vine_tail, tempptr); in subtree_to_vine()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_compile.c | 2610 PCRE2_SPTR tempptr; in parse_regex() local 2829 (tempptr = ptr, in parse_regex() 2830 !read_repeat_counts(&tempptr, ptrend, NULL, NULL, &errorcode)))) in parse_regex() 2924 tempptr = ptr; in parse_regex() 2932 ptr = tempptr; in parse_regex() 3276 check_posix_syntax(ptr, ptrend, &tempptr)) in parse_regex() 3366 check_posix_syntax(ptr, ptrend, &tempptr)) in parse_regex() 3394 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in parse_regex() 3400 ptr = tempptr + 2; in parse_regex() 3501 tempptr = ptr; in parse_regex() [all …]
|
/third_party/glib/glib/pcre/ |
D | pcre_compile.c | 3458 const pcre_uchar *tempptr; in compile_branch() local 3775 check_posix_syntax(ptr, &tempptr)) in compile_branch() 3893 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch() 3914 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in compile_branch() 3937 nestptr = tempptr + 1; in compile_branch() 3983 ptr = tempptr + 1; in compile_branch() 6714 tempptr = ptr; in compile_branch()
|