Searched refs:LL_I2L (Results 1 - 25 of 43) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16null.c72 LL_I2L(ms2us, PR_USEC_PER_MSEC);
73 LL_I2L(s2us, PR_USEC_PER_SEC);
74 LL_I2L(s, b.time);
75 LL_I2L(ms, (PRInt32)b.millitm);
H A Dw16io.c254 LL_I2L(test, -1);
259 LL_I2L(test, rv);
468 LL_I2L(info->modifyTime, sb.st_mtime);
469 LL_I2L(info->creationTime, sb.st_ctime);
491 LL_I2L(info->size, info32.size);
519 LL_I2L(info->modifyTime, statBuf.st_mtime);
520 LL_I2L(info->creationTime, statBuf.st_ctime);
542 LL_I2L(info->size, info32.size);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinrval.c96 LL_I2L(msecPerSec, PR_MSEC_PER_SEC);
97 LL_I2L(rounding, (PR_MSEC_PER_SEC >> 1));
98 LL_I2L(tps, PR_TicksPerSecond());
111 LL_I2L(usecPerSec, PR_USEC_PER_SEC);
112 LL_I2L(rounding, (PR_USEC_PER_SEC >> 1));
113 LL_I2L(tps, PR_TicksPerSecond());
131 LL_I2L(msecPerSec, PR_MSEC_PER_SEC);
132 LL_I2L(tps, PR_TicksPerSecond());
146 LL_I2L(usecPerSec, PR_USEC_PER_SEC);
147 LL_I2L(tp
[all...]
H A Dprtime.c121 LL_I2L(usecPerSec, 1000000L);
129 LL_I2L(one, 1L);
134 LL_I2L(secPerDay, 86400L);
294 LL_I2L(temp, numDays);
295 LL_I2L(secPerDay, 86400);
297 LL_I2L(numSecs64, numSecs);
301 LL_I2L(temp, copy.tm_params.tp_gmt_offset);
303 LL_I2L(temp, copy.tm_params.tp_dst_offset);
306 LL_I2L(usecPerSec, 1000000L);
308 LL_I2L(retVa
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprftest.c64 LL_I2L(i64, i32);
85 LL_I2L(i64, 333);
H A Di2l.c109 LL_I2L(si.l, si.i);
116 LL_I2L(ui.l, ui.i);
H A Dprftest2.c107 LL_I2L(i64, 333);
H A Dinrval.c126 LL_I2L(ten23rd, 1000);
127 LL_I2L(ten26th, 1000000);
159 LL_I2L(thousand, 1000);
H A Dprftest1.c129 LL_I2L(i64, i32);
H A Dbigfile.c194 LL_I2L(zero_meg, 0);
195 LL_I2L(one_meg, 1000000);
196 LL_I2L(filesize64, filesize);
198 LL_I2L(big_fragment, BUFFER_SIZE);
H A Dbigfile2.c63 LL_I2L(offset, 1);
H A Dbigfile3.c62 LL_I2L(offset, 1);
H A Dtime.c119 LL_I2L(q, 1000000);
H A Dtimetest.c134 LL_I2L(usec_per_sec, PR_USEC_PER_SEC);
219 LL_I2L(t, 0);
531 LL_I2L(usecPer10Min, 600000000L);
619 LL_I2L(usecPer10Min, 600000000L);
704 LL_I2L(usecPer10Min, 600000000L);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmactime.c150 LL_I2L(usecPerSec, PR_USEC_PER_SEC);
151 LL_I2L(retVal, currentTime);
220 LL_I2L(microtomilli, PR_USEC_PER_MSEC);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbeos.c115 LL_I2L(s2us, PR_USEC_PER_SEC);
116 LL_I2L(s, tv.tv_sec);
117 LL_I2L(us, tv.tv_usec);
H A Dbfile.c343 LL_I2L(s, sb.st_mtime);
344 LL_I2L(s2us, PR_USEC_PER_SEC);
347 LL_I2L(s, sb.st_ctime);
377 LL_I2L(s, sb.st_mtime);
378 LL_I2L(s2us, PR_USEC_PER_SEC);
381 LL_I2L(s, sb.st_ctime);
409 LL_I2L(s, sb.st_mtime);
410 LL_I2L(s2us, PR_USEC_PER_SEC);
413 LL_I2L(s, sb.st_ctime);
441 LL_I2L(
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DCvtURL.cpp112 LL_I2L(ustoms, 1000);
H A DTestAtoms.cpp107 LL_I2L(ustoms, 1000);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c493 LL_I2L(result, _MD_socketavailable(fd));
2383 LL_I2L(s2us, PR_USEC_PER_SEC);
2384 LL_I2L(info->modifyTime, sb->st_mtim.tv_sec);
2386 LL_I2L(us, sb->st_mtim.tv_nsec / 1000);
2388 LL_I2L(info->creationTime, sb->st_ctim.tv_sec);
2390 LL_I2L(us, sb->st_ctim.tv_nsec / 1000);
2400 LL_I2L(s2us, PR_USEC_PER_SEC);
2401 LL_I2L(info->modifyTime, sb->st_mtim.tv_sec);
2403 LL_I2L(us, sb->st_mtim.tv_nsec / 1000);
2405 LL_I2L(inf
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2io.c562 LL_I2L(s2us, PR_USEC_PER_SEC);
563 LL_I2L(s, sb.st_mtime);
566 LL_I2L(s, sb.st_ctime);
621 LL_I2L(s2us, PR_USEC_PER_SEC);
622 LL_I2L(s, hinfo.st_mtime);
625 LL_I2L(s, hinfo.st_ctime);
H A Dos2misc.c99 LL_I2L(ms2us, PR_USEC_PER_MSEC);
100 LL_I2L(s2us, PR_USEC_PER_SEC);
101 LL_I2L(s, b.time);
102 LL_I2L(ms, b.millitm);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c180 LL_I2L(base64, base);
188 LL_I2L(x, 0);
192 LL_I2L(d, (digitPtr - digits));
482 LL_I2L(*va_arg(state->ap, PRInt64 *), state->nChar);
H A Dpriometh.c101 LL_I2L(rv, -1);
400 LL_I2L(zero64, 0);
406 LL_I2L(file_mmap_offset64, file_mmap_offset);
460 LL_I2L(file_mmap_offset64, file_mmap_offset);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecUnix.cpp536 LL_I2L(bytes , LONG_MAX); // initialize to all the space in the world?
565 LL_I2L( bsize, fs_buf.f_bsize );
566 LL_I2L( bavail, fs_buf.f_bavail - 1 );

Completed in 103 milliseconds

12