Home
last modified time | relevance | path

Searched refs:us1 (Results 1 – 25 of 32) sorted by relevance

12

/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
Dop_mod=duration.pass.cpp24 std::chrono::microseconds us1(11); in test_constexpr() local
26 us1 %= us2; in test_constexpr()
27 return us1.count() == 2; in test_constexpr()
34 std::chrono::microseconds us1(11); in main() local
36 us1 %= us2; in main()
37 assert(us1.count() == 2); in main()
38 us1 %= std::chrono::milliseconds(3); in main()
39 assert(us1.count() == 2); in main()
/external/tcpdump/
Dascii_strcasecmp.c62 *us1 = (const unsigned char *)s1, in ascii_strcasecmp() local
65 while (cm[*us1] == cm[*us2++]) in ascii_strcasecmp()
66 if (*us1++ == '\0') in ascii_strcasecmp()
68 return(cm[*us1] - cm[*--us2]); in ascii_strcasecmp()
75 *us1 = (const unsigned char *)s1, in ascii_strncasecmp() local
88 if (cm[*us1] != cm[*us2++]) { in ascii_strncasecmp()
94 if (*us1++ == '\0') { in ascii_strncasecmp()
104 return(cm[*us1] - cm[*--us2]); in ascii_strncasecmp()
/external/libcxx/test/std/utilities/time/time.duration/time.duration.nonmember/
Dop_divide_duration.pass.cpp32 std::chrono::microseconds us1(15); in main() local
34 assert(us1 / ns2 == 3000); in main()
53 constexpr std::chrono::microseconds us1(15); in main() local
55 static_assert(us1 / ns2 == 3000, ""); in main()
Dop_mod_duration.pass.cpp33 std::chrono::microseconds us1(15); in main() local
35 std::chrono::nanoseconds r = us1 % ns2; in main()
52 constexpr std::chrono::microseconds us1(15); in main() local
54 constexpr std::chrono::nanoseconds r = us1 % ns2; in main()
/external/vboot_reference/firmware/lib/
Dutility.c13 const unsigned char *us1 = s1; in SafeMemcmp() local
25 result |= *us1++ ^ *us2++; in SafeMemcmp()
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dshftopm.ll8 @us1 = global i16 -503, align 2
52 %0 = load i16, i16* @us1, align 2
63 ; CHECK-DAG: lw $[[US1_ADDR:[0-9]+]], %got(us1)($[[REG_GP]])
72 %0 = load i16, i16* @us1, align 2
80 ; CHECK-DAG: lw $[[US1_ADDR:[0-9]+]], %got(us1)($[[REG_GP]])
Dlogopm.ll10 @us1 = common global i16 0, align 2
420 %0 = load i16, i16* @us1, align 2, !tbaa !5
430 ; CHECK-DAG: lw $[[US1_ADDR:[0-9]+]], %got(us1)($[[REG_GP]])
442 %0 = load i16, i16* @us1, align 2, !tbaa !5
450 ; CHECK-DAG: lw $[[US1_ADDR:[0-9]+]], %got(us1)($[[REG_GP]])
462 %0 = load i16, i16* @us1, align 2, !tbaa !5
470 ; CHECK-DAG: lw $[[US1_ADDR:[0-9]+]], %got(us1)($[[REG_GP]])
482 %0 = load i16, i16* @us1, align 2, !tbaa !5
492 ; CHECK-DAG: lw $[[US1_ADDR:[0-9]+]], %got(us1)($[[REG_GP]])
504 %0 = load i16, i16* @us1, align 2, !tbaa !5
[all …]
Dloadstoreconv.ll18 @us1 = global i16 0, align 2
94 %0 = load i16, i16* @us1, align 2
Dcallabi.ll249 @us1 = global i16 1256, align 2
270 ; ALL-DAG: lw $[[REG_US1_ADDR:[0-9]+]], %got(us1)($[[REG_GP]])
280 %4 = load i16, i16* @us1, align 2
/external/icu/icu4c/source/test/intltest/
Daliastst.cpp258 UnicodeString us1("NULL"); in TestUResourceBundle() local
264 us1 = rb1->getStringEx("locale", status); in TestUResourceBundle()
273 if (us1.compare(uNewLoc)!=0 || us1.compare(us2)!=0 || status!=U_ZERO_ERROR) { in TestUResourceBundle()
277 log(us1); in TestUResourceBundle()
/external/clang/test/CXX/expr/
Dp9.cpp30 __typeof__(us0 + us0) us1; variable
31 int &usr = us1;
/external/libbrillo/brillo/
Dsecure_blob.cc60 const uint8_t* us1 = reinterpret_cast<const uint8_t*>(s1); in SecureMemcmp() local
70 result |= *us1++ ^ *us2++; in SecureMemcmp()
/external/vboot_reference/firmware/2lib/
D2common.c16 const unsigned char *us1 = s1; in vb2_safe_memcmp() local
28 result |= *us1++ ^ *us2++; in vb2_safe_memcmp()
/external/clang/test/SemaCXX/
Danonymous-union.cpp146 double us1; // expected-note {{declared private here}} member
160 (void) a.us1; // expected-error {{private member}} in test()
/external/llvm/test/Transforms/LoopUnswitch/
D2011-11-18-SimpleSwitch.ll34 ; CHECK-NEXT: br label %loop_begin.us1
36 ; CHECK: loop_begin.us1: ; preds = %loop_begin.backedge.us5,…
43 ; CHECK: dec.us3: ; preds = %loop_begin.us1
D2011-11-18-TwoSwitches.ll65 ; CHECK-NEXT: br label %loop_begin.us1
67 ; CHECK: loop_begin.us1: ; preds = %loop_begin.backedge.us6,…
73 ; CHECK: second_switch.us3: ; preds = %loop_begin.us1
82 ; CHECK: loop_begin.inc_crit_edge.us: ; preds = %loop_begin.us1
Dguards.ll33 ; CHECK: loop.us1:
/external/pdfium/third_party/lcms/src/
Dcmserr.c43 register const unsigned char *us1 = (const unsigned char *)s1, in cmsstrcasecmp() local
46 while (toupper(*us1) == toupper(*us2++)) in cmsstrcasecmp()
47 if (*us1++ == '\0') in cmsstrcasecmp()
50 return (toupper(*us1) - toupper(*--us2)); in cmsstrcasecmp()
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp554 static UChar us1[40]; in demoUnicodeStringInit() local
556 u_charsToUChars(cs1, us1, 33); /* include the terminating NUL */ in demoUnicodeStringInit()
557 u_UCharsToChars(us1, cs2, 33); in demoUnicodeStringInit()
/external/avb/libavb/
Davb_util.c84 const unsigned char* us1 = s1; in avb_safe_memcmp() local
97 result |= *us1++ ^ *us2++; in avb_safe_memcmp()
/external/python/cpython3/Lib/
Ddatetime.py1324 us1, us2 = divmod(us2, 256)
1329 us1, us2, us3])
1338 h, self._minute, self._second, us1, us2, us3 = string
1345 self._microsecond = (((us1 << 8) | us2) << 8) | us3
1899 us1, us2 = divmod(us2, 256)
1905 us1, us2, us3])
1915 self._minute, self._second, us1, us2, us3) = string
1923 self._microsecond = (((us1 << 8) | us2) << 8) | us3
/external/libpcap/
Dpcap.c1126 *us1 = (const u_char *)s1, in pcap_strcasecmp() local
1129 while (cm[*us1] == cm[*us2++]) in pcap_strcasecmp()
1130 if (*us1++ == '\0') in pcap_strcasecmp()
1132 return (cm[*us1] - cm[*--us2]); in pcap_strcasecmp()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java634 UnicodeSet us1 = new UnicodeSet(0,100000); // Increase the set in TestMatchesAt() local
635 us1.matchesAt("dummy", 0); in TestMatchesAt()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DStringTokenizerTest.java637 UnicodeSet us1 = new UnicodeSet(0,100000); // Increase the set in TestMatchesAt() local
638 us1.matchesAt("dummy", 0); in TestMatchesAt()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java2452 UnicodeSet us1 = new UnicodeSet("[abcM{xy}]"); in TestIteration() local
2453 assertEquals("", "M, a-c", CollectionUtilities.join(us1.ranges(), ", ")); in TestIteration()
2456 for (@SuppressWarnings("unused") EntryRange range : us1.ranges()) { in TestIteration()
2459 for (@SuppressWarnings("unused") String s : us1.strings()) { in TestIteration()

12