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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 352 int fast_container; /* count nested container dumps */ member in struct:Picklerobject
948 /* if fast_container < 0, we're doing an error exit. */
949 if (++self->fast_container >= PY_CPICKLE_FAST_LIMIT) {
954 self->fast_container = -1;
967 self->fast_container = -1;
972 self->fast_container = -1;
983 if (self->fast_container-- >= PY_CPICKLE_FAST_LIMIT) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 354 int fast_container; /* count nested container dumps */ member in struct:Picklerobject
917 /* if fast_container < 0, we're doing an error exit. */
918 if (++self->fast_container >= PY_CPICKLE_FAST_LIMIT) {
923 self->fast_container = -1;
936 self->fast_container = -1;
941 self->fast_container = -1;
952 if (self->fast_container-- >= PY_CPICKLE_FAST_LIMIT) {
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 352 int fast_container; /* count nested container dumps */ member in struct:Picklerobject
946 /* if fast_container < 0, we're doing an error exit. */
947 if (++self->fast_container >= PY_CPICKLE_FAST_LIMIT) {
952 self->fast_container = -1;
965 self->fast_container = -1;
970 self->fast_container = -1;
981 if (self->fast_container-- >= PY_CPICKLE_FAST_LIMIT) {
    [all...]

Completed in 2228 milliseconds