Home
last modified time | relevance | path

Searched defs:OpResult (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/engine/
H A Dgraphics_state.rs42 pub(super) fn op_svtca(&mut self, opcode: u8) -> OpResult { in op_svtca()
82 pub(super) fn op_svtl(&mut self, opcode: u8) -> OpResult { in op_svtl()
107 pub(super) fn op_sfvtpv(&mut self) -> OpResult { in op_sfvtpv()
124 pub(super) fn op_sdpvtl(&mut self, opcode: u8) -> OpResult { in op_sdpvtl()
153 pub(super) fn op_spvfs(&mut self) -> OpResult { in op_spvfs()
176 pub(super) fn op_sfvfs(&mut self) -> OpResult { in op_sfvfs()
196 pub(super) fn op_gpv(&mut self) -> OpResult { in op_gpv()
213 pub(super) fn op_gfv(&mut self) -> OpResult { in op_gfv()
229 pub(super) fn op_srp0(&mut self) -> OpResult { in op_srp0()
245 pub(super) fn op_srp1(&mut self) -> OpResult { in op_srp1()
[all …]
H A Dlogical.rs23 pub(super) fn op_lt(&mut self) -> OpResult { in op_lt()
41 pub(super) fn op_lteq(&mut self) -> OpResult { in op_lteq()
58 pub(super) fn op_gt(&mut self) -> OpResult { in op_gt()
76 pub(super) fn op_gteq(&mut self) -> OpResult { in op_gteq()
93 pub(super) fn op_eq(&mut self) -> OpResult { in op_eq()
110 pub(super) fn op_neq(&mut self) -> OpResult { in op_neq()
130 pub(super) fn op_odd(&mut self) -> OpResult { in op_odd()
151 pub(super) fn op_even(&mut self) -> OpResult { in op_even()
171 pub(super) fn op_and(&mut self) -> OpResult { in op_and()
190 pub(super) fn op_or(&mut self) -> OpResult { in op_or()
[all …]
H A Darith.rs20 pub(super) fn op_add(&mut self) -> OpResult { in op_add()
34 pub(super) fn op_sub(&mut self) -> OpResult { in op_sub()
49 pub(super) fn op_div(&mut self) -> OpResult { in op_div()
69 pub(super) fn op_mul(&mut self) -> OpResult { in op_mul()
83 pub(super) fn op_abs(&mut self) -> OpResult { in op_abs()
97 pub(super) fn op_neg(&mut self) -> OpResult { in op_neg()
110 pub(super) fn op_floor(&mut self) -> OpResult { in op_floor()
123 pub(super) fn op_ceiling(&mut self) -> OpResult { in op_ceiling()
137 pub(super) fn op_max(&mut self) -> OpResult { in op_max()
151 pub(super) fn op_min(&mut self) -> OpResult { in op_min()
H A Dstack.rs22 pub(super) fn op_dup(&mut self) -> OpResult { in op_dup()
36 pub(super) fn op_pop(&mut self) -> OpResult { in op_pop()
51 pub(super) fn op_clear(&mut self) -> OpResult { in op_clear()
68 pub(super) fn op_swap(&mut self) -> OpResult { in op_swap()
82 pub(super) fn op_depth(&mut self) -> OpResult { in op_depth()
98 pub(super) fn op_cindex(&mut self) -> OpResult { in op_cindex()
113 pub(super) fn op_mindex(&mut self) -> OpResult { in op_mindex()
131 pub(super) fn op_roll(&mut self) -> OpResult { in op_roll()
169 pub(super) fn op_push(&mut self, args: &Args) -> OpResult { in op_push()
H A Dmod.rs13 pub type OpResult = Result<(), HintErrorKind>; typedef
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h134 struct OpResult { struct
135 CordRepBtree* tree;
136 Action action;
H A Dcord_rep_btree.cc45 using OpResult = CordRepBtree::OpResult; typedef
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcord_rep_btree.h134 struct OpResult { struct
135 CordRepBtree* tree;
136 Action action;
H A Dcord_rep_btree.cc46 using OpResult = CordRepBtree::OpResult; typedef
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h142 struct OpResult { struct
143 CordRepBtree* tree;
144 Action action;
H A Dcord_rep_btree.cc47 using OpResult = CordRepBtree::OpResult; typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h142 struct OpResult { struct
143 CordRepBtree* tree;
144 Action action;
H A Dcord_rep_btree.cc47 using OpResult = CordRepBtree::OpResult; typedef
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h142 struct OpResult { struct
143 CordRepBtree* tree;
144 Action action;
H A Dcord_rep_btree.cc47 using OpResult = CordRepBtree::OpResult; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.h134 struct OpResult { struct
135 CordRepBtree* tree;
136 Action action;
Dcord_rep_btree.cc46 using OpResult = CordRepBtree::OpResult; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp508 const std::set<Value *> &OpResult = getBaseValues(Op, DT, Visited); in getBaseValues() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp534 std::set<Value *> OpResult = getBaseValues(Op, DT, Visited); in getBaseValues() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2580 auto SetResult = [&](Value *OpResult, Constant *OverflowVal, bool ReuseName) { in OptimizeOverflowCheck()