/aosp_15_r20/external/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 240 usr, in test_run() local 361 int dir, usr; in init_base_dirs() local 375 unsigned int dir, usr; in init_files_dirs() local 406 static void ufiles_add(int usr, char *path, int type) in ufiles_add() 438 int result = 0, usr; in create_check_slinks() local 464 int result = 0, usr; in create_check_hlinks() local 503 int usr; in check_symlink() local
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicBLAS.cpp | 192 static void walk_2d_sgemm(void *usr, uint32_t idx) { in walk_2d_sgemm() 203 static void walk_2d_dgemm(void *usr, uint32_t idx) { in walk_2d_dgemm() 214 static void walk_2d_cgemm(void *usr, uint32_t idx) { in walk_2d_cgemm() 225 static void walk_2d_zgemm(void *usr, uint32_t idx) { in walk_2d_zgemm() 240 const void * usr, in invokeForEach()
|
H A D | rsCpuCore.cpp | 391 static void walk_general_foreach(void *usr, uint32_t idx) { in walk_general_foreach() 418 static void walk_2d_foreach(void *usr, uint32_t idx) { in walk_2d_foreach() 443 static void walk_1d_foreach(void *usr, uint32_t idx) { in walk_1d_foreach() 533 static void walk_1d_reduce(void *usr, uint32_t idx) { in walk_1d_reduce() 572 static void walk_2d_reduce(void *usr, uint32_t idx) { in walk_2d_reduce() 611 static void walk_3d_reduce(void *usr, uint32_t idx) { in walk_3d_reduce()
|
H A D | rsCpuIntrinsic.cpp | 78 const void * usr, uint32_t usrLen, in preLaunch() 84 const void * usr, uint32_t usrLen, in postLaunch() 92 const void * usr, in invokeForEach()
|
H A D | rsCpuScript.cpp | 629 const void * usr, uint32_t usrLen, in forEachMtlsSetup() 750 const void * usr, in invokeForEach() 999 const void * usr, uint32_t usrLen, in preLaunch() 1004 const void * usr, uint32_t usrLen, in postLaunch()
|
H A D | rsCpuIntrinsicHistogram.cpp | 98 const void * usr, uint32_t usrLen, in preLaunch() 146 const void * usr, uint32_t usrLen, in postLaunch()
|
H A D | rsCpuCoreRuntime.h | 57 const void *usr; member
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/ |
D | bpf_helpers.h | 235 usr, grp, md, selinux, pindir, share, minkver, \ argument 266 #define DEFINE_BPF_RINGBUF_EXT(the_map, ValueType, size_bytes, usr, grp, md, \ argument 294 #define DEFINE_BPF_RINGBUF(the_map, ValueType, size_bytes, usr, grp, md) \ argument 318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument 364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument
|
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/ |
D | bpf_helpers.h | 235 usr, grp, md, selinux, pindir, share, minkver, \ argument 266 #define DEFINE_BPF_RINGBUF_EXT(the_map, ValueType, size_bytes, usr, grp, md, \ argument 294 #define DEFINE_BPF_RINGBUF(the_map, ValueType, size_bytes, usr, grp, md) \ argument 318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument 364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument
|
/aosp_15_r20/frameworks/rs/driver/ |
H A D | rsdBcc.cpp | 73 const void * usr, in rsdScriptInvokeForEach() 94 const void * usr, in rsdScriptInvokeForEachMulti()
|
H A D | rsdRuntimeStubs.cpp | 737 const void *usr, in rsForEach() 747 const void *usr) { in rsForEach() 766 const void *usr, in rsForEach() 776 const void *usr, in rsForEach()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/cloog/ |
D | statement.h | 51 void * usr ; /* A pointer for library users convenience. */ member
|
D | program.h | 69 void * usr; /**< User field, for library user convenience. member
|
D | loop.h | 72 void * usr; /**< User field, for library user convenience. member
|
D | block.h | 68 void * usr; /**< User field, for library user convenience. member
|
D | union_domain.h | 18 void *usr; /**< A pointer for library user's convenience. */ member
|
/aosp_15_r20/frameworks/rs/cpp/ |
H A D | Script.cpp | 29 const void *usr, size_t usrLen) const { in forEach() argument
|
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/jni/ |
H A D | WorkerPool.cpp | 233 uint64_t WorkerPool::launchWork(WorkerCallback_t cb, void *usr, int maxThreads) { in launchWork()
|
H A D | Bench.cpp | 55 void Bench::testWork(void *usr, uint32_t idx) in testWork()
|
/aosp_15_r20/external/clang/test/CXX/expr/ |
H A D | p9.cpp | 31 int &usr = us1; variable
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
H A D | TestUScriptRun.java | 432 UScriptRun usr = new UScriptRun((String)null); in TestRuns() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/lang/ |
H A D | TestUScriptRun.java | 429 UScriptRun usr = new UScriptRun((String)null); in TestRuns() local
|
/aosp_15_r20/frameworks/rs/ |
H A D | rsScriptIntrinsic.cpp | 63 const void* usr, in runForEach()
|
H A D | rsScriptC.cpp | 176 const void * usr, in runForEach()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/conf/ |
H A D | conf.c | 595 int (*list_cb)(const char *elem, size_t len, void *usr), in CONF_parse_list()
|