Home
last modified time | relevance | path

Searched defs:RETURN (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DRETURN.java26 public class RETURN extends ReturnInstruction { class
28 public RETURN() { in RETURN() method in RETURN
/aosp_15_r20/bionic/libc/arch-x86_64/string/
H A Dsse2-strcat-slm.S71 #define RETURN jmp L(Strcpy) macro
75 #define RETURN ret macro
H A Dsse2-strlen-slm.S63 #define RETURN ret macro
H A Dssse3-strcmp-slm.S76 #define RETURN ret macro
H A Dsse2-strcpy-slm.S75 # define RETURN ret macro
H A Dsse2-memmove-slm.S94 #define RETURN RETURN_END; macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/menu/
H A Dmf_common.h76 #define RETURN(code) returnCode( SET_ERROR(code) ) macro
78 #define RETURN(code) return( SET_ERROR(code) ) macro
/aosp_15_r20/bionic/libc/arch-x86/string/
H A Dsse2-strlen-atom.S82 # define RETURN ret macro
97 # define RETURN POP (%edi); ret; CFI_PUSH(%edi); macro
H A Dssse3-strcmp-atom.S92 # define RETURN ret macro
99 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp) macro
H A Dssse3-strcpy-atom.S90 # define RETURN POP (%ebx); ret; CFI_PUSH (%ebx); macro
95 # define RETURN ret macro
H A Dsse2-strcpy-slm.S93 # define RETURN POP(%edi); POP(%esi); POP(%ebx); ret; CFI_PUSH(%ebx); CFI_PUSH(%edi); CFI_PUSH(%ed… macro
97 # define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi); macro
H A Dsse2-strrchr-atom.S83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi); macro
H A Dsse2-memset-slm.S63 # define RETURN RETURN_END; CFI_PUSH(%ebx) macro
H A Dsse2-strchr-atom.S83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi); macro
H A Dsse2-memchr-atom.S83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi); macro
H A Dssse3-memcmp-atom.S98 #define RETURN RETURN_END; cfi_restore_state; cfi_remember_state macro
H A Dssse3-strcat-atom.S109 #define RETURN jmp L(StrcpyAtom) macro
H A Dsse2-memmove-slm.S94 #define RETURN RETURN_END; CFI_PUSH (%ebx) macro
/aosp_15_r20/device/google/contexthub/firmware/lib/libc/
Dmemset.c46 #define RETURN return macro
/aosp_15_r20/bionic/libc/arch-riscv64/string/
H A Dmemset.c44 #define RETURN return (dst0) macro
/aosp_15_r20/out/soong/.intermediates/external/one-true-awk/awkgram.tab.h/gen/
Dawkgram.tab.h139 RETURN = 340, /* RETURN */ enumerator
242 #define RETURN 340 macro
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fork/
H A Dfork13.c50 #define RETURN 256 macro
/aosp_15_r20/external/nist-sip/java/gov/nist/core/
H A DSeparators.java46 public static final String RETURN = "\n"; field
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.h33 #define RETURN 16 macro
H A DFuzzyLexer.h38 #define RETURN 7 macro

12345678910>>...12