/AliOS-Things-master/components/kv/src/ |
A D | kv.c | 76 if (item->store) { in kv_item_free() 77 kv_free(item->store); in kv_item_free() 345 if (!item->store) { in __item_find_cb() 480 kv_store_t store; in kv_item_store() local 490 store.p = (char *)kv_malloc(store.len); in kv_item_store() 491 if (!store.p) { in kv_item_store() 495 memset(store.p, 0, store.len); in kv_item_store() 509 store.res = kv_flash_write(pos, store.p, store.len); in kv_item_store() 519 if (store.p) { in kv_item_store() 520 kv_free(store.p); in kv_item_store() [all …]
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | class_use_other.py | 4 def store(a, b): member in A 11 A.store(b, 1)
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_stretch.c | 83 unsigned char load, store; in generate_rowbytes() local 97 store = STORE_BYTE; in generate_rowbytes() 102 store = STORE_WORD; in generate_rowbytes() 134 *eip++ = store; in generate_rowbytes()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | wait_test.cc | 79 end_value.store(1000 * i); in WaitTest() 86 end_value.store(-1); in WaitTest()
|
A D | blocking_counter.cc | 27 count_.store(initial_count, std::memory_order_release); in Reset()
|
A D | trmul.cc | 174 status.store(PackingStatus::kFinished, std::memory_order_release); in TryPack() 368 packing_status[side][i].store(PackingStatus::kNotStarted, in TrMul() 385 atomic_block_id->store(thread_count); in TrMul()
|
A D | thread_pool.cc | 98 state_.store(new_state, std::memory_order_relaxed); in ChangeState()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | foundation.h | 148 void bt_mesh_subnet_del(struct bt_mesh_subnet *sub, bool store); 151 void bt_mesh_app_key_del(struct bt_mesh_app_key *key, bool store);
|
A D | net.h | 89 bool store; member
|
/AliOS-Things-master/components/py_engine/engine/shared/runtime/ |
A D | gchelper_m3.s | 39 @ store registers into given array
|
A D | gchelper_m0.s | 39 @ store registers into given array
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | glnames.py | 5120 def store( self, storage ): member in StringNode 5147 storage = child.store( storage ) 5309 dict_array = dict.store( "" )
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvmort2.c | 174 FT_UShort store; in gxv_mort_subtable_type2_ligActionOffset_validate() local 182 store = (FT_UShort)( ( lig_action >> 30 ) & 1 ); in gxv_mort_subtable_type2_ligActionOffset_validate()
|
A D | gxvmorx2.c | 173 FT_UShort store; in gxv_morx_subtable_type2_ligActionIndex_validate() local 182 store = (FT_UShort)( ( lig_action >> 30 ) & 1 ); in gxv_morx_subtable_type2_ligActionIndex_validate()
|
A D | README | 147 Machine can store 16 glyphs onto its stack) 263 `lastGlyph'. Some fonts store `firstGlyph' and `lastGlyph' in 313 fonts store nonsense binary data instead. When Apple font tools 400 The new version can store all subtable formats (0, 1, 2, and 3), 417 for future use. Therefore, the classic version can store subtable
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | CMakeLists.txt | 24 #set_target_properties(jsoncpp_test PROPERTIES COMPILE_FLAGS -ffloat-store)
|
/AliOS-Things-master/components/kv/internal/ |
A D | kv_types.h | 153 char *store; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | profiler.cc | 45 finishing_.store(true); in ~ScopeProfile()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_srv.c | 306 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in _mod_pub_set() 337 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in _mod_pub_set() 393 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in mod_unbind() 618 bool store; member 625 mod_unbind(mod, data->app_idx, data->store); in _mod_unbind() 630 struct unbind_data data = { .app_idx = key->app_idx, .store = store }; in bt_mesh_app_key_del() 632 BT_DBG("AppIdx 0x%03x store %u", key->app_idx, store); in bt_mesh_app_key_del() 636 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in bt_mesh_app_key_del() 3513 if (IS_ENABLED(CONFIG_BT_SETTINGS) && store) { in bt_mesh_subnet_del() 3523 bt_mesh_app_key_del(key, store); in bt_mesh_subnet_del() [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | nimble.mk | 110 INC += -I$(TOP)/$(NIMBLE_LIB_DIR)/nimble/host/store/ram/include
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | README | 38 store it in a big array, convert it to RGBA, or draw it directly to the 54 us to store satellite imaging-specific information in a TIFF format,
|
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/ |
A D | README.md | 27 In order not to store multiple copies of `mbedtls_errors.c`
|
/AliOS-Things-master/components/SDL2/src/filesystem/cocoa/ |
A D | SDL_sysfilesystem.m | 87 * The only place on-device where we can store data is
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/ |
A D | Kconfig | 9 It supports several back-ends to store and load serialized data from
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/ |
A D | auto_patch.bat | 90 :lastindexof [%1 - string ; %2 - find last index of ; %3 - if defined will store the result in vari…
|