Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/py/
A Dmap.c293 void mp_set_init(mp_set_t *set, size_t n) { in mp_set_init()
299 STATIC void mp_set_rehash(mp_set_t *set) { in mp_set_rehash()
313 mp_obj_t mp_set_lookup(mp_set_t *set, mp_obj_t index, mp_map_lookup_kind_t lookup_kind) { in mp_set_lookup()
386 mp_obj_t mp_set_remove_first(mp_set_t *set) { in mp_set_remove_first()
404 void mp_set_clear(mp_set_t *set) { in mp_set_clear()
A Dobjset.c38 mp_set_t set; member
44 mp_obj_set_t *set; member
108 mp_obj_set_t *set = MP_OBJ_TO_PTR(mp_obj_new_set(0, NULL)); in set_make_new() local
117 mp_obj_t set = mp_obj_new_set(0, NULL); in set_make_new() local
133 mp_set_t *set = &self->set->set; in set_it_iternext() local
439 mp_set_t *set = &self->set; in set_unary_op() local
A Dobj.h447 static inline bool mp_set_slot_is_filled(const mp_set_t *set, size_t pos) { in mp_set_slot_is_filled()
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Devent.py15 def set(self): member in Event
52 def set(self): member in ThreadSafeFlag
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dviper_subscr.py11 def set(dest, i: int, val: int): function
A Dviper_ptr16_store.py5 def set(dest: ptr16, val: int): function
A Dviper_ptr32_store.py5 def set(dest: ptr32, val: int): function
A Dviper_ptr8_store.py5 def set(dest: ptr8, val: int): function
/AliOS-Things-master/components/py_engine/tests/basics/
A Dclass1.py11 def set(self, value): member in go.C
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dmatrix.h86 void set(T* ptr) { in set() function
90 void set(const T* ptr) { in set() function
94 void set(std::nullptr_t) { ptr_ = nullptr; } in set() function
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dlocation_model_describeendpoints_result_ut.cc25 TEST(DescribeEndpointsResult, set) { in TEST() argument
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsettings.c116 static int set(const char *name, size_t len_rd, settings_read_cb read_cb, in set() function
/AliOS-Things-master/components/py_engine/tests/misc/
A Dfeatures.py59 def set(self, b): member in A
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dhistogram_enc.c124 static void HistogramSetResetPointers(VP8LHistogramSet* const set, in HistogramSetResetPointers()
148 VP8LHistogramSet* set; in VP8LAllocateHistogramSet() local
165 void VP8LHistogramSetClear(VP8LHistogramSet* const set) { in VP8LHistogramSetClear()
184 static void HistogramSetRemoveHistogram(VP8LHistogramSet* const set, int i, in HistogramSetRemoveHistogram()
1110 static void OptimizeHistogramSymbols(const VP8LHistogramSet* const set, in OptimizeHistogramSymbols()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_i2cip.h146 static inline uint8_t i2cip_w_gc_or_start_bit(uint32_t reg_base, uint8_t set) in i2cip_w_gc_or_start_bit()
157 static inline uint8_t i2cip_w_special_bit(uint32_t reg_base, uint8_t set) in i2cip_w_special_bit()
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/
A Dtinytest.c278 tinytest_set_flag_(struct testgroup_t *groups, const char *arg, int set, unsigned long flag)
/AliOS-Things-master/components/mbedtls/library/
A Dentropy.c572 unsigned char set= 0xFF; in mbedtls_entropy_source_self_test_check_bits() local
A Dssl_tls.c9368 mbedtls_md_type_t mbedtls_ssl_sig_hash_set_find( mbedtls_ssl_sig_hash_set_t *set, in mbedtls_ssl_sig_hash_set_find()
9383 void mbedtls_ssl_sig_hash_set_add( mbedtls_ssl_sig_hash_set_t *set, in mbedtls_ssl_sig_hash_set_add()
9405 void mbedtls_ssl_sig_hash_set_const_hash( mbedtls_ssl_sig_hash_set_t *set, in mbedtls_ssl_sig_hash_set_const_hash()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/ble_ip/
A Drwip.h208 uint8_t (*set) (uint8_t param_id, uint8_t length, uint8_t *buf); member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Di2c_api.c839 int i2c_slave_set_for_rd_req(i2c_t *obj, int set) in i2c_slave_set_for_rd_req()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl_internal.h499 static inline void mbedtls_ssl_sig_hash_set_init( mbedtls_ssl_sig_hash_set_t *set ) in mbedtls_ssl_sig_hash_set_init()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprovisioner_prov.c3078 static int find_link(bt_u32_t link_id, bool set) in find_link()
3129 static struct bt_conn *find_conn(struct bt_conn *conn, bool set) in find_conn()
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1399 void Value::Comments::set(CommentPlacement slot, String comment) { in set() function in Json::Value::Comments
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h962 JSCFunctionType set; member
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c4482 FT_Bool set ) in ft_property_do()

Completed in 130 milliseconds

12