HomeSort by relevance Sort by last modified time
    Searched full:uint64 (Results 176 - 200 of 492) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit/win/
WebDownload.h 115 void willResumeWithResponse(CFURLResponseRef, UInt64);
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 181 typedef unsigned long long uint64; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 181 typedef unsigned long long uint64; typedef
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLInputStream.java 78 * Reads and returns uint64 value.
  /external/chromium/base/
string_number_conversions.h 40 BASE_API std::string Uint64ToString(uint64 value);
41 BASE_API string16 Uint64ToString16(uint64 value);
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.mm 22 uint64 currentSwapBuffersCount = swapBuffersCount_;
125 - (void)updateSwapBuffersCount:(uint64)count
download_resource_handler.cc 51 uint64 position,
52 uint64 size) {
safe_browsing_resource_handler.cc 48 uint64 position,
49 uint64 size) {
  /external/chromium/chrome/common/extensions/
extension_localization_peer_unittest.cc 60 MOCK_METHOD2(OnUploadProgress, void(uint64 position, uint64 size));
  /external/dbus/tools/
dbus-print-message.c 244 printf ("uint64 %" DBUS_INT64_PRINTF_MODIFIER "u\n", val);
246 printf ("uint64 (omitted)\n");
  /external/libffi/src/alpha/
ffi.c 132 *(UINT64 *) argp = *(UINT64 *)(* avalue);
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 84 typedef unsigned __int64 uint64; typedef
87 typedef unsigned long long uint64; typedef
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 74 EXPECT_EQ(static_cast<uint64>(kint64min), static_cast<uint64>(kint64max) + 1);
  /external/protobuf/src/google/protobuf/
unittest_custom_options.proto 51 optional uint64 file_opt1 = 7736974;
140 optional uint64 uint64_opt = 7702367;
extension_set.h 224 uint64 GetUInt64(int number, uint64 default_value) const;
242 void SetUInt64(int number, FieldType type, uint64 value, desc);
260 uint64 GetRepeatedUInt64(int number, int index) const;
271 void SetRepeatedUInt64(int number, int index, uint64 value);
284 void AddUInt64(int number, FieldType type, bool packed, uint64 value, desc);
389 uint64 uint64_value;
400 RepeatedField <uint64 >* repeated_uint64_value;
601 PROTOBUF_DEFINE_PRIMITIVE_TYPE(uint64, UInt64)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 49 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void* clientInfo);
168 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByte, const void* clientInfo)
  /external/chromium/webkit/glue/
weburlloader_impl.cc 296 virtual void OnUploadProgress(uint64 position, uint64 size);
471 static_cast<uint64>(element.fileStart),
472 static_cast<uint64>(element.fileLength),
498 void WebURLLoaderImpl::Context::OnUploadProgress(uint64 position, uint64 size) {
  /external/libffi/src/pa/
ffi.c 189 *(UINT64 *)(stack - slot) = *(UINT64 *)(*p_argv);
209 debug(3, "Storing UINT64(double) at slot %u\n", slot);
210 *(UINT64 *)(stack - slot) = *(UINT64 *)(*p_argv);
507 avalue[i] = (void *)(stack - slot) + sizeof(UINT64) -
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 38 static uint64 _ellapse_ = 0;
77 uint64 lmt_off = ((raw_score & 0xffff0000) >> 16);
79 uint64 mask = ~(1 << kUserDictLMTBitWidth);
84 uint64 now_off = load_time_.tv_sec;
105 inline uint64 UserDict::extract_score_lmt(int raw_score) {
106 uint64 lmt = ((raw_score & 0xffff0000) >> 16);
108 uint64 mask = ~(1 << kUserDictLMTBitWidth);
115 inline int UserDict::build_score(uint64 lmt, int freq) {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 197 // ValidateFn(uint64). However, for easier storage, we strip off this
271 else if (strcmp(type, "uint64") == 0) type_ = FV_UINT64;
282 case FV_UINT64: delete reinterpret_cast<uint64*>(value_buffer_); break;
337 const uint64 r = strtouint64(value, &end, base);
339 SET_VALUE_AS(uint64, r);
367 snprintf(intbuf, sizeof(intbuf), "%"PRIu64, VALUE_AS(uint64));
393 return reinterpret_cast<bool (*)(const char*, uint64)>(
394 validate_fn_proto)(flagname, VALUE_AS(uint64));
412 case FV_UINT64: return "uint64";
426 case FV_UINT64: return VALUE_AS(uint64) == OTHER_VALUE_AS(x, uint64)
    [all...]
  /external/chromium/base/third_party/nspr/
prtypes.h 366 * On 64-bit Mac OS X, uint64 needs to be defined as unsigned long long to
367 * match uint64_t, otherwise our uint64 typedef conflicts with the uint64
  /external/chromium/chrome/common/
metrics_helpers.cc 185 uint64 reverse_uint64;
186 // UMA only uses first 8 chars of hash. We use the above uint64 instead
188 // in the LOG statement below when trying to interpret reverse as a uint64.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 257 uint64 Properties(uint64 props) {
258 uint64 mask = kFstProperties;
  /external/v8/src/
strtod.cc 131 // Reads digits from the buffer and converts them to a uint64.
132 // Reads in as many digits as fit into a uint64.
322 // half-way multiplied by the denominator exceeds the range of an uint64.
  /external/chromium/net/url_request/
url_request.h 325 uint64 offset, uint64 length,
373 uint64 GetUploadProgress() const;
467 uint64 identifier() const { return identifier_; }
663 uint64 final_upload_progress_;
670 const uint64 identifier_;

Completed in 339 milliseconds

1 2 3 4 5 6 78 91011>>