HomeSort by relevance Sort by last modified time
    Searched defs:STACK_SIZE (Results 1 - 25 of 39) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DxeIpl.h 52 #define STACK_SIZE 0x20000
  /external/libunwind/tests/
ia64-test-rbs.h 3 #define STACK_SIZE (1 << STACK_SIZE_SHIFT)
ia64-test-stack.h 3 #define STACK_SIZE (1 << STACK_SIZE_SHIFT)
  /external/syslinux/dos/
header.S 0 STACK_SIZE = 8192
54 .space STACK_SIZE
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.h 41 #define STACK_SIZE 0x20000
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
startup.c 10 #define STACK_SIZE 0x00000100
12 unsigned long pstack[STACK_SIZE];
40 (void *)&pstack[STACK_SIZE], /* the initial stack pointer */
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp03.c 39 #define STACK_SIZE (1024*1024)
57 stack = SAFE_MALLOC(STACK_SIZE);
92 STACK_SIZE, stack);
  /external/selinux/libsepol/src/
kernel_to_common.h 9 #define STACK_SIZE 16
  /external/syslinux/gpxe/src/arch/i386/prefix/
bootpart.S 6 #define STACK_SIZE 0x2000
21 /* Set up stack at STACK_SEG:STACK_SIZE */
24 movw $STACK_SIZE, %sp
  /external/valgrind/memcheck/tests/linux/
stack_changes.c 8 #define STACK_SIZE (10 * 4096)
37 stack = (void *)mmap(0, STACK_SIZE, PROT_READ|PROT_WRITE|PROT_EXEC,
45 ret = VALGRIND_STACK_REGISTER(stack, stack + STACK_SIZE);
49 uc->uc_stack.ss_size = STACK_SIZE;
stack_switch.c 23 #define STACK_SIZE 8192
46 if ( ( stack = mmap( NULL, 2* STACK_SIZE, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 ) ) == MAP_FAILED )
52 stackid = VALGRIND_STACK_REGISTER( stack, stack + STACK_SIZE );
54 if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_standalone.c 229 #define STACK_SIZE 16384
231 void *stack = allocate_stack(STACK_SIZE);
232 id_t tid = lwp_create((char *) stack + STACK_SIZE);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.h 129 #define STACK_SIZE 0x20000
  /external/linux-kselftest/tools/testing/selftests/memfd/
fuse_test.c 37 #define STACK_SIZE 65536
206 stack = malloc(STACK_SIZE);
208 printf("malloc(STACK_SIZE) failed: %m\n");
213 stack + STACK_SIZE,
memfd_test.c 26 #define STACK_SIZE 65536
567 stack = malloc(STACK_SIZE);
569 printf("malloc(STACK_SIZE) failed: %m\n");
574 stack + STACK_SIZE,
  /external/syslinux/com32/gdbstub/
main.c 13 #define STACK_SIZE 0x1000
104 dest = (char *)((esp - STACK_SIZE - total_size) & ~3);
  /external/libdivsufsort/lib/
sssort.c 313 #define STACK_SIZE SS_MISORT_STACKSIZE
314 struct { saidx_t *a, *b, c; saint_t d; } stack[STACK_SIZE];
440 #undef STACK_SIZE
657 #define STACK_SIZE SS_SMERGE_STACKSIZE
669 struct { saidx_t *a, *b, *c; saint_t d; } stack[STACK_SIZE];
735 #undef STACK_SIZE
trsort.c 330 #define STACK_SIZE TR_STACKSIZE
331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE];
544 #undef STACK_SIZE
  /art/runtime/interpreter/mterp/mips64/
header.S 320 #define STACK_SIZE 80 /* needs 16 byte alignment */
  /external/libpcap/msdos/
ndis2.c 67 #define STACK_SIZE 256
806 free (freeStacks[i] - STACK_SIZE);
819 freeStacks[i] = malloc (STACK_SIZE);
822 freeStacks[i] += STACK_SIZE;
  /external/skia/src/core/
SkScan_DAAPath.cpp 337 constexpr int STACK_SIZE = 12 << 10; // 12K stack size alloc; Google3 has 16K limit.
339 constexpr int STACK_SIZE = 64 << 10; // 64k stack size to avoid heap allocation
341 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc
  /external/skqp/src/core/
SkScan_DAAPath.cpp 339 constexpr int STACK_SIZE = 12 << 10; // 12K stack size alloc; Google3 has 16K limit.
341 constexpr int STACK_SIZE = 64 << 10; // 64k stack size to avoid heap allocation
343 SkSTArenaAlloc<STACK_SIZE> alloc; // avoid heap allocation with SkSTArenaAlloc
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.s 220 #define STACK_SIZE _INP + INP_SIZE
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.s 220 #define STACK_SIZE _INP + INP_SIZE
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S 327 #define STACK_SIZE 80 /* needs 16 byte alignment */
377 daddu sp, sp, -STACK_SIZE
378 .cfi_adjust_cfa_offset STACK_SIZE
    [all...]

Completed in 1173 milliseconds

1 2