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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h 90 #define MAXDECPENDING 8
93 unsigned char pending[MAXDECPENDING]; \
multibytecodec.c 826 if (npendings + ctx->pendingsize > MAXDECPENDING ||
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h 90 #define MAXDECPENDING 8
93 unsigned char pending[MAXDECPENDING]; \
multibytecodec.c 823 if (npendings + ctx->pendingsize > MAXDECPENDING ||
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.h 90 #define MAXDECPENDING 8
93 unsigned char pending[MAXDECPENDING]; \
multibytecodec.c 827 if (npendings + ctx->pendingsize > MAXDECPENDING ||
    [all...]
  /external/python/cpython3/Modules/cjkcodecs/
multibytecodec.h 84 #define MAXDECPENDING 8
87 unsigned char pending[MAXDECPENDING]; \
multibytecodec.c 835 if (npendings + ctx->pendingsize > MAXDECPENDING ||
    [all...]

Completed in 350 milliseconds