/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/ |
A D | lookup3.h | 77 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) argument 206 const uint32_t *k = (const uint32_t *)key; /* read 32-bit chunks */ in hashlittle() local 290 const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */ in hashlittle() local 337 const uint8_t *k = (const uint8_t *)key; in hashlittle() local
|
/AliOS-Things-master/components/ugraphics/src/rotate/ |
A D | rotate.c | 17 int k = 0; in rotate_right90() local 47 int k = 0; in rotate_left90() local 77 int k = 0; in rotate_down() local
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | dict_intern.py | 6 k = "key1" variable
|
A D | class_call.py | 8 def __getattr__(self, k): argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | huffman_encode_utils.c | 56 int k; in OptimizeHuffmanForRle() local 80 uint32_t k; in OptimizeHuffmanForRle() local 223 int k; in GenerateOptimalTree() local 336 int k = i + 1; in VP8LCreateCompressedHuffmanTree() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | __expo2.c | 4 static const int k = 2043; variable
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | aes_decrypt.c | 62 int tc_aes128_set_decrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_decrypt_key() 92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
A D | aes_encrypt.c | 70 int tc_aes128_set_encrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_encrypt_key() 101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/ |
A D | aes_decrypt.c | 62 int tc_aes128_set_decrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_decrypt_key() 92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
A D | aes_encrypt.c | 70 int tc_aes128_set_encrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_encrypt_key() 101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | ucryptolib_aes128_ctr.py | 8 def _new(k, ctr_initial): argument
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestImageFilter.c | 176 int k; in main() local 258 int k; in main() local 304 int k; in main() local 383 int k; in main() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_cfft_radix2_q15.c | 98 unsigned i, j, k, l; in arm_radix2_butterfly_q15() local 427 unsigned i, j, k, l; in arm_radix2_butterfly_inverse_q15() local
|
A D | arm_cfft_radix2_q31.c | 97 unsigned i, j, k, l, m; in arm_radix2_butterfly_q31() local 225 unsigned i, j, k, l; in arm_radix2_butterfly_inverse_q31() local
|
A D | arm_rfft_fast_f32.c | 35 uint32_t k; /* Loop Counter */ in stage_rfft_f32() local 121 uint32_t k; /* Loop Counter */ in merge_rfft_f32() local
|
A D | arm_cfft_radix2_f32.c | 122 uint32_t i, j, k, l; in arm_radix2_butterfly_f32() local 291 uint32_t i, j, k, l; in arm_radix2_butterfly_inverse_f32() local
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | xtea.h | 57 uint32_t k[4]; /*!< key */ member
|
/AliOS-Things-master/components/py_engine/engine/lib/uzlib/ |
A D | adler32.c | 53 int k = length < A32_NMAX ? length : A32_NMAX; in uzlib_adler32() local
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | s_scalbn.c | 35 int32_t k, hx, lx; in scalbln() local
|
A D | e_log10.c | 64 int32_t i,k,hx; in __ieee754_log10() local
|
/AliOS-Things-master/components/py_engine/tests/stress/ |
A D | qstr_limit.py | 21 def f(**k):
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | concatenation.h | 61 for (int k = 0; k < outer_size; k++) { in Concatenation() local 113 for (int k = 0; k < outer_size; k++) { in ConcatenationWithScaling() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | reference_mul.h | 35 for (int k = 0; k < lhs.layout().cols(); k++) { in ReferenceMul() local
|
/AliOS-Things-master/hardware/board/haaseduk1/board_test/ |
A D | pwm_test.c | 17 for (int k = 0; k < 1; k++) { in pwm_test_process() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_audio.c | 142 int i, iMax, j, k; in audio_initOpenCloseQuitAudio() local 228 int i, iMax, j, k, l; in audio_pauseUnpauseAudio() local 521 int i, ii, j, jj, k, kk; in audio_buildAudioCVT() local 825 int i, ii, j, jj, k, kk, l, ll; in audio_convertAudio() local
|