/external/tremolo/Tremolo/ |
misc.c | 42 static void **pointers=NULL; variable 72 if(pointers){ 73 pointers=(void **)realloc(pointers,sizeof(void **)*palloced); 76 pointers=(void **)malloc(sizeof(void **)*palloced); 81 pointers[pinsert]=ptr; 186 if(pointers[insert]==NULL){ 195 pointers[insert]=NULL; 201 head *ptr=pointers[i];
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio.c | 44 Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */ 167 SndBufPtr pointers; local 172 if (Buffptr(&pointers)!=0) 175 if (( (unsigned long)pointers.play>=(unsigned long)SDL_MintAudio_audiobuf[0]) 176 && ( (unsigned long)pointers.play<=(unsigned long)SDL_MintAudio_audiobuf[1]))
|
/bionic/libc/arch-arm/bionic/ |
crtbegin_dynamic.S | 67 # the .ctors section contains a list of pointers to "constructor"
|
crtbegin_static.S | 67 # the .ctors section contains a list of pointers to "constructor"
|
/bionic/libc/arch-sh/bionic/ |
crtbegin_dynamic.S | 71 # the .ctors section contains a list of pointers to "constructor"
|
crtbegin_static.S | 71 # the .ctors section contains a list of pointers to "constructor"
|
/bionic/libdl/arch-sh/ |
sobegin.S | 60 # the .ctors section contains a list of pointers to "constructor"
|
/frameworks/base/core/java/android/view/ |
MotionEvent.java | 209 * Number of possible pointers. 284 * @param pointers The number of points that will be in this event. 285 * @param inPointerIds An array of <em>pointers</em> values providing 287 * @param inData An array of <em>pointers*NUM_SAMPLE_DATA</em> of initial 302 int action, int pointers, int[] inPointerIds, float[] inData, int metaState, 315 ev.mNumPointers = pointers; 319 if (pointerIdentifiers.length < pointers) { 320 ev.mPointerIdentifiers = pointerIdentifiers = new int[pointers]; 322 System.arraycopy(inPointerIds, 0, pointerIdentifiers, 0, pointers); 324 final int ND = pointers * NUM_SAMPLE_DATA [all...] |
/bionic/libc/arch-x86/bionic/ |
crtbegin_dynamic.S | 71 # the .ctors section contains a list of pointers to "constructor"
|
crtbegin_static.S | 70 # the .ctors section contains a list of pointers to "constructor"
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 98 @ the stack pointers.
|
/external/v8/test/mjsunit/ |
fuzz-natives.js | 116 // These functions use pseudo-stack-pointers and are not robust
|
unicode-test.js | [all...] |
/external/stlport/stlport/stl/pointers/ |
_vector.h | 24 # include <stl/pointers/_tools.h>
|
_deque.h | 24 # include <stl/pointers/_tools.h>
|
_list.h | 24 # include <stl/pointers/_tools.h>
|
_slist.h | 24 # include <stl/pointers/_tools.h>
|
_set.h | 23 # include <stl/pointers/_tools.h>
|
/external/libpng/ |
CHANGES | 132 fixed order of error function pointers to match documentation 273 Added pointers to "note on libpng versions" in makefile.lnx and README 432 Removed ansi2knr.c and left pointers to the latest source for ansi2knr.c [all...] |
/external/bison/data/ |
glr.c | 458 dnl pointers onto yyconfl are taken, which type is "short int *". 619 stack is expanded, thus insuring that all necessary pointers get 1184 /** If STACK is expandable, extend it. WARNING: Pointers into the 1187 allocation, so that we can avoid having external pointers exist [all...] |
/external/stlport/stlport/stl/ |
_set.h | 381 # include <stl/pointers/_set.h>
|
_list.h | 695 # include <stl/pointers/_list.h>
|
_slist.h | 830 # include <stl/pointers/_slist.h>
|
_vector.h | 721 # include <stl/pointers/_vector.h>
|
_deque.h | [all...] |