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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86_64/string/
sse2-strcat-slm.S 71 #define RETURN jmp L(Strcpy)
74 #undef RETURN
75 #define RETURN ret
sse2-strcpy-slm.S 75 # define RETURN ret
576 RETURN
590 RETURN
605 RETURN
619 RETURN
634 RETURN
650 RETURN
666 RETURN
680 RETURN
695 RETURN
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 50 GETC() Return the value of the next character in the regular
51 expression pattern. Successive calls should return
54 PEEKC() Return the value of the next character in the regular
56 PEEKC() should return the same character which should
62 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
66 ERROR(val) Used for abnormal return from `compile'. `val' is the
187 RETURN (36);
189 RETURN (25);
191 RETURN (49);
193 RETURN (42)
    [all...]
  /device/google/contexthub/firmware/lib/libc/
memset.c 46 #define RETURN return
55 #define RETURN return (dst0)
88 RETURN;
124 RETURN;
arm_asm.h 66 .macro RETURN cond=
81 asm(".macro RETURN cond=\n\t"
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
MethodSanitizerTest.java 47 sanitizer.visitInsn(Opcodes.RETURN);
56 expected.visitInsn(Opcodes.RETURN);
70 sanitizer.visitInsn(Opcodes.RETURN);
77 expected.visitInsn(Opcodes.RETURN);
91 sanitizer.visitInsn(Opcodes.RETURN);
98 expected.visitInsn(Opcodes.RETURN);
111 sanitizer.visitInsn(Opcodes.RETURN);
118 expected.visitInsn(Opcodes.RETURN);
130 sanitizer.visitInsn(Opcodes.RETURN);
134 expected.visitInsn(Opcodes.RETURN);
    [all...]
  /bionic/libc/arch-x86/atom/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-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...]
sse2-strlen-atom.S 82 # define RETURN ret
96 # undef RETURN
97 # define RETURN POP (%edi); ret; CFI_PUSH(%edi);
351 RETURN
362 RETURN
376 RETURN
388 RETURN
433 RETURN
456 RETURN
469 RETURN
    [all...]
sse2-wcslen-atom.S 62 # define RETURN ret
244 RETURN
252 RETURN
257 RETURN
262 RETURN
267 RETURN
272 RETURN
277 RETURN
282 RETURN
287 RETURN
    [all...]
ssse3-wcscat-atom.S 93 #define RETURN jmp L(WcscpyAtom)
110 #undef RETURN
111 #define RETURN POP(%edi); ret; CFI_PUSH(%edi)
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...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 51 #define RETURN(x) EXIT_FUNC(); return x;
59 RETURN((new omx_venc));
144 RETURN(eRet);
162 RETURN(OMX_ErrorInsufficientResources);
249 RETURN(OMX_ErrorUndefined);
280 RETURN(OMX_ErrorUnsupportedSetting);
297 RETURN(OMX_ErrorUndefined);
309 RETURN(OMX_ErrorUndefined);
342 RETURN(OMX_ErrorUndefined)
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 51 #define RETURN(x) EXIT_FUNC(); return x;
59 RETURN((new omx_venc));
144 RETURN(eRet);
162 RETURN(OMX_ErrorInsufficientResources);
249 RETURN(OMX_ErrorUndefined);
280 RETURN(OMX_ErrorUnsupportedSetting);
297 RETURN(OMX_ErrorUndefined);
309 RETURN(OMX_ErrorUndefined);
342 RETURN(OMX_ErrorUndefined)
    [all...]
  /external/eigen/blas/fortran/
complexdots.f 9 RETURN
20 RETURN
31 RETURN
42 RETURN
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
unwind-1.d 12 Return register: B3
17 0xe7 RETURN
27 Return register: B3
33 Return register: B3
38 0xe7 RETURN
44 Return register: B3
50 Return register: B3
56 Return register: B3
62 Return register: B3
68 Return register: B
    [all...]
unwind-2.d 12 Return register: B3
17 0xe7 RETURN
27 Return register: B3
33 Return register: B3
38 0xe7 RETURN
44 Return register: B3
50 Return register: B3
56 Return register: B3
62 Return register: B3
68 Return register: B
    [all...]
  /art/compiler/optimizing/
liveness_test.cc 113 Instruction::RETURN);
128 "Block 2\n" // block with return
142 Instruction::RETURN);
154 // return a;
175 "Block 4\n" // return block
190 Instruction::RETURN | 0 << 8);
201 // return a;
218 "Block 3\n" // return block
235 Instruction::RETURN | 0 << 8);
246 // return;
    [all...]
find_loops_test.cc 47 Instruction::RETURN);
61 Instruction::RETURN);
76 Instruction::RETURN | 0 << 8);
89 Instruction::RETURN | 0 << 8);
128 // return;
142 TestBlock(graph, 4, false, kInvalidBlockId); // return block
152 // return a;
159 Instruction::RETURN | 0 << 8);
169 TestBlock(graph, 5, false, kInvalidBlockId); // return block
182 Instruction::RETURN | 0 << 8)
    [all...]
ssa_test.cc 55 std::string str() const { return str_; }
146 " 7: Return(6)\n"
157 Instruction::RETURN | 0 << 8);
180 " 9: Return(8)\n"
190 Instruction::RETURN | 0 << 8);
213 " 9: Return(6)\n"
223 Instruction::RETURN | 0 << 8);
275 " 9: Return(1)\n"
285 Instruction::RETURN | 1 << 8);
309 " 9: Return(4)\n
    [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/ltp/tools/pounder21/test_scripts/
ipmitool 6 RETURN=$?
7 if [ $RETURN -ne 0 ]; then
8 echo "Test ipmitool $* failed with code $RETURN."
33 RETURN=$?
34 if [ $RETURN -ne 0 ]; then
35 echo "Could not start driver with code $RETURN."
  /external/nist-sip/java/gov/nist/core/
Separators.java 46 public static final String RETURN = "\n";
  /bionic/libc/arch-x86/silvermont/string/
sse2-strcpy-slm.S 93 # define RETURN POP(%edi); POP(%esi); POP(%ebx); ret; CFI_PUSH(%ebx); CFI_PUSH(%edi); CFI_PUSH(%edi);
97 # define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
902 RETURN
915 RETURN
929 RETURN
944 RETURN
958 RETURN
973 RETURN
989 RETURN
1005 RETURN
    [all...]

Completed in 438 milliseconds

1 2 3 4 5 6 7 8 91011>>