HomeSort by relevance Sort by last modified time
    Searched refs:us (Results 76 - 100 of 182) sorted by null

1 2 34 5 6 7 8

  /external/tcpdump/
print-ospf6.c 100 ospf6_print_seqage(register u_int32_t seq, register time_t us)
102 register time_t sec = us % 60;
103 register time_t mins = (us / 60) % 60;
104 register time_t hour = us / 3600;
  /build/core/
llvm_config.mk 101 # This allows us to use the superset of functionality that compiler-rt
pdk_config.mk 108 # That's desired by us: we want only absent files from the platform zip package.
  /external/v8/test/mjsunit/compiler/
optimized-function-calls.js 40 f(); // Give us a chance to optimize f.
  /frameworks/wilhelm/tests/sandbox/
monkey.c 142 unsigned us = 1000 + (rand() & 0xFFFFF); local
143 usleep(us);
  /ndk/sources/host-tools/make-3.81/
configure.bat 42 rem but 0 is also OK with us.
  /sdk/find_java/
find_java.bat 22 rem http://technet.microsoft.com/en-us/library/bb490890.aspx
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 523 BigInteger[] us = getLucas(mu, w, false); local
525 BigInteger u1invert = us[1].modInverse(twoToW);
527 tw = ECConstants.TWO.multiply(us[0]).multiply(u1invert).mod(twoToW);
  /external/icu4c/i18n/
nfrs.cpp 7 * encoding: US-ASCII
33 // note, doubles only get us up to one quadrillion or so, which
532 // the numerator of the fraction is anything else (this lets us
571 static void dumpUS(FILE* f, const UnicodeString& us) {
572 int len = us.length();
575 us.extract(0, len, buf);
nfrule.cpp 7 * encoding: US-ASCII
514 // gives us 1.9999999996 instead of 2. The extra logic here is to take
742 static void dumpUS(FILE* f, const UnicodeString& us) {
743 int len = us.length();
746 us.extract(0, len, buf);
828 // locations. This prevents us from prematurely declaring a mismatch,
840 // the substitution, giving us a new partial parse result
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 1532 UnicodeString us; local
1547 sdf->format(Formattable(tst,Formattable::kIsDate), us, errorCode); local
1552 sdf->format(Formattable(original, Formattable::kIsDate), us, errorCode); local
1556 sdf->format(Formattable(tst, Formattable::kIsDate), us, errorCode); local
    [all...]
plurfmts.cpp 92 UnicodeString us = UnicodeString(""); local
93 plFmt[0]->toPattern(us);
  /external/icu4c/extra/uconv/
makedata.mak 33 #Let's see if user has given us a path to ICU
  /external/mesa3d/docs/
MESA_swap_control.spec 11 Ian Romanick, IBM, idr at us.ibm.com
  /external/libffi/src/powerpc/
ffi.c 132 unsigned short **us; member in union:__anon8866
336 gprvalue = **p_argv.us;
446 unsigned short **us; member in union:__anon8870
555 gprvalue = **p_argv.us;
    [all...]
  /system/core/sh/
eval.c 1242 char us[8], ss[8], cus[8], css[8]; local
1248 u = conv_time(tms.tms_utime, us, sizeof(us));
1254 u, us, s, ss, cu, cus, cs, css);
  /cts/tests/SignatureTest/
Android.mk 46 # These shell commands allow us to get around the package.mk check for
  /external/clang/test/Misc/
warning-flags.c 12 (2) It prevents us adding new warnings to Clang that have no -W flag. All
  /external/v8/test/mjsunit/
debug-return-value.js 133 // Four steps from the debugger statement in this function will position us at
string-add.js 130 assertEquals("null1", null + "1", "us");
  /sdk/sdkmanager/app/etc/
android.bat 18 rem http://technet.microsoft.com/en-us/library/bb490890.aspx
  /external/icu4c/common/
serv.cpp 703 UnicodeString us; local
704 fallbackKey->currentID(us);
705 f = (ICUServiceFactory*)map->get(us);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 50 # but, that only gains us one byte of space in the lzss image.
52 # so we compress with NUL as FREQUENT_CHAR and it is pre-done for us
267 # gas won't let us force the one-byte constant
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 44 # but, that only gains us one byte of space in the lzss image.
46 # so we compress with NUL as FREQUENT_CHAR and it is pre-done for us
261 # gas won't let us force the one-byte constant
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 78 #define SPINWAIT(exp, us) { \
79 uint countdown = (us) + 9; \
340 #define bcmprinttstamp(us)

Completed in 933 milliseconds

1 2 34 5 6 7 8