/AliOS-Things-master/components/drivers/core/base/include/drivers/ |
A D | atomic.h | 38 static inline int atomic_cas(atomic_t *target, atomic_val_t old_value, in atomic_cas() 101 static inline atomic_val_t atomic_inc(atomic_t *target) in atomic_inc() 120 static inline atomic_val_t atomic_dec(atomic_t *target) in atomic_dec() 139 static inline atomic_val_t atomic_get(const atomic_t *target) in atomic_get() 184 static inline atomic_val_t atomic_clear(atomic_t *target) in atomic_clear() 386 static inline void atomic_clear_bit(atomic_t *target, int bit) in atomic_clear_bit() 404 static inline void atomic_set_bit(atomic_t *target, int bit) in atomic_set_bit() 425 static inline int atomic_sub_and_test (int i, atomic_t *target) in atomic_sub_and_test() 445 static inline int atomic_dec_return (atomic_t *target) in atomic_dec_return() 465 static inline int atomic_inc_return (atomic_t *target) in atomic_inc_return() [all …]
|
/AliOS-Things-master/components/ble_host/include/ |
A D | atomic.h | 40 static inline int atomic_cas(atomic_t *target, atomic_val_t old_value, in atomic_cas() 64 static inline atomic_val_t atomic_add(atomic_t *target, atomic_val_t value) in atomic_add() 103 static inline atomic_val_t atomic_inc(atomic_t *target) in atomic_inc() 122 static inline atomic_val_t atomic_dec(atomic_t *target) in atomic_dec() 141 static inline atomic_val_t atomic_get(const atomic_t *target) in atomic_get() 186 static inline atomic_val_t atomic_clear(atomic_t *target) in atomic_clear() 328 static inline int atomic_test_bit(const atomic_t *target, int bit) in atomic_test_bit() 346 static inline int atomic_test_and_clear_bit(atomic_t *target, int bit) in atomic_test_and_clear_bit() 367 static inline int atomic_test_and_set_bit(atomic_t *target, int bit) in atomic_test_and_set_bit() 388 static inline void atomic_clear_bit(atomic_t *target, int bit) in atomic_clear_bit() [all …]
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_atomic.c | 30 atomic_val_t rhino_atomic_add(atomic_t *target, atomic_val_t value) in rhino_atomic_add() 57 atomic_val_t rhino_atomic_sub(atomic_t *target, atomic_val_t value) in rhino_atomic_sub() 81 atomic_val_t rhino_atomic_inc(atomic_t *target) in rhino_atomic_inc() 105 atomic_val_t rhino_atomic_dec(atomic_t *target) in rhino_atomic_dec() 135 atomic_val_t rhino_atomic_set(atomic_t *target, atomic_val_t value) in rhino_atomic_set() 157 atomic_val_t rhino_atomic_get(const atomic_t *target) in rhino_atomic_get() 174 atomic_val_t rhino_atomic_or(atomic_t *target, atomic_val_t value) in rhino_atomic_or() 201 atomic_val_t rhino_atomic_xor(atomic_t *target, atomic_val_t value) in rhino_atomic_xor() 228 atomic_val_t rhino_atomic_and(atomic_t *target, atomic_val_t value) in rhino_atomic_and() 281 atomic_val_t rhino_atomic_clear(atomic_t *target) in rhino_atomic_clear() [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | atomic_c.c | 44 int atomic_cas(atomic_t *target, atomic_val_t old_value, in atomic_cas() 75 atomic_val_t atomic_add(atomic_t *target, atomic_val_t value) in atomic_add() 103 atomic_val_t atomic_sub(atomic_t *target, atomic_val_t value) in atomic_sub() 129 atomic_val_t atomic_inc(atomic_t *target) in atomic_inc() 155 atomic_val_t atomic_dec(atomic_t *target) in atomic_dec() 182 atomic_val_t atomic_get(const atomic_t *target) in atomic_get() 199 atomic_val_t atomic_set(atomic_t *target, atomic_val_t value) in atomic_set() 226 atomic_val_t atomic_clear(atomic_t *target) in atomic_clear() 254 atomic_val_t atomic_or(atomic_t *target, atomic_val_t value) in atomic_or() 282 atomic_val_t atomic_xor(atomic_t *target, atomic_val_t value) in atomic_xor() [all …]
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-perfbench.py | 40 def run_script_on_target(target, script): argument 64 def run_feature_test(target, test): argument 74 def run_benchmark_on_target(target, script): argument 86 def run_benchmarks(target, param_n, param_m, n_average, test_list): argument
|
A D | run-natmodtests.py | 97 def run_tests(target_truth, target, args, stats): argument
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/PoolingFunctions/ |
A D | arm_pool_q7_HWC.c | 42 static void buffer_scale_back_q15_to_q7(q15_t *buffer, q7_t *target, uint16_t length, uint16_t scal… in buffer_scale_back_q15_to_q7() 53 const q7_t *target, // compare target in compare_and_replace_if_larger_q7() 96 static void accumulate_q7_to_q15(q15_t *base, q7_t *target, const uint16_t length) in accumulate_q7_to_q15() 193 q7_t *target = Im_in + (i_y * dim_im_in + i_x) * ch_im_in; in arm_maxpool_q7_HWC() local 232 q7_t *target = Im_out + i_y * dim_im_out * ch_im_in; in arm_maxpool_q7_HWC() local 351 q7_t *target = Im_in + (i_y * dim_im_in + i_x) * ch_im_in; in arm_avepool_q7_HWC() local 391 q7_t *target = Im_out + i_y * dim_im_out * ch_im_in; in arm_avepool_q7_HWC() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/PoolingFunctions/ |
A D | arm_pool_q7_HWC.c | 42 static void buffer_scale_back_q15_to_q7(q15_t *buffer, q7_t *target, uint16_t length, uint16_t scal… in buffer_scale_back_q15_to_q7() 53 const q7_t *target, // compare target in compare_and_replace_if_larger_q7() 96 static void accumulate_q7_to_q15(q15_t *base, q7_t *target, const uint16_t length) in accumulate_q7_to_q15() 193 q7_t *target = Im_in + (i_y * dim_im_in + i_x) * ch_im_in; in arm_maxpool_q7_HWC() local 232 q7_t *target = Im_out + i_y * dim_im_out * ch_im_in; in arm_maxpool_q7_HWC() local 351 q7_t *target = Im_in + (i_y * dim_im_in + i_x) * ch_im_in; in arm_avepool_q7_HWC() local 391 q7_t *target = Im_out + i_y * dim_im_out * ch_im_in; in arm_avepool_q7_HWC() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jinclude.h | 61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) argument 67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) argument
|
A D | jpegint.h | 348 #define FMEMZERO(target,size) MEMZERO(target,size) argument 351 #define FMEMZERO(target,size) _fmemset((void FAR *)(target), 0, (size_t)(size)) argument 354 #define FMEMZERO(target,size) jzero_far(target, size) argument
|
A D | jutils.c | 161 jzero_far (void FAR * target, size_t bytestozero) in jzero_far()
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | project.properties | 14 target=android-21 key
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | events.js | 136 function _addListener(target, type, listener, prepend) { argument 194 function _onceWrap(target, type, listener) { argument 195 var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener }; property in _onceWrap.state 329 function _listeners(target, type, unwrap) { argument
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | events.js | 136 function _addListener(target, type, listener, prepend) { argument 194 function _onceWrap(target, type, listener) { argument 195 var state = { fired: false, wrapFn: undefined, target: target, type: type, listener: listener }; property in _onceWrap.state 329 function _listeners(target, type, unwrap) { argument
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftglyph.c | 100 FT_BitmapGlyph target = (FT_BitmapGlyph)bitmap_target; in ft_bitmap_glyph_copy() local 165 FT_Outline* target = &glyph->outline; in FT_CALLBACK_DEF() local 203 FT_OutlineGlyph target = (FT_OutlineGlyph)outline_target; in ft_outline_glyph_copy() local 309 FT_Glyph *target ) in FT_Glyph_Copy()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testrendertarget.c | 102 SDL_Texture *target; in DrawComposite() local 185 SDL_Texture *target; in Draw() local
|
A D | testrendercopyex.c | 101 SDL_Texture *target; in Draw() local
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | cd.c | 37 char absolute[256] = {0}, *ret, *target, cwd_backup[256] = {0}; in cd_main() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | build_bin.py | 17 target = args.target variable
|
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/ |
A D | build_bin.py | 17 target = args.target variable
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/ |
A D | build_bin.py | 17 target = args.target variable
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | lpn.c | 113 static inline void group_zero(atomic_t *target) in group_zero() 126 static inline void group_set(atomic_t *target, atomic_t *source) in group_set() 139 static inline void group_clear(atomic_t *target, atomic_t *source) in group_clear() 624 static inline int group_popcount(atomic_t *target) in group_popcount()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | dfu.py | 129 target = [] variable
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_core.c | 529 snmp_oid_assign(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_assign() 547 snmp_oid_prefix(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_prefix() 572 snmp_oid_combine(struct snmp_obj_id* target, const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u… in snmp_oid_combine() 585 snmp_oid_append(struct snmp_obj_id* target, const u32_t *oid, u8_t oid_len) in snmp_oid_append()
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshglob.c | 139 psh_blues_set_zones_0( PSH_Blues target, in psh_blues_set_zones_0() 234 psh_blues_set_zones( PSH_Blues target, in psh_blues_set_zones()
|