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

1 2 3 4 5 6 7 8

  /external/chromium/net/http/
http_byte_range.h 21 int64 first_byte_position() const { return first_byte_position_; }
22 void set_first_byte_position(int64 value) { first_byte_position_ = value; }
24 int64 last_byte_position() const { return last_byte_position_; }
25 void set_last_byte_position(int64 value) { last_byte_position_ = value; }
27 int64 suffix_length() const { return suffix_length_; }
28 void set_suffix_length(int64 value) { suffix_length_ = value; }
47 bool ComputeBounds(int64 size);
50 int64 first_byte_position_;
51 int64 last_byte_position_;
52 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;
partial_data.h 108 static void AddRangeHeader(int64 start, int64 end, std::string* headers);
110 int64 current_range_start_;
111 int64 cached_start_;
112 int64 resource_size_;
  /external/chromium/base/i18n/
number_formatting.h 15 string16 FormatNumber(int64 number);
  /external/chromium/base/
nss_util.h 25 // We use a int64 instead of PRTime here to avoid depending on NSPR headers.
26 Time PRTimeToBaseTime(int64 prtime);
time.h 51 static TimeDelta FromDays(int64 days);
52 static TimeDelta FromHours(int64 hours);
53 static TimeDelta FromMinutes(int64 minutes);
54 static TimeDelta FromSeconds(int64 secs);
55 static TimeDelta FromMilliseconds(int64 ms);
56 static TimeDelta FromMicroseconds(int64 us);
61 int64 ToInternalValue() const {
78 int64 InSeconds() const;
80 int64 InMilliseconds() const;
81 int64 InMillisecondsRoundedUp() const
    [all...]
sys_info_freebsd.cc 13 int64 SysInfo::AmountOfPhysicalMemory() {
22 return static_cast<int64>(pages) * page_size;
sys_info_linux.cc 12 int64 SysInfo::AmountOfPhysicalMemory() {
20 return static_cast<int64>(pages) * page_size;
sys_info_win.cc 24 int64 SysInfo::AmountOfPhysicalMemory() {
32 int64 rv = static_cast<int64>(memory_info.ullTotalPhys);
39 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) {
44 int64 rv = static_cast<int64>(available.QuadPart);
time.cc 32 int64 TimeDelta::InSeconds() const {
40 int64 TimeDelta::InMilliseconds() const {
44 int64 TimeDelta::InMillisecondsRoundedUp() const {
49 int64 TimeDelta::InMicroseconds() const {
70 return Time(static_cast<int64>((dt *
time_posix.cc 30 static const int64 kWindowsEpochDeltaSeconds = GG_INT64_C(11644473600);
31 static const int64 kWindowsEpochDeltaMilliseconds =
35 const int64 Time::kWindowsEpochDeltaMicroseconds =
41 const int64 Time::kTimeTToMicrosecondsOffset = kWindowsEpochDeltaMicroseconds;
84 int64 milliseconds;
126 int64 milliseconds = (us_ - kWindowsEpochDeltaMicroseconds) /
163 (static_cast<int64>(ts.tv_sec) * Time::kMicrosecondsPerSecond) +
164 (static_cast<int64>(ts.tv_nsec) / Time::kNanosecondsPerMicrosecond);
181 int64 microseconds = InMicroseconds();
  /external/chromium/net/base/
file_stream.h 59 int64 Seek(Whence whence, int64 offset);
63 int64 Available();
119 int64 Truncate(int64 bytes);
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_c_equivalent.h 64 return (Int32)(((int64)(a) * b) >> 30);
69 return (L_add + (Int32)(((int64)(a) * b) >> 30));
74 return (Int32)(((int64)(a) * b) >> 32);
80 return (Int32)(((int64)(a) * b) >> 28);
85 return (Int32)(((int64)(a) * b) >> 27);
90 return (Int32)(((int64)(a) * b) >> 26);
96 return (L_add + (Int32)(((int64)(a) * b) >> 32));
101 return (L_sub - ((Int32)(((int64)(a) * b) >> 32)));
107 return (Int32)(((int64)(a) * b) >> 29);
pv_mp3dec_fxd_op_msc_evc.h 59 return (int32)(((int64)(a) * b) >> 30);
65 return (L_add + (int32)(((int64)(a) * b) >> 30));
79 return (int32)(((int64)(a) * b) >> 28);
85 return (int32)(((int64)(a) * b) >> 27);
92 return (int32)(((int64)(a) * b) >> 26);
111 return (int32)(((int64)(a) * b) >> 29);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 172 virtual int64 ByteCount() const = 0;
227 virtual int64 ByteCount() const = 0;
zero_copy_stream_impl_lite.h 76 int64 ByteCount() const;
109 int64 ByteCount() const;
141 int64 ByteCount() const;
213 int64 ByteCount() const;
230 int64 position_;
300 int64 ByteCount() const;
319 int64 position_;
zero_copy_stream_impl.h 94 int64 ByteCount() const;
176 int64 ByteCount() const;
228 int64 ByteCount() const;
271 int64 ByteCount() const;
315 int64 ByteCount() const;
323 int64 bytes_retired_; // Bytes read from previous streams.
334 LimitingInputStream(ZeroCopyInputStream* input, int64 limit);
341 int64 ByteCount() const;
346 int64 limit_; // Decreases as we go, becomes negative if we overshoot.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 48 int64 AddSymbol(const string& symbol, int64 key);
50 int64 AddSymbol(const string& symbol) {
51 int64 key = Find(symbol);
72 string Find(int64 key) const {
73 hash_map<int64, string>::const_iterator it =
84 int64 Find(const string& symbol) const {
91 int64 Find(const char* symbol) const {
92 hash_map<string, int64>::const_iterator it =
117 int64 AvailableKey() const
    [all...]
symbol-table.cpp 45 int64 nline = 0;
61 int64 key = strtoll(value, &p, 10);
82 int64 SymbolTableImpl::AddSymbol(const string& symbol, int64 key) {
83 hash_map<string, int64>::const_iterator it =
114 int64 size;
117 int64 key = 0;
132 int64 size = symbols_.size();
137 hash_map<string, int64>::const_iterator it = symbol_map_.find(symbol);
  /frameworks/base/media/libstagefright/codecs/aacdec/
fxp_mul32_c_msc_evc_armv5.h 90 __inline int64 fxp_mac64_Q31(int64 sum, const Int32 L_var1, const Int32 L_var2)
92 sum += (int64)L_var1 * L_var2;
113 return (Int32)(((int64)(a) * b) >> 30);
118 return (L_add + (Int32)(((int64)(a) * b) >> 30));
124 return (Int32)(((int64)(a) * b) >> 29);
129 return (L_add + (Int32)(((int64)(a) * b) >> 29));
134 return (L_sub - (Int32)(((int64)(a) * b) >> 29));
140 return (Int32)(((int64)(a) * b) >> 28);
145 return (Int32)(((int64)(a) * b) >> 27)
    [all...]
  /external/chromium/net/disk_cache/
mem_entry_impl.h 66 virtual int ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
68 virtual int WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
70 virtual int GetAvailableRange(int64 offset, int len, int64* start);
71 virtual int GetAvailableRange(int64 offset, int len, int64* start,
134 MemEntryImpl* OpenChild(int64 offset, bool create);
139 int FindNextChild(int64 offset, int len, MemEntryImpl** child);
  /external/chromium/net/ftp/
ftp_directory_listing_parser.h 24 int64 size; // File size, in bytes. -1 if not applicable.
  /external/chromium/net/url_request/
url_request_job_metrics.h 37 int64 total_bytes_read_;
  /frameworks/base/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 72 typedef int64_t int64; typedef
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 82 typedef long long int64; typedef

Completed in 2735 milliseconds

1 2 3 4 5 6 7 8