Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 80) sorted by relevance

1234

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_pq.c32 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) in nghttp2_pq_init() argument
38 pq->less = less; in nghttp2_pq_init()
64 if (!pq->less(pq->q[index], pq->q[parent])) { in bubble_up()
114 if (pq->less(pq->q[j], pq->q[minindex])) { in bubble_down()
154 if (pq->less(item, pq->q[item->index])) { in nghttp2_pq_remove()
A Dnghttp2_pq.h53 nghttp2_less less; member
65 int nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem);
/AliOS-Things-master/components/jsoncpp/test/data/
A Dlegacy_test_real_08.expected2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
A Dlegacy_test_real_08.json2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
A Dlegacy_test_real_09.json2 // as ULONG_MAX in base 10 and digit less than ULONG_MAX's last digit in order
A Dlegacy_test_real_09.expected2 // as ULONG_MAX in base 10 and digit less than ULONG_MAX's last digit in order
A Dlegacy_test_real_10.expected2 // the same as INT_MIN in base 10 and digit less than INT_MIN's last digit in
A Dlegacy_test_real_10.json2 // the same as INT_MIN in base 10 and digit less than INT_MIN's last digit in
A Dlegacy_test_real_11.json2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
A Dlegacy_test_real_11.expected2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/
A DREADME.md9 is much less need for allowlisting on iOS.
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/
A Dportmacro.h130 …PTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32…
A DFreeRTOS.h629 #error configEXPECTED_IDLE_TIME_BEFORE_SLEEP must not be less than 2
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Darg_min_max.h31 return std::less<T>(); in GetComparefunction()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt68 input less than the length of longest code. It gets that many bits from the
70 code is that many bits or less and how many, and if it is, it will tell
88 little more than eight bits for 286 symbols and a little less than five bits
107 compression in the first place.) For the less frequent long symbols, there
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dfilelist.txt71 jfdctfst.c Forward DCT using faster, less accurate integer method.
90 jidctfst.c Inverse DCT using faster, less accurate integer method.
105 jmemmgr.c System-independent (more or less) memory management code.
A Djconfig.txt75 * On less brain-damaged CPUs this symbol must not be defined.
81 /* Define this if your linker needs global names to be unique in less
A Dusage.txt57 less widely used JPEG-based file formats, but we don't support them.
79 takes less time to process.
212 -dct fast Use fast integer DCT (less accurate).
220 is much less accurate than the other two.
346 -dct fast Use fast integer DCT (less accurate).
354 is much less accurate than the other two.
377 The one-pass method is faster and needs less memory,
589 a grayscale JPEG is substantially less than that for a color JPEG.)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dcheck_macros.h121 #define RUY_CHECK_LT(x, y) RUY_CHECK_OP_IMPL(RUY_CHECK_LT, x, <, std::less, y)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/
A DREADME48 between 7 and 16 characters long, shorter names (6 characters or less) are
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A DREADME.md5 micropython to use less space. In short, instead of storing and printing something like
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A DREADME42 does no memory allocation, and uses less than 2K bytes off of the stack.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2018-7456.patch24 (2) TIFF File has photometric type 3 or less and defines a
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DREADME.md47 complete life cycle of a runtime instance completes in less than 300
/AliOS-Things-master/components/jsoncpp/
A DCONTRIBUTING.md130 * Generally prefer less space over more space.

Completed in 18 milliseconds

1234