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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c637 const u8 *t, *cend; local
641 cend = g + 1 + g[0];
642 if (cend > gend)
647 if (t > cend)
653 if (t + 1 + 2 + 8 + 1 > cend)
662 if (t + 8 * cli->num_sec_dev_types > cend)
668 if (t + 2 + 2 > cend)
675 if (count > cend - t)
682 g = cend;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c637 const u8 *t, *cend; local
641 cend = g + 1 + g[0];
642 if (cend > gend)
647 if (t > cend)
653 if (t + 1 + 2 + 8 + 1 > cend)
662 if (t + 8 * cli->num_sec_dev_types > cend)
668 if (t + 2 + 2 > cend)
675 if (count > cend - t)
682 g = cend;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_parse.c637 const u8 *t, *cend; local
641 cend = g + 1 + g[0];
642 if (cend > gend)
647 if (t > cend)
653 if (t + 1 + 2 + 8 + 1 > cend)
662 if (t + 8 * cli->num_sec_dev_types > cend)
668 if (t + 2 + 2 > cend)
675 if (count > cend - t)
682 g = cend;
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcscolor.c44 static setab_t *cend[N_COLOR]; variable
62 clist[i] = cend[i] = NULL;
165 if (cend[idx]) {
166 cend[idx]->next = cptr;
167 cend[idx] = cptr;
170 cend[idx] = cptr;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1623 auto I = std::find(Predecessors.cbegin(), Predecessors.cend(), BB);
1723 const_iterator end() const { return cend(); }
1726 const_iterator cend() const { return Blocks.cend(); } function in class:clang::threadSafety::SCFG
/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/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 284 milliseconds