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

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

Completed in 211 milliseconds