Searched defs:intv (Results 1 - 2 of 2) sorted by relevance

/external/stlport/test/unit/
H A Dalg_test.cpp223 vector<int> intv; local
224 intv.push_back(0);
225 intv.push_back(1);
226 intv.push_back(2);
227 intv.push_back(3);
230 first = find_first_of(intv.begin(), intv.end(), intsl.begin(), intsl.end());
231 CPPUNIT_ASSERT( first != intv.end() );
235 vector<int> intv; local
236 intv
253 vector<int> intv; local
265 vector<int> intv; local
279 vector<int> intv; local
293 vector<int> intv; local
307 vector<int> intv; local
322 vector<MyIntComparable> intv; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dwin64-except.c227 long intv; local
237 intv = yasm_intnum_get_int(intn);
238 if (intv < 0 || intv > 240)
241 intv);
242 else if ((intv & 0xF) != 0)
244 N_("frame offset of %ld is not a multiple of 16"), intv);
289 long intv; local
314 intv = yasm_intnum_get_int(frameoff);
315 if (intv <
358 long intv; local
472 long intv, low, high, mask; local
[all...]

Completed in 126 milliseconds