HomeSort by relevance Sort by last modified time
    Searched defs:Uint64 (Results 1 - 14 of 14) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
capitalize.cpp 25 bool Uint64(uint64_t u) { return out_.Uint64(u); }
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
simplereader.cpp 13 bool Uint64(uint64_t u) { cout << "Uint64(" << u << ")" << endl; return true; }
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
prettywriter.h 70 bool Uint64(uint64_t u64) { PrettyPrefix(kNumberType); return Base::WriteUint64(u64); }
writer.h 113 bool Uint64(uint64_t u64) { Prefix(kNumberType); return WriteUint64(u64); }
reader.h 162 bool Uint64(uint64_t i);
192 bool Uint64(uint64_t) { return static_cast<Override&>(*this).Default(); }
    [all...]
document.h     [all...]
  /external/v8/src/
machine-type.h 110 static MachineType Uint64() {
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 222 // Issue #129: compare Uint64
503 TEST(Value, Uint64) {
939 o.AddMember("uint64", UINT64_C(4294967296), allocator);
948 EXPECT_EQ(UINT64_C(4294967296), o["uint64"].GetUint64());
    [all...]
readertest.cpp 87 bool Uint64(uint64_t i) { actual_ = i; step_++; return true; }
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 164 typedef uint64_t Uint64;
179 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
328 extern DECLSPEC char *SDLCALL SDL_ulltoa(Uint64 value, char *str, int radix);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 164 typedef uint64_t Uint64;
179 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
328 extern DECLSPEC char *SDLCALL SDL_ulltoa(Uint64 value, char *str, int radix);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 154 typedef uint64_t Uint64;
169 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
318 extern DECLSPEC char *SDLCALL SDL_ulltoa(Uint64 value, char *str, int radix);
325 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 164 typedef uint64_t Uint64;
179 SDL_COMPILE_TIME_ASSERT(uint64, sizeof(Uint64) == 8);
328 extern DECLSPEC char *SDLCALL SDL_ulltoa(Uint64 value, char *str, int radix);
335 extern DECLSPEC Uint64 SDLCALL SDL_strtoull(const char *str, char **endp, int base);
  /external/v8/src/compiler/
simplified-lowering.cc 284 static NodeOutputInfo Uint64() {
285 // TODO(jarin) Fix once we have a real uint64 type.
486 // TODO(jarin) Fix once we have proper uint64.
647 VisitBinop(node, UseInfo::TruncatingWord64(), NodeOutputInfo::Uint64());
    [all...]

Completed in 1090 milliseconds