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

1 2 34 5 6 7 8 91011>>

  /external/valgrind/none/tests/s390x/
add.h 71 ADD_REG_MEM(i, 0ul, s2, carryset); \
72 ADD_REG_MEM(i, 1ul, s2, carryset); \
86 ADD_REG_REG(i, 0ul, s2, carryset); \
87 ADD_REG_REG(i, 1ul, s2, carryset); \
101 ADD_REG_IMM(i, 0ul, s2, carryset); \
102 ADD_REG_IMM(i, 1ul, s2, carryset); \
116 ADD_MEM_IMM(i, 0ul, s2, carryset); \
117 ADD_MEM_IMM(i, 1ul, s2, carryset); \
131 ADD_REG_MEM(i, 0ul, s2, carryset); \
132 ADD_REG_MEM(i, 1ul, s2, carryset);
    [all...]
div.h 36 DIV_REG_MEM(i, 0x0ul, 0ul, d2); \
37 DIV_REG_MEM(i, 0x0ul, 1ul, d2); \
52 DIV_REG_REG(i, 0x0ul, 0ul, d2); \
53 DIV_REG_REG(i, 0x0ul, 1ul, d2); \
sub.h 54 SUB_REG_MEM(i, 0ul, s2, carryset); \
55 SUB_REG_MEM(i, 1ul, s2, carryset); \
69 SUB_REG_REG(i, 0ul, s2, carryset); \
70 SUB_REG_REG(i, 1ul, s2, carryset); \
84 SUB_REG_IMM(i, 0ul, s2, carryset); \
85 SUB_REG_IMM(i, 1ul, s2, carryset); \
116 SUB_REG_LDISP(i, 0ul, s2, carryset); \
117 SUB_REG_LDISP(i, 1ul, s2, carryset); \
  /external/clang/test/Sema/
