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

  /external/syslinux/core/thread/
start_thread.c 8 #define MIN_STACK_SIZE 16384
22 if (stack_size < MIN_STACK_SIZE)
23 stack_size = MIN_STACK_SIZE;
  /external/libffi/src/pa/
ffi.c 39 #define MIN_STACK_SIZE 64
311 cif->bytes = MIN_STACK_SIZE; /* min stack size */
313 cif->bytes = 64 + ROUND_UP((z - 6) * sizeof(UINT32), MIN_STACK_SIZE);
  /external/python/cpython2/Modules/_ctypes/libffi/src/pa/
ffi.c 39 #define MIN_STACK_SIZE 64
311 cif->bytes = MIN_STACK_SIZE; /* min stack size */
313 cif->bytes = 64 + ROUND_UP((z - 6) * sizeof(UINT32), MIN_STACK_SIZE);
  /external/python/cpython3/Modules/_ctypes/libffi/src/pa/
ffi.c 39 #define MIN_STACK_SIZE 64
311 cif->bytes = MIN_STACK_SIZE; /* min stack size */
313 cif->bytes = 64 + ROUND_UP((z - 6) * sizeof(UINT32), MIN_STACK_SIZE);

Completed in 542 milliseconds