HomeSort by relevance Sort by last modified time
    Searched full:newb (Results 1 - 7 of 7) 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/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/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));
  /external/quake/quake/src/WinQuake/
view.cpp 530 qboolean newb;
539 newb = false;
545 newb = true;
551 newb = true;
567 if (!newb && !force)
  /frameworks/base/core/java/android/content/
Intent.java 6351 Bundle newb = new Bundle(other.mExtras); local
    [all...]

Completed in 437 milliseconds