Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
Dlock.pass.cpp34 std::shared_ptr<A> sp = wp.lock(); in main() local
42 std::shared_ptr<A> sp = wp.lock(); in main() local
52 std::shared_ptr<A> sp = wp.lock(); in main() local
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dweak_ptr.pass.cpp48 std::shared_ptr<A> sp(wp); in main() local
59 std::shared_ptr<A> sp(wp); in main() local
71 std::shared_ptr<A> sp(wp); in main() local
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngrtran.c2392 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); in png_do_unpack() local
2416 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); in png_do_unpack() local
2439 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); in png_do_unpack() local
2622 png_bytep sp = row; /* source */ in png_do_scale_16_to_8() local
2683 png_bytep sp = row; /* source */ in png_do_chop() local
2713 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2732 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2759 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2776 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2810 png_bytep sp = row + row_info->rowbytes; in png_do_read_invert_alpha() local
[all …]
/ndk/tests/device/test-stlport_shared-exception/jni/
Domit-frame-pointer2.cpp7 void *sp = __builtin_alloca (0); in step() local
Darraynew.cpp53 size_t *sp = ((size_t *) a) - 1; in check_cookie() local
83 size_t *sp = ((size_t *) a) - 1; in check_placement_cookie() local
/ndk/tests/device/test-stlport_static-exception/jni/
Domit-frame-pointer2.cpp7 void *sp = __builtin_alloca (0); in step() local
Darraynew.cpp53 size_t *sp = ((size_t *) a) - 1; in check_cookie() local
83 size_t *sp = ((size_t *) a) - 1; in check_placement_cookie() local
/ndk/sources/host-tools/make-3.81/
Dstrcache.c61 struct strcache *sp; in add_string() local
137 struct strcache *sp; in strcache_iscached() local
188 const struct strcache *sp; in strcache_print_stats() local
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c296 char *sp; /* start of string matched by it */ in dissect() local
479 char *sp; /* start of string matched by it */ in backref() local
Dregcomp.c769 char *sp = p->next; in p_b_cclass() local
833 char *sp = p->next; in p_b_coll_elem() local
1374 sop *sp; in enlarge() local
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h72 uint32_t sp; member