HomeSort by relevance Sort by last modified time
    Searched refs:sp (Results 326 - 350 of 1161) sorted by null

<<11121314151617181920>>

  /external/libffi/src/mips/
o32.S 52 SUBU $sp, SIZEOF_FRAME # Frame size
54 REG_S $fp, FP_OFF($sp) # Save frame pointer
56 REG_S ra, RA_OFF($sp) # Save return address
58 move $fp, $sp
72 SUBU $sp, v0 # move the stack pointer to reflect the
75 ADDU a0, $sp, 4 * FFI_SIZEOF_ARG
83 ADDU $sp, 4 * FFI_SIZEOF_ARG # adjust $sp to new args
86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
87 REG_L a1, 1*FFI_SIZEOF_ARG($sp) # four regs
    [all...]
  /frameworks/base/libs/binder/
IMemory.cpp 48 sp<IMemoryHeap> find_heap(const sp<IBinder>& binder);
49 void free_heap(const sp<IBinder>& binder);
50 sp<IMemoryHeap> get_heap(const sp<IBinder>& binder);
56 sp<IMemoryHeap> heap;
66 static sp<HeapCache> gHeapCache = new HeapCache();
77 BpMemoryHeap(const sp<IBinder>& impl);
90 static inline sp<IMemoryHeap> find_heap(const sp<IBinder>& binder)
    [all...]
  /external/bison/src/
