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

1 23 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
fts.c 58 #define CLR(opt) (sp->fts_options &= ~(opt))
59 #define ISSET(opt) (sp->fts_options & (opt))
60 #define SET(opt) (sp->fts_options |= (opt))
62 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
73 FTS *sp; local
86 if ((sp = calloc(1, sizeof(FTS))) == NULL)
88 sp->fts_compar = compar;
89 sp->fts_options = options;
99 if (fts_palloc(sp, MAX(fts_maxarglen(argv), MAXPATHLEN)))
103 if ((parent = fts_alloc(sp, "", 0)) == NULL
    [all...]
  /external/libffi/src/m32r/
sysv.S 43 /* sp+0: ecif.rvalue */
44 /* sp+4: fn */
55 mv fp, sp
58 sub sp, r2
62 mv r0, sp
69 ld r0, @(0,sp)
70 ld r1, @(4,sp)
71 ld r2, @(8,sp)
72 ld r3, @(12,sp)
80 add sp, l
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 149 static void gmtload(struct state * sp);
175 const struct state * sp, struct tm * tmp);
180 static int typesequiv(const struct state * sp, int a, int b);
181 static int tzload(const char * name, struct state * sp,
183 static int tzparse(const char * name, struct state * sp,
259 register struct state * const sp = lclptr; local
272 if (sp == NULL) {
277 for (i = 0; i < sp->typecnt; ++i) {
278 register const struct ttinfo * const ttisp = &sp->ttis[i];
281 &sp->chars[ttisp->tt_abbrind]
1237 register struct state * sp; local
1682 register const struct state * sp; local
1883 register const struct state * sp; local
2024 register struct state * sp; local
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 149 static void gmtload(struct state * sp);
175 const struct state * sp, struct tm * tmp);
180 static int typesequiv(const struct state * sp, int a, int b);
181 static int tzload(const char * name, struct state * sp,
183 static int tzparse(const char * name, struct state * sp,
259 register struct state * const sp = lclptr; local
272 if (sp == NULL) {
277 for (i = 0; i < sp->typecnt; ++i) {
278 register const struct ttinfo * const ttisp = &sp->ttis[i];
281 &sp->chars[ttisp->tt_abbrind]
1237 register struct state * sp; local
1682 register const struct state * sp; local
1883 register const struct state * sp; local
2024 register struct state * sp; local
    [all...]
  /external/libpng/
pngwtran.c 106 png_bytep sp, dp; local
111 sp = row;
118 if (*sp != 0)
120 sp++;
137 png_bytep sp, dp; local
142 sp = row;
150 value = (png_byte)(*sp & 0x03);
161 sp++;
169 png_bytep sp, dp; local
174 sp = row
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 100 png_bytep sp, dp; local
105 sp = row;
112 if (*sp != 0)
114 sp++;
131 png_bytep sp, dp; local
136 sp = row;
144 value = (png_byte)(*sp & 0x03);
155 sp++;
163 png_bytep sp, dp; local
168 sp = row
    [all...]
  /system/core/libcutils/
tztime.c 182 static void gmtload P((struct state * sp));
186 struct tm * tmp, const struct state *sp));
197 long, struct tm *, const struct state* sp)),
198 long offset, const struct state * sp));
201 long, struct tm*, const struct state* sp)),
202 long offset, int * okayp, const struct state * sp));
204 struct tm * (*funcp) P((const time_t*, long, struct tm*,const struct state *sp)),
206 const struct state *sp));
208 const struct state * sp, struct tm * tmp));
213 static int tzload P((const char * name, struct state * sp,
    [all...]
  /frameworks/base/libs/camera/
Camera.cpp 35 sp<ICameraService> Camera::mCameraService;
36 sp<Camera::DeathNotifier> Camera::mDeathNotifier;
39 const sp<ICameraService>& Camera::getCameraService()
43 sp<IServiceManager> sm = defaultServiceManager();
44 sp<IBinder> binder;
70 sp<Camera> Camera::create(const sp<ICamera>& camera)
78 sp<Camera> c = new Camera();
104 const sp<ICameraService>& cs = getCameraService();
111 const sp<ICameraService>& cs = getCameraService()
    [all...]
  /build/tools/droiddoc/src/
LiteralTagInfo.java 27 public LiteralTagInfo(String n, String k, String t, SourcePositionInfo sp)
29 super("Text", "Text", encode(t), sp);
  /external/tcpdump/
print-symantec.c 50 register const struct symantec_header *sp; local
53 sp = (const struct symantec_header *)bp;
55 etype = ntohs(sp->ether_type);
84 struct symantec_header *sp; local
98 sp = (struct symantec_header *)p;
101 ether_type = ntohs(sp->ether_type);
106 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
114 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
  /frameworks/base/core/jni/
android_view_InputChannel.h 27 const sp<InputChannel>& inputChannel, void* data);
29 extern sp<InputChannel> android_view_InputChannel_getInputChannel(JNIEnv* env,
  /frameworks/base/include/media/stagefright/
OMXClient.h 32 sp<IOMX> interface() {
37 sp<IOMX> mOMX;
  /frameworks/base/libs/binder/
IInterface.cpp 30 sp<IBinder> IInterface::asBinder()
35 sp<const IBinder> IInterface::asBinder() const
  /frameworks/base/services/surfaceflinger/tests/overlays/
overlays.cpp 17 static const sp<ISurface>& getISurface(const sp<Surface>& s) {
26 sp<ProcessState> proc(ProcessState::self());
30 sp<SurfaceComposerClient> client = new SurfaceComposerClient();
33 sp<Surface> surface = client->createSurface(getpid(), 0, 320, 240,
37 sp<ISurface> isurface = Test::getISurface(surface);
41 sp<OverlayRef> ref = isurface->createOverlay(320, 240, PIXEL_FORMAT_RGB_565);
42 sp<Overlay> overlay = new Overlay(ref);
  /bionic/libc/tzcode/
localtime.c 210 static void gmtload P((struct state * sp));
236 const struct state * sp, struct tm * tmp));
241 static int tzload P((const char * name, struct state * sp,
243 static int tzparse P((const char * name, struct state * sp,
319 register struct state * const sp = lclptr; local
332 if (sp == NULL) {
337 for (i = 0; i < sp->typecnt; ++i) {
338 register const struct ttinfo * const ttisp = &sp->ttis[i];
341 &sp->chars[ttisp->tt_abbrind];
356 for (i = 0; i < sp->timecnt; ++i)
1331 register struct state * sp; local
1798 register const struct state * sp; local
2003 register const struct state * sp; local
2164 register struct state * sp; local
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 49 $sp ="r1";
166 $STU $sp,`-($FRAME+64)`($sp)
167 $PUSH r0,`$FRAME-$SIZE_T*18`($sp)
168 $PUSH r15,`$FRAME-$SIZE_T*17`($sp)
169 $PUSH r16,`$FRAME-$SIZE_T*16`($sp)
170 $PUSH r17,`$FRAME-$SIZE_T*15`($sp)
171 $PUSH r18,`$FRAME-$SIZE_T*14`($sp)
172 $PUSH r19,`$FRAME-$SIZE_T*13`($sp)
173 $PUSH r20,`$FRAME-$SIZE_T*12`($sp)
    [all...]
  /frameworks/base/include/media/stagefright/foundation/
ALooperRoster.h 30 const sp<ALooper> looper, const sp<AHandler> &handler);
34 void postMessage(const sp<AMessage> &msg, int64_t delayUs = 0);
35 void deliverMessage(const sp<AMessage> &msg);
37 sp<ALooper> findLooper(ALooper::handler_id handlerID);
  /frameworks/base/media/libstagefright/include/
AMRNBEncoder.h 29 AMRNBEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta);
34 virtual sp<MetaData> getFormat();
43 sp<MediaSource> mSource;
44 sp<MetaData> mMeta;
AMRWBEncoder.h 32 AMRWBEncoder(const sp<MediaSource> &source, const sp<MetaData> &meta);
36 virtual sp<MetaData> getFormat();
45 sp<MediaSource> mSource;
46 sp<MetaData> mMeta;
  /frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.h 31 AnotherPacketSource(const sp<MetaData> &meta);
35 virtual sp<MetaData> getFormat();
42 void queueAccessUnit(const sp<ABuffer> &buffer);
55 sp<MetaData> mFormat;
56 List<sp<ABuffer> > mBuffers;
  /frameworks/base/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.h 35 const sp<AMessage> &notify, const AString &desc,
41 virtual AssemblyStatus assembleMore(const sp<ARTPSource> &source);
46 sp<AMessage> mNotifyMsg;
64 List<sp<ABuffer> > mPackets;
66 AssemblyStatus addPacket(const sp<ARTPSource> &source);
ARTPWriter.h 40 virtual status_t addSource(const sp<MediaSource> &source);
46 virtual void onMessageReceived(const sp<AMessage> &msg);
75 sp<MediaSource> mSource;
76 sp<ALooper> mLooper;
77 sp<AHandlerReflector<ARTPWriter> > mReflector;
107 void onRead(const sp<AMessage> &msg);
108 void onSendSR(const sp<AMessage> &msg);
110 void addSR(const sp<ABuffer> &buffer);
111 void addSDES(const sp<ABuffer> &buffer);
121 void send(const sp<ABuffer> &buffer, bool isRTCP)
    [all...]
  /frameworks/base/include/binder/
ProcessState.h 40 static sp<ProcessState> self();
44 void setContextObject(const sp<IBinder>& object);
45 sp<IBinder> getContextObject(const sp<IBinder>& caller);
47 void setContextObject(const sp<IBinder>& object,
49 sp<IBinder> getContextObject(const String16& name,
50 const sp<IBinder>& caller);
57 const sp<IBinder>& caller,
65 sp<IBinder> getStrongProxyForHandle(int32_t handle);
104 KeyedVector<String16, sp<IBinder>
    [all...]
  /frameworks/base/services/surfaceflinger/
MessageQueue.h 38 List< sp<MessageBase> > mList;
39 typedef List< sp<MessageBase> > LIST;
46 void insert(const sp<MessageBase>& node);
90 typedef List< sp<MessageBase> > LIST;
101 sp<MessageBase> waitMessage(nsecs_t timeout = -1);
103 status_t postMessage(const sp<MessageBase>& message,
108 void dump(const sp<MessageBase>& message);
111 status_t queueMessage(const sp<MessageBase>& message,
113 void dumpLocked(const sp<MessageBase>& message);
119 sp<MessageBase> mInvalidateMessage
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_it.S 87 moveml d0-d7/a0-a6,sp@-
93 fsave sp@-
94 fmoveml fpcr/fpsr/fpiar,sp@-
95 fmovemx fp0-fp7,sp@-
106 fmovemx sp@+,fp0-fp7
107 fmoveml sp@+,fpcr/fpsr/fpiar
108 frestore sp@+
127 movel a2,sp@-
128 movel a1,sp@-
129 clrw sp@
    [all...]

Completed in 944 milliseconds

1 23 4 5 6 7 8 91011>>