Searched refs:int64_t (Results 226 - 250 of 923) sorted by relevance

1234567891011>>

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h69 int64_t
70 GetValueAsSigned (lldb::SBError& error, int64_t fail_value=0);
75 int64_t
76 GetValueAsSigned(int64_t fail_value=0);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h30 typedef int64_t enum_type;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h293 // Return -1 if the read fails, otherwise return the result as an int64_t.
294 int64_t
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h58 int64_t resolveFrameIndexReference(MachineFunction &MF, int FrameIndex,
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dpostypes.h49 #include <stdint.h> // For int64_t
72 typedef int64_t streamoff;
/freebsd-10.2-release/contrib/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h45 int64_t sval;
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DBlockFrequency.h28 static const int64_t ENTRY_FREQ = 1 << 14;
H A DLEB128.h23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS) {
/freebsd-10.2-release/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h136 typedef __int64 int64_t; typedef
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h63 void EmitSPOffset(int64_t Offset);
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp106 int64_t Offset = 0;
H A DMipsRegisterInfo.h77 int64_t SPOffset) const = 0;
/freebsd-10.2-release/lib/libc/gen/
H A Dfts-compat.h73 int64_t __fts_bignum;
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c75 static const char * lookup_gname(void *, int64_t);
76 static const char * lookup_uname(void *, int64_t);
178 lookup_uname(void *data, int64_t uid)
246 lookup_gname(void *data, int64_t gid)
/freebsd-10.2-release/contrib/atf/atf-c++/detail/
H A Dtext.hpp103 int64_t to_bytes(std::string);
/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dfloatdidf.c38 union { int64_t x; double d; } low = { .d = twop52 };
/freebsd-10.2-release/sys/cddl/compat/opensolaris/sys/
H A Dtime.h75 (int64_t)(((getsbinuptime() >> 16) * hz) >> 16)
/freebsd-10.2-release/sys/fs/ext2fs/
H A Dext2_bmap.c55 static int ext4_bmapext(struct vnode *, int32_t, int64_t *, int *, int *);
92 ext4_bmapext(struct vnode *vp, int32_t bn, int64_t *bnp, int *runp, int *runb)
295 int64_t qblockcnt;
319 * Use int64_t's here to avoid overflow for triple indirect
323 qblockcnt = (int64_t)blockcnt * MNINDIR(ump);
/freebsd-10.2-release/sys/ia64/include/
H A Dpal.h110 int64_t pal_status;
/freebsd-10.2-release/sys/mips/include/
H A Ddb_machdep.h97 int64_t kdbpeekd(int *);
/freebsd-10.2-release/sys/sparc64/include/
H A Dreg.h89 int64_t fr_fsr; /* %fsr */
/freebsd-10.2-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.h82 int64_t function_offset;
/freebsd-10.2-release/sys/kern/
H A Dsubr_mchain.c180 mb_put_int64be(struct mbchain *mbp, int64_t x)
187 mb_put_int64le(struct mbchain *mbp, int64_t x)
437 md_get_int64(struct mdchain *mdp, int64_t *x)
443 md_get_int64be(struct mdchain *mdp, int64_t *x)
445 int64_t v;
455 md_get_int64le(struct mdchain *mdp, int64_t *x)
457 int64_t v;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DPythonDataObjects.cpp185 PythonInteger::PythonInteger (int64_t value) :
209 int64_t
223 PythonInteger::SetInteger (int64_t value)
390 int64_t
391 PythonDictionary::GetItemForKeyAsInteger (const PythonString &key, int64_t fail_value) const
/freebsd-10.2-release/contrib/libucl/include/
H A Ducl.h188 int64_t iv; /**< Int value of an object */
278 UCL_EXTERN ucl_object_t* ucl_object_fromint (int64_t iv) UCL_WARN_UNUSED_RESULT;
468 UCL_EXTERN bool ucl_object_toint_safe (const ucl_object_t *obj, int64_t *target);
475 UCL_EXTERN int64_t ucl_object_toint (const ucl_object_t *obj);
798 int (*ucl_emitter_append_int) (int64_t elt, void *ud);

Completed in 301 milliseconds

1234567891011>>