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

1234567891011>>

/freebsd-12-stable/stand/liblua/
H A Dmath.h34 int64_t lstd_pow(int64_t x, int64_t y);
35 int64_t lstd_floor(int64_t);
36 int64_t lstd_fmod(int64_t a, int64_t b);
37 int64_t lstd_frexp(int64_t
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatdixf.c11 long double __floatdixf(int64_t a) { return (long double)a; }
H A Dfloatdidf.c11 double __floatdidf(int64_t a) { return (double)a; }
H A Dfloatdisf.c9 float __floatdisf(int64_t a) { return (float)a; }
/freebsd-12-stable/lib/libutil/tests/
H A Dhumanize_number_test.c44 static const int64_t halfExabyte = (int64_t)500*1000*1000*1000*1000*1000L;
49 int64_t num;
55 { 2, "0 ", (int64_t)0L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 },
56 { 3, "1 k", (int64_t)500L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 },
57 { 3, "1 M", (int64_t)500*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 },
58 { 3, "1 G", (int64_t)500*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 },
59 { 3, "1 T", (int64_t)500*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 },
60 { 3, "1 P", (int64_t)500*1000*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 },
61 { 3, "1 E", (int64_t)50
[all...]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h200 const uint32_t mask = (uint32_t) (-(int64_t) b);
407 int64_t f0g0 = f0 * (int64_t) g0;
408 int64_t f0g1 = f0 * (int64_t) g1;
409 int64_t f0g2 = f0 * (int64_t) g2;
410 int64_t f0g3 = f0 * (int64_t) g3;
411 int64_t f0g
[all...]
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_mount.h48 int64_t cpno; /* checkpoint number */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Daggsum.h30 int64_t asc_delta;
40 int64_t as_lower_bound;
41 int64_t as_upper_bound;
48 int64_t aggsum_lower_bound(aggsum_t *);
49 int64_t aggsum_upper_bound(aggsum_t *);
52 void aggsum_add(aggsum_t *, int64_t);
H A Dspace_reftree.h42 int64_t sr_refcnt; /* associated reference count */
48 int64_t refcnt);
49 void space_reftree_add_map(avl_tree_t *t, range_tree_t *rt, int64_t refcnt);
51 int64_t minref);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic64.h36 volatile int64_t counter;
56 static inline int64_t
57 atomic64_add_return(int64_t i, atomic64_t *v)
62 static inline int64_t
63 atomic64_sub_return(int64_t i, atomic64_t *v)
69 atomic64_set(atomic64_t *v, int64_t i)
74 static inline int64_t
80 static inline int64_t
86 static inline int64_t
92 static inline int64_t
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h23 OptionValueSInt64(int64_t value)
27 OptionValueSInt64(int64_t current_value, int64_t default_value)
63 const int64_t &operator=(int64_t value) {
68 int64_t GetCurrentValue() const { return m_current_value; }
70 int64_t GetDefaultValue() const { return m_default_value; }
72 bool SetCurrentValue(int64_t value) {
80 bool SetDefaultValue(int64_t value) {
88 void SetMinimumValue(int64_t
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloattitf.c17 long double __floatditf(int64_t);
32 int64_t ArgHiPart = (int64_t)(arg >> 64);
H A Dfixtfdi.c5 // int64_t __fixunstfdi(long double x);
6 // This file implements the PowerPC 128-bit double-double -> int64_t conversion
24 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); // mantissa(hi)
28 const int64_t hiNegationMask = ((int64_t)(hibits.x)) >> 63;
33 int64_t tailMantissa = lobits.x & INT64_C(0x000fffffffffffff);
38 const int64_t loNegationMask = ((int64_t)(lobits.x)) >> 63;
39 const int64_t negationMask = loNegationMask ^ hiNegationMask;
70 int64_t resul
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_private.h83 int64_t position;
94 int64_t (*skip)(struct archive_read_filter *self, int64_t request);
96 int64_t (*seek)(struct archive_read_filter *self, int64_t offset, int whence);
132 int64_t begin_position;
133 int64_t total_size;
145 int64_t position;
168 int64_t skip_file_dev;
169 int64_t skip_file_in
[all...]
H A Darchive_entry_private.h49 int64_t offset;
50 int64_t length;
109 int64_t aest_atime;
111 int64_t aest_ctime;
113 int64_t aest_mtime;
115 int64_t aest_birthtime;
117 int64_t aest_gid;
118 int64_t aest_ino;
121 int64_t aest_uid;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h36 Optional<int64_t> Offset;
43 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset,
58 int64_t &Off) const;
62 int64_t Off;
68 bool contains(const SelectionDAG &DAG, int64_t BitSize,
69 const BaseIndexOffset &Other, int64_t OtherBitSize,
70 int64_t &BitOffset) const;
72 bool contains(const SelectionDAG &DAG, int64_t BitSize,
73 const BaseIndexOffset &Other, int64_t OtherBitSize) const {
74 int64_t BitOffse
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.h22 int64_t Imm;
24 Inst(unsigned Opc, int64_t Imm) : Opc(Opc), Imm(Imm) {}
33 void generateInstSeq(int64_t Val, bool IsRV64, InstSeq &Res);
/freebsd-12-stable/usr.sbin/rtadvd/
H A Dadvcap.h43 extern int64_t agetnum(const char *);
/freebsd-12-stable/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-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h38 int64_t Bytes;
39 int64_t ScalableBytes;
44 using Part = std::pair<int64_t, MVT>;
48 StackOffset(int64_t Offset, MVT::SimpleValueType T) : StackOffset() {
61 ScalableBytes += Other.first * ((int64_t)Size.getKnownMinSize() / 8);
63 Bytes += Other.first * ((int64_t)Size.getFixedSize() / 8);
99 int64_t getScalableBytes() const { return ScalableBytes; }
102 int64_t getBytes() const { return Bytes; }
107 void getForFrameOffset(int64_t &NumBytes, int64_t
[all...]
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dcurve25519.c584 int64_t x = f[i] ^ g[i];
763 static const int64_t kBottom21Bits = 0x1fffffLL;
764 static const int64_t kBottom25Bits = 0x1ffffffLL;
765 static const int64_t kBottom26Bits = 0x3ffffffLL;
766 static const int64_t kTop39Bits = 0xfffffffffe000000LL;
767 static const int64_t kTop38Bits = 0xfffffffffc000000LL;
793 int64_t h0 = load_4(s);
794 int64_t h1 = load_3(s + 4) << 6;
795 int64_t h2 = load_3(s + 7) << 5;
796 int64_t h
[all...]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h8 int64_t h0 = load_4(s);
9 int64_t h1 = load_3(s + 4) << 6;
10 int64_t h2 = load_3(s + 7) << 5;
11 int64_t h3 = load_3(s + 10) << 3;
12 int64_t h4 = load_3(s + 13) << 2;
13 int64_t h5 = load_4(s + 16);
14 int64_t h6 = load_3(s + 20) << 7;
15 int64_t h7 = load_3(s + 23) << 5;
16 int64_t h8 = load_3(s + 26) << 4;
17 int64_t h
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcompat.c22 int64_t
28 int64_t value;
76 int64_t
77 lcompat_pow(int64_t x, int64_t y)
79 int64_t result = 1;
93 lcompat_hashnum(int64_t x)
/freebsd-12-stable/include/protocols/
H A Ddumprestore.h104 int64_t c_birthtime; /* creation time, seconds */
105 int64_t c_atime; /* last access time, seconds */
106 int64_t c_mtime; /* last modified time, seconds */
126 int64_t c_date; /* date of this dump */
127 int64_t c_ddate; /* date of previous dump */
128 int64_t c_tapea; /* logical block of this record */
129 int64_t c_firstrec; /* first record on volume */
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-profiler.h71 int64_t max_samples;
72 int64_t sample_count;
85 int64_t sample_count;

Completed in 361 milliseconds

1234567891011>>