Searched defs:ll (Results 1 - 4 of 4) 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/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/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/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>();

Completed in 701 milliseconds