Searched refs:ll (Results 1 - 8 of 8) sorted by relevance

/system/bt/hci/src/
H A Dbtsnoop.cc229 static uint64_t htonll(uint64_t ll) { argument
232 return static_cast<uint64_t>(htonl(ll & 0xffffffff)) << 32 |
233 htonl(ll >> 32);
235 return ll;
/system/tools/aidl/tests/
H A Daidl_test_client_primitives.cpp67 !RepeatPrimitive(s, &ITestService::RepeatLong, int64_t{1ll << 60}) ||
135 {-1ll, 0ll, int64_t{1ll << 60}}) ||
/system/bt/stack/gatt/
H A Dgatt_sr.cc355 uint16_t handle = 0, ll = len; local
379 while (ll >= 2 &&
399 ll -= 2;
402 if (ll != 0) {
414 for (ll = 0; ll < tcb.sr_cmd.multi_req.num_handles; ll++) {
416 handle = tcb.sr_cmd.multi_req.handles[ll];
/system/tools/hidl/c2hal/test/
H A Dtest.h42 #define b 1l + 2ll
45 #define e 3 + 1ll
/system/libhwbinder/
H A DParcel.cpp670 unsigned long long ll; member in union:android::hardware::__anon1971
673 return writeAligned(u.ll);
1269 unsigned long long ll; member in union:android::__anon1972
1273 status = readAligned(&u.ll);
1282 unsigned long long ll; member in union:android::__anon1973
1284 u.ll = readAligned<unsigned long long>();
/system/core/liblog/tests/
H A Dliblog_test.cpp682 long long ll; local
688 &d, s, &c, &ll, &ll, &ll, &ll, &ll, &ull, &ull, &ull, &ull,
1012 but he'll be meet with you, I doubt it not.\n\
/system/core/libsparse/
H A Doutput_file.c555 out->cur_out_ptr = 0ll;
/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp384 auto result = baz->doQuiteABit(1, 2ll, 3.0f, 4.0);

Completed in 2587 milliseconds