Searched refs:fresh (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Support/
H A Dregengine.inc82 states fresh; /* states for a fresh start */
178 SETUP(m->fresh);
687 states fresh = m->fresh;
699 ASSIGN(fresh, st);
706 if (EQ(st, fresh))
748 ASSIGN(st, fresh);
/external/freetype/src/raster/
H A Dftraster.c486 Bool fresh; /* signals a fresh new profile which */ member in struct:black_TWorker_
775 ras.fresh = TRUE;
1138 if ( ras.fresh )
1141 ras.fresh = FALSE;
1219 Bool result, fresh; local
1222 fresh = ras.fresh;
1226 if ( fresh && !ras.fresh )
1398 Bool result, fresh; local
[all...]
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex87 must begin on a fresh page.
95 The first audio packet of the logical stream begins a fresh Ogg page.
163 page on which it appears and the third packet begin a fresh page.
/external/v8/src/
H A Dobjects.cc3254 Object* fresh; local
3257 if (maybe_fresh->ToObject(&fresh)) {
3258 ASSERT(memcmp(Map::cast(fresh)->address(),
/external/dropbear/libtomcrypt/
H A Dcrypt.tex2741 fresh state. This helps in the case that the program aborts or the machine is powered down without
2959 by performing some computation on fresh input bits. Possibly the hardest thing to get correctly in a cryptosystem is the
4932 a cryptosystem make sure the first problem you solve is getting a fresh source of entropy.

Completed in 342 milliseconds