HomeSort by relevance Sort by last modified time
    Searched full:l_end (Results 1 - 10 of 10) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
item.hpp 43 struct l_end struct in namespace:boost::mpl
49 typedef l_end type;
clear.hpp 28 typedef l_end type;
begin_end.hpp 38 typedef l_iter<l_end> type;
iterator.hpp 62 template<> struct l_iter<l_end>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/
list0.hpp 35 : l_end
37 typedef l_end type;
  /external/opencv/cvaux/src/
cvcorrespond.cpp 68 int l_beg, r_beg, l_end, r_end, l_len, r_len; local
121 l_end = first[curr];
123 costTable[n + 1] = costTable[n] + Occlusion * (l_end - prev);
124 prev = l_end;
137 l_end = second[curr];
139 costTable[baseIndex + row_size] = costTable[baseIndex] + Occlusion * (l_end - prev);
141 prev = l_end;
162 l_end = first[first_curr];
163 l_len = l_end - l_beg + 1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/
list10.hpp 21 , l_end
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 262 #define BOOST_EQUAL_COLLECTIONS_IMPL( L_begin, L_end, R_begin, R_end, TL ) \
264 (L_begin), (L_end), (R_begin), (R_end) ), "", TL, CHECK_EQUAL_COLL ), \
266 BOOST_STRINGIZE( L_begin ), BOOST_STRINGIZE( L_end ), \
270 #define BOOST_WARN_EQUAL_COLLECTIONS( L_begin, L_end, R_begin, R_end ) \
271 BOOST_EQUAL_COLLECTIONS_IMPL( L_begin, L_end, R_begin, R_end, WARN )
272 #define BOOST_CHECK_EQUAL_COLLECTIONS( L_begin, L_end, R_begin, R_end ) \
273 BOOST_EQUAL_COLLECTIONS_IMPL( L_begin, L_end, R_begin, R_end, CHECK )
274 #define BOOST_REQUIRE_EQUAL_COLLECTIONS( L_begin, L_end, R_begin, R_end ) \
275 BOOST_EQUAL_COLLECTIONS_IMPL( L_begin, L_end, R_begin, R_end, REQUIRE )
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.c 198 const char *l_end; local
202 l_end = rc->pos;
203 while (l_end < rc->end && *l_end != '\n')
204 l_end++;
205 len = l_end - rc->pos;
210 rc->pos = l_end + 1;
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 717 const u8 *l_end; local
722 l_end = pos + len;
731 if (pos + 3 > l_end)
743 pos = l_end;
    [all...]

Completed in 475 milliseconds