/external/libffi/src/ia64/ |
ffi.c | 47 UINT64 x[2] __attribute__((aligned(16))); 56 UINT64 gp_regs[8]; /* Contents of 8 gp arg registers. */ 57 UINT64 other_args[]; /* Arguments passed on stack, variable size. */ 273 extern int ffi_call_unix (struct ia64_args *, PTR64, void (*)(void), UINT64); 317 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i]; 321 stack->gp_regs[gpcount++] = (UINT64)(PTR64) *(void **)avalue[i]; 333 stack->gp_regs[gpcount++] = *(UINT64 *)avalue[i]; 414 UINT64 code_pointer; 415 UINT64 gp; 420 UINT64 code_pointer; /* Pointer to ffi_closure_unix. * [all...] |
/hardware/ril/mock-ril/src/cpp/ |
msgheader.pb.h | 114 // optional uint64 token = 4; 118 inline ::google::protobuf::uint64 token() const; 119 inline void set_token(::google::protobuf::uint64 value); 129 ::google::protobuf::uint64 token_; 205 // optional uint64 token = 4; 213 inline ::google::protobuf::uint64 MsgHeader::token() const { 216 inline void MsgHeader::set_token(::google::protobuf::uint64 value) {
|
/external/chromium/chrome/browser/extensions/ |
extension_webrequest_api.h | 54 uint64 request_id, 67 uint64 request_id, 95 typedef std::map<uint64, BlockedRequest> BlockedRequestMap; 96 typedef std::map<uint64, net::URLRequest*> HttpRequestMap; 128 void DecrementBlockCount(uint64 request_id, bool cancel, const GURL& new_url);
|
/external/chromium/net/base/ |
upload_data_stream.h | 54 uint64 size() const { return total_size_; } 55 uint64 position() const { return current_position_; } 111 uint64 next_element_remaining_; 114 uint64 total_size_; 115 uint64 current_position_;
|
cert_verifier.h | 116 uint64 requests() const { return requests_; } 117 uint64 cache_hits() const { return cache_hits_; } 118 uint64 inflight_joins() const { return inflight_joins_; } 172 uint64 requests_; 173 uint64 cache_hits_; 174 uint64 inflight_joins_;
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite.h | 213 static uint64 EncodeDouble(double value); 214 static double DecodeDouble(uint64 value); 224 static uint64 ZigZagEncode64(int64 n); 225 static int64 ZigZagDecode64(uint64 n); 315 static inline void WriteUInt64NoTag (uint64 value, output) INL; 319 static inline void WriteFixed64NoTag (uint64 value, output) INL; 331 static void WriteUInt64 (field_number, uint64 value, output); 335 static void WriteFixed64 (field_number, uint64 value, output); 377 static inline uint8* WriteUInt64NoTagToArray (uint64 value, output) INL; 381 static inline uint8* WriteFixed64NoTagToArray (uint64 value, output) INL [all...] |
extension_set_heavy.cc | 265 HANDLE_TYPE( UINT64, uint64); 346 HANDLE_TYPE( UINT64, UInt64, uint64); 350 HANDLE_TYPE( FIXED64, Fixed64, uint64); 379 HANDLE_TYPE( UINT64, UInt64, uint64); 383 HANDLE_TYPE( FIXED64, Fixed64, uint64); [all...] |
unittest_lite.proto | 59 optional uint64 optional_uint64 = 4; 92 repeated uint64 repeated_uint64 = 34; 125 optional uint64 default_uint64 = 64 [default = 44 ]; 162 repeated uint64 packed_uint64 = 93 [packed = true]; 184 optional uint64 optional_uint64_extension_lite = 4; 220 repeated uint64 repeated_uint64_extension_lite = 34; 256 optional uint64 default_uint64_extension_lite = 64 [default = 44 ]; 289 repeated uint64 packed_uint64_extension_lite = 93 [packed = true];
|
wire_format.cc | 88 uint64 value; 94 uint64 value; 470 HANDLE_PACKED_TYPE(UINT64, uint64, UInt64) 473 HANDLE_PACKED_TYPE( FIXED64, uint64, UInt64) 531 HANDLE_TYPE(UINT64, uint64, UInt64) [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
mount_library.h | 46 uint64 total_size, 68 uint64 total_size() const { return total_size_; } 90 uint64 total_size_;
|
/external/chromium/chrome/browser/renderer_host/ |
accelerated_plugin_view_mac.h | 52 uint64 swapBuffersCount_; 56 volatile uint64 acknowledgedSwapBuffersCount_; 92 - (void)updateSwapBuffersCount:(uint64)count
|
download_resource_handler.h | 38 virtual bool OnUploadProgress(int request_id, uint64 position, uint64 size);
|
download_throttling_resource_handler.h | 44 uint64 position, 45 uint64 size);
|
save_file_resource_handler.cc | 28 uint64 position, 29 uint64 size) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst.h | 82 uint64 Properties() const { return properties_; } 91 void SetProperties(uint64 properties) { properties_ = properties; } 104 uint64 properties_; // FST property bits 140 virtual uint64 Properties(uint64 mask, bool test) 420 uint64 Properties() const { return properties_; } 422 uint64 Properties(uint64 mask) const { return properties_ & mask; } 424 void SetProperties(uint64 props) { properties_ = props; } 426 void SetProperties(uint64 props, uint64 mask) [all...] |
verify.h | 103 uint64 fst_props = fst.Properties(kFstProperties, false); 104 uint64 known_props; 105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,
|
invert.h | 35 uint64 Properties(uint64 props) { return InvertProperties(props); }
|
reverse.h | 75 uint64 iprops = ifst.Properties(kCopyProperties, false); 76 uint64 oprops = ofst->Properties(kFstProperties, false);
|
compose.h | 32 // Enumeration of uint64 bits used to represent the user-defined 77 template <uint64 T = 0ULL> 85 // concrete specializations are templated on the (uint64-valued) 110 uint64 props1 = fst1.Properties(kFstProperties, false); 111 uint64 props2 = fst2.Properties(kFstProperties, false); 173 virtual uint64 ComposeFlags() const = 0; 204 template <class A, uint64 T> 328 template <class A, uint64 T> 467 virtual uint64 ComposeFlags() const { return T; } 695 template <uint64 T [all...] |
/external/libvpx/libmkv/ |
WebMElement.c | 48 static UInt64 generateTrackID(unsigned int trackNumber) 50 UInt64 t = time(NULL) * trackNumber; 51 UInt64 r = rand(); 54 UInt64 rval = t ^ r; 65 UInt64 trackID = generateTrackID(trackNumber); 88 UInt64 trackID = generateTrackID(trackNumber);
|
/external/chromium/chrome/common/extensions/ |
extension_localization_peer.h | 33 virtual void OnUploadProgress(uint64 position, uint64 size);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
bytebuffer.h | 53 bool ReadUInt64(uint64* val); 61 void WriteUInt64(uint64 val);
|
/external/opencv/cxcore/src/ |
cxrand.cpp | 59 #define ICV_RNG_NEXT(x) ((uint64)(unsigned)(x)*1554115554 + ((x) >> 32)) 62 #define ICV_CVT_DBL(x) (((uint64)(unsigned)(x) << 20)|((x) >> 44)|ICV_1D) 71 uint64* state, const int* param ) \ 73 uint64 temp = *state; \ 153 uint64* state, const double* param ) \ 155 uint64 temp = *state; \ 212 uint64* state, const double* param ) 214 uint64 temp = *state; 279 icvRandn_0_1_32f_C1R( float* arr, int len, uint64* state ) 281 uint64 temp = *state [all...] |
/external/chromium/chrome/common/ |
guid.h | 27 std::string RandomDataToGUIDString(const uint64 bytes[2]);
|
/external/chromium/net/http/ |
http_request_info.h | 58 uint64 request_id;
|