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

  /frameworks/av/media/mtp/
MtpDataPacket.h 52 inline int64_t getInt64() { return (int64_t)getUInt64(); }
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 89 inline int64_t getInt64() {
  /external/icu4c/i18n/unicode/
fmtable.h 246 * Selector indicating a 64-bit integer value. Use getInt64
329 int64_t getInt64(void) const { return fValue.fInt64; }
346 int64_t getInt64(UErrorCode& status) const;
  /external/icu4c/i18n/
fmtable.cpp 438 Formattable::getInt64(UErrorCode& status) const
456 int64_t val = fDecimalNum->getInt64();
473 getNumber().getInt64(status);
712 fDecimalNum->set(this->getInt64());
748 fValue.fInt64 = fDecimalNum->getInt64();
  /external/llvm/include/llvm/Support/
IRBuilder.h 211 /// getInt64 - Get a constant 64-bit value.
212 ConstantInt *getInt64(uint64_t C) {
278 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
289 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
300 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
    [all...]

Completed in 296 milliseconds