Searched refs:intv (Results 1 - 3 of 3) 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...]
/external/e2fsprogs/misc/
H A Dtune2fs.c1179 unsigned long intv; local
1184 intv = strtoul(arg, &p, 0);
1192 if (intv == 0) {
1193 intv = EXT4_MMP_UPDATE_INTERVAL;
1194 } else if (intv > EXT4_MMP_MAX_UPDATE_INTERVAL) {
1197 intv);
1204 "interval to %lu seconds\n", intv),
1205 intv);
1206 fs->super->s_mmp_update_interval = intv;

Completed in 217 milliseconds