Searched defs:cend (Results 1 - 13 of 13) sorted by last modified time

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c527 const u8 *t, *cend; local
531 cend = g + 1 + g[0];
532 if (cend > gend)
537 if (t > cend)
543 if (t + 1 + 2 + 8 + 1 > cend)
552 if (t + 8 * cli->num_sec_dev_types > cend)
558 if (t + 2 + 2 > cend)
565 if (count > cend - t)
572 g = cend;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c527 const u8 *t, *cend; local
531 cend = g + 1 + g[0];
532 if (cend > gend)
537 if (t > cend)
543 if (t + 1 + 2 + 8 + 1 > cend)
552 if (t + 8 * cli->num_sec_dev_types > cend)
558 if (t + 2 + 2 > cend)
565 if (count > cend - t)
572 g = cend;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_parse.c527 const u8 *t, *cend; local
531 cend = g + 1 + g[0];
532 if (cend > gend)
537 if (t > cend)
543 if (t + 1 + 2 + 8 + 1 > cend)
552 if (t + 8 * cli->num_sec_dev_types > cend)
558 if (t + 2 + 2 > cend)
565 if (count > cend - t)
572 g = cend;
/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/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/oprofile/libpp/
H A Darrange_profiles.cpp565 list<string>::const_iterator const cend = it->cg_files.end(); member in class:__anon28440::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) {
H A Dprofile_container.cpp234 vector<filename_by_samples>::reverse_iterator const cend member in class:vector
238 for (; cit != cend; ++cit) {
/external/oprofile/pp/
H A Dopgprof.cpp268 list<string>::const_iterator const cend = it->cg_files.end(); member in class:__anon28473::list
269 for (cit = it->cg_files.begin(); cit != cend; ++cit) {
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1473 auto I = std::find(Predecessors.cbegin(), Predecessors.cend(), BB);
1558 const_iterator end() const { return cend(); }
1561 const_iterator cend() const { return Blocks.cend(); } function in class:clang::threadSafety::SCFG
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc1099 Slice cend = cend_str; local
1100 dbfull()->TEST_CompactRange(0, &cstart, &cend);
/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 972 milliseconds