Searched refs:int64_t (Results 1 - 25 of 867) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/compiler-rt/lib/x86_64/
H A Dfloatdidf.c11 double __floatdidf(int64_t a)
H A Dfloatdisf.c9 float __floatdisf(int64_t a)
H A Dfloatdixf.c11 long double __floatdixf(int64_t a)
/freebsd-10.0-release/tools/regression/lib/libutil/
H A Dtest-humanize_number.c46 static const int64_t halfExabyte = (int64_t)500*1000*1000*1000*1000*1000L;
51 int64_t num;
56 { 2, "0 ", (int64_t)0L, HN_DIVISOR_1000, HN_AUTOSCALE },
57 { 3, "1 k", (int64_t)500L, HN_DIVISOR_1000, HN_AUTOSCALE },
58 { 3, "1 M", (int64_t)500*1000L, HN_DIVISOR_1000, HN_AUTOSCALE },
59 { 3, "1 G", (int64_t)500*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE },
60 { 3, "1 T", (int64_t)500*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE },
61 { 3, "1 P", (int64_t)500*1000*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE },
62 { 3, "1 E", (int64_t)50
[all...]
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_mount.h46 int64_t cpno; /* checkpoint number */
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h33 OptionValueSInt64 (int64_t value) :
42 OptionValueSInt64 (int64_t current_value,
43 int64_t default_value) :
98 const int64_t &
99 operator = (int64_t value)
105 int64_t
111 int64_t
118 SetCurrentValue (int64_t value)
129 SetDefaultValue (int64_t value)
140 SetMinimumValue (int64_t
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h81 int64_t position;
92 int64_t (*skip)(struct archive_read_filter *self, int64_t request);
94 int64_t (*seek)(struct archive_read_filter *self, int64_t offset, int whence);
128 int64_t begin_position;
129 int64_t total_size;
141 int64_t position;
152 int64_t skip_file_dev;
153 int64_t skip_file_in
[all...]
H A Darchive_entry_private.h49 int64_t offset;
50 int64_t length;
100 int64_t aest_atime;
102 int64_t aest_ctime;
104 int64_t aest_mtime;
106 int64_t aest_birthtime;
108 int64_t aest_gid;
109 int64_t aest_ino;
112 int64_t aest_uid;
H A Darchive_read_open_fd.c62 static int64_t file_skip(struct archive *, void *, int64_t request);
129 static int64_t
130 file_skip(struct archive *a, void *client_data, int64_t request)
133 int64_t skip = request;
134 int64_t old_offset, new_offset;
142 int64_t max_skip =
143 (((int64_t)1 << (skip_bits - 1)) - 1) * 2 + 1;
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFRelocMap.h17 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
/freebsd-10.0-release/tools/tools/find-sb/
H A Dmini_ufs.h31 typedef int64_t ufs_time_t;
32 typedef int64_t ufs2_daddr_t;
42 int64_t cs_ndir; /* number of directories */
43 int64_t cs_nbfree; /* number of free blocks */
44 int64_t cs_nifree; /* number of free inodes */
45 int64_t cs_nffree; /* number of free frags */
46 int64_t cs_numclusters; /* number of free clusters */
47 int64_t cs_spare[3]; /* future expansion */
127 int64_t fs_unrefs; /* number of unreferenced inodes */
128 int64_t fs_sparecon6
[all...]
/freebsd-10.0-release/usr.sbin/rtadvd/
H A Dadvcap.h41 extern int64_t agetnum(const char *);
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h56 int64_t Offset) const;
63 int64_t Offset) const;
70 void makeFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
74 void restoreFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
79 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
87 int64_t Imm, MachineBasicBlock &MBB,
99 const MCInstrDesc& AddiuSpImm(int64_t Imm) const;
102 (MachineBasicBlock &MBB, MachineBasicBlock::iterator I, int64_t Imm) const;
111 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
116 void adjustStackPtrBigUnrestricted(unsigned SP, int64_t Amoun
[all...]
/freebsd-10.0-release/include/protocols/
H A Ddumprestore.h102 int64_t c_birthtime; /* creation time, seconds */
103 int64_t c_atime; /* last access time, seconds */
104 int64_t c_mtime; /* last modified time, seconds */
124 int64_t c_date; /* date of this dump */
125 int64_t c_ddate; /* date of previous dump */
126 int64_t c_tapea; /* logical block of this record */
127 int64_t c_firstrec; /* first record on volume */
/freebsd-10.0-release/contrib/compiler-rt/lib/ppc/
H A Dfixtfdi.c5 /* int64_t __fixunstfdi(long double x);
6 * This file implements the PowerPC 128-bit double-double -> int64_t conversion
26 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); /* mantissa(hi) */
30 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63;
36 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
41 const int64_t loNegationMask = ((int64_t)(lobits.x)) >> 63;
42 const int64_t negationMask = loNegationMask ^ hiNegationMask;
74 int64_t resul
[all...]
H A Dfixunstfdi.c30 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
35 const int64_t negationMask = ((int64_t)(lobits.x)) >> 63;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-profiler.h71 int64_t max_samples;
72 int64_t sample_count;
85 int64_t sample_count;
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp244 assert((int64_t)Value >= -32768 &&
245 (int64_t)Value <= 65536 &&
249 assert((int64_t)Value >= -(1LL << 31) &&
250 (int64_t)Value <= (1LL << 32) - 1 &&
262 assert((int64_t)Value >= -(1LL << 20) &&
263 (int64_t)Value < (1LL << 20) && "Out of range LDR (lit) fixup");
269 assert((int64_t)Value >= -(1LL << 20) &&
270 (int64_t)Value < (1LL << 20) && "Out of range ADR fixup");
277 assert((int64_t)Value >= -(1LL << 32) &&
278 (int64_t)Valu
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCValue.h39 int64_t Cst;
42 int64_t getConstant() const { return Cst; }
56 int64_t Val = 0) {
65 static MCValue get(int64_t Val) {
H A DMCInstPrinter.h97 format_object1<int64_t> formatImm(const int64_t Value) const { return PrintImmHex ? formatHex(Value) : formatDec(Value); }
100 format_object1<int64_t> formatDec(const int64_t Value) const;
101 format_object1<int64_t> formatHex(const int64_t Value) const;
/freebsd-10.0-release/tools/regression/audit/audit_pipe_ioctl/
H A Daudit_pipe_ioctl.c118 astat = (u_int64_t)(int64_t)(-1);
121 if (astat == (u_int64_t)(int64_t)(-1))
124 astat = (u_int64_t)(int64_t)(-1);
127 if (astat == (u_int64_t)(int64_t)(-1))
130 astat = (u_int64_t)(int64_t)(-1);
133 if (astat == (u_int64_t)(int64_t)(-1))
136 astat = (u_int64_t)(int64_t)(-1);
139 if (astat == (u_int64_t)(int64_t)(-1))
/freebsd-10.0-release/usr.sbin/makefs/
H A Dcd9660.h182 int64_t fileDataLength;
184 int64_t fileSectorsUsed;
196 int64_t susp_entry_size;
197 int64_t susp_dot_entry_size;
198 int64_t susp_dot_dot_entry_size;
201 int64_t susp_entry_ce_start;
202 int64_t susp_dot_ce_start;
203 int64_t susp_dot_dot_ce_start;
205 int64_t susp_entry_ce_length;
206 int64_t susp_dot_ce_lengt
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h39 int64_t Offset;
41 explicit MachinePointerInfo(const Value *v = 0, int64_t offset = 0)
44 MachinePointerInfo getWithOffset(int64_t O) const {
59 static MachinePointerInfo getFixedStack(int FI, int64_t offset = 0);
70 static MachinePointerInfo getStack(int64_t Offset);
135 int64_t getOffset() const { return PtrInfo.Offset; }
178 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; }
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.quantmany.d31 int64_t val, shift;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.inttypes.d42 printf("sizeof (int64_t) = %u\n", sizeof (int64_t));

Completed in 201 milliseconds

1234567891011>>