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 256 * Selector indicating a 64-bit integer value. Use getInt64
339 int64_t getInt64(void) const { return fValue.fInt64; }
356 int64_t getInt64(UErrorCode& status) const;
  /external/icu4c/i18n/
fmtable.cpp 447 Formattable::getInt64(UErrorCode& status) const
465 int64_t val = fDecimalNum->getInt64();
482 getNumber().getInt64(status);
721 fDecimalNum->set(this->getInt64());
775 fValue.fInt64 = fDecimalNum->getInt64();
  /external/llvm/include/llvm/IR/
IRBuilder.h 212 ConstantInt *getInt64(uint64_t C) {
286 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
299 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag,
314 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
    [all...]

Completed in 872 milliseconds