/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | utimeq1.py | 106 diff = ticks_diff(l[i + 1][0], l[i][0]) variable 122 diff = edge_case(MODULO_HALF - 1, 0) variable 136 diff = edge_case(MODULO_HALF, 0) variable 142 diff = edge_case(MODULO_HALF + 1, 0) variable
|
/AliOS-Things-master/components/cplusplus/example/cpp_standard/ |
A D | timed_mutex.cpp | 20 chrono::duration<double, ratio<1, 1000>> diff = end - start; in task0_entry() local 33 chrono::duration<float, ratio<1, 1000>> diff = end - start; in task1_entry() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | timeouts.c | 208 u32_t now, diff; in sys_timeout_debug() local 317 u32_t diff; in sys_check_timeouts() local 383 u32_t diff; in sys_timeouts_sleeptime() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | l2normalization.h | 68 int32_t diff = input_data[depth * i + c] - input_zero_point; in L2Normalization() local 76 int32_t diff = input_data[depth * i + c] - input_zero_point; in L2Normalization() local
|
A D | round.h | 28 auto diff = value - floor_val; in RoundToNearest() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | strupr.c | 25 const u8 diff = 'a' - 'A'; in _strupr() local
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_stats.c | 188 hr_timer_t diff; in intrpt_disable_measure_stop() local 209 hr_timer_t diff; in krhino_overhead_measure() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/SoftmaxFunctions/ |
A D | arm_softmax_s8.c | 143 const int32_t diff = input[tail_idx + i] - max; in arm_softmax_s8() local 191 int32_t diff = input[tail_idx + i] - max; in arm_softmax_s8() local
|
A D | arm_softmax_u8.c | 67 int32_t diff = 0; in arm_softmax_u8() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/SoftmaxFunctions/ |
A D | arm_softmax_s8.c | 143 const int32_t diff = input[tail_idx + i] - max; in arm_softmax_s8() local 191 int32_t diff = input[tail_idx + i] - max; in arm_softmax_s8() local
|
A D | arm_softmax_u8.c | 67 int32_t diff = 0; in arm_softmax_u8() local
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | malloc.c | 151 size_t diff = new_num_bytes - old_num_bytes; in m_realloc() local 179 size_t diff = new_num_bytes - old_num_bytes; in m_realloc_maybe() local
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | StsAssumeRoleCredentialsProvider.cc | 42 auto diff = in checkExpiry() local
|
A D | InstanceProfileCredentialsProvider.cc | 46 auto diff = in checkExpiry() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | random_utils.h | 41 int diff; in VP8RandomBits2() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | utime_mphal.c | 88 …mp_int_t diff = ((end - start + MICROPY_PY_UTIME_TICKS_PERIOD / 2) & (MICROPY_PY_UTIME_TICKS_PERIO… in time_ticks_diff() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 66 const uint32_t diff = (ptr[x] * factor + (1 << 15)) >> 16; in RescalePlane() local 82 const int diff = abs(ptr1[x] - ptr2[x]); in DiffScaleChannel() local 182 int diff = (int)(255 * (1. - ssim)); in SSIMScaleChannel() local
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_ntp.c | 47 uint32_t diff = 0; in linkkit_ntp_time_reply() local
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2blues.c | 286 CF2_Fixed flatFamilyEdge, diff; in cf2_blues_init() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | nist_kw.c | 66 volatile unsigned char diff = 0; in mbedtls_nist_kw_safer_memcmp() local 395 unsigned char diff, bad_padding = 0; in mbedtls_nist_kw_unwrap() local
|
/AliOS-Things-master/components/mbedtls/programs/aes/ |
A D | aescrypt2.c | 112 unsigned char diff; in main() local
|
A D | crypt_and_hash.c | 111 unsigned char diff; in main() local
|
/AliOS-Things-master/components/mbedtls/programs/hash/ |
A D | generic_sum.c | 104 char diff; in generic_check() local
|
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/ |
A D | lfs1.c | 24 lfs1_size_t diff = lfs1_min(size, in lfs1_cache_read() local 37 lfs1_size_t diff = lfs1_min(size, in lfs1_cache_read() local 49 lfs1_size_t diff = size - (size % lfs1->cfg->read_size); in lfs1_cache_read() local 162 lfs1_size_t diff = lfs1_min(size, in lfs1_cache_prog() local 188 lfs1_size_t diff = size - (size % lfs1->cfg->prog_size); in lfs1_cache_prog() local 1610 lfs1_size_t diff = lfs1_min(nsize, lfs1->cfg->block_size - file->off); in lfs1_file_read() local 1697 lfs1_size_t diff = lfs1_min(nsize, lfs1->cfg->block_size - file->off); in lfs1_file_write() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | ssim_sse2.c | 77 const int32_t diff = src1[i] - src2[i]; in AccumulateSSE_SSE2() local
|