/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ioctl/ |
D | patterns.rs | 42 const OPCODE: self::Opcode = Opcode::OPCODE; constant 92 const OPCODE: self::Opcode = Opcode::OPCODE; constant 145 const OPCODE: self::Opcode = Opcode::OPCODE; constant 189 const OPCODE: self::Opcode = Opcode::OPCODE; constant 203 const OPCODE: Opcode; constant 210 const OPCODE: Opcode = Opcode::old(OPCODE); constant 221 const OPCODE: Opcode = Opcode::read::<Data>(GROUP, NUM); constant 232 const OPCODE: Opcode = Opcode::write::<Data>(GROUP, NUM); constant 243 const OPCODE: Opcode = Opcode::read_write::<Data>(GROUP, NUM); constant 255 const OPCODE: Opcode = Opcode::none::<Data>(GROUP, NUM); constant
|
D | mod.rs | 157 const OPCODE: Opcode; constant
|
/aosp_15_r20/system/secretkeeper/comm/src/data_types/ |
H A D | request_response_impl.rs | 53 const OPCODE: Opcode = Opcode::GetVersion; constant 100 const OPCODE: Opcode = Opcode::StoreSecret; constant 142 const OPCODE: Opcode = Opcode::GetSecret; constant
|
H A D | request.rs | 33 const OPCODE: Opcode; constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/ |
D | ioctl.rs | 40 const OPCODE: ioctl::Opcode = ioctl::Opcode::old(c::TIOCSCTTY as ioctl::RawOpcode); constant
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstCount.cpp | 30 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 42 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | InstCount.cpp | 31 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 44 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | InstCount.cpp | 31 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 43 #define HANDLE_INST(N, OPCODE, CLASS) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/ |
D | pty.rs | 195 const OPCODE: ioctl::Opcode = ioctl::Opcode::old(c::TIOCGPTPEER as ioctl::RawOpcode); constant
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_info.c | 38 #define OPCODE(_num_dst, _num_src, _output_mode, name, ...) \ macro 76 #define OPCODE(_num_dst, _num_src, _output_mode, name, ...) #name, macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/fs/ |
D | ioctl.rs | 82 const OPCODE: ioctl::Opcode = ioctl::Opcode::old(c::FICLONE as ioctl::RawOpcode); constant
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstVisitor.h | 26 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 124 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 156 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_mem.h | 82 #define EMIT_R_MR(OPCODE, X, Y ) \ argument 86 #define EMIT_R_MR_OFFSET(OPCODE, X, Y, OFFSET) \ argument
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | Mnemonic.java | 35 String[] OPCODE = { field
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/builder/instruction/ |
H A D | BuilderSparseSwitchPayload.java | 48 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD; field in BuilderSparseSwitchPayload
|
H A D | BuilderPackedSwitchPayload.java | 48 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD; field in BuilderPackedSwitchPayload
|
H A D | BuilderArrayPayload.java | 44 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD; field in BuilderArrayPayload
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/instruction/ |
H A D | ImmutablePackedSwitchPayload.java | 45 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD; field in ImmutablePackedSwitchPayload
|
H A D | ImmutableSparseSwitchPayload.java | 44 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD; field in ImmutableSparseSwitchPayload
|