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

  /external/grub/docs/
boot.S 54 movl $(stack + STACK_SIZE), %esp
79 .comm stack, STACK_SIZE
boot.S.texi 54 movl $(stack + STACK_SIZE), %esp
79 .comm stack, STACK_SIZE
multiboot.h 34 #define STACK_SIZE 0x4000
multiboot.h.texi 34 #define STACK_SIZE 0x4000
  /system/extras/tests/bionic/libc/common/
test_clone.c 28 #define STACK_SIZE (4 * PAGE_SIZE)
30 char clone_stack[STACK_SIZE] __attribute__ ((aligned (PAGE_SIZE)));
  /external/bluetooth/glib/glib/
gqsort.c 74 #define STACK_SIZE (CHAR_BIT * sizeof(size_t))
139 stack_node stack[STACK_SIZE];
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_qsort.c 73 #define STACK_SIZE (8*sizeof(size_t))
305 stack_entry stack[STACK_SIZE];
336 stack_entry stack[STACK_SIZE];
367 stack_entry stack[STACK_SIZE];
  /external/srec/srec/test/SRecTest/src/
SRecTest.c     [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c     [all...]

Completed in 227 milliseconds