/external/yaffs2/yaffs2/ |
D | yaffs_packedtags2.c | 50 pt->t.objectId, pt->t.chunkId, pt->t.byteCount, in yaffs_DumpPackedTags2() 51 pt->t.sequenceNumber)); in yaffs_DumpPackedTags2() 54 static void yaffs_DumpTags2(const yaffs_ExtendedTags * t) in yaffs_DumpTags2() argument 60 TENDSTR), t->eccResult, t->blockBad, t->chunkUsed, t->objectId, in yaffs_DumpTags2() 61 t->chunkId, t->byteCount, t->chunkDeleted, t->serialNumber, in yaffs_DumpTags2() 62 t->sequenceNumber)); in yaffs_DumpTags2() 66 void yaffs_PackTags2(yaffs_PackedTags2 * pt, const yaffs_ExtendedTags * t) in yaffs_PackTags2() argument 68 pt->t.chunkId = t->chunkId; in yaffs_PackTags2() 69 pt->t.sequenceNumber = t->sequenceNumber; in yaffs_PackTags2() 70 pt->t.byteCount = t->byteCount; in yaffs_PackTags2() [all …]
|
/external/icu4c/ |
D | config.status | 493 s,@SHELL@,/bin/sh,;t t 494 s,@PATH_SEPARATOR@,:,;t t 495 s,@PACKAGE_NAME@,,;t t 496 s,@PACKAGE_TARNAME@,,;t t 497 s,@PACKAGE_VERSION@,,;t t 498 s,@PACKAGE_STRING@,,;t t 499 s,@PACKAGE_BUGREPORT@,,;t t 500 s,@exec_prefix@,${prefix},;t t 501 s,@prefix@,/usr/local,;t t 502 s,@program_transform_name@,s,x,x,,;t t [all …]
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ |
D | shell.js | 273 var t = ResultArray[TIME] + TZ_DIFF*msPerHour; 276 ResultArray[HOURS] = HourFromTime(t); 277 ResultArray[DAY] = WeekDay(t); 278 ResultArray[DATE] = DateFromTime(t); 279 ResultArray[MONTH] = MonthFromTime(t); 280 ResultArray[YEAR] = YearFromTime(t); 286 var t = ResultArray[TIME] - PST_DIFF*msPerHour; 289 ResultArray[TIME] = t; 290 ResultArray[UTC_HOURS] = HourFromTime(t); 291 ResultArray[UTC_DAY] = WeekDay(t); [all …]
|
D | jsref.js | 258 function Day( t ) { argument 259 return ( Math.floor(t/msPerDay ) ); 280 function DayNumber( t ) { argument 281 return ( Math.floor( t / msPerDay ) ); 283 function TimeWithinDay( t ) { argument 284 if ( t < 0 ) { 285 return ( (t % msPerDay) + msPerDay ); 287 return ( t % msPerDay ); 290 function YearNumber( t ) { argument 301 function InLeapYear( t ) { argument [all …]
|
/external/webkit/V8Binding/v8/src/ |
D | date-delay.js | 130 function EquivalentTime(t) { argument 138 if (t >= 0 && t <= 2.1e12) return t; 139 var day = MakeDay(EquivalentYear(YearFromTime(t)), MonthFromTime(t), DateFromTime(t)); 140 return TimeClip(MakeDate(day, TimeWithinDay(t))); 160 function DaylightSavingsOffset(t) { argument 168 if (start <= t) { 170 if (t <= end) return cache.offset; 175 if (t <= new_end) { 185 var offset = %DateDaylightSavingsOffset(EquivalentTime(t)); 191 cache.start = t; [all …]
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Date/ |
D | shell.js | 251 function Day( t) argument 253 return ( Math.floor( t/msPerDay ) ); 276 function DayNumber( t ) argument 278 return ( Math.floor( t / msPerDay ) ); 282 function TimeWithinDay( t ) argument 284 if ( t < 0 ) {return ( (t%msPerDay) + msPerDay );} 285 else {return ( t % msPerDay );} 289 function YearNumber( t ) argument 307 function InLeapYear( t ) argument 309 if ( DaysInYear(YearFromTime(t)) == 365 ) {return 0;} [all …]
|
/external/elfutils/ |
D | config.status | 477 s,@SHELL@,/bin/sh,;t t 478 s,@PATH_SEPARATOR@,:,;t t 479 s,@PACKAGE_NAME@,Red Hat elfutils,;t t 480 s,@PACKAGE_TARNAME@,elfutils,;t t 481 s,@PACKAGE_VERSION@,0.97,;t t 482 s,@PACKAGE_STRING@,Red Hat elfutils 0.97,;t t 483 s,@PACKAGE_BUGREPORT@,http://bugzilla.redhat.com/bugzilla/,;t t 484 s,@exec_prefix@,${prefix},;t t 485 s,@prefix@,/work/elfutils/google/linux-install-elfutils-0.97/,;t t 486 s,@program_transform_name@,s,x,x,,;t t [all …]
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/ |
D | jsref.js | 218 function Day( t ) { argument 219 return ( Math.floor(t/msPerDay ) ); 240 function DayNumber( t ) { argument 241 return ( Math.floor( t / msPerDay ) ); 243 function TimeWithinDay( t ) { argument 244 if ( t < 0 ) { 245 return ( (t % msPerDay) + msPerDay ); 247 return ( t % msPerDay ); 250 function YearNumber( t ) { argument 261 function InLeapYear( t ) { argument [all …]
|
/external/grub/ |
D | config.status | 467 s,@SHELL@,/bin/sh,;t t 468 s,@PATH_SEPARATOR@,:,;t t 469 s,@PACKAGE_NAME@,GRUB,;t t 470 s,@PACKAGE_TARNAME@,grub,;t t 471 s,@PACKAGE_VERSION@,0.97,;t t 472 s,@PACKAGE_STRING@,GRUB 0.97,;t t 473 s,@PACKAGE_BUGREPORT@,bug-grub@gnu.org,;t t 474 s,@exec_prefix@,${prefix},;t t 475 s,@prefix@,/usr/local,;t t 476 s,@program_transform_name@,s,x,x,,;t t [all …]
|
/external/blktrace/ |
D | blkparse_fmt.c | 53 static inline void fill_rwbs(char *rwbs, struct blk_io_trace *t) in fill_rwbs() argument 55 int w = t->action & BLK_TC_ACT(BLK_TC_WRITE); in fill_rwbs() 56 int a = t->action & BLK_TC_ACT(BLK_TC_AHEAD); in fill_rwbs() 57 int b = t->action & BLK_TC_ACT(BLK_TC_BARRIER); in fill_rwbs() 58 int s = t->action & BLK_TC_ACT(BLK_TC_SYNC); in fill_rwbs() 59 int m = t->action & BLK_TC_ACT(BLK_TC_META); in fill_rwbs() 60 int d = t->action & BLK_TC_ACT(BLK_TC_DISCARD); in fill_rwbs() 67 else if (t->bytes) in fill_rwbs() 143 #define pdu_start(t) (((void *) (t) + sizeof(struct blk_io_trace))) argument 145 static unsigned int get_pdu_int(struct blk_io_trace *t) in get_pdu_int() argument [all …]
|
D | blktrace.h | 23 #define t_sec(t) ((t)->bytes >> 9) argument 24 #define t_kb(t) ((t)->bytes >> 10) argument 64 #define CHECK_MAGIC(t) (((t)->magic & 0xffffff00) == BLK_IO_TRACE_MAGIC) argument 89 static inline int verify_trace(struct blk_io_trace *t) in verify_trace() argument 91 if (!CHECK_MAGIC(t)) { in verify_trace() 92 fprintf(stderr, "bad trace magic %x\n", t->magic); in verify_trace() 95 if ((t->magic & 0xff) != SUPPORTED_VERSION) { in verify_trace() 97 t->magic & 0xff); in verify_trace() 104 static inline void trace_to_cpu(struct blk_io_trace *t) in trace_to_cpu() argument 109 t->magic = be32_to_cpu(t->magic); in trace_to_cpu() [all …]
|
D | blkparse.c | 728 static inline void t_free(struct trace *t) in t_free() argument 731 t->next = t_alloc_list; in t_free() 732 t_alloc_list = t; in t_free() 735 free(t); in t_free() 740 struct trace *t = t_alloc_list; in t_alloc() local 742 if (t) { in t_alloc() 743 t_alloc_list = t->next; in t_alloc() 745 return t; in t_alloc() 748 return malloc(sizeof(*t)); in t_alloc() 778 static inline void __put_trace_last(struct per_dev_info *pdi, struct trace *t) in __put_trace_last() argument [all …]
|
/external/bluetooth/glib/tests/ |
D | slice-concurrent.c | 59 int t = rand() % N_THREADS; in thread_func() local 60 g_mutex_lock (tdata[t].to_free_mutex); in thread_func() 61 tdata[t].to_free[tdata[t].n_to_free] = mem; in thread_func() 62 tdata[t].bytes_to_free[tdata[t].n_to_free] = bytes; in thread_func() 63 tdata[t].n_to_free++; in thread_func() 64 g_mutex_unlock (tdata[t].to_free_mutex); in thread_func() 92 int t; in main() local 96 for (t = 0; t < N_THREADS; t++) in main() 98 tdata[t].thread_id = t + 1; in main() 99 tdata[t].n_to_free = 0; in main() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/timer/ |
D | SDL_timer.c | 107 SDL_TimerID t, prev, next; in SDL_ThreadedTimerCheck() local 113 for ( prev = NULL, t = SDL_timers; t; t = next ) { in SDL_ThreadedTimerCheck() 115 ms = t->interval - SDL_TIMESLICE; in SDL_ThreadedTimerCheck() 116 next = t->next; in SDL_ThreadedTimerCheck() 117 if ( (int)(now - t->last_alarm) > (int)ms ) { in SDL_ThreadedTimerCheck() 120 if ( (now - t->last_alarm) < t->interval ) { in SDL_ThreadedTimerCheck() 121 t->last_alarm += t->interval; in SDL_ThreadedTimerCheck() 123 t->last_alarm = now; in SDL_ThreadedTimerCheck() 127 t, SDL_ThreadID()); in SDL_ThreadedTimerCheck() 129 timer = *t; in SDL_ThreadedTimerCheck() [all …]
|
/external/fdlibm/ |
D | e_asin.c | 76 double t,w,p,q,c,r,s; local 89 t = x*x; 90 p = t*(pS0+t*(pS1+t*(pS2+t*(pS3+t*(pS4+t*pS5))))); 91 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); 97 t = w*0.5; 98 p = t*(pS0+t*(pS1+t*(pS2+t*(pS3+t*(pS4+t*pS5))))); 99 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); 100 s = ieee_sqrt(t); 103 t = pio2_hi-(2.0*(s+s*w)-pio2_lo); 107 c = (t-w*w)/(s+w); [all …]
|
D | s_cbrt.c | 47 double r,s,t=0.0,w; local 61 {__HI(t)=0x43500000; /* set t= 2**54 */ 62 t*=x; __HI(t)=__HI(t)/3+B2; 65 __HI(t)=hx/3+B1; 69 r=t*t/x; 70 s=C+r*t; 71 t*=G+F/(s+E+D/s); 74 __LO(t)=0; __HI(t)+=0x00000001; 78 s=t*t; /* t*t is exact */ 80 w=t+t; [all …]
|
/external/openssl/crypto/bn/ |
D | bn_mul.c | 84 BN_ULONG c, t; in bn_sub_part_words() local 103 t = b[0]; in bn_sub_part_words() 104 r[0] = (0-t-c)&BN_MASK2; in bn_sub_part_words() 105 if (t != 0) c=1; in bn_sub_part_words() 108 t = b[1]; in bn_sub_part_words() 109 r[1] = (0-t-c)&BN_MASK2; in bn_sub_part_words() 110 if (t != 0) c=1; in bn_sub_part_words() 113 t = b[2]; in bn_sub_part_words() 114 r[2] = (0-t-c)&BN_MASK2; in bn_sub_part_words() 115 if (t != 0) c=1; in bn_sub_part_words() [all …]
|
/external/icu4c/tools/gentest/ |
D | gentest.c | 142 int32_t i,t,count; in outputJavaStuff() local 166 for(t=0;t<UDBG_ENUM_COUNT;t++) { in outputJavaStuff() 167 … fprintf(out, " public static final int %s = %d;\n", udbg_enumName(UDBG_UDebugEnumType,t), t); in outputJavaStuff() 170 for(t=0;t<UDBG_ENUM_COUNT;t++) { in outputJavaStuff() 171 fprintf(out, " \"%s\", /* %d */\n", udbg_enumName(UDBG_UDebugEnumType,t), t); in outputJavaStuff() 176 for(t=0;t<UDBG_ENUM_COUNT;t++) { in outputJavaStuff() 177 count = udbg_enumCount((UDebugEnumType)t); in outputJavaStuff() 178 fprintf(out, " /* %s, %d */\n", udbg_enumName(UDBG_UDebugEnumType,t), t); in outputJavaStuff() 182 " \"%s\", /* %d */ \n", udbg_enumName((UDebugEnumType)t,i), i); in outputJavaStuff() 189 for(t=0;t<UDBG_ENUM_COUNT;t++) { in outputJavaStuff() [all …]
|
/external/bison/ |
D | config.status | 476 s,@SHELL@,/bin/sh,;t t 477 s,@PATH_SEPARATOR@,:,;t t 478 s,@PACKAGE_NAME@,GNU Bison,;t t 479 s,@PACKAGE_TARNAME@,bison,;t t 480 s,@PACKAGE_VERSION@,2.3,;t t 481 s,@PACKAGE_STRING@,GNU Bison 2.3,;t t 482 s,@PACKAGE_BUGREPORT@,bug-bison@gnu.org,;t t 483 s,@exec_prefix@,${prefix},;t t 484 s,@prefix@,/home/phanna/src/bison,;t t 485 s,@program_transform_name@,s,x,x,,;t t [all …]
|
/external/webkit/JavaScriptCore/runtime/ |
D | DateConversion.cpp | 59 UString formatDate(const GregorianDateTime &t) in formatDate() argument 63 weekdayName[(t.weekDay + 6) % 7], in formatDate() 64 monthName[t.month], t.monthDay, t.year + 1900); in formatDate() 68 UString formatDateUTCVariant(const GregorianDateTime &t) in formatDateUTCVariant() argument 72 weekdayName[(t.weekDay + 6) % 7], in formatDateUTCVariant() 73 t.monthDay, monthName[t.month], t.year + 1900); in formatDateUTCVariant() 77 UString formatTime(const GregorianDateTime &t, bool utc) in formatTime() argument 81 snprintf(buffer, sizeof(buffer), "%02d:%02d:%02d GMT", t.hour, t.minute, t.second); in formatTime() 83 int offset = abs(gmtoffset(t)); in formatTime() 85 struct tm gtm = t; in formatTime() [all …]
|
/external/openssl/apps/ |
D | progs.pl | 81 $t=sprintf("\t{FUNC_TYPE_CIPHER,\"%s\",enc_main},\n",$_); 82 if ($_ =~ /des/) { $t="#ifndef OPENSSL_NO_DES\n${t}#endif\n"; } 83 elsif ($_ =~ /aes/) { $t="#ifndef OPENSSL_NO_AES\n${t}#endif\n"; } 84 elsif ($_ =~ /camellia/) { $t="#ifndef OPENSSL_NO_CAMELLIA\n${t}#endif\n"; } 85 elsif ($_ =~ /idea/) { $t="#ifndef OPENSSL_NO_IDEA\n${t}#endif\n"; } 86 elsif ($_ =~ /seed/) { $t="#ifndef OPENSSL_NO_SEED\n${t}#endif\n"; } 87 elsif ($_ =~ /rc4/) { $t="#ifndef OPENSSL_NO_RC4\n${t}#endif\n"; } 88 elsif ($_ =~ /rc2/) { $t="#ifndef OPENSSL_NO_RC2\n${t}#endif\n"; } 89 elsif ($_ =~ /bf/) { $t="#ifndef OPENSSL_NO_BF\n${t}#endif\n"; } 90 elsif ($_ =~ /cast/) { $t="#ifndef OPENSSL_NO_CAST\n${t}#endif\n"; } [all …]
|
/external/strace/ |
D | config.status | 455 s,@SHELL@,/bin/sh,;t t 456 s,@PATH_SEPARATOR@,:,;t t 457 s,@PACKAGE_NAME@,strace,;t t 458 s,@PACKAGE_TARNAME@,strace,;t t 459 s,@PACKAGE_VERSION@,4.5.12,;t t 460 s,@PACKAGE_STRING@,strace 4.5.12,;t t 461 s,@PACKAGE_BUGREPORT@,,;t t 462 s,@exec_prefix@,${prefix},;t t 463 s,@prefix@,/data/,;t t 464 s,@program_transform_name@,s,x,x,,;t t [all …]
|
/external/openssl/crypto/des/ |
D | des_locl.h | 185 #define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 186 { DES_LONG tmp; LOAD_DATA(R,S,u,t,E0,E1,tmp); } 188 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 189 t=R^(R>>16L); \ 190 u=t&E0; t&=E1; \ 192 tmp=(t<<16); t^=R^s[S+1]; t^=tmp 195 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 197 t=R^s[S+1] 216 LOAD_DATA(R,S,u,t,E0,E1,u1); \ 220 t=ROTATE(t,4); \ [all …]
|
/external/icu4c/test/intltest/ |
D | transtst.cpp | 236 Transliterator* t = Transliterator::createInstance(id, in TestInstantiation() local 240 if (t == 0) { in TestInstantiation() 261 t->toRules(rules, TRUE); in TestInstantiation() 275 delete t; in TestInstantiation() 286 Transliterator* t = Transliterator::createInstance(id, UTRANS_FORWARD, parseError, status); in TestInstantiation() local 287 if (t != 0) { in TestInstantiation() 289 delete t; in TestInstantiation() 331 Transliterator *t = Transliterator::createFromRules( in TestSimpleRules() local 348 expect(*t, "abcdefgABCDEFGU", "&bcd&fg!^**!^*&"); in TestSimpleRules() 349 delete t; in TestSimpleRules() [all …]
|
D | transapi.cpp | 73 Transliterator* t= Transliterator::createInstance(trans, UTRANS_FORWARD, parseError, status); in TestgetID() local 74 if(t==0 || U_FAILURE(status)){ in TestgetID() 78 ID= t->getID(); in TestgetID() 81 delete t; in TestgetID() 90 t = Transliterator::createInstance(ID, UTRANS_FORWARD, parseError, status); in TestgetID() 91 if(t == 0){ in TestgetID() 95 if(ID != t->getID()) in TestgetID() 96 errln("FAIL: getID() returned " + t->getID() + " instead of " + ID); in TestgetID() 97 delete t; in TestgetID() 233 Transliterator* t; in TestGetDisplayName() local [all …]
|