Searched refs:native (Results 1 – 25 of 77) sorted by relevance
1234
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | native_closure.py | 4 @micropython.native 8 @micropython.native 19 @micropython.native 21 @micropython.native 32 @micropython.native 36 @micropython.native
|
A D | native_misc.py | 4 @micropython.native 18 @micropython.native 26 @micropython.native 34 @micropython.native
|
A D | native_const.py | 4 @micropython.native 12 @micropython.native 14 @micropython.native
|
A D | native_try.py | 4 @micropython.native 18 @micropython.native 32 @micropython.native
|
A D | native_for.py | 4 @micropython.native 13 @micropython.native
|
A D | native_with.py | 16 @micropython.native 25 @micropython.native
|
A D | native_gen.py | 4 @micropython.native 20 @micropython.native
|
A D | native_const_intbig.py | 4 @micropython.native
|
A D | native_try_deep.py | 4 @micropython.native
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ecc_dsa.c | 67 static void bits2int(uECC_word_t *native, const uint8_t *bits, in bits2int() argument 80 uECC_vli_clear(native, num_n_words); in bits2int() 81 uECC_vli_bytesToNative(native, bits, bits_size); in bits2int() 87 ptr = native + num_n_words; in bits2int() 88 while (ptr-- > native) { in bits2int() 95 if (uECC_vli_cmp_unsafe(curve->n, native, num_n_words) != 1) { in bits2int() 96 uECC_vli_sub(native, native, curve->n, num_n_words); in bits2int()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 1112 texture->native->next->prev = texture->native; in SDL_CreateTexture() 1323 if (texture->native) { in SDL_SetTextureColorMod() 1358 if (texture->native) { in SDL_SetTextureAlphaMod() 1387 if (texture->native) { in SDL_SetTextureBlendMode() 1414 if (texture->native) { in SDL_SetTextureScaleMode() 1436 SDL_Texture *native = texture->native; in SDL_UpdateTextureYUV() local 1483 SDL_Texture *native = texture->native; in SDL_UpdateTextureNative() local 1567 SDL_Texture *native = texture->native; in SDL_UpdateTextureYUVPlanar() local 1730 if (texture->native) { in SDL_LockTexture() 1783 SDL_Texture *native = texture->native; in SDL_UnlockTextureYUV() local [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/ |
A D | README.md | 7 Note that the native TF Lite plugin(s) *must* be built before using the Unity 21 If you encounter issues with native plugin discovery on Mac ("Darwin")
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | ruy_test.bzl | 6 native.cc_test( 22 native.cc_binary(
|
/AliOS-Things-master/components/SDL2/src/image/debian/source/ |
A D | format | 1 3.0 (native)
|
/AliOS-Things-master/components/py_engine/tests/feature_check/ |
A D | native_check.py | 2 @micropython.native
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | viper_call0.py | 6 @micropython.native
|
A D | viper_call1a.py | 6 @micropython.native
|
A D | viper_call2a.py | 6 @micropython.native
|
A D | viper_call1b.py | 6 @micropython.native
|
A D | viper_call1c.py | 6 @micropython.native
|
A D | viper_call2b.py | 6 @micropython.native
|
/AliOS-Things-master/components/py_engine/tests/pybnative/ |
A D | while.py | 4 @micropython.native
|
/AliOS-Things-master/components/amp/libjs/ |
A D | README.md | 2 把native的JS接口封装成更人性化更贴近前端开发的JSAPI
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | dynruntime.mk | 138 $(BUILD)/$(MOD).native.mpy: $(SRC_O) 143 $(MOD).mpy: $(BUILD)/$(MOD).native.mpy $(SRC_MPY)
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | ecc.h | 530 const unsigned int *native); 538 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes,
|
Completed in 38 milliseconds
1234