HomeSort by relevance Sort by last modified time
    Searched full:pend (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /external/webkit/Source/JavaScriptCore/wtf/
FastAllocBase.h 350 T* pEnd = p + *a.size;
351 while (pEnd-- != p)
352 pEnd->~T();
399 T* pEnd = p + *a.size;
400 while (pEnd-- != p)
401 pEnd->~T();
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 178 uint8_t *pEnd;
240 pEnd = NULL;
243 pEnd = buffer;
246 if (*buffer != '<' || pEnd == NULL) {
251 *valueLen = pEnd - *pValue + 1;
534 uint8_t *pEnd;
539 pEnd = buffer + bufferLen;
566 while ((buffer + i) < pEnd && buffer[i] != WBXML_END)
  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 85 void format(const char* pBegin, const char* pEnd, std::string& pOutStr) const;
88 const char* findMatch(char pVal, const char* pBegin, const char* pEnd ) const;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend)
58 base::setp(pbeg, pend);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.h 61 const_fixup_iterator pEnd);
ARMToTHMStub.h 61 const_fixup_iterator pEnd);
THMToARMStub.h 64 const_fixup_iterator pEnd);
THMToTHMStub.h 64 const_fixup_iterator pEnd);
ARMToARMStub.cpp 53 const_fixup_iterator pEnd)
56 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
ARMToTHMStub.cpp 55 const_fixup_iterator pEnd)
58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
THMToARMStub.cpp 55 const_fixup_iterator pEnd)
58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
THMToTHMStub.cpp 57 const_fixup_iterator pEnd)
60 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 86 #define CONVERT_44100_TO_BLUETOOTH(pStart, pEnd) \
90 SRC_TYPE *pSEnd = (SRC_TYPE *)pEnd; \
140 #define CONVERT_22050_TO_BLUETOOTH(pStart, pEnd) \
144 SRC_TYPE *pSEnd = (SRC_TYPE *)pEnd; \
193 #define CONVERT_11025_TO_BLUETOOTH(pStart, pEnd) \
197 SRC_TYPE *pSEnd = (SRC_TYPE *)pEnd; \
  /external/bluetooth/bluedroid/stack/smp/
smp_main.c 162 Rsp Pend ReqRsp Cfm Pend Pend Delay */
261 AppRsp Pend ReqRsp Cfm Pend Pend Delay */
  /external/qemu/android/
adb-server.c 236 adb_host->adb_guest ? "Transfer" : "Pend", size, adb_host,
246 /* Pend the data for the upcoming guest connection. */
397 /* Pend this connection. */
398 D("Pend ADB host %p(so=%d)", adb_host, adb_host->host_so);
477 /* Host is not available. Pend this guest. */
478 D("Pend ADB guest %p(o=%p)", adb_guest, adb_guest->opaque);
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_init.c 87 /* Pre-pend that to the hash data */
  /external/icu4c/common/
uset.cpp 303 // UChar32* pStart, UChar32* pEnd) {
309 // *pEnd = us->getRangeEnd(rangeIndex);
476 UChar32* pStart, UChar32* pEnd) {
480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
492 *pEnd=array[rangeIndex]-1;
494 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
496 *pEnd=0x10ffff;
508 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
510 *pEnd=0x10ffff;
  /external/clang/lib/AST/
TemplateBase.cpp 117 for (pack_iterator P = pack_begin(), PEnd = pack_end(); P != PEnd; ++P) {
158 for (pack_iterator P = pack_begin(), PEnd = pack_end(); P != PEnd; ++P) {
217 for (pack_iterator P = pack_begin(), PEnd = pack_end(); P != PEnd; ++P)
390 for (TemplateArgument::pack_iterator P = pack_begin(), PEnd = pack_end();
391 P != PEnd; ++P) {
DeclTemplate.cpp 72 PEnd = const_cast<TemplateParameterList *>(this)->end();
73 P != PEnd; ++P) {
118 PEnd = Params->end();
119 P != PEnd; ++P) {
386 P = PartialSpecs.begin(), PEnd = PartialSpecs.end();
387 P != PEnd; ++P) {
400 PEnd = getPartialSpecializations().end();
401 P != PEnd; ++P) {
415 PEnd = getPartialSpecializations().end();
416 P != PEnd; ++P)
    [all...]
  /external/icu4c/tools/toolutil/
uparse.h 132 uint32_t *pStart, uint32_t *pEnd,
142 uint32_t *pStart, uint32_t *pEnd,
  /external/llvm/lib/Support/
regcomp.c 67 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member in struct:parse
202 p->pend[i] = 0;
325 p->pend[subno] = HERE();
326 assert(p->pend[subno] != 0);
381 if (p->pend[backrefnum] == 0) {
393 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN);
394 (void) dupl(p, p->pbegin[backrefnum]+1, p->pend[backrefnum]);
566 p->pend[subno] = HERE();
567 assert(p->pend[subno] != 0);
587 if (p->pend[i] != 0)
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 200 : Begin(S.begin()), End(S.end()), C(Begin), P(Begin), PEnd(NULL) { }
205 PEnd = C + S.size();
206 if (PEnd > End)
222 PEnd = P;
232 PEnd = P + S.size();
250 C = PEnd;
271 const char *PEnd; // previous next/search subject end (1-past)
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 487 static inline void skipComment(const char*& ptr, const char* pEnd)
490 if (p == pEnd)
496 while (p + 2 < pEnd) {
504 if (p + 3 < pEnd && p[1] == '-' && p[2] == '!' && p[3] == '>') {
536 const char* pEnd = ptr + m_buffer.size();
546 while (xmlDeclarationEnd != pEnd && *xmlDeclarationEnd != '>')
548 if (xmlDeclarationEnd == pEnd)
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 66 sopno pend[NPAREN]; /* -> ) ([0] unused) */ member in struct:parse
194 p->pend[i] = 0;
316 p->pend[subno] = HERE();
317 assert(p->pend[subno] != 0);
530 p->pend[subno] = HERE();
531 assert(p->pend[subno] != 0);
551 if (p->pend[i] != 0) {
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN);
557 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1344 if (p->pend[i] >= pos)
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 404 for (FunctionDecl::param_iterator P = D->param_begin(), PEnd = D->param_end();
405 P != PEnd; ++P)
446 PEnd = D->param_end(); P != PEnd; ++P)
483 PEnd = D->protocol_end();
484 P != PEnd; ++P)
495 PEnd = Data.AllReferencedProtocols.end();
496 P != PEnd; ++P)
671 PEnd = D->chain_end(); P != PEnd; ++P
    [all...]

Completed in 2414 milliseconds

12 3 4 5 6 7