HomeSort by relevance Sort by last modified time
    Searched refs:quote_prefix (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 923 const char *quote_prefix = "bytearray(b"; local
926 /* 14 == strlen(quote_prefix) + 2 + strlen(quote_postfix) */
963 while (*quote_prefix)
964 *p++ = *quote_prefix++;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 917 const char *quote_prefix = "bytearray(b"; local
920 /* 14 == strlen(quote_prefix) + 2 + strlen(quote_postfix) */
957 while (*quote_prefix)
958 *p++ = *quote_prefix++;
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 924 const char *quote_prefix = "bytearray(b"; local
927 /* 14 == strlen(quote_prefix) + 2 + strlen(quote_postfix) */
964 while (*quote_prefix)
965 *p++ = *quote_prefix++;
    [all...]

Completed in 84 milliseconds