Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/ht40/
A Dawss_ht40.c217 uint8_t tods = 1, equal = 0, score = 0; in awss_recv_callback_ht_ctrl() local
309 equal = !package_cmp((uint8_t *)pkg(pos), NULL, NULL, tods, len); in awss_recv_callback_ht_ctrl()
313 if (!equal) { in awss_recv_callback_ht_ctrl()
318 if (equal) { in awss_recv_callback_ht_ctrl()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/
A Dportmacro.h130 …_SELECTION can only be set to 1 when configMAX_PRIORITIES is less than or equal to 32. It is very…
A DFreeRTOS.h124 #error configMAX_CO_ROUTINE_PRIORITIES must be greater than or equal to 1.
129 #error configMAX_PRIORITIES must be defined to be greater than or equal to 1.
/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/
A Dawss_smartconfig.c960 uint8_t score = 0, timeout = 0, equal = 0; in awss_recv_callback_smartconfig() local
1168 equal = !package_cmp((uint8_t *)pkg(pos), src, dst, tods, len); in awss_recv_callback_smartconfig()
1172 if (equal) { in awss_recv_callback_smartconfig()
1180 if (equal) { in awss_recv_callback_smartconfig()
1196 if (!equal) { /* data not equal */ in awss_recv_callback_smartconfig()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A DREADME50 output space. This is done by passing dest equal to (unsigned char *)0. Then
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dbuild_def.bzl72 "equal",
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Dvisual-basic.txt10 before the call of compress this length is equal to the total size of
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dtrain.py182 correct_prediction = tf.equal(predicted_indices, ground_truth_input)
A Dmodels.py559 pred=tf.equal(first_time_flag, 1),
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc.c227 uECC_word_t equal = uECC_vli_isZero(tmp, num_words); in uECC_vli_cmp() local
228 return (!equal - 2 * neg); in uECC_vli_cmp()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi172 equal when using the strict comparison operators (e.g. @code{0.0 ===
465 are a BigDecimal and if they are equal.
569 …A safe integer is defined as a integer whose absolute value is smaller or equal to @code{2**53-1}.…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DFAQ29 buffer is equal to the available size of the compressed buffer and not
36 When setting the parameter flush equal to Z_FINISH, also make sure that
A DChangeLog79 - Avoid shift equal to bits in type (caused endless loop)
1271 - fix configure if CC is already equal to gcc
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb91 "# to ensure that we have equal number of samples for each label.\n",
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamodes.m245 * properties are equal to another GUI-capable mode in the list.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1950.txt266 CM not equal to 8.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DCMakeLists.txt151 -Wfloat-equal
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt415 This will normally be equal to the number passed in, so you can usually
1096 Must equal the component's index in comp_info[]. (Beginning in
1982 that scan is less than or equal to the current output scan number and row.
1993 When you pass a target scan number equal to the current input scan number,
2186 or equal to the current input scan number, jpeg_start_output() will attempt
2753 array descriptors; the number of arrays is equal to cinfo.num_components.
2829 ignoring the fact that the passes may not be equal amounts of work.
A Dinstall.txt264 makefile to equal the corresponding object file name (for example, jmemansi.o
/AliOS-Things-master/components/mbedtls/
A DChangeLog230 input (extensions length field equal to 0), an illegal read of one byte
336 buffer, which can save some RAM. If buffer lengths are kept equal, there
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog668 c0699515 webpmux -duration: set default 'end' value equal to 'start'
3043 8f216f7e remove cases of equal comparison for qsort()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt892 treated as opaque only if the alpha value is equal to the maximum value.
A DCHANGES5346 values, with 0. Illegal unsigned values (anything greater than or equal

Completed in 46 milliseconds