Searched defs:iterations (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | pkcs12.c | 54 mbedtls_asn1_buf *salt, int *iterations ) in pkcs12_parse_pbe_params() 94 int ret, iterations = 0; in pkcs12_pbe_derive_key_iv() local 251 mbedtls_md_type_t md_type, int id, int iterations ) in mbedtls_pkcs12_derivation()
|
A D | pkcs5.c | 59 mbedtls_asn1_buf *salt, int *iterations, in pkcs5_parse_pbkdf2_params() 118 int ret, iterations = 0, keylen = 0; in mbedtls_pkcs5_pbes2() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | filterbank.c | 74 int iterations = (31 - max_bit_number) / 2 + 1; in Sqrt32() local 102 int iterations = (63 - max_bit_number) / 2 + 1; in Sqrt64() local
|
/AliOS-Things-master/components/SDL2/src/atomic/ |
A D | SDL_spinlock.c | 154 int iterations = 0; in SDL_AtomicLock() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testsprite2.c | 45 static int iterations = -1; variable
|
A D | testyuv.c | 266 Uint32 then, now, i, iterations = 100; in main() local
|
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_xinputhaptic.c | 293 SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_XINPUT_HapticRunEffect() 433 SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_XINPUT_HapticRunEffect()
|
A D | SDL_windowshaptic.c | 338 Uint32 iterations) in SDL_SYS_HapticRunEffect()
|
A D | SDL_dinputhaptic.c | 1044 SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_DINPUT_HapticRunEffect() 1255 SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_DINPUT_HapticRunEffect()
|
/AliOS-Things-master/components/SDL2/src/haptic/dummy/ |
A D | SDL_syshaptic.c | 124 Uint32 iterations) in SDL_SYS_HapticRunEffect()
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_chaos.py | 196 def create_image_chaos(self, w, h, iterations, rng_seed): argument
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | LaplaceRelaxation.c | 38 int iterations = 400; variable
|
/AliOS-Things-master/components/SDL2/src/haptic/android/ |
A D | SDL_syshaptic.c | 236 Uint32 iterations) in SDL_SYS_HapticRunEffect()
|
/AliOS-Things-master/components/SDL2/src/haptic/ |
A D | SDL_haptic.c | 555 SDL_HapticRunEffect(SDL_Haptic * haptic, int effect, Uint32 iterations) in SDL_HapticRunEffect()
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 1025 Uint32 iterations) in SDL_SYS_HapticRunEffect()
|
/AliOS-Things-master/components/SDL2/src/haptic/darwin/ |
A D | SDL_syshaptic.c | 1256 Uint32 iterations) in SDL_SYS_HapticRunEffect()
|
Completed in 21 milliseconds