HomeSort by relevance Sort by last modified time
    Searched full:int64 (Results 1 - 25 of 911) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/amd64/
xor-undef-amd64.stdout.exp 2 Complain int64
4 No complain int64
  /external/chromium/chrome/browser/sync/engine/
read_node_mock.h 23 MOCK_CONST_METHOD0(GetId, int64());
24 MOCK_CONST_METHOD0(GetFirstChildId, int64());
25 MOCK_CONST_METHOD0(GetFirstChild, int64());
26 MOCK_CONST_METHOD0(GetSuccessorId, int64());
27 MOCK_METHOD1(InitByIdLookup, bool(int64 id));
polling_constants.h 13 extern const int64 kDefaultShortPollIntervalSeconds;
14 extern const int64 kDefaultLongPollIntervalSeconds;
15 extern const int64 kMaxBackoffSeconds;
polling_constants.cc 15 const int64 kDefaultShortPollIntervalSeconds = 3600 * 8;
17 const int64 kDefaultLongPollIntervalSeconds = 3600 * 12;
20 const int64 kMaxBackoffSeconds = 60 * 60 * 4; // 4 hours.
  /external/valgrind/main/VEX/test/
test-amd64-shift.h 30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags)
32 int64 res, flags;
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags)
45 int64 res, flags
    [all...]
