HomeSort by relevance Sort by last modified time
    Searched refs:tempptr (Results 1 - 6 of 6) 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/mesa3d/src/compiler/glsl/
opt_rebalance_tree.cpp 90 ir_expression *tempptr = remainder_left; local
91 ((ir_expression *)remainder)->operands[0] = tempptr->operands[1];
92 tempptr->operands[1] = remainder;
93 remainder = tempptr;
94 ((ir_expression *)vine_tail)->operands[1] = tempptr;
  /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/icu/icu4c/source/test/cintltst/
cmsccoll.c 1280 uint8_t *tempptr; local
    [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 2418 PCRE2_SPTR tempptr; local
    [all...]

Completed in 517 milliseconds