/third_party/json/doc/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); 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/ |
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/doc/mkdocs/docs/features/binary_formats/ |
D | ubjson.md | 65 `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/ |
D | ecdsa.c | 232 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/ |
D | json.hpp | 7509 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/ |
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/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/single_include/nlohmann/ |
D | json.hpp | 24910 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/ |
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()
|