print_graph.c 67 item_number *sp; local
71 sp1 = sp = ritem + sitems[i];
73 while (*sp >= 0)
74 sp++;
76 r = item_number_as_rule_number (*sp);
83 for (sp = rules[r].rhs; sp < sp1; sp++)
84 obstack_fgrow1 (oout, "%s ", symbols[*sp]->tag);
88 for (/* Nothing */; *sp >= 0; ++sp
    [all...]
  /frameworks/base/include/binder/
BinderService.h 38 sp<IServiceManager> sm(defaultServiceManager());
43 sp<ProcessState> proc(ProcessState::self());
44 sp<IServiceManager> sm(defaultServiceManager());
  /frameworks/base/include/media/stagefright/
MediaWriter.h 35 virtual status_t addSource(const sp<MediaSource> &source) = 0;
43 virtual void setListener(const sp<IMediaRecorderClient>& listener) {
55 sp<IMediaRecorderClient> mListener;
  /frameworks/base/media/libstagefright/include/
SoftwareRenderer.h 34 const sp<ISurface> &surface,
50 sp<ISurface> mISurface;
54 sp<MemoryHeapBase> mMemoryHeap;
VorbisDecoder.h 31 VorbisDecoder(const sp<MediaSource> &source);
36 virtual sp<MetaData> getFormat();
49 sp<MediaSource> mSource;
  /frameworks/base/media/libstagefright/rtsp/
AH263Assembler.cpp 29 AH263Assembler::AH263Assembler(const sp<AMessage> &notify)
41 const sp<ARTPSource> &source) {
50 const sp<ARTPSource> &source) {
51 List<sp<ABuffer> > *queue = source->queue();
58 List<sp<ABuffer> >::iterator it = queue->begin();
72 sp<ABuffer> buffer = *queue->begin();
132 List<sp<ABuffer> >::iterator it = mPackets.begin();
134 const sp<ABuffer> &unit = *it;
140 sp<ABuffer> accessUnit = new ABuffer(totalSize);
144 const sp<ABuffer> &unit = *it
    [all...]
  /hardware/msm7k/libstagefrighthw/
QComHardwareRenderer.h 32 const sp<ISurface> &surface,
43 sp<ISurface> mISurface;
48 sp<MemoryHeapPmem> mMemoryHeap;
  /hardware/qcom/media/libstagefrighthw/
QComHardwareRenderer.h 32 const sp<ISurface> &surface,
42 sp<ISurface> mISurface;
46 sp<MemoryHeapPmem> mMemoryHeap;
  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.h 35 const sp<ISurface> &surface,
48 sp<ISurface> mISurface;
54 sp<Overlay> mOverlay;
  /external/openssl/crypto/bn/asm/
pa-risc2.s 49 ; Stack pointer ; r30 (sp)
86 ; -56(sp) = w
132 STD %r3,0(%sp) ; save r3
133 STD %r4,8(%sp) ; save r4
137 STD %r5,16(%sp) ; save r5
139 STD %r6,24(%sp) ; save r6
140 STD %r7,32(%sp) ; save r7
142 STD %r8,40(%sp) ; save r8
143 STD %r9,48(%sp) ; save r9
148 LDO 128(%sp),%sp ; bump stac
    [all...]
pa-risc2W.s 43 ; Stack pointer ; r30 (sp)
124 STD %r3,0(%sp) ; save r3
125 STD %r4,8(%sp) ; save r4
129 STD %r5,16(%sp) ; save r5
130 STD %r6,24(%sp) ; save r6
131 STD %r7,32(%sp) ; save r7
132 STD %r8,40(%sp) ; save r8
134 STD %r9,48(%sp) ; save r9
137 STD w,56(%sp) ; store w on stack
140 LDO 128(%sp),%sp ; bump stac
    [all...]
armv4-mont.pl 59 stmdb sp!,{r0,r2} @ sp points at argument block
60 ldr $num,[sp,#3*4] @ load num
63 addlt sp,sp,#2*4
66 stmdb sp!,{r4-r12,lr} @ save 10 registers
69 sub sp,sp,$num @ alloca(4*num) subroutine
70 sub sp,sp,#4 @ +extra dwor subroutine
    [all...]
armv4-mont.s 8 stmdb sp!,{r0,r2} @ sp points at argument block
9 ldr r0,[sp,#3*4] @ load num
12 addlt sp,sp,#2*4
15 stmdb sp!,{r4-r12,lr} @ save 10 registers
18 sub sp,sp,r0 @ alloca(4*num)
19 sub sp,sp,#4 @ +extra dwor
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_DOUBLE_TO_INT.S 16 stmfd sp!, {r4, r5, lr} @ save regs
19 sub sp, sp, #4 @ align for EABI
52 add sp, sp, #4
53 ldmfd sp!, {r4, r5, pc}
OP_DOUBLE_TO_LONG.S 14 stmfd sp!, {r4, r5, lr} @ save regs
18 sub sp, sp, #4 @ align for EABI
52 add sp, sp, #4
53 ldmfd sp!, {r4, r5, pc}
  /dalvik/vm/mterp/armv6t2/
OP_DOUBLE_TO_INT.S 16 stmfd sp!, {r4, r5, lr} @ save regs
19 sub sp, sp, #4 @ align for EABI
52 add sp, sp, #4
53 ldmfd sp!, {r4, r5, pc}
OP_DOUBLE_TO_LONG.S 14 stmfd sp!, {r4, r5, lr} @ save regs
18 sub sp, sp, #4 @ align for EABI
52 add sp, sp, #4
53 ldmfd sp!, {r4, r5, pc}
  /frameworks/base/include/ui/
Overlay.h 43 OverlayRef(overlay_handle_t, const sp<IOverlay>&,
46 static sp<OverlayRef> readFromParcel(const Parcel& data);
47 static status_t writeToParcel(Parcel* reply, const sp<OverlayRef>& o);
57 sp<IOverlay> mOverlayChannel;
71 Overlay(const sp<OverlayRef>& overlayRef);
110 sp<OverlayRef> mOverlayRef;
  /frameworks/base/media/libmedia/
IMediaDeathNotifier.cpp 29 sp<IMediaPlayerService> IMediaDeathNotifier::sMediaPlayerService;
30 sp<IMediaDeathNotifier::DeathNotifier> IMediaDeathNotifier::sDeathNotifier;
34 /*static*/const sp<IMediaPlayerService>&
40 sp<IServiceManager> sm = defaultServiceManager();
41 sp<IBinder> binder;
94 sp<IMediaDeathNotifier> notifier = list[iter].promote();
  /frameworks/base/opengl/libagl/
TextureObjectManager.h 62 void copyParameters(const sp<EGLTextureObject>& old);
96 sp<EGLTextureObject> createTexture(GLuint name);
97 sp<EGLTextureObject> removeTexture(GLuint name);
98 sp<EGLTextureObject> replaceTexture(GLuint name);
100 sp<EGLTextureObject> texture(GLuint name);
104 KeyedVector< GLuint, sp<EGLTextureObject> > mTextures;
  /bionic/libc/netbsd/net/
getservbyport_r.c 47 getservbyport_r(int port, const char *proto, struct servent *sp,
53 while ((s = getservent_r(sp, sd)) != NULL) {
  /build/tools/droiddoc/src/
DocInfo.java 19 public DocInfo(String rawCommentText, SourcePositionInfo sp)
22 mPosition = sp;
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessage_SubmitPduTest.java 38 SmsMessage.SubmitPdu sp = new SmsMessage.SubmitPdu(); local
39 assertNotNull(sp.toString());

Completed in 1047 milliseconds

<<11121314151617181920>>