HomeSort by relevance Sort by last modified time
    Searched defs:us (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/libnl/lib/
utils.c 173 *unit = "us";
275 /* Retrieves the configured HZ and ticks/us value in the kernel.
316 uint32_t tick, us; local
319 fscanf(fd, "%08x %08x", &tick, &us);
320 ticks_per_usec = (double)tick/(double)us;
338 * @arg us micro seconds
341 uint32_t nl_us2ticks(uint32_t us)
343 return us * ticks_per_usec;
  /external/stlport/test/unit/
unordered_test.cpp 70 usettype us; local
73 usettype us2(us);
75 us = us2;
80 ret = us.insert(i);
84 ret = us.insert(i);
93 lit = us.begin(us.bucket(i));
94 litEnd = us.end(us.bucket(i));
96 usettype::size_type bucket_pos = us.bucket(*lit)
120 usettype us; local
159 umaptype us; local
228 umaptype us; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 70 usettype us; local
73 usettype us2(us);
75 us = us2;
80 ret = us.insert(i);
84 ret = us.insert(i);
93 lit = us.begin(us.bucket(i));
94 litEnd = us.end(us.bucket(i));
96 usettype::size_type bucket_pos = us.bucket(*lit)
120 usettype us; local
159 umaptype us; local
228 umaptype us; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 70 usettype us; local
73 usettype us2(us);
75 us = us2;
80 ret = us.insert(i);
84 ret = us.insert(i);
93 lit = us.begin(us.bucket(i));
94 litEnd = us.end(us.bucket(i));
96 usettype::size_type bucket_pos = us.bucket(*lit)
120 usettype us; local
159 umaptype us; local
228 umaptype us; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usb200.h 101 USHORT us; member in union:_USB_HIGH_SPEED_MAXPACKET
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 509 BigInteger[] us = getLucas(mu, w, false); local
511 BigInteger u1invert = us[1].modInverse(twoToW);
513 tw = ECConstants.TWO.multiply(us[0]).multiply(u1invert).mod(twoToW);
  /external/chromium_org/third_party/icu/source/common/
serv.cpp 708 UnicodeString us; local
709 fallbackKey->currentID(us);
710 f = (ICUServiceFactory*)map->get(us);
unames.c 9 * encoding: US-ASCII
1724 UChar us[256]; local
    [all...]
utext.cpp 9 * encoding: US-ASCII
1008 // If the provider gave us a close function, call it now.
2470 const UnicodeString *us=(const UnicodeString *)t->context; local
2507 UnicodeString *us=(UnicodeString *)ut->context; local
2553 UnicodeString *us=(UnicodeString *)ut->context; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 710 UNumberFormat *us = unum_open(UNUM_DECIMAL,NULL,0, "en_US", NULL,&status); local
801 unum_close(us);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
mbloopfilter_neon.c 467 unsigned char *us, *ud; local
481 us = u - 4;
483 d6 = vld1_u8(us);
484 us += pitch;
487 d8 = vld1_u8(us);
488 us += pitch;
491 d10 = vld1_u8(us);
492 us += pitch;
495 d12 = vld1_u8(us);
496 us += pitch
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 137 unsigned short us = 1; local
140 Agg<short> s2 = {us}; // expected-error {{ cannot be narrowed }} expected-note {{silence}}
176 unsigned long long ll4 = { us }; // OK
  /external/icu/icu4c/source/common/
serv.cpp 707 UnicodeString us; local
708 fallbackKey->currentID(us);
709 f = (ICUServiceFactory*)map->get(us);
unames.cpp 9 * encoding: US-ASCII
1711 UChar us[256]; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 710 UNumberFormat *us = unum_open(UNUM_DECIMAL,NULL,0, "en_US", NULL,&status); local
801 unum_close(us);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 1489 UnicodeString *us=(UnicodeString *)ut->context; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 1517 UnicodeString us; local
1532 sdf->format(Formattable(tst,Formattable::kIsDate), us, errorCode); local
1537 sdf->format(Formattable(original, Formattable::kIsDate), us, errorCode); local
1541 sdf->format(Formattable(tst, Formattable::kIsDate), us, errorCode); local
    [all...]
utxttest.cpp 288 // us UnicodeString containing the test text.
297 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
367 TestCopyMove(us, ut, FALSE,
371 TestCopyMove(us, ut, TRUE,
386 TestReplace(us, ut,
404 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
419 UnicodeString targetUS(us); // And copy the reference string.
478 const UnicodeString &us, // reference UnicodeString in which to do the replace
497 UnicodeString targetUS(us); // And copy the reference string.
551 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap)
1779 const UnicodeString *us = (const UnicodeString *)ut->context; local
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 33 (Prior to January 2000, re-export from the US was a violation of US law.)
588 unz64_s us; local
606 us.z_filefunc.zseek32_file = NULL;
607 us.z_filefunc.ztell32_file = NULL;
609 fill_fopen64_filefunc(&us.z_filefunc.zfile_func64);
611 us.z_filefunc = *pzlib_filefunc64_32_def;
612 us.is64bitOpenFunction = is64bitOpenFunction;
616 us.filestream = ZOPEN64(us.z_filefunc
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 1458 UnicodeString *us=(UnicodeString *)ut->context; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 288 // us UnicodeString containing the test text.
297 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
367 TestCopyMove(us, ut, FALSE,
371 TestCopyMove(us, ut, TRUE,
386 TestReplace(us, ut,
404 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
419 UnicodeString targetUS(us); // And copy the reference string.
478 const UnicodeString &us, // reference UnicodeString in which to do the replace
497 UnicodeString targetUS(us); // And copy the reference string.
551 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap)
1305 const UnicodeString *us = (const UnicodeString *)ut->context; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.c 33 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US
87 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US
128 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 US
414 unsigned short us[2];
422 unsigned short us;
2262 unsigned short us[2]; member in union:__anon36878
3440 unsigned short us[2]; member in union:__anon36879
3448 unsigned short us; member in union:__anon36880
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 33 (Prior to January 2000, re-export from the US was a violation of US law.)
588 unz64_s us; local
606 us.z_filefunc.zseek32_file = NULL;
607 us.z_filefunc.ztell32_file = NULL;
609 fill_fopen64_filefunc(&us.z_filefunc.zfile_func64);
611 us.z_filefunc = *pzlib_filefunc64_32_def;
612 us.is64bitOpenFunction = is64bitOpenFunction;
616 us.filestream = ZOPEN64(us.z_filefunc
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 1039 // Compactions should not cause us to create a situation where
2108 unsigned int us = stop_micros - start_micros; local
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 352 explicit GLValue (Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {}
373 Ushort us; member in union:deqp::gls::GLValue::__anon24230

Completed in 5851 milliseconds

1 23 4