Searched defs:True (Results 1 - 5 of 5) sorted by relevance

/external/srec/srec/include/
H A Dall_defs.h85 #define True ESR_TRUE /* Boolean constants */ macro
/external/bzip2/
H A Dbzip2recover.c56 #define True ((Bool)1) macro
367 while (True) {
438 while (True) {
H A Dbzip2.c169 #define True ((Bool)1) macro
321 if (c == EOF) return True;
350 while (True) {
452 while (True) {
502 return True;
507 while (True) {
541 return True;
548 return True; /*notreached*/
570 while (True) {
602 return True;
[all...]
H A Dbzlib_private.h49 #define True ((Bool)1) macro
446 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
453 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
477 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
/external/v8/src/
H A Dapi.cc292 v8::Handle<v8::Boolean> ImplementationUtilities::True() { function in class:v8::ImplementationUtilities
293 if (!EnsureInitialized("v8::True()")) return v8::Handle<v8::Boolean>();
370 v8::Handle<Boolean> True() { function in namespace:v8
371 LOG_API("True");
372 return ImplementationUtilities::True();

Completed in 80 milliseconds