zvector.c 18 vector unsigned long long ul, ul2; variable
59 ul = ul2;
94 ul = uc2; // expected-error {{incompatible type}}
125 ul = (vector unsigned long long)fd2;
146 ul = (vector unsigned long long)sc2;
184 ul++;
224 ul--;
246 ul = +ul2;
272 ul = -ul2;
298 ul = ~ul2
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.cc 131 int32_t WritableFontData::WriteULong(int32_t index, int64_t ul) {
132 WriteByte(index, (byte_t)((ul >> 24) & 0xff));
133 WriteByte(index + 1, (byte_t)((ul >> 16) & 0xff));
134 WriteByte(index + 2, (byte_t)((ul >> 8) & 0xff));
135 WriteByte(index + 3, (byte_t)(ul & 0xff));
139 int32_t WritableFontData::WriteULongLE(int32_t index, int64_t ul) {
140 WriteByte(index, (byte_t)(ul & 0xff));
141 WriteByte(index + 1, (byte_t)((ul >> 8) & 0xff));
142 WriteByte(index + 2, (byte_t)((ul >> 16) & 0xff));
143 WriteByte(index + 3, (byte_t)((ul >> 24) & 0xff))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 81 static __inline void *ULongToPtr (const unsigned __LONG32 ul) { return ((void *) (ULONG_PTR)ul); }
104 #define ULongToHandle(ul) ((HANDLE) (ULONG_PTR) (ul))
115 #define ULongToPtr(ul) ((VOID *) (ULONG_PTR) ((unsigned __LONG32) ul))
131 #define UlongToHandle(ul) ULongToHandle (ul)
132 #define UlongToPtr(ul) ULongToPtr (ul)
    [all...]
  /external/llvm/lib/Fuzzer/test/
FuzzerFnAdapterUnittest.cpp 58 EXPECT_EQ(0ul, V.size());
61 EXPECT_EQ(0ul, V.size());
64 EXPECT_EQ(0ul, V.size());
67 EXPECT_EQ(1ul, V.size());
71 EXPECT_EQ(2ul, V.size());
81 EXPECT_EQ(1ul, S.size());
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 358 ASSERT_EQ(3ul, Result.size());
366 ASSERT_EQ(2ul, Result.size());
373 ASSERT_EQ(1ul, Backslash.size());
376 ASSERT_EQ(1ul, Quote.size());
382 ASSERT_EQ(1ul, Result.size());
389 ASSERT_EQ(2ul, Result.size());
397 ASSERT_EQ(1ul, Result.size());
404 ASSERT_EQ(1ul, Result.size());
411 ASSERT_EQ(4ul, Result.size());
421 ASSERT_EQ(1ul, QuotedNoSpaces.size())
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
RegressionTest.java 30 ULocale ul = new ULocale("th"); local
31 DurationFormat df = DurationFormat.getInstance(ul);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
RegressionTest.java 29 ULocale ul = new ULocale("th"); local
30 DurationFormat df = DurationFormat.getInstance(ul);
  /libcore/luni/src/test/java/libcore/java/lang/
ByteTest.java 55 final long ul = Byte.toUnsignedLong(b); local
56 assertEquals(0, ul >>> Byte.BYTES * 8);
ShortTest.java 55 final long ul = Short.toUnsignedLong(b); local
56 assertEquals(0, ul >>> Short.BYTES * 8);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex.pass.cpp 37 std::shared_lock<std::shared_timed_mutex> ul(m);
49 std::shared_lock<std::shared_timed_mutex> ul(m);
  /external/libcxx/src/
mutex.cpp 213 flag = ~0ul;
218 flag = 0ul;
233 __libcpp_relaxed_store(&flag, 1ul);
237 __libcpp_atomic_store(&flag, ~0ul, _AO_Release);
245 __libcpp_relaxed_store(&flag, 0ul);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
mutex.cpp 217 flag = ~0ul;
222 flag = 0ul;
237 __libcpp_relaxed_store(&flag, 1ul);
241 __libcpp_relaxed_store(&flag, ~0ul);
249 __libcpp_relaxed_store(&flag, 0ul);
  /hardware/interfaces/nfc/1.0/vts/functional/
VtsHalNfcV1_0TargetTest.cpp 118 EXPECT_GE(6ul, res.args->last_data_.size());
123 EXPECT_EQ(4ul, res.args->last_data_.size());
199 EXPECT_EQ(6ul, res.args->last_data_.size());
202 EXPECT_GE(1ul, res.args->last_data_[5]);
204 EXPECT_EQ(4ul, res.args->last_data_.size());
210 EXPECT_LE(8ul, res.args->last_data_.size());
211 EXPECT_EQ(2ul, res.args->last_data_[3]);
212 EXPECT_GE(1ul, res.args->last_data_[4]);
234 EXPECT_EQ(6ul, res.args->last_data_.size());
237 EXPECT_EQ(1ul, res.args->last_data_[5])
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 175 mConfigs[i][j].profile = (1ul << PROFILE_CBP);
176 mConfigs[i][j].level = (1ul << LEVEL_31);
210 mResolutionEnabled[type] |= (1ul << index);
211 mConfigs[type][index].profile = (1ul << PROFILE_CBP);
212 mConfigs[type][index].level = (1ul << LEVEL_31);
214 mResolutionEnabled[type] &= ~(1ul << index);
226 mConfigs[type][index].profile = (1ul << profile);
227 mConfigs[type][index].level = (1ul << level);
239 if (mConfigs[type][index].profile & (1ul << i)) {
245 if (mConfigs[type][index].level & (1ul << i))
    [all...]
  /system/media/camera/docs/
html.mako 71 .entry ul { margin: 0 0 0 0; list-style-position: inside; padding-left: 0.5em; }
72 .entry ul li { padding: 0 0 0 0; margin: 0 0 0 0;}
76 .entry_tags ul { list-style-type: none; }
174 <ul class="toc">
180 <ul class="toc_section">
184 <ul class="toc_section">\
186 </ul>
189 </ul> <!-- toc_section -->
193 </ul>
273 <ul class="entry_type_tuple"
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 11 dl,dt,dd,ol,ul,li,table,caption,tbody,
92 p,ul,ol,dl,dd,dt,li {
96 ul,ol {
138 li ul,
140 dd ul,
154 ul dl {
232 #header ul {
959 ul#videoTabs {
968 ul#videoTabs li {
975 ul#videoTabs li a
    [all...]
  /external/tcpdump/
print-bootp.c 384 uint32_t ul; local
386 ul = EXTRACT_32BITS(&bp->bp_vend);
387 if (ul != 0)
388 ND_PRINT((ndo, "\n\t Vendor-#0x%x", ul));
597 uint32_t ul; local
717 while (len >= sizeof(ul)) {
720 ul = EXTRACT_32BITS(bp);
722 ul = htonl(ul);
723 ND_PRINT((ndo, "%s", ipaddr_string(ndo, &ul)));
    [all...]
  /external/llvm/docs/_ocamldoc/
style.css 6 small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
38 hr, hr + br, div + br, center + br, span + br, ul + br, ol + br, pre + br
66 ul, ol { margin-top:0.688em; padding-bottom:0.687em;
68 ul + p, ol + p { margin-top: 0em }
69 ul { list-style-type: square }
72 /* h2 + ul, h3 + ul, p + ul { } */
73 ul > li { margin-left: 1.375em; }
  /cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c 80 #define NVMAP_HEAP_CARVEOUT_IRAM (1ul<<29)
81 #define NVMAP_HEAP_CARVEOUT_VPR (1ul<<28)
82 #define NVMAP_HEAP_CARVEOUT_TSEC (1ul<<27)
83 #define NVMAP_HEAP_CARVEOUT_GENERIC (1ul<<0)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8429/
poc.c 37 #define NVMAP_HEAP_CARVEOUT_IRAM (1ul<<29)
38 #define NVMAP_HEAP_CARVEOUT_VPR (1ul<<28)
39 #define NVMAP_HEAP_CARVEOUT_TSEC (1ul<<27)
40 #define NVMAP_HEAP_CARVEOUT_GENERIC (1ul<<0)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c 66 #define NVMAP_HEAP_CARVEOUT_IRAM (1ul<<29)
67 #define NVMAP_HEAP_CARVEOUT_VPR (1ul<<28)
68 #define NVMAP_HEAP_CARVEOUT_TSEC (1ul<<27)
69 #define NVMAP_HEAP_CARVEOUT_GENERIC (1ul<<0)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 87 #define NVMAP_HEAP_CARVEOUT_IRAM (1ul<<29)
88 #define NVMAP_HEAP_CARVEOUT_VPR (1ul<<28)
89 #define NVMAP_HEAP_CARVEOUT_TSEC (1ul<<27)
90 #define NVMAP_HEAP_CARVEOUT_GENERIC (1ul<<0)

Completed in 957 milliseconds

1 2 34 5 6 7 8 91011>>