Searched refs:st (Results 1 - 25 of 49) sorted by relevance

12

/ndk/sources/android/support/src/musl-multibyte/
H A Dmbsinit.c9 int mbsinit(const mbstate_t *st) argument
11 return !st || !*(unsigned *)st;
H A Dmbrlen.c9 size_t mbrlen(const char *restrict s, size_t n, mbstate_t *restrict st) argument
12 return mbrtowc(0, s, n, st ? st : (mbstate_t *)&internal);
H A Dmbrtowc.c11 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) argument
18 if (!st) st = (void *)&internal_state;
19 c = *(unsigned *)st;
38 *(unsigned *)st = 0;
48 *(unsigned *)st = c;
51 *(unsigned *)st = 0;
H A Dmbsnrtowcs.c9 size_t mbsnrtowcs(wchar_t *restrict wcs, const char **restrict src, size_t n, size_t wn, mbstate_t *restrict st) argument
25 l = mbsrtowcs(ws, &s, n2, st);
38 l = mbrtowc(ws, s, n, st);
49 *(unsigned *)st = 0;
H A Dmbsrtowcs.c12 size_t mbsrtowcs(wchar_t *restrict ws, const char **restrict src, size_t wn, mbstate_t *restrict st) argument
18 if (st && (c = *(unsigned *)st)) {
20 *(unsigned *)st = 0;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
H A Dfold_left.hpp31 # define BOOST_PP_SEQ_FOLD_LEFT_O(s, st, _) st
33 # define BOOST_PP_SEQ_FOLD_LEFT_257(op, st, ss) BOOST_PP_ERROR(0x0005)
34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005)
38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0
39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0
40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0
41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0
42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0
43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, s
[all...]
/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_system.cpp73 struct stat st; local
74 if (TEMP_FAILURE_RETRY(stat(path, &st)) < 0)
77 return S_ISREG(st.st_mode) || S_ISDIR(st.st_mode);
81 struct stat st; local
82 if (TEMP_FAILURE_RETRY(stat(path, &st)) < 0)
85 return S_ISREG(st.st_mode);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/
H A Dgslice_array.pass.cpp32 std::size_t st[] = {19, 4, 1}; local
36 strides(st, sizeof(st)/sizeof(st[0])))]
38 strides(st, sizeof(st)/sizeof(st[0])))];
H A Dvalarray.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/
H A Dassign_value.pass.cpp27 std::size_t st[] = {19, 4, 1}; local
31 strides(st, sizeof(st)/sizeof(st[0])))] = 51;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
H A Dgslice_array_assign.pass.cpp27 std::size_t st[] = {19, 4, 1}; local
32 strides(st, sizeof(st)/sizeof(st[0])))];
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
H A Dgslice_array.pass.cpp27 std::size_t st[] = {19, 4, 1}; local
31 strides(st, sizeof(st)/sizeof(st[0])))]);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
H A Dgslice_non_const.pass.cpp27 std::size_t st[] = {19, 4, 1}; local
31 strides(st, sizeof(st)/sizeof(st[0])))]);
H A Dgslice_const.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] = v2;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
H A Daddition.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] += v2;
H A Dand.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] &= v2;
H A Ddivide.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] /= v2;
H A Dmodulo.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] %= v2;
H A Dmultiply.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] *= v2;
H A Dor.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] |= v2;
H A Dshift_left.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] <<= v2;
H A Dshift_right.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] >>= v2;
H A Dsubtraction.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] -= v2;
H A Dxor.pass.cpp30 std::size_t st[] = {19, 4, 1}; local
34 strides(st, sizeof(st)/sizeof(st[0])))] ^= v2;
/ndk/sources/host-tools/make-3.81/
H A Dfiledef.h117 # define FILE_TIMESTAMP_STAT_MODTIME(fname, st) \
118 file_timestamp_cons (fname, (st).st_mtime, (st).st_mtim.ST_MTIM_NSEC)
120 # define FILE_TIMESTAMP_STAT_MODTIME(fname, st) \
121 file_timestamp_cons (fname, (st).st_mtime, 0)

Completed in 273 milliseconds

12