/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | PUSH.java | 28 public final class PUSH implements CompoundInstruction, VariableLengthInstruction, InstructionConst… class 39 public PUSH(final ConstantPoolGen cp, final int value) { in PUSH() method in PUSH 56 public PUSH(final ConstantPoolGen cp, final boolean value) { in PUSH() method in PUSH 65 public PUSH(final ConstantPoolGen cp, final float value) { in PUSH() method in PUSH 82 public PUSH(final ConstantPoolGen cp, final long value) { in PUSH() method in PUSH 97 public PUSH(final ConstantPoolGen cp, final double value) { in PUSH() method in PUSH 112 public PUSH(final ConstantPoolGen cp, final String value) { in PUSH() method in PUSH 126 public PUSH(final ConstantPoolGen cp, final ObjectType value) { in PUSH() method in PUSH 138 public PUSH(final ConstantPoolGen cp, final Number value) { in PUSH() method in PUSH 160 public PUSH(final ConstantPoolGen cp, final Character value) { in PUSH() method in PUSH [all …]
|
/aosp_15_r20/external/libopus/celt/ |
H A D | stack_alloc.h | 151 #define PUSH(stack, size, type) (VALGRIND_MAKE_MEM_NOACCESS(stack, global_stack_top-stack),ALIGN((s… macro 158 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)/(sizeof(char))),(stack)+=(size)*(sizeof… macro
|
/aosp_15_r20/art/runtime/arch/x86/ |
H A D | memcmp16_x86.S | 35 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | GceRemoteCmdFormatter.java | 30 PUSH, enumConstant
|
/aosp_15_r20/bionic/libc/arch-x86/string/ |
H A D | sse2-strlen-slm.S | 82 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | sse2-strrchr-atom.S | 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | sse2-memset-slm.S | 51 #define PUSH(REG) pushl REG; CFI_PUSH(REG) macro
|
H A D | sse2-strchr-atom.S | 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | sse2-strlen-atom.S | 94 # define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | sse2-memchr-atom.S | 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | ssse3-memcmp-atom.S | 90 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | ssse3-strcat-atom.S | 86 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | ssse3-strcmp-atom.S | 86 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | sse2-memmove-slm.S | 88 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | ssse3-strcpy-atom.S | 80 # define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | sse4-memcmp-slm.S | 90 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
H A D | sse2-strcpy-slm.S | 78 #define PUSH(REG) pushl REG; CFI_PUSH (REG) macro
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/gpu_cmd/ |
H A D | gpu_cmd_factory.cpp | 34 #define PUSH(CMD_TYPE) gpuCmds.push_back(make_shared<CMD_TYPE>()) macro
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/ |
H A D | codec_def_encode_hevc_trace.h | 32 #define PUSH(member) data.push_back(obj.member) macro
|
/aosp_15_r20/bionic/libc/arch-x86_64/string/ |
H A D | sse2-memmove-slm.S | 89 #define PUSH(REG) push REG; macro
|
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta3/ |
H A D | queue.proto | 85 PUSH = 2; enumerator
|
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/ |
H A D | queue.proto | 85 PUSH = 2; enumerator
|
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | HidDefs.h | 92 PUSH, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/ |
D | macros.rs | 405 macro_rules! PUSH { macro
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak_nir_lower_tex.c | 145 #define PUSH(a, x) do { \ in lower_tex() macro
|