OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACKSIZE
(Results
1 - 20
of
20
) sorted by null
/bionic/libc/arch-mips/bionic/
syscall.S
35
#define
STACKSIZE
2*4
47
subu sp,
STACKSIZE
51
addu sp,
STACKSIZE
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_windows_386.c
17
#define
STACKSIZE
(1*1024*1024)
23
g->stacklo = (uintptr)&tmp -
STACKSIZE
+ 8*1024;
48
ts.g->stacklo = (uintptr)&ts -
STACKSIZE
+ 8*1024;
gcc_windows_amd64.c
17
#define
STACKSIZE
(2*1024*1024)
23
g->stacklo = (uintptr)&tmp -
STACKSIZE
+ 8*1024;
48
ts.g->stacklo = (uintptr)&ts -
STACKSIZE
+ 8*1024;
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_windows_386.c
17
#define
STACKSIZE
(1*1024*1024)
23
g->stacklo = (uintptr)&tmp -
STACKSIZE
+ 8*1024;
48
ts.g->stacklo = (uintptr)&ts -
STACKSIZE
+ 8*1024;
gcc_windows_amd64.c
17
#define
STACKSIZE
(2*1024*1024)
23
g->stacklo = (uintptr)&tmp -
STACKSIZE
+ 8*1024;
48
ts.g->stacklo = (uintptr)&ts -
STACKSIZE
+ 8*1024;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
4-1.c
12
* 2. set the
stacksize
less tha PTHREAD_STACK_MIN
29
#define
STACKSIZE
PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE)
51
stack_size =
STACKSIZE
;
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
IntDiffer.java
23
* @param
stackSize
The size of the largest difference you expect.
26
public IntDiffer(int
stackSize
, int matchCount) {
27
this.
STACKSIZE
=
stackSize
;
29
a = new int[
stackSize
+matchCount];
30
b = new int[
stackSize
+matchCount];
99
if (aCount >=
STACKSIZE
|| bCount >=
STACKSIZE
) {
142
private int
STACKSIZE
;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
6-1.c
12
* 2. set the
stacksize
less tha PTHREAD_STACK_MIN
29
#define
STACKSIZE
PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE)
60
stack_size =
STACKSIZE
;
/toolchain/binutils/binutils-2.25/binutils/
deflex.l
39
"
STACKSIZE
" { return
STACKSIZE
;}
defparse.y
34
%token NAME LIBRARY DESCRIPTION
STACKSIZE
HEAPSIZE CODE DATA
57
|
STACKSIZE
NUMBER opt_number { def_stacksize ($2, $3);}
160
|
STACKSIZE
{ $$ = "
STACKSIZE
"; }
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_lwp.h
6
#define
STACKSIZE
1000 /*
stacksize
for a thread */
21
lwp_setstkcache(
STACKSIZE
, NSTACKS);
/external/ltp/testcases/kernel/ipc/ipc_stress/
signal_test_01.c
78
#define
STACKSIZE
SIGSTKSZ
81
char stackarray[
STACKSIZE
];
87
ss_sp: stackarray +
STACKSIZE
, // stack pointer
89
ss_size:
STACKSIZE
// size
101
stackarray +
STACKSIZE
, /* signal stack pointer */
/toolchain/binutils/binutils-2.25/ld/
pe-dll.c
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go
1270
// For these, the reserve must match
STACKSIZE
in
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go
1270
// For these, the reserve must match
STACKSIZE
in
/toolchain/binutils/binutils-2.25/bfd/
vms-alpha.c
195
#define
STACKSIZE
128
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 1063 milliseconds