Home
last modified time | relevance | path

Searched defs:shift (Results 226 - 250 of 722) sorted by relevance

12345678910>>...29

/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c115 FT_Int shift = 0; in FT_BASE_DEF() local
851 FT_Int sx = 1, sy = 1, shift; FT_BASE_DEF() local
886 x <<= shift; FT_BASE_DEF() local
887 y <<= shift; FT_BASE_DEF() local
[all...]
H A Dftoutln.c64 FT_Int shift; in FT_EXPORT_DEF() local
935 FT_Vector in, out, anchor, shift; in FT_EXPORT_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-map.hh52 unsigned int shift; member
H A Dhb-ot-tag.cc532 int shift; in hb_ot_tags_to_script_and_language() local
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp48 int shift = static_cast<int>(channel) * 8; in look_up() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h283 void shift(unsigned i, unsigned Size) { in shift() function in llvm::IntervalMapImpl::NodeBase
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.cc722 uint32_t TypeEncodingValue(Shift shift) { in TypeEncodingValue() argument
727 AmountEncodingValue(Shift shift, uint32_t amount) AmountEncodingValue() argument
[all...]
/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.cc556 int shift = sampled_bits[i] * 2; in GenerateOrderedPattern() local
H A Doperands-aarch64.cc153 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() argument
268 MemOperand(Register base, Register regoffset, Shift shift, unsigned shift_amount) MemOperand() argument
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc141 ShiftType shift; member
891 ShiftType shift in TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc141 ShiftType shift; member
891 ShiftType shift in TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc141 ShiftType shift; member
901 ShiftType shift in TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc141 ShiftType shift; member
901 ShiftType shift in TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-rs-a32.cc141 ShiftType shift; member
1098 ShiftType shift in TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-operand-rn-shift-rs-t32.cc135 ShiftType shift; member
1086 ShiftType shift = kTests[i].operands.shift; in TestHelper() local
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc154 ShiftType shift; member
1449 ShiftType shift = kTests[i].operands.shift; TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc154 ShiftType shift; member
1449 ShiftType shift = kTests[i].operands.shift; TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc154 ShiftType shift; member
1459 ShiftType shift = kTests[i].operands.shift; TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc154 ShiftType shift; member
1459 ShiftType shift = kTests[i].operands.shift; TestHelper() local
[all...]
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-rs-a32.cc154 ShiftType shift; member
2154 ShiftType shift = kTests[i].operands.shift; TestHelper() local
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php185 $shift = 0; variable
/third_party/protobuf/src/google/protobuf/stubs/
H A Dport.h318 int shift = (1 << i); in Log2FloorNonZero_Portable() local
/third_party/rust/crates/memchr/src/memmem/
H A Dtwoway.rs161 let mut shift = 0; find_small_imp() variables
319 let mut shift = nlen; rfind_small_imp() variables
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers.cc347 int shift = countl_zero(result.first); in PowFive() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dcity.cc71 static uint32_t Rotate32(uint32_t val, int shift) { in Rotate32() argument
196 static uint64_t Rotate(uint64_t val, int shift) { in Rotate() argument

Completed in 32 milliseconds

12345678910>>...29