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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sre.h 90 size_t data_stack_size; member in struct:__anon5459
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sre.h 80 size_t data_stack_size; member in struct:__anon5800
_sre.c 276 state->data_stack_size = state->data_stack_base = 0;
284 cursize = state->data_stack_size;
295 state->data_stack_size = cursize;
702 if (state->data_stack_size < alloc_pos+sizeof(type)) { \
722 if (state->data_stack_size < state->data_stack_base+size) { \
    [all...]
  /external/python/cpython2/Modules/
sre.h 90 size_t data_stack_size; member in struct:__anon36799
_sre.c 263 state->data_stack_size = state->data_stack_base = 0;
271 cursize = state->data_stack_size;
282 state->data_stack_size = cursize;
691 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
712 if (size > state->data_stack_size - state->data_stack_base) { \
    [all...]
  /external/python/cpython3/Modules/
sre.h 82 size_t data_stack_size; member in struct:__anon37432
_sre.c 209 state->data_stack_size = state->data_stack_base = 0;
217 cursize = state->data_stack_size;
228 state->data_stack_size = cursize;
    [all...]
sre_lib.h 420 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
441 if (size > state->data_stack_size - state->data_stack_base) { \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 276 state->data_stack_size = state->data_stack_base = 0;
284 cursize = state->data_stack_size;
295 state->data_stack_size = cursize;
702 if (state->data_stack_size < alloc_pos+sizeof(type)) { \
722 if (state->data_stack_size < state->data_stack_base+size) { \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 277 state->data_stack_size = state->data_stack_base = 0;
285 cursize = state->data_stack_size;
296 state->data_stack_size = cursize;
705 if (sizeof(type) > state->data_stack_size - alloc_pos) { \
726 if (size > state->data_stack_size - state->data_stack_base) { \
    [all...]

Completed in 370 milliseconds