Home
last modified time | relevance | path

Searched defs:range_count (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/geometry/algorithms/
Dnum_segments.hpp45 struct range_count struct
48 static inline std::size_t apply(Range const& range) in apply()
Dnum_points.hpp61 struct range_count struct
64 static inline std::size_t apply(Range const& range) in apply()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.h59 uint32_t range_count; member
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dtensor_summary.cc143 for (auto &range_count : range_counts_) { in SummarizeTensor() local
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c945 uint32_t range_count = 0; in re_parse_char_class() local
Dre-bytecode.c564 uint32_t range_count = (flags & RE_CLASS_HAS_RANGES) ? re_get_value (&bytecode_p) : 0; in re_dump_bytecode() local
/third_party/boost/boost/geometry/algorithms/detail/sections/
Dsectionalize.hpp101 std::size_t range_count; member
/third_party/python/Objects/
Drangeobject.c559 range_count(rangeobject *r, PyObject *ob) in range_count() function
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c720 uint64_t bo_size = 0, bo_count = 0, range_count = 0; in radv_CreateDescriptorPool() local
Dradv_meta_clear.c2332 uint32_t range_count, const VkImageSubresourceRange *ranges, bool cs) in radv_cmd_clear_image()
/third_party/freetype/include/freetype/internal/
Dcfftypes.h286 FT_UInt range_count; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h286 FT_UInt range_count; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h287 FT_UInt range_count; member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1391 uint32_t range_count = (flags & RE_CLASS_HAS_RANGES) ? re_get_value (&bc_p) : 0; in ecma_regexp_run() local