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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.h 81 #define MAXENCPENDING 2
84 Py_UNICODE pending[MAXENCPENDING]; \
multibytecodec.c 795 if (ctx->pendingsize > MAXENCPENDING) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.h 81 #define MAXENCPENDING 2
84 Py_UNICODE pending[MAXENCPENDING]; \
multibytecodec.c 792 if (ctx->pendingsize > MAXENCPENDING) {
    [all...]

Completed in 73 milliseconds