Home
last modified time | relevance | path

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 Dbits.h25 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 Dchachapoly.c66 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 Dimage_enc.c343 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 Dexample.c-bak265 /* 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 Drfc1950.txt496 checked separately. (Any sequence of zeroes has a Fletcher
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt447 coefficients of each MCU (initially all zeroes), which the entropy decoder
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp1884 JSONTEST_FIXTURE_LOCAL(ValueTest, zeroes) { in JSONTEST_FIXTURE_LOCAL() argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1292 7b23b198 lossless: Add zeroes into the predicted histograms.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt4796 The png_zalloc() function no longer zeroes out the memory that it
A DCHANGES5947 does not work (the eXIf chunk data can contain zeroes).

Completed in 33 milliseconds