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

  /frameworks/base/media/mtp/
MtpDataPacket.h 52 inline int64_t getInt64() { return (int64_t)getUInt64(); }
  /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 434 Formattable::getInt64(UErrorCode& status) const
462 getNumber().getInt64(status);
701 fDecimalNum->set(this->getInt64());
737 fValue.fInt64 = fDecimalNum->getInt64();
  /external/llvm/include/llvm/Support/
IRBuilder.h 210 /// getInt64 - Get a constant 64-bit value.
211 ConstantInt *getInt64(uint64_t C) {
277 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile, TBAATag);
288 return CreateMemCpy(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
299 return CreateMemMove(Dst, Src, getInt64(Size), Align, isVolatile, TBAATag);
    [all...]

Completed in 74 milliseconds