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

  /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.
  /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/mdnsresponder/mDNSShared/
dnsextd.conf 10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
  /external/pdfium/core/src/fxcodec/lcms2/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...]
cmstypes.c 953 wchar_t *Wide = NULL;
980 Wide = (wchar_t*) _cmsDupMem(self ->ContextID, L"", sizeof(wchar_t));
987 Wide = (wchar_t*) _cmsCalloc(self ->ContextID, len, sizeof(wchar_t));
988 if (Wide == NULL) goto Error;
992 cmsMLUgetWide(mlu, cmsNoLanguage, cmsNoCountry, Wide, len * sizeof(wchar_t));
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h 575 ((Wide, 6))
591 ((Wide, 6))
607 ((Wide, 6))
623 ((Wide, 6))
  /external/skia/src/sfnt/
SkPanose.h 575 ((Wide, 6))
591 ((Wide, 6))
607 ((Wide, 6))
623 ((Wide, 6))
  /dalvik/dx/etc/
jasmin.jar 
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 137 this.labelKills.Text = "During the World Wide Wait, God Kills Kittens.";
  /external/clang/lib/AST/
StmtPrinter.cpp 929 case CharacterLiteral::Wide: OS << 'L'; break;
    [all...]
Expr.cpp 777 case Wide:
834 case Wide: OS << 'L'; break;
860 // If this is a wide string, output characters over 0xff using \x
863 if (getKind() == Wide ||
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 54 // ObjC strings can't be wide or UTF.
271 case CharacterLiteral::Wide:
545 case CharacterLiteral::Wide:
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp 35 /// \brief Check whether T is compatible with a wide character type (wchar_t,
91 // version of wchar_t, char16_t, or char32_t may be initialized by a wide
110 case StringLiteral::Wide:
    [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 2293 milliseconds