Searched refs:RET (Results 1 - 25 of 111) sorted by relevance

12345

/external/skia/platform_tools/ios/bin/
H A Dios_path_exists23 RET=ios_path_exists $1
24 exit $RET
H A Dios_setup.sh75 RET="$(cat $TARGET)"
77 echo -e "$RET"
139 local RET=1
142 RET=0
145 return $RET
/external/skia/include/gpu/gl/
H A DSkGLContext.h75 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X; \
78 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X
/external/mesa3d/src/mesa/x86/
H A Dcommon_x86_asm.S69 RET
94 RET
107 RET
121 RET
135 RET
149 RET
170 RET
213 RET
H A D3dnow_xform1.S96 RET
144 RET
202 RET
256 RET
312 RET
366 RET
431 RET
H A Dsse_xform1.S97 RET
149 RET
210 RET
270 RET
325 RET
381 RET
440 RET
H A Dsse_normal.S103 RET
197 RET
255 RET
H A Dsse_xform4.S109 RET
183 RET
230 RET
H A D3dnow_xform2.S112 RET
168 RET
245 RET
304 RET
368 RET
424 RET
472 RET
H A D3dnow_xform3.S116 RET
197 RET
285 RET
361 RET
434 RET
501 RET
556 RET
H A D3dnow_xform4.S124 RET
204 RET
294 RET
367 RET
442 RET
510 RET
565 RET
H A Dsse_xform2.S102 RET
155 RET
216 RET
274 RET
337 RET
394 RET
460 RET
H A Dsse_xform3.S111 RET
164 RET
233 RET
306 RET
371 RET
431 RET
506 RET
H A Dx86_xform2.S152 RET
218 RET
300 RET
370 RET
443 RET
508 RET
569 RET
H A Dx86_xform3.S168 RET
249 RET
343 RET
416 RET
494 RET
565 RET
640 RET
H A Dx86_xform4.S175 RET
258 RET
361 RET
442 RET
528 RET
606 RET
673 RET
/external/skia/src/gpu/gl/
H A DGrGLUtil.h179 // same as GR_GL_CALL but stores the return value of the gl call in RET
180 #define GR_GL_CALL_RET(IFACE, RET, X) \
182 GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X); \
187 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \
190 (RET) = (IFACE)->fFunctions.f##X; \
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dsubtract_sse2.asm67 RET
78 RET
89 RET
115 RET
127 RET
H A Dvpx_convolve_copy_sse2.asm49 RET
72 RET
97 RET
123 RET
152 RET
H A Dsad_sse2.asm81 RET
124 RET
170 RET
214 RET
260 RET
H A Dintrapred_sse2.asm45 RET
65 RET
85 RET
114 RET
140 RET
166 RET
180 RET
199 RET
315 RET
453 RET
[all...]
/external/google-breakpad/android/
H A Dcommon-functions.sh337 local RET ADB_LOG
343 RET=$(sed -e '$!d' "$ADB_LOG") # Last line contains status code.
346 return $RET
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DLabel.java86 * Indicates if this basic block ends with a RET instruction.
88 static final int RET = 256; field in class:Label
119 * @see #RET
471 * null it is added to the successor of the RET blocks found in the
483 // adds JSR to the successors of this block, if it is a RET block
484 if ((status & RET) != 0) {
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
H A Drcssmin.c274 #define ABORT_(RET) do { \
279 return RET; \
285 #define RABORT(RET) ABORT_((RET))
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h50 template <typename RET, typename... Ps>
51 class CheckerFn<RET(Ps...)> {
52 typedef RET (*Func)(void *, Ps...);
57 RET operator()(Ps... ps) const {

Completed in 590 milliseconds

12345