Searched refs:gptr (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/StatsD/tests/apps/statsdapp/jni/ |
H A D | alloc_stress_activity.cpp | 35 void *gptr; variable 50 gptr = ptr; in Java_com_android_server_cts_device_statsd_StatsdCtsBackgroundService_cmain()
|
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | StreamIoUtil.h | 93 noff = gptr() - eback(); 109 if (noff != 0 && ((in && gptr() == nullptr) || (out && pptr() == nullptr))) {
|
/aosp12/system/extras/alloc-stress/ |
H A D | alloc-stress.cpp | 199 void* gptr; variable 220 gptr = ptr; in main()
|
/aosp12/system/memory/lmkd/tests/ |
H A D | lmkd_test.cpp | 190 volatile void *gptr; variable 201 gptr = ptr; in add_pressure()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicBlur.cpp | 158 extern void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rc… 159 extern void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, i… 160 extern void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, i…
|
H A D | rsCpuIntrinsics_x86.cpp | 304 const void *pin, int stride, const void *gptr, in rsdIntrinsicBlurVFU4_K() argument 319 x = _mm_load_ss((const float *)gptr + r); in rsdIntrinsicBlurVFU4_K() 341 const void *pin, const void *gptr, in rsdIntrinsicBlurHFU4_K() argument 351 x = _mm_load_ss((const float *)gptr); in rsdIntrinsicBlurHFU4_K() 358 x = _mm_load_ss((const float *)gptr + r); in rsdIntrinsicBlurHFU4_K() 359 y = _mm_load_ss((const float *)gptr + r + 1); in rsdIntrinsicBlurHFU4_K() 374 const void *pin, const void *gptr, in rsdIntrinsicBlurHFU1_K() argument 383 g0 = _mm_load_ss((const float *)gptr); in rsdIntrinsicBlurHFU1_K() 390 gx = _mm_loadu_ps((const float *)gptr + r); in rsdIntrinsicBlurHFU1_K()
|