Home
last modified time | relevance | path

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

/third_party/json/doc/mkdocs/docs/api/basic_json/
Dto_ubjson.md6 const bool use_size = false,
11 const bool use_size = false, const bool use_type = false);
13 const bool use_size = false, const bool use_type = false);
30 `use_size` (in)
34 : whether to add type annotations to container types (must be combined with `#!cpp use_size = tru…
/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.h457 bool use_size; member
492 bool use_size; member
Devdev-mt-touchpad.c1030 if (!tp->palm.use_size) in tp_palm_detect_touch_size_triggered()
3340 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.c232 size_t use_size = blen > n_size ? n_size : blen; in derive_mpi() local
234 MBEDTLS_MPI_CHK( mbedtls_mpi_read_binary( x, buf, use_size ) ); in derive_mpi()
235 if( use_size * 8 > grp->nbits ) in derive_mpi()
236 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( x, use_size * 8 - grp->nbits ) ); in derive_mpi()
/third_party/json/include/nlohmann/
Djson.hpp7509 const bool use_size = false, in to_ubjson() argument
7513 to_ubjson(j, result, use_size, use_type); in to_ubjson()
7518 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
7520 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
7524 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
7526 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.hpp24910 const bool use_size = false, in to_ubjson() argument
24914 to_ubjson(j, result, use_size, use_type); in to_ubjson()
24919 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
24921 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
24925 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
24927 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()