Home
last modified time | relevance | path

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

/third_party/json/docs/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);
32 `use_size` (in)
36 : whether to add type annotations to container types (must be combined with `#!cpp use_size = tru…
Dto_bjdata.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);
32 `use_size` (in)
36 : 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/docs/mkdocs/docs/features/binary_formats/
Dubjson.md64 …The optimized formats for containers are supported: Parameter `use_size` adds size information to …
67 used together with `use_size = true`.
69 …Note that `use_size = true` alone may result in larger representations - the benefit of this param…
Dbjdata.md89 …- Parameter `use_size` adds size information to the beginning of a container and removes the closi…
92 `use_size = true`.
94 …Note that `use_size = true` alone may result in larger representations - the benefit of this param…
/third_party/mbedtls/library/
Decdsa.c220 size_t use_size = blen > n_size ? n_size : blen; in derive_mpi() local
222 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary(x, buf, use_size)); in derive_mpi()
223 if (use_size * 8 > grp->nbits) { in derive_mpi()
224 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(x, use_size * 8 - grp->nbits)); in derive_mpi()
/third_party/json/include/nlohmann/
Djson.hpp4251 const bool use_size = false, in to_ubjson() argument
4255 to_ubjson(j, result, use_size, use_type); in to_ubjson()
4262 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
4264 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
4270 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
4272 binary_writer<char>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
4278 const bool use_size = false, in to_bjdata() argument
4282 to_bjdata(j, result, use_size, use_type); in to_bjdata()
4289 const bool use_size = false, const bool use_type = false) in to_bjdata() argument
4291 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type, true, true); in to_bjdata()
[all …]
/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/json/single_include/nlohmann/
Djson.hpp23429 const bool use_size = false, in to_ubjson() argument
23433 to_ubjson(j, result, use_size, use_type); in to_ubjson()
23440 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
23442 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
23448 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
23450 binary_writer<char>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
23456 const bool use_size = false, in to_bjdata() argument
23460 to_bjdata(j, result, use_size, use_type); in to_bjdata()
23467 const bool use_size = false, const bool use_type = false) in to_bjdata() argument
23469 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type, true, true); in to_bjdata()
[all …]
/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/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp21057 const bool use_size = false, in to_ubjson() argument
21061 to_ubjson(j, result, use_size, use_type); in to_ubjson()
21068 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
21070 binary_writer<std::uint8_t>(o).write_ubjson(j, use_size, use_type); in to_ubjson()
21076 const bool use_size = false, const bool use_type = false) in to_ubjson() argument
21078 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()