OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atomic_inc
(Results
51 - 67
of
67
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
bio.h
152
#define bio_get(bio)
atomic_inc
(&(bio)->bi_cnt)
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
bio.h
152
#define bio_get(bio)
atomic_inc
(&(bio)->bi_cnt)
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
bio.h
152
#define bio_get(bio)
atomic_inc
(&(bio)->bi_cnt)
/external/opencv3/modules/imgproc/src/opencl/
canny.cl
413
l_stack[
atomic_inc
(&l_counter)] = (ushort2)(x, y);
461
l_stack[
atomic_inc
(&l_counter) ] = p_stack[--p_counter];
clahe.cl
163
atomic_inc
(&smem[data]);
/external/libdrm/tegra/
tegra.c
227
atomic_inc
(&bo->ref);
/external/clang/test/CodeGen/
builtins-arm-exclusive.c
6
int
atomic_inc
(int *addr) {
function
16
// CHECK-LABEL: @
atomic_inc
23
// CHECK-ARM64-LABEL: @
atomic_inc
/external/opencv3/modules/objdetect/
opencl_kernels_objdetect.cpp
202
"int count =
atomic_inc
(lcount);\n"
295
"int count =
atomic_inc
(lcount);\n"
308
"int nfaces =
atomic_inc
(facepos);\n"
389
"int nfaces =
atomic_inc
(facepos);\n"
493
"int count =
atomic_inc
(lcount);\n"
556
"int count =
atomic_inc
(lcount);\n"
568
"int nfaces =
atomic_inc
(facepos);\n"
[
all
...]
/external/libdrm/freedreno/
freedreno_bo.c
290
atomic_inc
(&bo->refcnt);
/external/iputils/Modules/
pg3.c
179
atomic_inc
(&odev->refcnt);
367
atomic_inc
(&skb->users);
/external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp
709
"l_stack[
atomic_inc
(&l_counter)] = (ushort2)(x, y);\n"
751
"l_stack[
atomic_inc
(&l_counter) ] = p_stack[--p_counter];\n"
879
"
atomic_inc
(&smem[data]);\n"
[
all
...]
/external/libdrm/amdgpu/
amdgpu_bo.c
347
atomic_inc
(&bo->refcount);
/external/opencv3/modules/features2d/
opencl_kernels_features2d.cpp
538
"int idx =
atomic_inc
(kp_loc);\n"
570
"int new_idx =
atomic_inc
(kp_out);\n"
/external/libdrm/nouveau/
nouveau.c
784
atomic_inc
(&nouveau_bo(bo)->refcnt);
pushbuf.c
216
atomic_inc
(&nouveau_bo(bo)->refcnt);
/external/libdrm/intel/
intel_bufmgr_gem.c
479
atomic_inc
(&bo_gem->refcount);
[
all
...]
/external/ImageMagick/MagickCore/
accelerate-kernels-private.h
[
all
...]
Completed in 7395 milliseconds
1
2
3