/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | to_ubjson.md | 6 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…
|
D | to_bjdata.md | 6 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/ |
D | evdev-mt-touchpad-thumb.c | 105 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()
|
D | evdev-mt-touchpad.h | 457 bool use_size; member 492 bool use_size; member
|
D | evdev-mt-touchpad.c | 1030 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/ |
D | ubjson.md | 64 …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…
|
D | bjdata.md | 89 …- 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/ |
D | ecdsa.c | 220 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/ |
D | json.hpp | 4251 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/ |
D | ScheduleDAGFast.cpp | 724 unsigned Degree = N->use_size(); in Schedule()
|
D | DAGCombiner.cpp | 11559 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/ |
D | json.hpp | 23429 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/ |
D | SelectionDAGNodes.h | 738 size_t use_size() const { return std::distance(use_begin(), use_end()); }
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 21057 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/ |
D | HexagonISelDAGToDAG.cpp | 2086 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/ |
D | ARMISelLowering.cpp | 5778 if (N->use_size() != 1 || ZeroExtend->getOpcode() != ISD::ZERO_EXTEND || in ExpandBITCAST()
|