HomeSort by relevance Sort by last modified time
    Searched full:newb (Results 1 - 8 of 8) sorted by null

  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
grass.rs 424 float newB = 1.0f;
427 newB = 0.0f;
432 newB = normf(gDawn, half, now);
433 alpha(newB);
446 newB = normf(gAfternoon, half, now);
447 alpha(newB);
448 newB = 1.0f - newB;
454 newB = 0.0f;
458 newB = 0.0f
    [all...]
  /bionic/libc/upstream-netbsd/libc/stdio/
getdelim.c 62 char *newb; local
117 newb = realloc(*buf, newlen);
118 if (newb == NULL)
120 *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 794 BucketT *NewB = &LargeSide.getInlineBuckets()[i],
796 new (&NewB->first) KeyT(llvm_move(OldB->first));
798 if (!KeyInfoT::isEqual(NewB->first, EmptyKey) &&
799 !KeyInfoT::isEqual(NewB->first, TombstoneKey)) {
800 new (&NewB->second) ValueT(llvm_move(OldB->second));
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 6535 Bundle newb = new Bundle(other.mExtras); local
    [all...]

Completed in 194 milliseconds