Searched refs:ranges (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test262.patch | 47 function buildString({ loneCodePoints, ranges }) { 50 - for (let i = 0; i < ranges.length; i++) { 51 - const range = ranges[i]; 62 + for (const [start, end] of ranges) {
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | aftypes.h | 515 ranges, \ argument 523 ranges, \ 589 ranges, \ argument 597 ac->script_uni_ranges = ranges; \
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | kconfiglib.py | 2735 node.ranges.append((self._expect_sym(), 3040 for low, high, cond in sym.ranges: 3210 if cur.ranges: 3243 sym.ranges += node.ranges 3339 if sym.ranges: 3346 for low, high, _ in sym.ranges: 3852 for low_expr, high_expr, cond in self.ranges: 4298 self.ranges = [] 5109 self.ranges = [] 5138 for low, high, cond in self.ranges: [all …]
|
A D | menuconfig.py | 2869 for low_sym, high_sym, cond in sym.ranges: 2890 for low, high, cond in sym.ranges:
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | kconfiglib.py | 2735 node.ranges.append((self._expect_sym(), 3040 for low, high, cond in sym.ranges: 3210 if cur.ranges: 3243 sym.ranges += node.ranges 3339 if sym.ranges: 3346 for low, high, _ in sym.ranges: 3852 for low_expr, high_expr, cond in self.ranges: 4298 self.ranges = [] 5109 self.ranges = [] 5138 for low, high, cond in self.ranges: [all …]
|
A D | menuconfig.py | 2869 for low_sym, high_sym, cond in sym.ranges: 2890 for low, high, cond in sym.ranges:
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1951.txt | 763 A compressor may limit further the ranges of values specified in
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vulkan.hpp | 37900 …, const ClearColorValue & color, ArrayProxy<const ImageSubresourceRange> ranges, Dispatch const &d… 37907 …epthStencilValue & depthStencil, ArrayProxy<const ImageSubresourceRange> ranges, Dispatch const &d… 38645 …, const ClearColorValue & color, ArrayProxy<const ImageSubresourceRange> ranges, Dispatch const &d… in clearColorImage() argument 38647 …st<const VkClearColorValue*>( &color ), ranges.size() , reinterpret_cast<const VkImageSubresourceR… in clearColorImage() 38658 …epthStencilValue & depthStencil, ArrayProxy<const ImageSubresourceRange> ranges, Dispatch const &d… in clearDepthStencilImage() argument 38660 …arDepthStencilValue*>( &depthStencil ), ranges.size() , reinterpret_cast<const VkImageSubresourceR… in clearDepthStencilImage()
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 642 * Fix tag lengths and value ranges in the documentation of CCM encryption.
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 92304 const duk_uint16_t *ranges, argument 92310 ranges_end = ranges + num; 92311 while (ranges < ranges_end) { 92313 gen_range(userdata, (duk_codepoint_t) ranges[0], (duk_codepoint_t) ranges[1], 1); 92314 ranges += 2; 95353 …duk_re_compiler_ctx *re_ctx, duk_small_uint_t re_op, const duk_uint16_t *ranges, duk_small_uint_t … argument 95361 duk__append_u16_list(re_ctx, ranges, count * 2);
|
Completed in 468 milliseconds