HomeSort by: relevance | last modified time | path
    Searched refs:int64_t (Results 1 - 25 of 3072) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.sbin/makefs/ffs/
namespace.h 4 #define daddr_t int64_t
  /src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
mydefs.h 39 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...]
workload.c 29 void get_workload_stats (int64_t number_of_threads,
30 int64_t number_of_rows,
31 int64_t number_of_columns,
32 int64_t *rows_per_thread,
33 int64_t *remainder_rows,
34 int64_t *active_threads)
63 void determine_work_per_thread (int64_t TID, int64_t rows_per_thread,
64 int64_t remainder_rows,
65 int64_t *row_index_start
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/src/
mydefs.h 39 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...]
workload.c 29 void get_workload_stats (int64_t number_of_threads,
30 int64_t number_of_rows,
31 int64_t number_of_columns,
32 int64_t *rows_per_thread,
33 int64_t *remainder_rows,
34 int64_t *active_threads)
63 void determine_work_per_thread (int64_t TID, int64_t rows_per_thread,
64 int64_t remainder_rows,
65 int64_t *row_index_start
    [all...]
  /src/usr.sbin/altq/libaltq/
qop_jobs.h 97 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
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatdidf.c 11 double __floatdidf(int64_t a)
floatdisf.c 9 float __floatdisf(int64_t a)
floatdixf.c 11 long double __floatdixf(int64_t a)
  /src/external/gpl3/binutils/dist/gprofng/src/
DataStream.h 33 void set_span (int64_t f_offset, int64_t sz);
34 int64_t read (void *buf, int64_t len);
36 template <typename Key_t> inline int64_t
39 int64_t sz = read (&val, sizeof (val));
46 int64_t span_offset;
47 int64_t span_size; // the window size
48 int64_t span_fileoffset; // the window begin on the file
Data_window.h 40 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)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DataStream.h 33 void set_span (int64_t f_offset, int64_t sz);
34 int64_t read (void *buf, int64_t len);
36 template <typename Key_t> inline int64_t
39 int64_t sz = read (&val, sizeof (val));
46 int64_t span_offset;
47 int64_t span_size; // the window size
48 int64_t span_fileoffset; // the window begin on the file
Data_window.h 40 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)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h 200 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 f0g4 = f0 * (int64_t) g4
    [all...]
  /src/external/bsd/kyua-cli/dist/store/
metadata.hpp 48 int64_t _timestamp;
50 metadata(const int, const int64_t);
53 int64_t timestamp(void) const;
transaction.hpp 64 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);
    [all...]
  /src/common/lib/libc/atomic/
atomic_cas_64_cas.c 42 bool bool_compare_and_swap_8(volatile int64_t *, int64_t, int64_t, ...)
46 bool_compare_and_swap_8(volatile int64_t *addr, int64_t oldval,
47 int64_t newval, ...)
  /src/tools/gpt/
namespace.h 4 extern int dehumanize_number(const char *, int64_t *);
  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
libgomp-gcn.h 44 int64_t size;
55 int64_t dummy1;
56 int64_t dummy2;
59 int64_t out_ptr; /* Offset 16. */
62 int64_t heap_ptr; /* Offset 24. */
67 int64_t arena_ptr; /* Offset 32. */
68 int64_t stack_ptr; /* Offset 40. */
83 int64_t ivalue;
  /src/sys/arch/sparc64/include/
reg.h 101 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...]
hypervisor.h 38 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...]
  /src/external/lgpl3/mpc/dist/tests/
tradius.c 26 int64_t n, N, s;
28 n = ((int64_t) 1) << 30;
31 /* for (n = ((int64_t) 1) << 30; n < ((int64_t) 4) << 30; n++) */
32 for (n = ((int64_t) 1) << 30; n < ((int64_t) 65) << 24; n++)
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
benchmark_gtest.cc 16 std::vector<int64_t> dst;
17 AddRange(&dst, static_cast<int64_t>(1), static_cast<int64_t>(2), 2);
28 std::vector<int64_t> dst;
29 AddRange(&dst, static_cast<int64_t>(5), static_cast<int64_t>(15), 2);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
benchmark_gtest.cc 16 std::vector<int64_t> dst;
17 AddRange(&dst, static_cast<int64_t>(1), static_cast<int64_t>(2), 2);
28 std::vector<int64_t> dst;
29 AddRange(&dst, static_cast<int64_t>(5), static_cast<int64_t>(15), 2);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
FunctionPropertiesAnalysis.h 31 int64_t BasicBlockCount = 0;
39 int64_t BlocksReachedFromConditionalInstruction = 0;
43 int64_t Uses = 0;
47 int64_t DirectCallsToDefinedFunctions = 0;
50 int64_t LoadInstCount = 0;
53 int64_t StoreInstCount = 0;
56 int64_t MaxLoopDepth = 0;
59 int64_t TopLevelLoopCount = 0;

Completed in 68 milliseconds

1 2 3 4 5 6 7 8 91011>>