HomeSort by relevance Sort by last modified time
    Searched defs:tempptr (Results 1 - 8 of 8) sorted by null

  /external/libcups/cups/
string.c 215 *tempptr; /* Pointer into temporary string */ local
226 for (tempptr = temp + strlen(temp) - 1;
227 tempptr > temp && *tempptr == '0';
228 *tempptr-- = '\0');
256 for (tempptr = temp, bufptr = buf;
257 tempptr < tempdec && bufptr < bufend;
258 *bufptr++ = *tempptr++);
260 tempptr += declen;
262 if (*tempptr && bufptr < bufend
404 *tempptr; \/* Pointer into temporary buffer *\/ local
    [all...]
  /external/bison/lib/
obstack.h 160 void *tempptr;
493 (h)->temp.tempptr = (h)->object_base, \
501 (h)->temp.tempptr)
159 void *tempptr; member in union:obstack::__anon13219
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
obstack.h 162 void *tempptr;
490 (h)->temp.tempptr = (h)->object_base, \
498 (h)->temp.tempptr)
161 void *tempptr; member in union:obstack::__anon47767
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 162 void *tempptr;
490 (h)->temp.tempptr = (h)->object_base, \
498 (h)->temp.tempptr)
161 void *tempptr; member in union:obstack::__anon49740
  /external/libcups/filter/
rastertoepson.c 624 unsigned char *tempptr, local
679 for (width = header->cupsWidth, tempptr = CompBuffer;
681 width -= 2, tempptr += 2, oddptr += DotBytes * 2,
684 evenptr[0] = tempptr[0];
685 oddptr[0] = tempptr[1];
690 evenptr[0] = tempptr[0];
691 oddptr[0] = tempptr[1];
700 for (width = header->cupsWidth, tempptr = CompBuffer,
703 width --, tempptr ++, evenptr += DotBytes)
704 *evenptr = tempptr[0]
    [all...]
  /external/vboot_reference/tests/
cgptlib_test.c 819 uint8_t *tempptr; local
935 tempptr = gpt->primary_entries;
940 gpt->primary_entries = tempptr;
    [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 3367 PCRE2_SPTR tempptr; local
3883 PCRE2_SPTR tempptr; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 1283 uint8_t *tempptr; local
    [all...]

Completed in 864 milliseconds