Searched refs:pointer (Results 1 – 15 of 15) sorted by relevance
/system/core/sh/ |
D | memalloc.h | 50 pointer ckmalloc(int); 51 pointer ckrealloc(pointer, int); 53 pointer stalloc(int); 54 void stunalloc(pointer); 77 #define ckfree(p) free((pointer)(p))
|
D | memalloc.c | 58 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()
|
D | shell.h | 65 typedef void *pointer; typedef
|
D | nodetypes | 42 # nodeptr - a pointer to a node 43 # nodelist - a pointer to a list of nodes 44 # string - a pointer to a nul terminated string
|
D | nodes.c.pat | 51 pointer funcblock; /* block to allocate function from */
|
D | nodes.c | 55 pointer funcblock; /* block to allocate function from */
|
D | TOUR | 104 restore the stack pointer. The stack is implemented using a
|
/system/core/libcutils/ |
D | array.c | 92 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/ |
D | array.h | 40 int arrayAdd(Array* array, void* pointer); 49 void* arraySet(Array* array, int index, void* pointer);
|
/system/extras/tests/pftest/ |
D | Android.mk | 16 LOCAL_CFLAGS += -fomit-frame-pointer
|
/system/core/libpixelflinger/ |
D | Android.mk | 43 PIXELFLINGER_CFLAGS += -fstrict-aliasing -fomit-frame-pointer 50 PIXELFLINGER_CFLAGS += -fstrict-aliasing -fomit-frame-pointer
|
/system/extras/tests/memtest/ |
D | Android.mk | 18 LOCAL_CFLAGS += -fomit-frame-pointer
|
/system/core/sh/bltin/ |
D | bltin.h | 86 pointer stalloc(int);
|
/system/core/libcutils/tests/memset_mips/ |
D | memset_cmips.S | 70 move v0,a0 # memset returns the dst pointer
|
/system/core/libnl_2/ |
D | README | 54 which is stored in the nl_cache pointer instead of an actual cache
|