test-amd64.h 27 inline void exec_opq(int64 s0, int64 s1, int64 iflags)
29 int64 res, flags;
36 inline void exec_opl(int64 s0, int64 s1, int64 iflags)
38 int64 res, flags;
45 inline void exec_opw(int64 s0, int64 s1, int64 iflags
    [all...]
test-amd64-muldiv.h 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
4 int64 res, s1, s0, flags;
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
22 int64 res, s1, flags, resh;
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
    [all...]
  /external/chromium/net/http/
http_byte_range.h 22 int64 first_byte_position() const { return first_byte_position_; }
23 void set_first_byte_position(int64 value) { first_byte_position_ = value; }
25 int64 last_byte_position() const { return last_byte_position_; }
26 void set_last_byte_position(int64 value) { last_byte_position_ = value; }
28 int64 suffix_length() const { return suffix_length_; }
29 void set_suffix_length(int64 value) { suffix_length_ = value; }
48 bool ComputeBounds(int64 size);
51 int64 first_byte_position_;
52 int64 last_byte_position_;
53 int64 suffix_length_
    [all...]
http_byte_range_unittest.cc 10 int64 first_byte_position;
11 int64 last_byte_position;
12 int64 suffix_length;
37 int64 first_byte_position;
38 int64 last_byte_position;
39 int64 suffix_length;
40 int64 instance_size;
42 int64 expected_lower_bound;
43 int64 expected_upper_bound;
  /external/openfst/src/extensions/pdt/
pdtscript.cc 42 const vector<pair<int64, int64> > &parens,
55 const vector<pair<int64, int64> > &parens,
63 const vector<pair<int64, int64> > &parens,
68 void PdtReplace(const vector<pair<int64, const FstClass*> > &fst_tuples,
70 vector<pair<int64, int64> > *parens,
71 const int64 &root)
    [all...]
  /external/stressapptest/src/
disk_blocks.h 37 void SetParameters(int64 address, int64 size);
43 int64 GetAddress();
44 int64 GetSize();
48 int64 addr_; // address of first sector in block
49 int64 size_; // size of block
65 int64 NumElems();
74 int64 device_sectors,
75 int64 segment_size,
78 BlockData *GetUnusedBlock(int64 segment)
    [all...]
finelock_queue.h 35 FineLockPEQueue(uint64 queuesize, int64 pagesize);
60 bool valid_index(int64 index) {
85 int64 getA(int64 m);
86 int64 getC(int64 m);
91 int64 page_size_; // For calculating array index from offset.
103 int64 a_; // 'a' multiplicative value for progressing
105 int64 c_; // 'c' additive value for prgressing randomly
107 int64 modlength_; // 'm' mod value for linear congruentia
    [all...]
  /external/chromium/chrome/browser/download/
download_status_updater_unittest.cc 37 virtual int64 GetInProgressDownloadCount() {
41 virtual int64 GetReceivedDownloadBytes() {
45 virtual int64 GetTotalDownloadBytes() {
53 void set_in_progress_download_count(int64 download_count) {
57 void set_received_bytes(int64 received_bytes) {
61 void set_total_bytes(int64 total_bytes) {
69 int64 in_progress_download_count_;
70 int64 received_bytes_;
71 int64 total_bytes_;
download_status_updater_delegate.h 17 virtual int64 GetInProgressDownloadCount() = 0;
20 virtual int64 GetReceivedDownloadBytes() = 0;
23 virtual int64 GetTotalDownloadBytes() = 0;
save_item.h 37 void Update(int64 bytes_so_far);
43 void Finish(int64 size, bool is_success);
54 void SetTotalBytes(int64 total_bytes);
62 int64 total_bytes() const { return total_bytes_; }
63 int64 received_bytes() const { return received_bytes_; }
74 void UpdateSize(int64 size);
90 int64 total_bytes_;
93 int64 received_bytes_;
download_status_updater.cc 41 int64 received_bytes = 0;
42 int64 total_bytes = 0;
56 int64 DownloadStatusUpdater::GetInProgressDownloadCount() {
57 int64 download_count = 0;
  /external/openfst/src/include/fst/script/
relabel.h 49 const vector<pair<int64, int64> > &,
50 const vector<pair<int64, int64> > > RelabelArgs2;
56 // In case int64 is not the same as Arc::Label,
89 const vector<pair<int64, int64> > &ipairs,
90 const vector<pair<int64, int64> > &opairs);
replace.h 32 typedef args::Package<const vector<pair<int64, const FstClass *> > &,
33 MutableFstClass *, const int64, bool> ReplaceArgs;
39 const vector<pair<int64, const FstClass *> >& untyped_tuples =
55 void Replace(const vector<pair<int64, const FstClass *> > &tuples,
56 MutableFstClass *ofst, const int64 &root,
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.h 46 void SetRefreshRate(int64 refresh_rate_milliseconds);
94 int64 policy_refresh_rate_ms,
96 int64 policy_refresh_deviation_max_ms,
97 int64 policy_refresh_error_delay_ms);
105 int64 policy_refresh_rate_ms,
107 int64 policy_refresh_deviation_max_ms,
108 int64 policy_refresh_error_delay_ms);
131 int64 GetRefreshDelay();
141 int64 policy_refresh_rate_ms_;
143 int64 policy_refresh_deviation_max_ms_
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu.h 15 int64 id_; // id of the bookmark node we represent.
18 @property(nonatomic) int64 id;
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 49 const vector<pair<int64, int64> >&,
77 const vector<pair<int64, int64> > &parens,
95 const vector<pair<int64, int64> >&,
116 const vector<pair<int64, int64> > &parens,
120 const vector<pair<int64, int64> > &parens
    [all...]
info.h 53 int64 NumStates() const { return nstates_; }
54 int64 NumArcs() const { return narcs_; }
55 int64 NumOpenParens() const { return nopen_parens_; }
56 int64 NumCloseParens() const { return nclose_parens_; }
57 int64 NumUniqueOpenParens() const { return nuniq_open_parens_; }
58 int64 NumUniqueCloseParens() const { return nuniq_close_parens_; }
59 int64 NumOpenParenStates() const { return nopen_paren_states_; }
60 int64 NumCloseParenStates() const { return nclose_paren_states_; }
64 int64 nstates_;
65 int64 narcs_
    [all...]
  /external/chromium/base/i18n/
number_formatting.h 14 string16 FormatNumber(int64 number);
  /external/chromium/chrome/browser/search_engines/
template_url_id.h 11 typedef int64 TemplateURLID;
  /external/ceres-solver/internal/ceres/
matrix.proto 65 optional int64 num_rows = 2;
66 optional int64 num_cols = 3;
67 optional int64 num_nonzeros = 4;
74 optional int64 num_rows = 4;
75 optional int64 num_cols = 5;
76 optional int64 num_nonzeros = 6;
82 repeated int64 rows = 1 [packed=true];
83 repeated int64 cols = 2 [packed=true];
88 optional int64 num_rows = 4;
89 optional int64 num_cols = 5
    [all...]

Completed in 329 milliseconds

1 2 3 4 5 6 7 8 91011>>