Home
last modified time | relevance | path

Searched refs:use_size (Results 1 – 12 of 12) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad-thumb.c105 if (tp->thumb.use_size && in tp_thumb_detect_pressure_size()
122 (tp->thumb.use_size || tp->thumb.use_pressure) && in tp_thumb_needs_jail()
436 tp->thumb.use_size = true; in tp_init_thumb()
448 tp->thumb.use_size ? ", size" : ""); in tp_init_thumb()
Devdev-mt-touchpad.h438 bool use_size; member
473 bool use_size; member
Devdev-mt-touchpad.c1033 if (!tp->palm.use_size) in tp_palm_detect_touch_size_triggered()
3330 tp->palm.use_size = true; in tp_init_palmdetect_size()
/third_party/json/doc/mkdocs/docs/features/binary_formats/
Dubjson.md65 `use_size` adds size information to the beginning of a container and
69 parameter must only be used together with `use_size = true`.
71 Note that `use_size = true` alone may result in larger representations -
/third_party/mbedtls/library/
Decdsa.c262 size_t use_size = blen > n_size ? n_size : blen; in derive_mpi() local
264 MBEDTLS_MPI_CHK( mbedtls_mpi_read_binary( x, buf, use_size ) ); in derive_mpi()
265 if( use_size * 8 > grp->nbits ) in derive_mpi()
266 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( x, use_size * 8 - grp->nbits ) ); in derive_mpi()
/third_party/json/include/nlohmann/
Djson.hpp7262 const bool use_size = false, in to_ubjson() argument
7266 to_ubjson(j, result, use_size, use_type); in to_ubjson()
7271 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
7273 binary_writer<uint8_t>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
7277 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
7279 binary_writer<char>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp724 unsigned Degree = N->use_size(); in Schedule()
DDAGCombiner.cpp11559 if (N0.getNode()->use_size() > N1.getNode()->use_size()) in visitFADDForFMACombine()
12688 if (!MinUses || (N1->use_size() * NumElts) < MinUses) in combineRepeatedFPDivisors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h738 size_t use_size() const { return std::distance(use_begin(), use_end()); }
/third_party/json/single_include/nlohmann/
Djson.hpp23750 const bool use_size = false, in to_ubjson() argument
23754 to_ubjson(j, result, use_size, use_type); in to_ubjson()
23759 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
23761 binary_writer<uint8_t>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
23765 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
23767 binary_writer<char>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp2086 GA.Value.hasOneUse() && N->use_size() < 3) { in balanceSubTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5778 if (N->use_size() != 1 || ZeroExtend->getOpcode() != ISD::ZERO_EXTEND || in ExpandBITCAST()