Home
last modified time | relevance | path

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

/external/bison/lib/
Dobstack.h159 void *tempptr; member
488 (h)->temp.tempptr = (h)->object_base, \
496 (h)->temp.tempptr)
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c1284 uint8_t *tempptr; in TestCompressOverlap() local
1308 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
1309 while (*(tempptr + 1) != 1) { in TestCompressOverlap()
1312 if (*tempptr < SEC_COMMON_MIDDLE) { in TestCompressOverlap()
1315 tempptr ++; in TestCompressOverlap()
1321 tempptr = (uint8_t *)uprv_strrchr((char *)result, 1) + 1; in TestCompressOverlap()
1322 while (*(tempptr + 1) != 0) { in TestCompressOverlap()
1325 if (*tempptr < TER_ONLY_COMMON_MIDDLE) { in TestCompressOverlap()
1328 tempptr ++; in TestCompressOverlap()
1335 tempptr = (uint8_t *)uprv_strchr((char *)result, 1) + 1; in TestCompressOverlap()
[all …]
/external/pcre/dist/
Dpcre_compile.c4480 const pcre_uchar *tempptr; in compile_branch() local
4844 check_posix_syntax(ptr, &tempptr)) in compile_branch()
4973 ptr[1] == CHAR_EQUALS_SIGN) && check_posix_syntax(ptr, &tempptr)) in compile_branch()
4994 posix_class = check_posix_name(ptr, (int)(tempptr - ptr)); in compile_branch()
5024 nestptr = tempptr + 1; in compile_branch()
5046 ptr = tempptr + 1; in compile_branch()
5063 (xclass || tempptr[2] != CHAR_RIGHT_SQUARE_BRACKET)) in compile_branch()
5114 ptr = tempptr + 1; in compile_branch()
5365 check_posix_syntax(ptr, &tempptr)) in compile_branch()
6713 tempptr = ptr; in compile_branch()
[all …]
/external/vboot_reference/tests/
Dcgptlib_test.c819 uint8_t *tempptr; in SanityCheckTest() local
935 tempptr = gpt->primary_entries; in SanityCheckTest()
940 gpt->primary_entries = tempptr; in SanityCheckTest()