Home
last modified time | relevance | path

Searched defs:writeback (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython3/Lib/
Dshelve.py84 def __init__(self, dict, protocol=None, writeback=False, argument
188 def __init__(self, dict, protocol=None, writeback=False, argument
225 def __init__(self, filename, flag='c', protocol=None, writeback=False): argument
237 def open(filename, flag='c', protocol=None, writeback=False): argument
/external/mesa3d/src/panfrost/lib/
Dpan_format.c55 #define BFMT2(pipe, internal, writeback, srgb) \ argument
62 #define BFMT2(pipe, internal, writeback, srgb) \ argument
76 #define BFMT_SRGB(pipe, writeback) \ argument
Dpan_format.h53 /* enum mali_mfbd_color_format */ uint16_t writeback; member
/external/capstone/bindings/java/capstone/
DArm.java95 public byte writeback; field in Arm.UnionOpInfo
136 public boolean writeback; field in Arm.OpInfo
DArm64.java117 public boolean writeback; field in Arm64.OpInfo
/external/capstone/bindings/ocaml/
Darm64.ml44 writeback: bool; RecordField
Darm.ml52 writeback: bool; RecordField
/external/capstone/
DMCInst.h105 bool writeback; // writeback for ARM member
/external/clang/lib/CodeGen/
DCGCall.h93 Writeback writeback = { srcLV, temporary, toUse }; in addWriteback() local
DCGCall.cpp2912 const CallArgList::Writeback &writeback) { in emitWriteback()
/external/autotest/tko/parsers/test/
Dscenario_base.py246 def shelve_open(filename, flag='c', protocol=None, writeback=False): argument
/external/crosvm/devices/src/virtio/fs/
Dconfig.rs248 pub writeback: bool, field
Dpassthrough.rs705 writeback: AtomicBool, field
937 let writeback = self.writeback.load(Ordering::Relaxed); in update_open_flags() localVariable
/external/clang/docs/
DAutomaticReferenceCounting.rst1060 .. _arc.ownership.restrictions.records:
/external/crosvm/devices/src/virtio/
Ddevice_constants.rs74 pub writeback: u8, field
/external/capstone/arch/ARM/
DARMDisassembler.c1524 bool writeback; in DecodeAddrMode2IdxInstruction() local
1686 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
4965 bool writeback = (W == 1) | (P == 0); in DecodeT2LDRDPreInstruction() local
5002 bool writeback = (W == 1) | (P == 0); in DecodeT2STRDPreInstruction() local
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1528 bool writeback = (P == 0) || (W == 1); in DecodeAddrMode2IdxInstruction() local
1635 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
5010 bool writeback = (W == 1) | (P == 0); in DecodeT2LDRDPreInstruction() local
5047 bool writeback = (W == 1) | (P == 0); in DecodeT2STRDPreInstruction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp2097 bool writeback = (P == 0) || (W == 1); in DecodeAddrMode2IdxInstruction() local
2218 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
5885 bool writeback = (W == 1) | (P == 0); in DecodeT2LDRDPreInstruction() local
5922 bool writeback = (W == 1) | (P == 0); in DecodeT2STRDPreInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1880 bool writeback = (P == 0) || (W == 1); in DecodeAddrMode2IdxInstruction() local
1987 bool writeback = (W == 1) | (P == 0); in DecodeAddrMode3Instruction() local
5537 bool writeback = (W == 1) | (P == 0); in DecodeT2LDRDPreInstruction() local
5574 bool writeback = (W == 1) | (P == 0); in DecodeT2STRDPreInstruction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp1583 unsigned writeback = fieldFromInstruction(insn, 11, 1); in DecodeAuthLoadInstruction() local
/external/skia/src/sksl/codegen/
DSkSLWGSLCodeGenerator.cpp3474 STArray<16, std::unique_ptr<LValue>> writeback; in assembleFunctionCall() local
/external/capstone/include/capstone/
Darm.h432 bool writeback; ///< does this insn write-back? member
Darm64.h661 bool writeback; ///< does this insn request writeback? 'True' means 'yes' member
/external/bcc/libbpf-tools/x86/
Dvmlinux.h23453 user_regset_writeback_fn *writeback; member
48480 unsigned int writeback; member
56048 atomic_long_t writeback; member
57254 long unsigned int writeback; member
95358 void *writeback; member
Dvmlinux_518.h23453 user_regset_writeback_fn *writeback; member
48480 unsigned int writeback; member
56048 atomic_long_t writeback; member
57254 long unsigned int writeback; member
95358 void *writeback; member

12