/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_pq.c | 32 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 D | nghttp2_pq.h | 53 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 D | legacy_test_real_08.expected | 2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
|
A D | legacy_test_real_08.json | 2 // same as UINT_MAX in base 10 and digit less than UINT_MAX's last digit in
|
A D | legacy_test_real_09.json | 2 // as ULONG_MAX in base 10 and digit less than ULONG_MAX's last digit in order
|
A D | legacy_test_real_09.expected | 2 // as ULONG_MAX in base 10 and digit less than ULONG_MAX's last digit in order
|
A D | legacy_test_real_10.expected | 2 // the same as INT_MIN in base 10 and digit less than INT_MIN's last digit in
|
A D | legacy_test_real_10.json | 2 // the same as INT_MIN in base 10 and digit less than INT_MIN's last digit in
|
A D | legacy_test_real_11.json | 2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
|
A D | legacy_test_real_11.expected | 2 // 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 D | README.md | 9 is much less need for allowlisting on iOS.
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/ |
A D | portmacro.h | 130 …PTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32…
|
A D | FreeRTOS.h | 629 #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 D | arg_min_max.h | 31 return std::less<T>(); in GetComparefunction()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | algorithm.txt | 68 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 D | filelist.txt | 71 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 D | jconfig.txt | 75 * 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 D | usage.txt | 57 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 D | check_macros.h | 121 #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 D | README | 48 between 7 and 16 characters long, shorter names (6 characters or less) are
|
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/ |
A D | README.md | 5 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 D | README | 42 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 D | libtiff-CVE-2018-7456.patch | 24 (2) TIFF File has photometric type 3 or less and defines a
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | README.md | 47 complete life cycle of a runtime instance completes in less than 300
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CONTRIBUTING.md | 130 * Generally prefer less space over more space.
|