Searched refs:cap (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/android/libthread_db/gdb-6.6/
H A Dlibthread_db.c56 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) argument
97 *cap = (uint64_t) strtoull(perm+8, &end, 16);
99 D("Found CapPerm of %lld in %s\n", *cap, path);
/ndk/sources/android/libthread_db/gdb-7.1.x/
H A Dlibthread_db.c52 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) argument
93 *cap = (uint64_t) strtoull(perm+8, &end, 16);
95 D("Found CapPerm of %lld in %s\n", *cap, path);
/ndk/sources/android/libthread_db/gdb-7.3.x/
H A Dlibthread_db.c52 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) argument
93 *cap = (uint64_t) strtoull(perm+8, &end, 16);
95 D("Found CapPerm of %lld in %s\n", *cap, path);
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregcomp.c900 cat_t *cap = p->g->categories; local
906 if (cap[ch] == 0)
907 cap[ch] = p->g->ncategories++;

Completed in 719 milliseconds