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

1 2 3 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
50 expression pattern. Successive calls should return
53 PEEKC() Return the value of the next character in the regular
55 PEEKC() should return the same character which should
61 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
65 ERROR(val) Used for abnormal return from `compile'. `val' is the
182 RETURN (36);
184 RETURN (25);
186 RETURN (49);
188 RETURN (42)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
50 expression pattern. Successive calls should return
53 PEEKC() Return the value of the next character in the regular
55 PEEKC() should return the same character which should
61 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
65 ERROR(val) Used for abnormal return from `compile'. `val' is the
182 RETURN (36);
184 RETURN (25);
186 RETURN (49);
188 RETURN (42)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
50 expression pattern. Successive calls should return
53 PEEKC() Return the value of the next character in the regular
55 PEEKC() should return the same character which should
61 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
65 ERROR(val) Used for abnormal return from `compile'. `val' is the
182 RETURN (36);
184 RETURN (25);
186 RETURN (49);
188 RETURN (42)
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_COMPARETO.S 5 * return negative if this's string is < comp, 0 if they are the
21 RETURN
60 * a3: value to return if the first part of the string is equal
76 RETURN
82 RETURN
96 RETURN
102 RETURN
108 RETURN
132 RETURN
138 RETURN
    [all...]
TEMPLATE_MUL_LONG.S 5 * For JIT: op1 in a0/a1, op2 in a2/a3, return in v0/v1
27 RETURN
TEMPLATE_SQRT_DOUBLE_VFP.S 23 RETURN
TEMPLATE_STRING_INDEXOF.S 5 * return index of match of a1 in v0.
91 RETURN
96 RETURN
101 RETURN
106 RETURN
111 RETURN
TEMPLATE_CMP_LONG.S 4 * x = y return 0
5 * x < y return -1
6 * x > y return 1
27 RETURN
TEMPLATE_PERIODIC_PROFILING.S 8 * actually exists 16 bytes before the return target for mips.
23 RETURN
TEMPLATE_SHL_LONG.S 17 RETURN
TEMPLATE_USHR_LONG.S 17 RETURN
funop.S 30 RETURN
funopNarrower.S 33 RETURN
funopWider.S 29 RETURN
TEMPLATE_SHR_LONG.S 18 RETURN
fbinop.S 38 RETURN
  /external/eigen/blas/
complexdots.f 9 RETURN
20 RETURN
31 RETURN
42 RETURN
  /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...]
  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 63 #define RETURN ret
281 RETURN
306 RETURN
311 RETURN
315 RETURN
319 RETURN
323 RETURN
327 RETURN
331 RETURN
335 RETURN
    [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...]
  /dalvik/vm/compiler/template/armv5te/
TemplateOpList.h 25 JIT_TEMPLATE(RETURN)
  /external/javassist/src/main/javassist/bytecode/analysis/
Util.java 29 return pos;
33 return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == JSR_W || opcode == GOTO_W;
37 return opcode == GOTO || opcode == GOTO_W;
41 return opcode == JSR || opcode == JSR_W;
45 return (opcode >= IRETURN && opcode <= RETURN);
  /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...]

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 910