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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
string_format.h 158 STRINGLIB_CHAR *startptr = STRINGLIB_STR(output->obj); local
159 Py_ssize_t curlen = output->ptr - startptr;
164 startptr = STRINGLIB_STR(output->obj);
165 output->ptr = startptr + curlen;
166 output->end = startptr + maxlen;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
string_format.h 158 STRINGLIB_CHAR *startptr = STRINGLIB_STR(output->obj); local
159 Py_ssize_t curlen = output->ptr - startptr;
164 startptr = STRINGLIB_STR(output->obj);
165 output->ptr = startptr + curlen;
166 output->end = startptr + maxlen;
    [all...]
  /external/python/cpython2/Objects/stringlib/
string_format.h 158 STRINGLIB_CHAR *startptr = STRINGLIB_STR(output->obj); local
159 Py_ssize_t curlen = output->ptr - startptr;
164 startptr = STRINGLIB_STR(output->obj);
165 output->ptr = startptr + curlen;
166 output->end = startptr + maxlen;
    [all...]
  /external/pcre/dist2/src/
pcre2_compile.c 3833 PCRE2_SPTR startptr = ptr; local
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 2302 void *startptr, *endptr; local
    [all...]

Completed in 250 milliseconds