Searched defs:ll (Results 1 - 6 of 6) sorted by last modified time

/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1380 void rsDebug(const char *s, long long ll) { argument
1381 ALOGD("%s %lld 0x%llx", s, LL(ll), LL(ll));
1385 long2 ll = *c; local
1386 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x), LL(ll.y));
1390 long3 ll = *c; local
1391 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, LL(ll
1395 long4 ll = *c; local
1400 unsigned long long ll = l; local
1404 rsDebug(const char *s, unsigned long long ll) argument
1409 ulong2 ll = *c; local
1414 ulong3 ll = *c; local
1419 ulong4 ll = *c; local
1437 long2 ll = *(const long2 *)c; local
1442 long3 ll = *(const long3 *)c; local
1447 long4 ll = *(const long4 *)c; local
1452 ulong2 ll = *(const ulong2 *)c; local
1457 ulong3 ll = *(const ulong3 *)c; local
1462 ulong4 ll = *(const ulong4 *)c; local
1467 rsDebug(const char *s, const long2 ll) argument
1471 rsDebug(const char *s, const long3 ll) argument
1475 rsDebug(const char *s, const long4 ll) argument
1479 rsDebug(const char *s, const ulong2 ll) argument
1483 rsDebug(const char *s, const ulong3 ll) argument
1487 rsDebug(const char *s, const ulong4 ll) argument
[all...]
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp1016 void rsDebug(const char *s, long long ll) { argument
1017 ALOGD("%s %lld 0x%llx", s, LL(ll), LL(ll));
1021 long2 ll = *c; local
1022 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, LL(ll.x), LL(ll.y), LL(ll.x),
1023 LL(ll.y));
1027 long3 ll = *c; local
1028 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, LL(ll
1033 long4 ll = *c; local
1039 unsigned long long ll = l; local
1043 rsDebug(const char *s, unsigned long long ll) argument
1048 ulong2 ll = *c; local
1054 ulong3 ll = *c; local
1060 ulong4 ll = *c; local
1080 long2 ll = *(const long2 *)c; local
1086 long3 ll = *(const long3 *)c; local
1092 long4 ll = *(const long4 *)c; local
1098 ulong2 ll = *(const ulong2 *)c; local
1104 ulong3 ll = *(const ulong3 *)c; local
1110 ulong4 ll = *(const ulong4 *)c; local
1117 rsDebug(const char *s, const long2 ll) argument
1122 rsDebug(const char *s, const long3 ll) argument
1127 rsDebug(const char *s, const long4 ll) argument
1132 rsDebug(const char *s, const ulong2 ll) argument
1137 rsDebug(const char *s, const ulong3 ll) argument
1142 rsDebug(const char *s, const ulong4 ll) argument
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp1017 unsigned long long ll; member in union:android::__anon1631
1020 return writeAligned(u.ll);
1808 unsigned long long ll; member in union:__anon1633
1812 status = readAligned(&u.ll);
1821 unsigned long long ll; member in union:__anon1634
1823 u.ll = readAligned<unsigned long long>();
/frameworks/base/core/jni/
H A DBindTest.cpp157 long long ll = JARG_get_long_long(5+2); local
166 JOBJ_set_long_long(jthis, offset_mLong, ll);
182 long long ll = JARG_get_long_long(5+2); local
204 && (ll == JOBJ_get_long_long(jthis, offset_mLong));
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmb_motion_comp.cpp161 int ll[4]; local
413 ll[0] = 1;
414 ll[1] = mvwidth - 1;
415 ll[2] = 1;
416 ll[3] = -mvwidth - 1;
418 video->pstprcTypPrv, ll, &tmp, px[0], py[0], mvwidth,
H A Dpp_semaphore_luma.cpp29 ll = pointer to the buffer (int)
117 int *ll, /* i */
228 pp_dec_y += ll[kk];
229 pp_prev1 += ll[kk];
230 pp_prev2 += ll[kk];
231 pp_prev3 += ll[kk];
232 pp_prev4 += ll[kk];
366 pp_dec_y += ll[kk];
112 pp_semaphore_luma( int xpred, int ypred, uint8 *pp_dec_y, uint8 *pstprcTypPrv, int *ll, int *mv_loc, int dx, int dy, int mvwidth, int width, int height ) argument

Completed in 2486 milliseconds