Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 15 of 15) sorted by relevance

/system/core/sh/
Dmemalloc.h50 pointer ckmalloc(int);
51 pointer ckrealloc(pointer, int);
53 pointer stalloc(int);
54 void stunalloc(pointer);
77 #define ckfree(p) free((pointer)(p))
Dmemalloc.c58 pointer
61 pointer p; in ckmalloc()
74 pointer
75 ckrealloc(pointer p, int nbytes) in ckrealloc()
123 pointer
152 stunalloc(pointer p) in stunalloc()
217 sp = ckrealloc((pointer)sp, in growstackblock()
Dshell.h65 typedef void *pointer; typedef
Dnodetypes42 # nodeptr - a pointer to a node
43 # nodelist - a pointer to a list of nodes
44 # string - a pointer to a nul terminated string
Dnodes.c.pat51 pointer funcblock; /* block to allocate function from */
Dnodes.c55 pointer funcblock; /* block to allocate function from */
DTOUR104 restore the stack pointer. The stack is implemented using a
/system/core/libcutils/
Darray.c92 int arrayAdd(Array* array, void* pointer) { in arrayAdd() argument
99 array->contents[size] = pointer; in arrayAdd()
118 void* pointer = array->contents[index]; in arrayRemove() local
130 return pointer; in arrayRemove()
133 void* arraySet(Array* array, int index, void* pointer) { in arraySet() argument
136 array->contents[index] = pointer; in arraySet()
/system/core/include/cutils/
Darray.h40 int arrayAdd(Array* array, void* pointer);
49 void* arraySet(Array* array, int index, void* pointer);
/system/extras/tests/pftest/
DAndroid.mk16 LOCAL_CFLAGS += -fomit-frame-pointer
/system/core/libpixelflinger/
DAndroid.mk43 PIXELFLINGER_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
50 PIXELFLINGER_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
/system/extras/tests/memtest/
DAndroid.mk18 LOCAL_CFLAGS += -fomit-frame-pointer
/system/core/sh/bltin/
Dbltin.h86 pointer stalloc(int);
/system/core/libcutils/tests/memset_mips/
Dmemset_cmips.S70 move v0,a0 # memset returns the dst pointer
/system/core/libnl_2/
DREADME54 which is stored in the nl_cache pointer instead of an actual cache