HomeSort by relevance Sort by last modified time
    Searched refs:Wide (Results 1 - 25 of 49) sorted by null

1 2

  /external/v8/test/cctest/interpreter/bytecode_expectations/
WideRegisters.golden 177 /* 1494 S> */ B(Wide), B(Mov), R16(127), R16(0),
353 /* 1494 S> */ B(Wide), B(Mov), R16(126), R16(127),
354 /* 1507 S> */ B(Wide), B(Ldar), R16(127),
532 /* 1508 S> */ B(Wide), B(Ldar), R16(129),
534 /* 1523 S> */ B(Wide), B(Ldar), R16(128),
714 /* 1515 E> */ B(Wide), B(TestEqual), R16(129),
716 /* 1534 S> */ B(Wide), B(Mov), R16(0), R16(129),
723 /* 1567 S> */ B(Wide), B(Ldar), R16(129),
904 B(Wide), B(Star), R16(128),
906 /* 1538 E> */ B(Wide), B(TestLessThan), R16(128)
    [all...]
IntegerConstants.golden 36 /* 42 S> */ B(Wide), B(LdaSmi), U16(1234),
38 /* 48 S> */ B(Wide), B(LdaSmi), U16(5678),
55 /* 42 S> */ B(Wide), B(LdaSmi), U16(1234),
57 /* 48 S> */ B(Wide), B(LdaSmi), U16(1234),
JumpsRequiringConstantWideOperands.golden 847 /* 3370 S> */ B(Wide), B(LdaConstant), U16(256),
849 /* 3383 S> */ B(Wide), B(LdaConstant), U16(257),
851 /* 3396 S> */ B(Wide), B(LdaConstant), U16(258),
853 /* 3409 S> */ B(Wide), B(LdaConstant), U16(259),
855 /* 3422 S> */ B(Wide), B(LdaConstant), U16(260),
857 /* 3435 S> */ B(Wide), B(LdaConstant), U16(261),
859 /* 3448 S> */ B(Wide), B(LdaConstant), U16(262),
861 /* 3461 S> */ B(Wide), B(LdaConstant), U16(263),
863 /* 3474 S> */ B(Wide), B(LdaConstant), U16(264),
865 /* 3487 S> */ B(Wide), B(LdaConstant), U16(265)
    [all...]
ClassDeclarations.golden 32 B(Wide), B(LdaSmi), U16(148),
84 B(Wide), B(LdaSmi), U16(148),
144 B(Wide), B(LdaSmi), U16(128),
UnaryOperators.golden 105 /* 42 S> */ B(Wide), B(LdaSmi), U16(1234),
IfConditions.golden 159 /* 36 S> */ B(Wide), B(LdaSmi), U16(200),
161 /* 63 S> */ B(Wide), B(LdaSmi), U16(-200),
183 /* 33 S> */ B(Wide), B(LdaSmi), U16(200),
402 /* 1081 S> */ B(Wide), B(LdaSmi), U16(200),
404 /* 1102 S> */ B(Wide), B(LdaSmi), U16(-200),
628 /* 1076 S> */ B(Wide), B(LdaSmi), U16(200),
630 /* 1097 S> */ B(Wide), B(LdaSmi), U16(-200),
ForOf.golden 94 B(Wide), B(LdaSmi), U16(128),
238 B(Wide), B(LdaSmi), U16(128),
395 B(Wide), B(LdaSmi), U16(128),
542 B(Wide), B(LdaSmi), U16(128),
  /external/skia/src/core/
