Searched defs:cend (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c483 const u8 *t, *cend; local
487 cend = g + 1 + g[0];
488 if (cend > gend)
493 if (t > cend)
499 if (t + 1 + 2 + 8 + 1 > cend)
508 if (t + 8 * cli->num_sec_dev_types > cend)
514 if (t + 2 + 2 > cend)
521 if (count > cend - t)
528 g = cend;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c483 const u8 *t, *cend; local
487 cend = g + 1 + g[0];
488 if (cend > gend)
493 if (t > cend)
499 if (t + 1 + 2 + 8 + 1 > cend)
508 if (t + 8 * cli->num_sec_dev_types > cend)
514 if (t + 2 + 2 > cend)
521 if (count > cend - t)
528 g = cend;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_parse.c483 const u8 *t, *cend; local
487 cend = g + 1 + g[0];
488 if (cend > gend)
493 if (t > cend)
499 if (t + 1 + 2 + 8 + 1 > cend)
508 if (t + 8 * cli->num_sec_dev_types > cend)
514 if (t + 2 + 2 > cend)
521 if (count > cend - t)
528 g = cend;
/external/oprofile/libpp/
H A Dprofile_container.cpp234 vector<filename_by_samples>::reverse_iterator const cend member in class:vector
238 for (; cit != cend; ++cit) {
H A Darrange_profiles.cpp565 list<string>::const_iterator const cend = it->cg_files.end(); member in class:__anon10554::list
566 for (cit = it->cg_files.begin(); cit != cend; ++cit) {
731 list<profile_dep_set>::const_iterator const cend = pset.deps.end(); member in class:list
733 for (cit = pset.deps.begin(); cit != cend; ++cit)
H A Dcallgraph_container.cpp321 cg_symbol::children::iterator cend = sym.callers.end(); local
323 while (cit != cend && op_ratio(cit->sample.counts[0],
327 if (cit != cend)
331 cend = sym.callees.end();
333 while (cit != cend && op_ratio(cit->sample.counts[0],
337 if (cit != cend)
362 cg_data::children::const_iterator cend = data.callers.end(); local
364 for (cit = data.callers.begin(); cit != cend; ++cit) {
371 cend = data.callees.end();
373 for (cit = data.callees.begin(); cit != cend;
[all...]
H A Dformat_output.cpp516 cg_symbol::children::const_iterator cend = sym->callers.end(); local
524 for (cit = sym->callers.begin(); cit != cend; ++cit) {
537 cend = sym->callees.end();
539 for (cit = sym->callees.begin(); cit != cend; ++cit) {
741 cg_symbol::children::const_iterator cend = cg_symb.end(); local
743 for (cit = cg_symb.begin(); cit != cend; ++cit) {
948 cg_symbol::children::const_iterator cend = cg_symb.end(); local
950 for (cit = cg_symb.begin(); cit != cend; ++cit) {
/external/oprofile/pp/
H A Dopgprof.cpp268 list<string>::const_iterator const cend = it->cg_files.end(); member in class:__anon10587::list
269 for (cit = it->cg_files.begin(); cit != cend; ++cit) {
/external/svox/pico/lib/
H A Dpicoos.c310 MemCellHdr cbeg, cmid, cend; local
317 cend = (MemCellHdr)((picoos_objsize_t)newBlockAddr + size
324 cend->size = 0;
325 cend->leftCell = cmid;
329 cmid->nextFree = cend;
331 cend->nextFree = NULL;
332 cend->prevFree = cmid;
334 this->lastFree = cend;
343 cend->nextFree = NULL;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 384 milliseconds