Searched refs:int64_t (Results 51 - 75 of 1565) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/dev/cfe/
H A Dcfe_api.h58 * * typedef uint64_t, int64_t, intptr_t, uintptr_t.
117 int64_t fwi_version; /* major, minor, eco version */
118 int64_t fwi_totalmem; /* total installed mem */
119 int64_t fwi_flags; /* various flags */
120 int64_t fwi_boardid; /* board ID */
121 int64_t fwi_bootarea_va; /* VA of boot area */
122 int64_t fwi_bootarea_pa; /* PA of boot area */
123 int64_t fwi_bootarea_size; /* size of boot area */
144 int64_t __cfe_getticks(void);
147 int64_t cfe_gettick
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp25 int64_t Delta;
27 DeltaInfo(int64_t D, uint32_t C) : Delta(D), Count(C) {}
30 inline bool operator<(const DeltaInfo &LHS, int64_t Delta) {
34 static bool encodeSpecial(int64_t MinLineDelta, int64_t MaxLineDelta,
35 int64_t LineDelta, uint64_t AddrDelta,
41 int64_t LineRange = MaxLineDelta - MinLineDelta + 1;
42 int64_t AdjustedOp = ((LineDelta - MinLineDelta) + AddrDelta * LineRange);
43 int64_t Op = AdjustedOp + FirstSpecial;
60 int64_t MinDelt
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp53 int64_t LocalOffset; // Local offset of the frame idx referenced
62 FrameRef(MachineInstr *I, int64_t Offset, int Idx, unsigned Ord) :
71 int64_t getLocalOffset() const { return LocalOffset; }
76 SmallVector<int64_t, 16> LocalOffsets;
81 void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, int64_t &Offset,
86 int64_t &Offset, unsigned &MaxAlign);
144 int FrameIdx, int64_t &Offset,
160 int64_t LocalOffset = StackGrowsDown ? -Offset : Offset;
179 bool StackGrowsDown, int64_t &Offset,
197 int64_t Offse
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DThunks.h31 Thunk(Symbol &destination, int64_t addend);
60 int64_t addend;
73 const InputFile *file, int64_t addend);
74 void writePPC64LoadAndBranch(uint8_t *buf, int64_t offset);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysisEvaluator.h34 int64_t FunctionCount;
35 int64_t NoAliasCount, MayAliasCount, PartialAliasCount, MustAliasCount;
36 int64_t NoModRefCount, ModCount, RefCount, ModRefCount;
37 int64_t MustCount, MustRefCount, MustModCount, MustModRefCount;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h41 int64_t Cst = 0;
46 int64_t getConstant() const { return Cst; }
64 int64_t Val = 0, uint32_t RefKind = 0) {
73 static MCValue get(int64_t Val) {
H A DMCInstPrinter.h104 format_object<int64_t> formatImm(int64_t Value) const {
109 format_object<int64_t> formatDec(int64_t Value) const;
110 format_object<int64_t> formatHex(int64_t Value) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DLEB128.cpp29 unsigned getSLEB128Size(int64_t Value) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h99 // on the LLVM data type for MC immediates (int64_t).
100 inline static int64_t HI32(int64_t imm) {
104 inline static int64_t LO32(int64_t imm) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCExpr.h28 const int64_t RegNo; // All
30 explicit X86MCExpr(int64_t R) : RegNo(R) {}
36 static const X86MCExpr *create(int64_t RegNo, MCContext &Ctx) {
45 int64_t getRegNo() const { return RegNo; }
/freebsd-12-stable/usr.sbin/wpa/wpa_supplicant/
H A Dntddndis.h20 #define LONGLONG int64_t
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_memory.c52 static int64_t memory_read_seek(struct archive *, void *, int64_t offset, int whence);
53 static int64_t memory_read_skip(struct archive *, void *, int64_t request);
128 static int64_t
129 memory_read_skip(struct archive *a, void *client_data, int64_t skip)
134 if ((int64_t)skip > (int64_t)(mine->end - mine->p))
146 static int64_t
147 memory_read_seek(struct archive *a, void *client_data, int64_t offse
[all...]
H A Darchive_read_disk_private.h71 const char * (*lookup_gname)(void *private, int64_t gid);
74 const char * (*lookup_uname)(void *private, int64_t uid);
H A Darchive_read_support_format_empty.c36 const void **, size_t *, int64_t *);
88 const void **buff, size_t *size, int64_t *offset)
/freebsd-12-stable/sys/netinet/cc/
H A Dcc_cubic.h139 static __inline int64_t
142 int64_t s, K;
176 cubic_cwnd(int ticks_since_cong, unsigned long wmax, uint32_t smss, int64_t K)
178 int64_t cwnd;
183 cwnd = (((int64_t)ticks_since_cong << CUBIC_SHIFT) - (K * hz)) / hz;
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c56 int64_t filebytes;
64 int64_t filebytes;
71 #define KB ((int64_t)1024)
72 #define MB ((int64_t)1024 * KB)
73 #define GB ((int64_t)1024 * MB)
74 #define TB ((int64_t)1024 * GB)
76 static int64_t memory_read_skip(struct archive *, void *, int64_t request);
99 private->last->filebytes += (int64_t)size;
139 if (private->filebytes > (int64_t)filedatasiz
[all...]
H A Dread_open_memory.c53 static int64_t memory_read_seek(struct archive *, void *, int64_t request, int whence);
54 static int64_t memory_read_skip(struct archive *, void *, int64_t request);
164 static int64_t
165 memory_read_skip(struct archive *a, void *client_data, int64_t skip)
182 static int64_t
183 memory_read_seek(struct archive *a, void *client_data, int64_t offset, int whence)
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-atomic.h157 static inline void cvmx_atomic_add64_nosync(int64_t *ptr, int64_t incr)
194 static inline void cvmx_atomic_add64(int64_t *ptr, int64_t incr)
207 static inline void cvmx_atomic_set64(int64_t *ptr, int64_t value)
221 static inline int64_t cvmx_atomic_get64(int64_t *ptr)
223 return *(volatile int64_t *)ptr;
354 static inline int64_t cvmx_atomic_fetch_and_add64_nosyn
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h462 int64_t getHwregId(const StringRef Name);
465 bool isValidHwreg(int64_t Id, const MCSubtargetInfo &STI);
468 bool isValidHwreg(int64_t Id);
471 bool isValidHwregOffset(int64_t Offset);
474 bool isValidHwregWidth(int64_t Width);
489 int64_t getMsgId(const StringRef Name);
492 int64_t getMsgOpId(int64_t MsgId, const StringRef Name);
495 StringRef getMsgName(int64_t MsgId);
498 StringRef getMsgOpName(int64_t MsgI
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
H A DArgs.h28 int64_t getInteger(llvm::opt::InputArgList &args, unsigned key,
29 int64_t Default);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp27 bool MCDisassembler::tryAddingSymbolicOperand(MCInst &Inst, int64_t Value,
37 void MCDisassembler::tryAddingPcLoadReferenceComment(int64_t Value,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCExternalSymbolizer.h48 int64_t Value, uint64_t Address, bool IsBranch,
51 int64_t Value,
H A DMCSymbolizer.h68 int64_t Value, uint64_t Address,
76 int64_t Value,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h38 MCOperand LowerOperand(const MachineOperand &MO, int64_t offset = 0) const;
42 MachineOperandType MOTy, int64_t Offset) const;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineDataAssign.d51 inline int64_t new_int64 = 2000000;

Completed in 399 milliseconds

1234567891011>>