Home
last modified time | relevance | path

Searched defs:hi1 (Results 1 – 24 of 24) sorted by relevance

/external/rust/crates/ring/pregenerated/
Dsha512-armv4-ios32.S84 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1 argument
88 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1 argument
Dsha512-armv4-linux32.S85 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1 argument
89 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1 argument
/external/openscreen/third_party/boringssl/linux-arm/crypto/fipsmodule/
Dsha512-armv4.S88 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1 argument
92 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1 argument
/external/boringssl/linux-arm/crypto/fipsmodule/
Dsha512-armv4.S88 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1 argument
92 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1 argument
/external/rust/crates/quiche/deps/boringssl/linux-arm/crypto/fipsmodule/
Dsha512-armv4.S88 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1 argument
92 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1 argument
/external/openscreen/third_party/boringssl/ios-arm/crypto/fipsmodule/
Dsha512-armv4.S87 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1 argument
91 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1 argument
/external/rust/crates/quiche/deps/boringssl/ios-arm/crypto/fipsmodule/
Dsha512-armv4.S87 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1 argument
91 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1 argument
/external/boringssl/ios-arm/crypto/fipsmodule/
Dsha512-armv4.S87 # define WORD64(hi0,lo0,hi1,lo1) .word lo0,hi0, lo1,hi1 argument
91 # define WORD64(hi0,lo0,hi1,lo1) .word hi0,lo0, hi1,lo1 argument
/external/python/cpython3/Modules/_decimal/libmpdec/
Dcrt.c47 mpd_uint_t hi1, hi2, lo; in _crt_mulP1P2_3() local
/external/tensorflow/tensorflow/core/lib/random/
Dphilox_random.h234 uint32 hi1; in ComputeSingleRound() local
/external/deqp/framework/common/
DtcuInterval.cpp60 double lo0 = arg0.lo(), hi0 = arg0.hi(), lo1 = arg1.lo(), hi1 = arg1.hi(); in applyMonotone() local
/external/rust/crates/gdbstub/src/arch/mips/reg/
Dmips.rs61 pub hi1: U, field
/external/freetype/src/base/
Dfttrigon.c86 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale() local
Dftcalc.c283 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc135 Benchmark* Benchmark::RangePair(int lo1, int hi1, int lo2, int hi2) { in RangePair()
/external/harfbuzz_ng/src/
Dhb-algs.hh625 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges()
630 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc759 Rune hi1 = std::min<Rune>(hi, 'Z'); in AddRange() local
Dparse.cc370 Rune hi1 = std::min<Rune>(hi, f->hi); in AddFoldedRange() local
/external/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h799 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h834 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair()
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h834 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair()
/external/google-benchmark/include/benchmark/
Dbenchmark.h846 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp240 Value *x32_minus_shift, *pred, *hi1, *hi2; in handleShift() local
/external/freetype/src/truetype/
Dttinterp.c1462 FT_Int32 m, s, hi1, hi2, hi; in TT_DotFix14() local