Sk4px.h 53 class Wide : public Sk16h {
55 Wide(const Sk16h& v) : Sk16h(v) {}
63 // These just keep the types as Wide so the user doesn't have to keep casting.
64 Wide operator * (const Wide& o) const { return INHERITED::operator*(o); }
65 Wide operator + (const Wide& o) const { return INHERITED::operator+(o); }
66 Wide operator - (const Wide& o) const { return INHERITED::operator-(o); }
67 Wide operator >> (int bits) const { return INHERITED::operator>>(bits);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb-w-bad.d 1 #name: Wide instruction rejected in non-Thumb2 cores.
thumb-w-good.d 1 #name: Wide instruction acceptance in Thumb-2 cores
armv8-a-it-bad.s 5 @ Wide instruction in IT block is deprecated.
29 @ This one is too wide.
  /external/skia/src/opts/
Sk4px_none.h 42 inline Sk4px::Wide Sk4px::widenLo() const {
49 inline Sk4px::Wide Sk4px::widenHi() const { return this->widenLo() << 8; }
51 inline Sk4px::Wide Sk4px::widenLoHi() const { return this->widenLo() + this->widenHi(); }
53 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const {
57 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const {
58 Sk4px::Wide r = (*this + other) >> 8;
65 inline Sk4px Sk4px::Wide::div255() const {
Sk4px_NEON.h 33 inline Sk4px::Wide Sk4px::widenLo() const {
38 inline Sk4px::Wide Sk4px::widenHi() const {
43 inline Sk4px::Wide Sk4px::widenLoHi() const {
49 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const {
54 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const {
55 const Sk4px::Wide o(other); // Should be no code, but allows us to access fLo, fHi.
60 inline Sk4px Sk4px::Wide::div255() const {
Sk4px_SSE2.h 24 inline Sk4px::Wide Sk4px::widenLo() const {
29 inline Sk4px::Wide Sk4px::widenHi() const {
34 inline Sk4px::Wide Sk4px::widenLoHi() const {
39 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const {
43 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const {
44 Sk4px::Wide r = (*this + other) >> 8;
48 inline Sk4px Sk4px::Wide::div255() const {
SkXfermode_opts.h 51 auto m = Sk4px::Wide::Min(s * d.alphas(), d * s.alphas()).div255();
  /sdk/emulator/mksdcard/src/source/
mksdcard.c 48 #define MAX_DISK_SIZE ((Wide)MAX_SECTORS_PER_DISK * BYTES_PER_SECTOR)
50 typedef long long Wide; /* might be something else if you don't use GCC */
80 get_sectors_per_cluster( Wide disk_size )
82 Wide disk_MB = disk_size/(1024*1024);
100 get_sectors_per_fat( Wide disk_size, int sectors_per_cluster )
102 Wide divider;
113 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label )
187 write_empty( FILE* file, Wide count )
223 Wide disk_size;
  /external/llvm/unittests/ADT/
APSIntTest.cpp 28 APInt Wide(256, 0);
29 const uint64_t *Bits = Wide.getRawData();
30 APSInt D(std::move(Wide));
32 EXPECT_EQ(Bits, D.getRawData()); // Verify that "Wide" was really moved.
37 Wide = APInt(128, 1);
38 Bits = Wide.getRawData();
39 A = std::move(Wide);
41 EXPECT_EQ(Bits, A.getRawData()); // Verify that "Wide" was really moved.
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
  /external/pdfium/third_party/lcms2-2.6/src/
cmsnamed.c 220 // Add a wide entry
344 // Obtain an ASCII representation of the wide string. Setting buffer to NULL returns the len
349 const wchar_t *Wide;
360 Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL);
361 if (Wide == NULL) return 0;
378 if (Wide[i] == 0)
381 Buffer[i] = (char) Wide[i];
389 // Obtain a wide representation of the MLU, on depending on current locale settings
394 const wchar_t *Wide;
403 Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL)
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 575 ((Wide, 6))
591 ((Wide, 6))
607 ((Wide, 6))
623 ((Wide, 6))
  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 186 {{B(Wide), B(LdaSmi), U16(1000)}, 4, 0, " LdaSmi.Wide [1000]"},
192 {{B(Wide), B(LdaSmi), U16(-1000)}, 4, 0, " LdaSmi.Wide [-1000]"},
198 {{B(Wide), B(Star), R16(136)}, 4, 0, " Star.Wide r136"},
199 {{B(Wide), B(Call), R16(134), R16(135), U16(2), U16(177)},
202 "Call.Wide r134, r135, #2, [177]"},
208 {{B(Wide), B(CreateObjectLiteral), U16(513), U16(1027), U8(165)},
211 "CreateObjectLiteral.Wide [513], [1027], #165"}
    [all...]
bytecode-array-writer-unittest.cc 131 static const uint8_t bytes[] = {B(StackCheck), B(LdaSmi), U8(127), B(Wide),
  /system/extras/perfprofd/tests/
perfprofd_test.cc 610 I: starting Android Wide Profiling daemon
617 I: finishing Android Wide Profiling daemon
666 I: starting Android Wide Profiling daemon
681 I: finishing Android Wide Profiling daemon
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 366 milliseconds

1 2