/external/jsilver/src/org/clearsilver/jni/ |
JniCs.java | 30 long csptr; field in class:JniCs 42 csptr = _init(ho.hdfptr); 50 _setGlobalHdf(csptr,global.hdfptr); 57 _setGlobalHdf(csptr, globalHdf.hdfptr); 67 if (csptr != 0) { 68 _dealloc(csptr); 69 csptr = 0; 87 if (csptr == 0) { 90 _parseFile(csptr, filename, fileLoader != null); 94 if (csptr == 0) [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/ |
PrePostMDCT_v7.s | 41 VLD4.I32 {d0, d2, d4, d6}, [r2]! @ cosa = *csptr++@ sina = *csptr++@ 42 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@ 103 VLD4.I32 {d0, d2, d4, d6}, [r2]! @ cosa = *csptr++@ sina = *csptr++@ 104 VLD4.I32 {d1, d3, d5, d7}, [r2]! @ cosb = *csptr++@ sinb = *csptr++@
|
Radix4FFT_v7.s | 59 VLD2.I32 {D28, D29, D30, D31}, [r6]! @ cosx = csptr[0]@ sinx = csptr[1]@
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macwm.c | 254 Ptr csPtr; 260 csPtr = (Ptr) &gameRecRestore; 261 err = Control((**hGD).gdRefNum, cscSetGamma, (Ptr) &csPtr); /* restore gamma */ 269 csPtr = (Ptr) &setEntriesRec; 271 err = Control((**hGD).gdRefNum, cscSetEntries, (Ptr) &csPtr); /* SetEntries in CLUT */ 313 Ptr csPtr; 355 csPtr = (Ptr) &gameRecRestore; 356 err = Control((**hGD).gdRefNum, cscSetGamma, (Ptr) &csPtr); /* restore gamma (note, display drivers may delay returning from this until VBL) */ 364 csPtr = (Ptr) &setEntriesRec; 365 err = Control((**hGD).gdRefNum, cscSetEntries, (Ptr) &csPtr); /* SetEntries in CLUT * [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
transform.c | 195 int *xptr, *csptr; local 204 csptr = twidTab; 214 cosx = csptr[0]; 215 sinx = csptr[1]; 229 cosx = csptr[2]; 230 sinx = csptr[3]; 237 cosx = csptr[4]; 238 sinx = csptr[5]; 241 csptr += 6; 279 static void PreMDCT(int *buf0, int num, const int *csptr) [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
Radix4FFT_v5.s | 46 mov r12, r3 @ csptr = twidTab@ 59 ldr r8, [r12], #4 @ cosxsinx = csptr[0]@ 83 ldr r8, [r12], #4 @ cosxsinx = csptr[1]@ 95 ldr r8, [r12], #4 @ cosxsinx = csptr[1]@
|