/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
getdelim.c | 50 char *newb; local 106 newb = realloc(*buf, newlen); 107 if (newb == NULL) 109 *buf = newb;
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s2_pkt.c | 321 int i,off,newb; local 349 newb=s->s2->rbuf_left; 355 (unsigned int)newb+off); 360 (unsigned int)newb); 366 newb=0; 370 * newb is the number of new bytes so far 373 while (newb < (int)n) 379 i=BIO_read(s->rbio,(char *)&(s->s2->rbuf[off+newb]), 380 max-newb); 392 s->s2->rbuf_left+=newb; [all...] |
/external/openssl/ssl/ |
s2_pkt.c | 321 int i,off,newb; local 349 newb=s->s2->rbuf_left; 355 (unsigned int)newb+off); 360 (unsigned int)newb); 366 newb=0; 370 * newb is the number of new bytes so far 373 while (newb < (int)n) 379 i=BIO_read(s->rbio,(char *)&(s->s2->rbuf[off+newb]), 380 max-newb); 392 s->s2->rbuf_left+=newb; [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
trigger2.test | 240 set newB 2 256 set newB 2 264 set newB {''} 290 regsub -all new\.b $tr_program_cooked $newB tr_program_cooked 609 olda, oldb, oldc, oldd, newa, newb, newc, newd);
|
/external/llvm/include/llvm/ADT/ |
DenseMap.h | 784 BucketT *NewB = &LargeSide.getInlineBuckets()[i], 786 new (&NewB->first) KeyT(std::move(OldB->first)); 788 if (!KeyInfoT::isEqual(NewB->first, EmptyKey) && 789 !KeyInfoT::isEqual(NewB->first, TombstoneKey)) { 790 new (&NewB->second) ValueT(std::move(OldB->second));
|
/frameworks/base/core/java/android/content/ |
Intent.java | 6757 Bundle newb = new Bundle(other.mExtras); local [all...] |