Home
last modified time | relevance | path

Searched defs:thiz (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_map.c55 void __c_map(c_pmap thiz, COMPARER keycmp) in __c_map()
63 void __c_pam(c_pmap thiz) in __c_pam()
69 c_pmap c_map_assign(c_pmap thiz, const c_pmap M) in c_map_assign()
75 c_iterator c_map_begin(c_pmap thiz) in c_map_begin()
80 c_iterator c_map_end(c_pmap thiz) in c_map_end()
85 c_reverse_iterator c_map_rbegin(c_pmap thiz) in c_map_rbegin()
90 c_reverse_iterator c_map_rend(c_pmap thiz) in c_map_rend()
95 c_bool c_map_empty(c_pmap thiz) in c_map_empty()
100 size_type c_map_size(c_pmap thiz) in c_map_size()
105 size_type c_map_max_size(c_pmap thiz) in c_map_max_size()
[all …]
H A Dc_vector.c74 static c_iterator _c_vector_iterator_assign(c_piterator thiz, const c_piterator val) in _c_vector_iterator_assign()
81 static value_type _c_vector_iterator_ref(c_piterator thiz) in _c_vector_iterator_ref()
86 static value_type _c_vector_iterator_ref_assign(c_piterator thiz, const value_type val) in _c_vector_iterator_ref_assign()
91 static c_iterator _c_vector_iterator_inc(c_piterator thiz) in _c_vector_iterator_inc()
99 static c_iterator _c_vector_iterator_inc_n(c_piterator thiz, difference_type n) in _c_vector_iterator_inc_n()
107 static c_iterator _c_vector_iterator_dec(c_piterator thiz) in _c_vector_iterator_dec()
115 static c_iterator _c_vector_iterator_dec_n(c_piterator thiz, difference_type n) in _c_vector_iterator_dec_n()
123 static difference_type _c_vector_iterator_diff(c_piterator thiz, const c_piterator val) in _c_vector_iterator_diff()
128 static value_type _c_vector_iterator_at(c_piterator thiz, difference_type n) in _c_vector_iterator_at()
133 static c_iterator _c_vector_iterator_positive_n(c_piterator thiz, difference_type n) in _c_vector_iterator_positive_n()
[all …]
H A Dc_tree.c74 static void _A_iterator_increment(c_piterator thiz) in _A_iterator_increment()
95 static void _A_iterator_decrement(c_piterator thiz) in _A_iterator_decrement()
119 static void _A_reverse_iterator_increment(c_preverse_iterator thiz) in _A_reverse_iterator_increment()
127 static void _A_reverse_iterator_decrement(c_preverse_iterator thiz) in _A_reverse_iterator_decrement()
135 static c_iterator _c_rb_tree_iterator_assign(c_piterator thiz, const c_piterator val) in _c_rb_tree_iterator_assign()
142 static value_type _c_rb_tree_iterator_ref(c_piterator thiz) in _c_rb_tree_iterator_ref()
147 static value_type _c_rb_tree_iterator_ref_assign(c_piterator thiz, const value_type val) in _c_rb_tree_iterator_ref_assign()
152 static c_iterator _c_rb_tree_iterator_inc(c_piterator thiz) in _c_rb_tree_iterator_inc()
158 static c_iterator _c_rb_tree_iterator_dec(c_piterator thiz) in _c_rb_tree_iterator_dec()
164 static c_bool _c_rb_tree_iterator_equal(c_piterator thiz, const c_piterator val) in _c_rb_tree_iterator_equal()
[all …]
H A Dc_iterator.c57 static c_iterator _c_array_iterator_assign(c_piterator thiz, const c_piterator val) in _c_array_iterator_assign()
64 static value_type _c_array_iterator_ref(c_piterator thiz) in _c_array_iterator_ref()
69 static value_type _c_array_iterator_ref_assign(c_piterator thiz, const value_type val) in _c_array_iterator_ref_assign()
74 static c_iterator _c_array_iterator_inc(c_piterator thiz) in _c_array_iterator_inc()
82 static c_iterator _c_array_iterator_inc_n(c_piterator thiz, difference_type n) in _c_array_iterator_inc_n()
90 static c_iterator _c_array_iterator_dec(c_piterator thiz) in _c_array_iterator_dec()
98 static c_iterator _c_array_iterator_dec_n(c_piterator thiz, difference_type n) in _c_array_iterator_dec_n()
106 static difference_type _c_array_iterator_diff(c_piterator thiz, const c_piterator val) in _c_array_iterator_diff()
111 static value_type _c_array_iterator_at(c_piterator thiz, difference_type n) in _c_array_iterator_at()
116 static c_iterator _c_array_iterator_positive_n(c_piterator thiz, difference_type n) in _c_array_iterator_positive_n()
[all …]
H A Dc_function.c56 static c_bool _c_unary_negate_impl(c_unary_predicate * thiz, value_type val) in _c_unary_negate_impl()
69 static c_bool _c_binary_negate_impl(c_binary_predicate * thiz, value_type val1, value_type val2) in _c_binary_negate_impl()
82 static value_type _c_identity_impl(c_unary_function * thiz, value_type val) in _c_identity_impl()
95 static value_type _c_select1st_impl(c_unary_function * thiz, value_type val) in _c_select1st_impl()
108 static value_type _c_select1stptr_impl(c_unary_function * thiz, value_type val) in _c_select1stptr_impl()
121 static c_bool _c_unary_adapt_impl(c_unary_predicate * thiz, value_type val) in _c_unary_adapt_impl()
134 static c_bool _c_binary_adapt_impl(c_binary_predicate * thiz, value_type val1, value_type val2) in _c_binary_adapt_impl()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_log.h73 #define RT_LOG_CONSTRUCT_IN(thiz) RT_LOGD_IF(LOG_FLAG, "%s(%p) construct", __FUNCTION__, thiz) argument
74 #define RT_LOG_CONSTRUCT_DONE(thiz) RT_LOGD_IF(LOG_FLAG, "%s(%p) construct ok", __FUNCTION__, thiz) argument
75 #define RT_LOG_DESTRUCT_IN(thiz) RT_LOGD_IF(LOG_FLAG, "%s(%p) destructor", __FUNCTION__, thiz) argument
76 #define RT_LOG_DESTRUCT_DONE(thiz) RT_LOGD_IF(LOG_FLAG, "%s(%p) destructor ok", __FUNCTION__, thi… argument
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dfsmc_nand.c108 u8 thiz; member
266 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local
289 u32 thiz, thold, twait, tset, twait_min; in fsmc_calc_timings() local
H A Dstm32_fmc2_nand.c224 u8 thiz; member
1397 unsigned long timing, tar, tclr, thiz, twait; in stm32_fmc2_nfc_calc_timings() local
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dnative-lib.cc76 Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process(JNIEnv *env, jobject thiz, in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c139 u8 thiz; member
630 int tar, tclr, thiz, twait, tset_mem, tset_att, thold_mem, thold_att; in stm32_fmc2_calc_timings() local