/external/protobuf/java/src/main/java/com/google/protobuf/ |
WireFormat.java | 111 UINT64 (JavaType.LONG , WIRETYPE_VARINT ),
|
/external/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 352 TEST_SCALAR_EXTENSIONS_SPACE_USED(uint64 , 104); 428 TEST_REPEATED_EXTENSIONS_SPACE_USED(uint64 , uint64, 104); 432 TEST_REPEATED_EXTENSIONS_SPACE_USED(fixed64 , uint64, 108);
|
message.h | 448 virtual uint64 GetUInt64(const Message& message, 495 const FieldDescriptor* field, uint64 value) const = 0; 535 virtual uint64 GetRepeatedUInt64(const Message& message, 577 int index, uint64 value) const = 0; 609 const FieldDescriptor* field, uint64 value) const = 0; [all...] |
/external/qemu/target-i386/ |
cpu.h | 698 uint64 mcg_cap; 699 uint64 mcg_status; 700 uint64 mcg_ctl; 701 uint64 *mce_banks;
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
closure.h | 44 uint64 props = fst->Properties(kFstProperties, false);
|
determinize.h | 138 uint64 props = fst.Properties(kFstProperties, false); 577 virtual uint64 Properties(uint64 mask, bool test) const { 579 uint64 known, test = TestProperties(*this, mask, &known);
|
replace.h | 147 vector<uint64> inprops(fst_array_.size()); 581 virtual uint64 Properties(uint64 mask, bool test) const { 583 uint64 known, test = TestProperties(*this, mask, &known);
|
/frameworks/base/media/libstagefright/codecs/mp3dec/include/ |
pvmp3_audio_type_defs.h | 73 typedef uint64_t uint64; typedef
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
qtypes.h | 83 typedef unsigned long long uint64; typedef
|
/packages/inputmethods/PinyinIME/jni/include/ |
dictdef.h | 36 typedef unsigned long long uint64; typedef in namespace:ime_pinyin
|
/external/bzip2/ |
bzip2.c | 234 UInt64; 238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) 252 double uInt64_to_double ( UInt64* n ) 266 Bool uInt64_isZero ( UInt64* n ) 277 Int32 uInt64_qrm10 ( UInt64* n ) 291 /* ... and the Whole Entire Point of all this UInt64 stuff is 295 void uInt64_toAscii ( char* outbuf, UInt64* n ) 300 UInt64 n_copy = *n; 386 UInt64 nbytes_in, nbytes_out; [all...] |
/external/libffi/src/x86/ |
ffi64.c | 42 UINT64 gpr[MAX_GPR_REGS]; 418 reg_args->sse[ssecount++] = *(UINT64 *) a;
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.cc | 197 case FieldDescriptor::CPPTYPE_UINT64 : return "::google::protobuf::uint64"; 218 case FieldDescriptor::TYPE_UINT64 : return "UInt64";
|
/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 166 bool ConsumeInteger64(uint64 max_value, uint64* output, const char* error);
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.h | 155 static bool ParseInteger(const string& text, uint64 max_value, 156 uint64* output);
|
/hardware/msm7k/librpc/rpc/ |
types.h | 83 typedef uint64_t uint64; typedef 153 typedef uint64 oncrpc_addr_type;
|
/external/bluetooth/glib/docs/reference/gobject/ |
glib-genmarshal.1 | |
glib-genmarshal.xml | 194 <term><replaceable>UINT64</replaceable></term>
|
/external/chromium/base/win/ |
scoped_variant.cc | 162 void ScopedVariant::Set(uint64 ui64) {
|
/external/chromium/chrome/browser/sync/notifier/ |
cache_invalidation_packet_handler.cc | 184 uint64 sid = base::RandUint64();
|
/external/chromium/net/http/ |
http_network_transaction.h | 58 virtual uint64 GetUploadProgress() const;
|
http_transaction_unittest.h | 183 virtual uint64 GetUploadProgress() const;
|
/external/chromium/net/url_request/ |
url_request_test_util.cc | 267 uint64 request_id,
|
url_request_test_util.h | 201 virtual int OnBeforeSendHeaders(uint64 request_id,
|
/external/dbus/cmake/tools/ |
dbus-send.xml | 68 <type> ::= string | int16 | uint 16 | int32 | uint32 | int64 | uint64 | double | byte | boolean | objpath
|