Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 77) sorted by relevance

1234

/AliOS-Things-master/components/py_engine/tests/micropython/
A Dnative_closure.py4 @micropython.native
8 @micropython.native
19 @micropython.native
21 @micropython.native
32 @micropython.native
36 @micropython.native
A Dnative_misc.py4 @micropython.native
18 @micropython.native
26 @micropython.native
34 @micropython.native
A Dnative_const.py4 @micropython.native
12 @micropython.native
14 @micropython.native
A Dnative_try.py4 @micropython.native
18 @micropython.native
32 @micropython.native
A Dnative_for.py4 @micropython.native
13 @micropython.native
A Dnative_with.py16 @micropython.native
25 @micropython.native
A Dnative_gen.py4 @micropython.native
20 @micropython.native
A Dnative_const_intbig.py4 @micropython.native
A Dnative_try_deep.py4 @micropython.native
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc_dsa.c67 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 DSDL_render.c1112 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 DREADME.md7 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 Druy_test.bzl6 native.cc_test(
22 native.cc_binary(
/AliOS-Things-master/components/SDL2/src/image/debian/source/
A Dformat1 3.0 (native)
/AliOS-Things-master/components/py_engine/tests/feature_check/
A Dnative_check.py2 @micropython.native
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dviper_call0.py6 @micropython.native
A Dviper_call1a.py6 @micropython.native
A Dviper_call2a.py6 @micropython.native
A Dviper_call1b.py6 @micropython.native
A Dviper_call1c.py6 @micropython.native
A Dviper_call2b.py6 @micropython.native
/AliOS-Things-master/components/py_engine/tests/pybnative/
A Dwhile.py4 @micropython.native
/AliOS-Things-master/components/amp/libjs/
A DREADME.md2native的JS接口封装成更人性化更贴近前端开发的JSAPI
/AliOS-Things-master/components/py_engine/engine/py/
A Ddynruntime.mk138 $(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 Decc.h530 const unsigned int *native);
538 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes,

Completed in 38 milliseconds

1234