Home
last modified time | relevance | path

Searched defs:i (Results 1 – 25 of 7825) sorted by relevance

12345678910>>...313

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/third_party/boost/libs/pool/example/
Dtime_pool_alloc.cpp47 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger() local
55 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger() local
63 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger() local
71 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger() local
79 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger() local
88 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc_larger() local
122 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc() local
130 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc() local
138 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc() local
146 for (unsigned long i = 0; i < num_ints; ++i) in timing_test_alloc() local
[all …]
/third_party/harfbuzz/src/
Dhb-ot-tag-table.hh1694 unsigned int i; in hb_ot_tags_from_complex_language() local
1714 unsigned int i; in hb_ot_tags_from_complex_language() local
1734 unsigned int i; in hb_ot_tags_from_complex_language() local
1754 unsigned int i; in hb_ot_tags_from_complex_language() local
1774 unsigned int i; in hb_ot_tags_from_complex_language() local
1794 unsigned int i; in hb_ot_tags_from_complex_language() local
1814 unsigned int i; in hb_ot_tags_from_complex_language() local
1834 unsigned int i; in hb_ot_tags_from_complex_language() local
1968 unsigned int i; in hb_ot_tags_from_complex_language() local
1998 unsigned int i; in hb_ot_tags_from_complex_language() local
[all …]
/third_party/boost/libs/phoenix/test/bll_compatibility/
Dexception_test.cpp36 int i = 0; in erroneous_exception_related_lambda_expressions() local
70 int i = j; in throw_AX() local
92 for(int i=1; i<=1; i++) in test_different_number_of_catch_blocks() local
104 for(int i=1; i<=2; i++) in test_different_number_of_catch_blocks() local
119 for(int i=1; i<=3; i++) in test_different_number_of_catch_blocks() local
137 for(int i=1; i<=4; i++) in test_different_number_of_catch_blocks() local
158 for(int i=1; i<=5; i++) in test_different_number_of_catch_blocks() local
182 for(int i=1; i<=6; i++) in test_different_number_of_catch_blocks() local
209 for(int i=1; i<=7; i++) in test_different_number_of_catch_blocks() local
239 for(int i=1; i<=8; i++) in test_different_number_of_catch_blocks() local
[all …]
/third_party/boost/libs/asio/test/
Duse_future.cpp104 int i = f.get(); in use_future_1_test() local
115 int i = f.get(); in use_future_1_test() local
126 int i = f.get(); in use_future_1_test() local
142 int i = f.get(); in use_future_1_test() local
153 int i = f.get(); in use_future_1_test() local
177 int i; in use_future_2_test() local
191 int i; in use_future_2_test() local
221 int i; in use_future_2_test() local
259 int i; in use_future_3_test() local
275 int i; in use_future_3_test() local
[all …]
/third_party/boost/libs/lambda/test/
Dexception_test.cpp36 int i = 0; in erroneous_exception_related_lambda_expressions() local
70 int i = j; in throw_AX() local
92 for(int i=1; i<=1; i++) in test_different_number_of_catch_blocks() local
104 for(int i=1; i<=2; i++) in test_different_number_of_catch_blocks() local
119 for(int i=1; i<=3; i++) in test_different_number_of_catch_blocks() local
137 for(int i=1; i<=4; i++) in test_different_number_of_catch_blocks() local
158 for(int i=1; i<=5; i++) in test_different_number_of_catch_blocks() local
182 for(int i=1; i<=6; i++) in test_different_number_of_catch_blocks() local
209 for(int i=1; i<=7; i++) in test_different_number_of_catch_blocks() local
239 for(int i=1; i<=8; i++) in test_different_number_of_catch_blocks() local
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.cpp28 for (uint32_t i = 0; i < types_values_.size(); ++i) { in GetTypes() local
37 for (uint32_t i = 0; i < types_values_.size(); ++i) { in GetTypes() local
46 for (uint32_t i = 0; i < types_values_.size(); ++i) { in GetConstants() local
55 for (uint32_t i = 0; i < types_values_.size(); ++i) { in GetConstants() local
63 for (uint32_t i = 0; i < types_values_.size(); ++i) { in GetGlobalValue() local
79 #define DELEGATE(i) i->ForEachInst(f, run_on_debug_line_insts) in ForEachInst() argument
80 for (auto& i : capabilities_) DELEGATE(i); in ForEachInst() local
81 for (auto& i : extensions_) DELEGATE(i); in ForEachInst() local
82 for (auto& i : ext_inst_imports_) DELEGATE(i); in ForEachInst() local
84 for (auto& i : entry_points_) DELEGATE(i); in ForEachInst() local
[all …]
/third_party/boost/libs/sort/test/
Dtest_block_indirect_sort.cpp42 for (uint32_t i = 0; i < NElem; ++i) V1.push_back (i); in test1() local
45 for (unsigned i = 1; i < NElem; i++) in test1() local
51 for (uint32_t i = 0; i < NElem; ++i) V1.push_back (NElem - i); in test1() local
54 for (unsigned i = 1; i < NElem; i++) in test1() local
60 for (uint32_t i = 0; i < NElem; ++i) V1.push_back (1000); in test1() local
63 for (unsigned i = 1; i < NElem; i++) in test1() local
69 for (uint32_t i = 0; i < NElem; ++i) V1.push_back (i); in test1() local
72 for (unsigned i = 1; i < NElem; i++) in test1() local
78 for (uint32_t i = 0; i < NElem; ++i) V1.push_back (NElem - i); in test1() local
81 for (unsigned i = 1; i < NElem; i++) in test1() local
[all …]
Dtest_insert_sort.cpp36 for (unsigned i = 0; i < 21; i++) { in test01() local
44 for (unsigned i = 0; i < 21; i++) { in test01() local
52 for (unsigned i = 0; i < 21; i++) { in test01() local
60 for (unsigned i = 0; i < 21; i++) { in test01() local
66 for (unsigned i = 0; i < 100; i++) F[ i ] = rand ( ) % 1000; in test01() local
68 for (unsigned i = 0; i < 99; i++) { in test01() local
75 for (unsigned i = 0; i < NG; i++) G[ i ] = rand ( ) % 1000; in test01() local
77 for (unsigned i = 0; i < NG - 1; i++) { in test01() local
88 for (uint32_t i = 0; i < 1000; ++i) A.push_back (0); in test02() local
89 for (uint32_t i = 0; i < NELEM; ++i) A.push_back (NELEM - i); in test02() local
[all …]
Dtest_parallel_stable_sort.cpp43 for (uint32_t i = 0; i < 8; ++i) in test1() local
59 for (uint32_t i = 0; i < V1.size(); ++i) in test1() local
64 for (uint32_t i = 0; i < V3.size(); ++i) in test1() local
76 for (uint32_t i = 0; i < NElem; ++i) V1.push_back(i); in test2() local
78 for (unsigned i = 1; i < NElem; i++) in test2() local
84 for (uint32_t i = 0; i < NElem; ++i) V1.push_back(NElem - i); in test2() local
86 for (unsigned i = 1; i < NElem; i++) in test2() local
92 for (uint32_t i = 0; i < NElem; ++i) V1.push_back(1000); in test2() local
94 for (unsigned i = 1; i < NElem; i++) in test2() local
104 for (uint32_t i = 0; i < NElem; ++i) V1.push_back(my_rand() % NElem); in test3() local
[all …]
Dtest_sample_sort.cpp42 for (uint32_t i = 0; i < 8; ++i) in test1() local
58 for (uint32_t i = 0; i < V1.size(); ++i) in test1() local
63 for (uint32_t i = 0; i < V3.size(); ++i) in test1() local
75 for (uint32_t i = 0; i < NElem; ++i) V1.push_back(i); in test2() local
77 for (unsigned i = 1; i < NElem; i++) in test2() local
83 for (uint32_t i = 0; i < NElem; ++i) V1.push_back(NElem - i); in test2() local
85 for (unsigned i = 1; i < NElem; i++) in test2() local
91 for (uint32_t i = 0; i < NElem; ++i) V1.push_back(1000); in test2() local
93 for (unsigned i = 1; i < NElem; i++) in test2() local
104 for (uint32_t i = 0; i < NElem; ++i) V1.push_back(my_rand() % NElem); in test3() local
[all …]
/third_party/json/test/src/
Dunit-items.cpp51 for (auto i : json::iterator_wrapper(j)) variable
84 for (auto& i : json::iterator_wrapper(j)) variable
128 for (const auto i : json::iterator_wrapper(j)) variable
161 for (const auto& i : json::iterator_wrapper(j)) variable
197 for (auto i : json::iterator_wrapper(j)) variable
230 for (auto& i : json::iterator_wrapper(j)) variable
263 for (const auto i : json::iterator_wrapper(j)) variable
296 for (const auto& i : json::iterator_wrapper(j)) variable
332 for (auto i : json::iterator_wrapper(j)) variable
365 for (auto& i : json::iterator_wrapper(j)) variable
[all …]
/third_party/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h27 for (int i = file->mutable_message_type()->size() - 1; i >= 0; i--) { in StripFile() local
34 for (int i = file->mutable_extension()->size() - 1; i >= 0; i--) { in StripFile() local
55 for (int i = new_message->mutable_field()->size() - 1; i >= 0; i--) { in StripMessage() local
61 for (int i = new_message->mutable_extension()->size() - 1; i >= 0; i--) { in StripMessage() local
69 for (int i = 0; i < new_message->mutable_nested_type()->size(); i++) { in StripMessage() local
85 for (int i = 0; i < file->enum_type_size(); i++) { in ScrubFile() local
88 for (int i = 0; i < file->mutable_message_type()->size(); i++) { in ScrubFile() local
109 for (int i = enum_type->mutable_value()->size() - 1; i > 0; i--) { in ScrubEnum() local
122 for (int i = 0; i < message_type->mutable_enum_type()->size(); i++) { in ScrubMessage() local
125 for (int i = 0; i < message_type->mutable_nested_type()->size(); i++) { in ScrubMessage() local
[all …]
/third_party/boost/libs/math/test/
Dtest_remez.cpp35 for(unsigned i = 0; i < 7; ++i) in test_polynomial() local
44 for(unsigned i = 0; i < 7; ++i) in test_polynomial() local
55 for(unsigned i = 0; i < 7; ++i) in test_polynomial() local
64 for(unsigned i = 0; i < 7; ++i) in test_polynomial() local
75 for(unsigned i = 0; i < 7; ++i) in test_polynomial() local
83 for(unsigned i = 0; i < 7; ++i) in test_polynomial() local
93 for(unsigned i = 0; i < 7; ++i) in test_polynomial() local
101 for(unsigned i = 0; i < 7; ++i) in test_polynomial() local
119 for(unsigned i = 0; i < 7; ++i) in test_rational() local
143 for(unsigned i = 0; i < 7; ++i) in test_rational() local
[all …]
/third_party/boost/boost/numeric/odeint/algebra/
Darray_algebra.hpp41 for( size_t i=0 ; i<dim ; ++i ) in for_each1() local
50 for( size_t i=0 ; i<dim ; ++i ) in for_each2() local
60 for( size_t i=0 ; i<dim ; ++i ) in for_each3() local
71 for( size_t i=0 ; i<dim ; ++i ) in for_each3() local
82 for( size_t i=0 ; i<dim ; ++i ) in for_each4() local
94 for( size_t i=0 ; i<dim ; ++i ) in for_each5() local
107 for( size_t i=0 ; i<dim ; ++i ) in for_each6() local
121 for( size_t i=0 ; i<dim ; ++i ) in for_each7() local
136 for( size_t i=0 ; i<dim ; ++i ) in for_each8() local
152 for( size_t i=0 ; i<dim ; ++i ) in for_each9() local
[all …]
/third_party/boost/libs/move/test/
Dunique_ptr_modifiers.cpp48 int* i = p.get(); in test() local
57 int* i = p.get(); in test() local
66 int* i = p.get(); in test() local
90 A* i = p.get(); in test() local
100 A* i = p.get(); in test() local
109 A* i = p.get(); in test() local
123 A* i = p.get(); in test() local
133 A* i = p.get(); in test() local
142 A* i = p.get(); in test() local
156 A* i = p.get(); in test() local
[all …]
/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_operators_arithmetic.cpp69 for(auto i = 0ul; i < t.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
75 for(auto i = 0ul; i < t.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
80 for(auto i = 0ul; i < t.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
85 for(auto i = 0ul; i < r.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
91 for(auto i = 0ul; i < r.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
96 for(auto i = 0ul; i < t.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
101 for(auto i = 0ul; i < t.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
137 for(auto i = 0ul; i < t.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
142 for(auto i = 0ul; i < t.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
147 for(auto i = 0ul; i < t.size(); ++i) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() local
[all …]
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser_test.cc98 for (int i = 0; i < json.length(); ++i) { in RunTest() local
163 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
171 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
179 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
188 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
196 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
205 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
213 for (int i = 0; i < str.length(); ++i) { in TEST_F() local
221 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
229 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
[all …]
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_bounded_queue/
Dsingle_thread_pass.cpp55 int i; in main() local
106 int i; in main() local
135 int i=1; in main() local
165 int i; in main() local
190 int i = q.pull(); in main() local
201 int i; in main() local
213 int i; in main() local
225 boost::shared_ptr<int> i = q.try_pull(); in main() local
283 int i; in main() local
295 int i; in main() local
[all …]
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c89 for (int i = 0; i < 4; ++i) in dnn_execute_layer_math_binary() local
107 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
111 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
117 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
124 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
130 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
137 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
143 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
150 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
154 for (int i = 0; i < dims_count; ++i) { in dnn_execute_layer_math_binary() local
[all …]
/third_party/boost/boost/mpl/aux_/preprocessor/
Dext_params.hpp29 # define BOOST_MPL_PP_EXT_PARAMS(i,j,p) \ argument
33 # define BOOST_MPL_PP_EXT_PARAMS_DELAY_1(i,n,p) \ argument
37 # define BOOST_MPL_PP_EXT_PARAMS_DELAY_2(i,n,p) \ argument
41 # define BOOST_MPL_PP_EXT_PARAMS_1(i,p) BOOST_MPL_PP_FILTER_PARAMS_##i(p##1,p##2,p##3,p##4,p##5,p… argument
42 # define BOOST_MPL_PP_EXT_PARAMS_2(i,p) BOOST_MPL_PP_FILTER_PARAMS_##i(p##2,p##3,p##4,p##5,p##6,p… argument
43 # define BOOST_MPL_PP_EXT_PARAMS_3(i,p) BOOST_MPL_PP_FILTER_PARAMS_##i(p##3,p##4,p##5,p##6,p##7,p… argument
44 # define BOOST_MPL_PP_EXT_PARAMS_4(i,p) BOOST_MPL_PP_FILTER_PARAMS_##i(p##4,p##5,p##6,p##7,p##8,p… argument
45 # define BOOST_MPL_PP_EXT_PARAMS_5(i,p) BOOST_MPL_PP_FILTER_PARAMS_##i(p##5,p##6,p##7,p##8,p##9,p… argument
46 # define BOOST_MPL_PP_EXT_PARAMS_6(i,p) BOOST_MPL_PP_FILTER_PARAMS_##i(p##6,p##7,p##8,p##9,p1,p2,… argument
47 # define BOOST_MPL_PP_EXT_PARAMS_7(i,p) BOOST_MPL_PP_FILTER_PARAMS_##i(p##7,p##8,p##9,p1,p2,p3,p4… argument
[all …]
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_message_builder.cc79 for (int i = 0; i < descriptor_->field_count(); i++) { in MessageBuilderGenerator() local
152 for (int i = 0; i < descriptor_->field_count(); i++) { in Generate() local
157 for (int i = 0; i < totalInts; i++) { in Generate() local
162 for (int i = 0; i < descriptor_->field_count(); i++) { in Generate() local
210 for (int i = 0; i < descriptor_->field_count(); i++) { in GenerateDescriptorMethods() local
225 for (int i = 0; i < map_fields.size(); ++i) { in GenerateDescriptorMethods() local
250 for (int i = 0; i < map_fields.size(); ++i) { in GenerateDescriptorMethods() local
313 for (int i = 0; i < descriptor_->field_count(); i++) { in GenerateCommonBuilderMethods() local
333 for (int i = 0; i < descriptor_->field_count(); i++) { in GenerateCommonBuilderMethods() local
395 for (int i = 0; i < descriptor_->field_count(); i++) { in GenerateCommonBuilderMethods() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst_iface.h34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i) in fst_iface_get_group()
39 static inline const char * fst_iface_get_name(struct fst_iface *i) in fst_iface_get_name()
44 static inline const u8 * fst_iface_get_addr(struct fst_iface *i) in fst_iface_get_addr()
49 static inline const char * fst_iface_get_group_id(struct fst_iface *i) in fst_iface_get_group_id()
54 static inline u8 fst_iface_get_priority(struct fst_iface *i) in fst_iface_get_priority()
59 static inline u32 fst_iface_get_llt(struct fst_iface *i) in fst_iface_get_llt()
64 static inline const struct wpabuf * fst_iface_get_mbie(struct fst_iface *i) in fst_iface_get_mbie()
69 static inline const u8 * fst_iface_get_bssid(struct fst_iface *i) in fst_iface_get_bssid()
74 static inline void fst_iface_get_channel_info(struct fst_iface *i, in fst_iface_get_channel_info()
81 static inline int fst_iface_get_hw_modes(struct fst_iface *i, in fst_iface_get_hw_modes()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst_iface.h34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i) in fst_iface_get_group()
39 static inline const char * fst_iface_get_name(struct fst_iface *i) in fst_iface_get_name()
44 static inline const u8 * fst_iface_get_addr(struct fst_iface *i) in fst_iface_get_addr()
49 static inline const char * fst_iface_get_group_id(struct fst_iface *i) in fst_iface_get_group_id()
54 static inline u8 fst_iface_get_priority(struct fst_iface *i) in fst_iface_get_priority()
59 static inline u32 fst_iface_get_llt(struct fst_iface *i) in fst_iface_get_llt()
64 static inline const struct wpabuf * fst_iface_get_mbie(struct fst_iface *i) in fst_iface_get_mbie()
69 static inline const u8 * fst_iface_get_bssid(struct fst_iface *i) in fst_iface_get_bssid()
74 static inline void fst_iface_get_channel_info(struct fst_iface *i, in fst_iface_get_channel_info()
81 static inline int fst_iface_get_hw_modes(struct fst_iface *i, in fst_iface_get_hw_modes()
[all …]

12345678910>>...313