HomeSort by relevance Sort by last modified time
    Searched defs:RETURN (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /bionic/libc/arch-x86/string/
sse2-memchr-atom.S 83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
269 RETURN
280 RETURN
294 RETURN
305 RETURN
345 RETURN
350 RETURN
355 RETURN
360 RETURN
365 RETURN
    [all...]
sse2-strchr-atom.S 83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
211 RETURN
228 RETURN
256 RETURN
273 RETURN
295 RETURN
314 RETURN
319 RETURN
324 RETURN
329 RETURN
    [all...]
sse2-strrchr-atom.S 83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
254 RETURN
502 RETURN
513 RETURN
527 RETURN
538 RETURN
543 RETURN
548 RETURN
553 RETURN
558 RETURN
    [all...]
sse2-wcscmp-atom.S 82 #define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
886 RETURN
898 RETURN
905 RETURN
914 RETURN
921 RETURN
933 RETURN
940 RETURN
949 RETURN
956 RETURN
    [all...]
sse2-wcsrchr-atom.S 83 #define RETURN POP(%edi); ret; CFI_PUSH(%edi);
242 RETURN
251 RETURN
277 RETURN
291 RETURN
309 RETURN
323 RETURN
330 RETURN
337 RETURN
342 RETURN
    [all...]
ssse3-memcmp-atom.S 98 #define RETURN RETURN_END; cfi_restore_state; cfi_remember_state
1624 RETURN
1631 RETURN
1638 RETURN
1645 RETURN
1652 RETURN
1659 RETURN
1666 RETURN
1673 RETURN
1718 RETURN
    [all...]
ssse3-strcat-atom.S 109 #define RETURN jmp L(StrcpyAtom)
ssse3-wcscat-atom.S 93 #define RETURN jmp L(WcscpyAtom)
110 #undef RETURN
111 #define RETURN POP(%edi); ret; CFI_PUSH(%edi)
ssse3-strlcat-atom.S 92 #define RETURN jmp L(StrcpyStep)
107 #undef RETURN
108 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
1044 RETURN
1055 RETURN
1069 RETURN
1081 RETURN
1086 RETURN
1090 RETURN
1094 RETURN
    [all...]
  /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...]
  /external/chromium_org/v8/src/
d8-readline.cc 33 // The readline includes leaves RETURN defined which breaks V8 compilation.
34 #undef RETURN
97 return read_history(kHistoryFileName) == 0;
102 return write_history(kHistoryFileName) == 0;
112 if (result == NULL) return Handle<String>();
114 return String::NewFromUtf8(isolate_, result);
120 if (strlen(str) == 0) return;
141 return result;
170 return strdup(*str);
173 return NULL
    [all...]
  /external/nist-sip/java/gov/nist/core/
Separators.java 46 public static final String RETURN = "\n";
  /external/v8/src/
d8-readline.cc 33 // The readline includes leaves RETURN defined which breaks V8 compilation.
34 #undef RETURN
84 return read_history(kHistoryFileName) == 0;
89 return write_history(kHistoryFileName) == 0;
102 return Handle<String>();
104 return String::New(result);
110 if (strlen(str) == 0) return;
130 return result;
151 return strdup(*str);
155 return NULL
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
33 #define RETURN 16
FuzzyLexer.h 22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
38 #define RETURN 7
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
38 #define RETURN 7
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 63 #define RETURN 0xC3
87 return(last.status);
106 return(-1);
112 return(-1);
122 return -1;
131 return -1;
139 *eip++ = RETURN;
145 return(-1);
149 return(0);
224 return(-1)
    [all...]
  /external/bzip2/
decompress.c 40 #define RETURN(rrr) \
54 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
79 RETURN(BZ_DATA_ERROR); \
92 RETURN(BZ_DATA_ERROR); \
100 RETURN(BZ_DATA_ERROR); \
198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC);
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC);
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC);
208 s->blockSize100k > (BZ_HDR_0 + 9)) RETURN(BZ_DATA_ERROR_MAGIC);
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR)
    [all...]
  /external/chromium_org/webkit/browser/appcache/
manifest_parser.cc 52 return false;
54 return annotation == L"isPattern";
68 RETURN,
120 return false;
130 return false;
135 return false;
262 if (type == L"return") {
263 verb = RETURN;
367 return true;
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 49 RETURN,
95 /// isLegalAddressingMode - Return true if the addressing mode represented
102 /// getFunctionAlignment - Return the Log2 alignment of this function.
107 return MVT::getVectorVT(MVT::i1, VT.getVectorNumElements());
108 return MVT::i1;
141 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; }
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 171 /** {@code T: return type for the method; x: T; return x} */
172 public static final int RETURN = 33;
310 * @return {@code non-null;} its name
314 case NOP: return "nop";
315 case MOVE: return "move";
316 case MOVE_PARAM: return "move-param";
317 case MOVE_EXCEPTION: return "move-exception";
318 case CONST: return "const";
319 case GOTO: return "goto"
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 171 /** {@code T: return type for the method; x: T; return x} */
172 public static final int RETURN = 33;
310 * @return {@code non-null;} its name
314 case NOP: return "nop";
315 case MOVE: return "move";
316 case MOVE_PARAM: return "move-param";
317 case MOVE_EXCEPTION: return "move-exception";
318 case CONST: return "const";
319 case GOTO: return "goto"
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 171 /** {@code T: return type for the method; x: T; return x} */
172 public static final int RETURN = 33;
310 * @return {@code non-null;} its name
314 case NOP: return "nop";
315 case MOVE: return "move";
316 case MOVE_PARAM: return "move-param";
317 case MOVE_EXCEPTION: return "move-exception";
318 case CONST: return "const";
319 case GOTO: return "goto"
    [all...]
  /external/iptables/libiptc/
libip4tc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
116 #define RETURN IPT_RETURN
165 : pos == RETURN ? "RETURN"
173 return 0;
190 return NULL;
194 return NULL;
197 return NULL;
199 return NULL;
202 return NULL
    [all...]

Completed in 364 milliseconds

1 2 3 4