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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 25 return( out ? out.to_s : out )
254 | return 1 /* foo */;
258 | return 12;
263 | return boom(1) /* foo */;
267 | return boom(12);
282 | 'return' return_expr ';'
310 | return 1 /* foo */;
314 | return 12;
319 | return boom(1) /* foo */;
323 | return boom(12)
    [all...]
  /external/eigen/blas/
lsame.f 37 IF (LSAME) RETURN
81 * RETURN
chbmv.f 175 RETURN
178 * Quick return if possible.
180 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
226 IF (ALPHA.EQ.ZERO) RETURN
306 RETURN
chpmv.f 137 RETURN
140 * Quick return if possible.
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
188 IF (ALPHA.EQ.ZERO) RETURN
268 RETURN
dsbmv.f 169 RETURN
172 * Quick return if possible.
174 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
220 IF (ALPHA.EQ.ZERO) RETURN
300 RETURN
dspmv.f 130 RETURN
133 * Quick return if possible.
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
181 IF (ALPHA.EQ.ZERO) RETURN
261 RETURN
  /external/eigen/lapack/
ilaclc.f 113 IF( A(I, ILACLC).NE.ZERO ) RETURN
117 RETURN
iladlc.f 113 IF( A(I, ILADLC).NE.ZERO ) RETURN
117 RETURN
ilaslc.f 113 IF( A(I, ILASLC).NE.ZERO ) RETURN
117 RETURN
ilazlc.f 113 IF( A(I, ILAZLC).NE.ZERO ) RETURN
117 RETURN
slarfg.f 146 RETURN
192 RETURN
  /external/javassist/src/main/javassist/
CtNewWrappedConstructor.java 41 return cons;
89 code.add(Bytecode.RETURN);
99 return code;
CtNewConstructor.java 72 return (CtConstructor)obj;
103 return cc;
126 return new CtConstructor(c, declaring, map);
151 code.add(Bytecode.RETURN);
155 return cons;
180 return make(parameters, exceptions, PASS_NONE,
199 return make(parameters, exceptions, PASS_PARAMS,
275 * return null;
313 return CtNewWrappedConstructor.wrapped(parameters, exceptions,
  /bionic/libc/arch-x86/silvermont/string/
sse4-memcmp-slm.S 97 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx)
345 RETURN
365 RETURN
408 RETURN
453 RETURN
502 RETURN
535 RETURN
568 RETURN
604 RETURN
642 RETURN
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE4_asm.S 22 #define RETURN POP(%edi); ret
154 RETURN
159 RETURN
164 RETURN
168 RETURN
  /system/core/libcutils/arch-x86/
sse2-memset32-atom.S 92 # define RETURN RETURN_END; CFI_PUSH (%ebx)
120 # define RETURN RETURN_END
207 RETURN
450 RETURN
470 RETURN
490 RETURN
511 RETURN
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/
scanner.c 23 #define RETURN(i) {s->cur = cursor; return i;}
68 return cursor;
82 return 0;
129 if(cursor == s->eof) { RETURN(0); } }
176 RETURN(1); }
297 { RETURN(*s->tok); }
305 RETURN(CLOSE); }
344 return ID; }
356 { if(cursor == s->eof) RETURN(0)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.c 23 #define RETURN(i) {s->cur = cursor; return i;}
68 return cursor;
82 return 0;
129 if(cursor == s->eof) { RETURN(0); } }
176 RETURN(1); }
297 { RETURN(*s->tok); }
305 RETURN(CLOSE); }
344 return ID; }
356 { if(cursor == s->eof) RETURN(0)
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 92 // We currently support only plain return or 2-instruction methods.
106 return true;
107 case Instruction::RETURN:
110 return AnalyseReturnMethod(code_item, method);
116 return AnalyseConstMethod(code_item, method);
124 return AnalyseIGetMethod(verifier, method);
132 return AnalyseIPutMethod(verifier, method);
134 return false;
141 return strncmp(method_name, "access$", strlen("access$")) == 0;
164 return true
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 75 RETURN = 276,
  /external/chromium_org/v8/src/
d8-readline.cc 10 // The readline includes leaves RETURN defined which breaks V8 compilation.
11 #undef RETURN
74 return read_history(kHistoryFileName) == 0;
79 return write_history(kHistoryFileName) == 0;
86 if (result == NULL) return Handle<String>();
88 return String::NewFromUtf8(isolate_, result);
94 if (strlen(str) == 0) return;
115 return result;
143 return strdup(*str);
146 return NULL
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 223 int RETURN = 177;
421 0, // return, 177
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 100 { RETURN, "jump", "ret" },
174 printf(" return buf;\n");
176 printf(" return printname[n-FIRSTTOKEN];\n");
178 return 0;
  /bionic/libc/arch-x86/atom/string/
ssse3-memcpy-atom.S 101 # define RETURN RETURN_END; CFI_PUSH (%ebx)
125 # define RETURN RETURN_END
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 53 RETURN = 271,
254 #define RETURN 271

Completed in 1054 milliseconds

1 23 4 5 6 7 8 91011>>