Searched refs:zeroes (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | bits.h | 25 int zeroes = 28; in CountLeadingZeros32Slow() local 26 if (n >> 16) zeroes -= 16, n >>= 16; in CountLeadingZeros32Slow() 27 if (n >> 8) zeroes -= 8, n >>= 8; in CountLeadingZeros32Slow() 28 if (n >> 4) zeroes -= 4, n >>= 4; in CountLeadingZeros32Slow() 29 return "\4\3\2\2\1\1\1\1\0\0\0\0\0\0\0"[n] + zeroes; in CountLeadingZeros32Slow() 56 int zeroes = 60; in CountLeadingZeros64Slow() local 57 if (n >> 32) zeroes -= 32, n >>= 32; in CountLeadingZeros64Slow() 58 if (n >> 16) zeroes -= 16, n >>= 16; in CountLeadingZeros64Slow() 59 if (n >> 8) zeroes -= 8, n >>= 8; in CountLeadingZeros64Slow() 60 if (n >> 4) zeroes -= 4, n >>= 4; in CountLeadingZeros64Slow() [all …]
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | chachapoly.c | 66 unsigned char zeroes[15]; in chachapoly_pad_aad() local 71 memset( zeroes, 0, sizeof( zeroes ) ); in chachapoly_pad_aad() 74 zeroes, in chachapoly_pad_aad() 86 unsigned char zeroes[15]; in chachapoly_pad_ciphertext() local 91 memset( zeroes, 0, sizeof( zeroes ) ); in chachapoly_pad_ciphertext() 93 zeroes, in chachapoly_pad_ciphertext()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | image_enc.c | 343 const uint8_t zeroes[3] = { 0 }; in WebPWriteBMP() local 344 if (fwrite(zeroes, bmp_stride - line_size, 1, fout) != 1) { in WebPWriteBMP()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | example.c-bak | 265 /* At this point, uncompr is still mostly zeroes, so it should compress
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1950.txt | 496 checked separately. (Any sequence of zeroes has a Fletcher
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | structure.txt | 447 coefficients of each MCU (initially all zeroes), which the entropy decoder
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | main.cpp | 1884 JSONTEST_FIXTURE_LOCAL(ValueTest, zeroes) { in JSONTEST_FIXTURE_LOCAL() argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1292 7b23b198 lossless: Add zeroes into the predicted histograms.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 4796 The png_zalloc() function no longer zeroes out the memory that it
|
A D | CHANGES | 5947 does not work (the eXIf chunk data can contain zeroes).
|
Completed in 33 milliseconds