Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 1961) sorted by relevance

12345678910>>...79

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h200 const uint32_t mask = (uint32_t) (-(int64_t) b); in fe25519_cswap()
407 int64_t f0g0 = f0 * (int64_t) g0; in fe25519_mul()
408 int64_t f0g1 = f0 * (int64_t) g1; in fe25519_mul()
409 int64_t f0g2 = f0 * (int64_t) g2; in fe25519_mul()
410 int64_t f0g3 = f0 * (int64_t) g3; in fe25519_mul()
411 int64_t f0g4 = f0 * (int64_t) g4; in fe25519_mul()
412 int64_t f0g5 = f0 * (int64_t) g5; in fe25519_mul()
413 int64_t f0g6 = f0 * (int64_t) g6; in fe25519_mul()
414 int64_t f0g7 = f0 * (int64_t) g7; in fe25519_mul()
415 int64_t f0g8 = f0 * (int64_t) g8; in fe25519_mul()
[all …]
/netbsd-src/sys/arch/sparc64/include/
H A Dhypervisor.h38 int64_t hv_api_get_version(uint64_t api_group,
41 int64_t hv_api_set_version(uint64_t api_group,
52 int64_t hv_mach_desc(paddr_t buffer, psize_t *length);
61 int64_t hv_cpu_qconf(uint64_t queue, uint64_t base, uint64_t nentries);
68 int64_t hv_cpu_mondo_send(uint64_t ncpus, paddr_t cpulist, paddr_t data);
69 int64_t hv_cpu_myid(uint64_t *cpuid);
77 int64_t hv_mmu_demap_page(vaddr_t vaddr, uint64_t context, uint64_t flags);
78 int64_t hv_mmu_demap_ctx(uint64_t context, uint64_t flags);
79 int64_t hv_mmu_demap_all(uint64_t flags);
80 int64_t hv_mmu_map_perm_addr(vaddr_t vaddr, uint64_t tte, uint64_t flags);
[all …]
H A Dreg.h101 int64_t tf_tstate; /* tstate register */
102 int64_t tf_pc; /* return pc */
103 int64_t tf_npc; /* return npc */
104 int64_t tf_fault; /* faulting addr -- need somewhere to save it */
105 int64_t tf_kstack; /* kernel stack of prev tf */
110 int64_t tf_global[8]; /* global registers in trap's caller */
112 int64_t tf_out[8]; /* output registers in trap's caller */
113 int64_t tf_local[8]; /* local registers in trap's caller (for debug) */
114 int64_t tf_in[8]; /* in registers in trap's caller (for debug) */
134 int64_t rw_local[8]; /* %l0..%l7 */
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
H A Dmydefs.h39 int64_t repeat_count;
40 int64_t row_index_start;
41 int64_t row_index_end;
42 int64_t m;
43 int64_t n;
53 void __attribute__ ((noinline)) mxv_core (int64_t row_index_start,
54 int64_t row_index_end,
55 int64_t m,
56 int64_t n,
63 int64_t *number_of_rows,
[all …]
H A Dmain.c38 int64_t remainder_rows; in main()
39 int64_t rows_per_thread; in main()
40 int64_t active_threads; in main()
42 int64_t number_of_rows; in main()
43 int64_t number_of_columns; in main()
44 int64_t number_of_threads; in main()
45 int64_t repeat_count; in main()
52 int64_t errors; in main()
103 for (int64_t TID=active_threads; TID<number_of_threads; TID++) in main()
107 for (int64_t TID=0; TID<active_threads; TID++) in main()
[all …]
H A Dworkload.c29 void get_workload_stats (int64_t number_of_threads, in get_workload_stats()
30 int64_t number_of_rows, in get_workload_stats()
31 int64_t number_of_columns, in get_workload_stats()
32 int64_t *rows_per_thread, in get_workload_stats()
33 int64_t *remainder_rows, in get_workload_stats()
34 int64_t *active_threads) in get_workload_stats()
63 void determine_work_per_thread (int64_t TID, int64_t rows_per_thread, in determine_work_per_thread()
64 int64_t remainder_rows, in determine_work_per_thread()
65 int64_t *row_index_start, in determine_work_per_thread()
66 int64_t *row_index_end) in determine_work_per_thread()
[all …]
H A Dmxv.c35 int64_t repeat_count = local_data->repeat_count; in driver_mxv()
36 int64_t row_index_start = local_data->row_index_start; in driver_mxv()
37 int64_t row_index_end = local_data->row_index_end; in driver_mxv()
38 int64_t m = local_data->m; in driver_mxv()
39 int64_t n = local_data->n; in driver_mxv()
46 for (int64_t r=0; r<repeat_count; r++) in driver_mxv()
63 void __attribute__ ((noinline)) mxv_core (int64_t row_index_start, in mxv_core()
64 int64_t row_index_end, in mxv_core()
65 int64_t m, in mxv_core()
66 int64_t n, in mxv_core()
[all …]
/netbsd-src/sys/uvm/
H A Duvm_extern.h426 int64_t pagesize;
427 int64_t pagemask;
428 int64_t pageshift;
429 int64_t npages;
430 int64_t free;
431 int64_t active;
432 int64_t inactive;
433 int64_t paging;
434 int64_t wired;
435 int64_t zeropages;
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dcurve25519.c584 int64_t x = f[i] ^ g[i]; in fe51_cswap()
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); in fe_frombytes()
794 int64_t h1 = load_3(s + 4) << 6; in fe_frombytes()
795 int64_t h2 = load_3(s + 7) << 5; in fe_frombytes()
796 int64_t h3 = load_3(s + 10) << 3; in fe_frombytes()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dcurve25519.c594 int64_t x = f[i] ^ g[i]; in fe51_cswap()
773 static const int64_t kBottom21Bits = 0x1fffffLL;
774 static const int64_t kBottom25Bits = 0x1ffffffLL;
775 static const int64_t kBottom26Bits = 0x3ffffffLL;
776 static const int64_t kTop39Bits = 0xfffffffffe000000LL;
777 static const int64_t kTop38Bits = 0xfffffffffc000000LL;
803 int64_t h0 = load_4(s); in fe_frombytes()
804 int64_t h1 = load_3(s + 4) << 6; in fe_frombytes()
805 int64_t h2 = load_3(s + 7) << 5; in fe_frombytes()
806 int64_t h3 = load_3(s + 10) << 3; in fe_frombytes()
[all …]
/netbsd-src/usr.sbin/altq/libaltq/
H A Dqop_jobs.h97 int64_t adc;
98 int64_t rdc;
99 int64_t alc;
100 int64_t rlc;
101 int64_t arc;
111 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc,
114 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc);
119 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc,
122 int64_t adc, int64_t rdc, int64_t alc, int64_t rlc, int64_t arc);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h53 const int64_t *MatchTable, const TargetInstrInfo &TII, in executeMatchTable()
94 int64_t MatcherOpcode = MatchTable[CurrentIdx++]; in executeMatchTable()
104 int64_t NewInsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
105 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
106 int64_t OpIdx = MatchTable[CurrentIdx++]; in executeMatchTable()
144 int64_t ExpectedBitsetID = MatchTable[CurrentIdx++]; in executeMatchTable()
159 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
160 int64_t Expected0 = MatchTable[CurrentIdx++]; in executeMatchTable()
161 int64_t Expected1 = -1; in executeMatchTable()
183 int64_t InsnID = MatchTable[CurrentIdx++]; in executeMatchTable()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dcheckedint.c49 int64_t r = (int64_t)x + (int64_t)y; in adds()
56 int64_t adds(int64_t x, int64_t y, bool& overflow) in adds()
58 int64_t r = (uint64_t)x + (uint64_t)y; in adds()
110 int64_t r = (int64_t)x - (int64_t)y; in subs()
117 int64_t subs(int64_t x, int64_t y, bool& overflow) in subs()
119 int64_t r = (uint64_t)x - (uint64_t)y; in subs()
172 int64_t negs(int64_t x, bool& overflow) in negs()
194 int64_t r = (int64_t)x * (int64_t)y; in muls()
201 int64_t muls(int64_t x, int64_t y, bool& overflow) in muls()
203 int64_t r = (uint64_t)x * (uint64_t)y; in muls()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h8 int64_t h0 = load_4(s); in fe25519_frombytes()
9 int64_t h1 = load_3(s + 4) << 6; in fe25519_frombytes()
10 int64_t h2 = load_3(s + 7) << 5; in fe25519_frombytes()
11 int64_t h3 = load_3(s + 10) << 3; in fe25519_frombytes()
12 int64_t h4 = load_3(s + 13) << 2; in fe25519_frombytes()
13 int64_t h5 = load_4(s + 16); in fe25519_frombytes()
14 int64_t h6 = load_3(s + 20) << 7; in fe25519_frombytes()
15 int64_t h7 = load_3(s + 23) << 5; in fe25519_frombytes()
16 int64_t h8 = load_3(s + 26) << 4; in fe25519_frombytes()
17 int64_t h9 = (load_3(s + 29) & 8388607) << 2; in fe25519_frombytes()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_ring_buffer_test.cc19 int64_t v;
20 int64_t extra[3];
22 explicit LargeStruct(int64_t v) : v(v) {} in LargeStruct()
23 operator int64_t() { return v; } in operator int64_t()
31 RingBuffer<int64_t> *RBlong = RingBuffer<int64_t>::New(20); in TEST()
48 EXPECT_EQ((int64_t)(*RB)[0], (int64_t)a0); \ in TestRB()
49 EXPECT_EQ((int64_t)(*RB)[1], (int64_t)a1); \ in TestRB()
50 EXPECT_EQ((int64_t)(*RB)[2], (int64_t)a2); \ in TestRB()
51 EXPECT_EQ((int64_t)(*RB)[3], (int64_t)a3); in TestRB()
71 TestRB<int64_t>(); in TEST()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1087 int64_t a0 = 2097151 & load_3(a); in sc25519_muladd()
1088 int64_t a1 = 2097151 & (load_4(a + 2) >> 5); in sc25519_muladd()
1089 int64_t a2 = 2097151 & (load_3(a + 5) >> 2); in sc25519_muladd()
1090 int64_t a3 = 2097151 & (load_4(a + 7) >> 7); in sc25519_muladd()
1091 int64_t a4 = 2097151 & (load_4(a + 10) >> 4); in sc25519_muladd()
1092 int64_t a5 = 2097151 & (load_3(a + 13) >> 1); in sc25519_muladd()
1093 int64_t a6 = 2097151 & (load_4(a + 15) >> 6); in sc25519_muladd()
1094 int64_t a7 = 2097151 & (load_3(a + 18) >> 3); in sc25519_muladd()
1095 int64_t a8 = 2097151 & load_3(a + 21); in sc25519_muladd()
1096 int64_t a9 = 2097151 & (load_4(a + 23) >> 5); in sc25519_muladd()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtransaction.hpp64 engine::test_program_ptr get_test_program(backend&, const int64_t);
120 engine::action get_action(const int64_t);
121 results_iterator get_action_results(const int64_t);
122 std::pair< int64_t, engine::action > get_latest_action(void);
123 engine::context get_context(const int64_t);
125 int64_t put_action(const engine::action&, const int64_t);
126 int64_t put_context(const engine::context&);
127 int64_t put_test_program(const engine::test_program&, const int64_t);
128 int64_t put_test_case(const engine::test_case&, const int64_t);
129 utils::optional< int64_t > put_test_case_file(const std::string&,
[all …]
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h91 int64_t position;
129 int64_t begin_position;
130 int64_t total_size;
142 int64_t position;
165 int64_t skip_file_dev;
166 int64_t skip_file_ino;
181 int64_t header_position;
202 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *);
204 int64_t (*seek_data)(struct archive_read *, int64_t, int);
235 int (*read_data)(struct archive_read *, const void **, size_t *, int64_t *),
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dadd1sp1_extracted.c27 #define int64_t long macro
33 int64_t sh;
34 int64_t bx;
41 MPFR_Add1sp1_mk_state(int64_t sh, int64_t bx, uint64_t rb, uint64_t sb) in MPFR_Add1sp1_mk_state()
49 int64_t snd;
57 int64_t thd;
82 int64_t bx = b0.mpfr_exp; in mpfr_add1sp1()
83 int64_t cx = c0.mpfr_exp; in mpfr_add1sp1()
84 int64_t sh = MPFR_Lib_gmp_NUMB_BITS - p; in mpfr_add1sp1()
92 int64_t bx1 = b0.mpfr_exp + (int64_t)1; in mpfr_add1sp1()
[all …]
H A Dsub1sp1_extracted.c67 int64_t sh;
68 int64_t bx;
79 int64_t thd;
80 int64_t f3;
87 MPFR_Add1sp1_mk_state(int64_t sh, int64_t bx, uint64_t rb, uint64_t sb) in MPFR_Add1sp1_mk_state()
105 int64_t bx, in MPFR_Sub1sp1_mpfr_sub1sp1_gt_branch_1()
106 int64_t cx, in MPFR_Sub1sp1_mpfr_sub1sp1_gt_branch_1()
107 int64_t p, in MPFR_Sub1sp1_mpfr_sub1sp1_gt_branch_1()
108 int64_t sh, in MPFR_Sub1sp1_mpfr_sub1sp1_gt_branch_1()
126 uint64_t rb = a0 & (uint64_t)1U << (uint32_t)(sh - (int64_t)1); in MPFR_Sub1sp1_mpfr_sub1sp1_gt_branch_1()
[all …]
/netbsd-src/usr.sbin/makefs/
H A Dcd9660.h177 int64_t fileDataLength;
179 int64_t fileSectorsUsed;
191 int64_t susp_entry_size;
192 int64_t susp_dot_entry_size;
193 int64_t susp_dot_dot_entry_size;
196 int64_t susp_entry_ce_start;
197 int64_t susp_dot_ce_start;
198 int64_t susp_dot_dot_ce_start;
200 int64_t susp_entry_ce_length;
201 int64_t susp_dot_ce_length;
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DData_window.h40 int64_t offset; // file offset
41 int64_t length; // span length
49 void *bind (Span *span, int64_t minSize);
50 void *bind (int64_t file_offset, int64_t minSize);
51 void *get_data (int64_t offset, int64_t size, void *datap);
52 int64_t get_buf_size ();
53 int64_t copy_to_file (int f, int64_t offset, int64_t size);
92 int64_t fsize; // file size
94 int64_t woffset; // offset of current window
95 int64_t wsize; // size of current window
[all …]
H A DFileData.h109 addReadEvent (hrtime_t rt, int64_t nb) in addReadEvent()
122 int64_t
135 addWriteEvent (hrtime_t wt, int64_t nb) in addWriteEvent()
148 int64_t
218 void setVirtualFds (int64_t vfd);
220 Vector<int64_t> *
233 setVirtualFd (int64_t vFd) in setVirtualFd()
238 int64_t
256 void setWriteStat (hrtime_t wt, int64_t nb);
264 int64_t
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DData_window.h40 int64_t offset; // file offset
41 int64_t length; // span length
49 void *bind (Span *span, int64_t minSize);
50 void *bind (int64_t file_offset, int64_t minSize);
51 void *get_data (int64_t offset, int64_t size, void *datap);
52 int64_t get_buf_size ();
53 int64_t copy_to_file (int f, int64_t offset, int64_t size);
92 int64_t fsize; // file size
94 int64_t woffset; // offset of current window
95 int64_t wsize; // size of current window
[all …]
H A DFileData.h109 addReadEvent (hrtime_t rt, int64_t nb) in addReadEvent()
122 int64_t
135 addWriteEvent (hrtime_t wt, int64_t nb) in addWriteEvent()
148 int64_t
218 void setVirtualFds (int64_t vfd);
220 Vector<int64_t> *
233 setVirtualFd (int64_t vFd) in setVirtualFd()
238 int64_t
256 void setWriteStat (hrtime_t wt, int64_t nb);
264 int64_t
[all …]

12345678910>>...79