Searched refs:chp (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dmalloc2.c16 unsigned char* chp; local
31 chp = test_arr[j];
33 chp[k] = (unsigned char)(k + 99);
/external/ppp/pppd/
H A Dmain.c628 struct subprocess *chp; local
630 for (chp = children; chp != NULL; chp = chp->next)
631 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1753 struct subprocess *chp; local
1757 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1758 if (chp
1778 struct subprocess *chp; local
1796 struct subprocess *chp, **prevp; local
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp509 for (const LChar* chp = characters8(); chp != end; ++chp) {
510 if (UNLIKELY(isASCIIUpper(*chp)))
512 ored |= *chp;
539 for (const UChar* chp = characters16(); chp != end; ++chp) {
540 if (UNLIKELY(isASCIIUpper(*chp)))
542 ored |= *chp;
[all...]

Completed in 461 milliseconds