Searched refs:big (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dwcsstr.c36 wcswcs(const wchar_t *big, const wchar_t *little) argument
38 wcsstr(const wchar_t *big, const wchar_t *little)
47 return (wchar_t *)big;
49 if (wcslen(big) < wcslen(little))
52 p = big;
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgethex.c48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
125 big = esign = 0;
143 big = 1;
155 if (big) {
/bionic/tests/
H A Dstdatomic_test.cpp71 atomic_intmax_t big; local
74 ASSERT_FALSE(atomic_is_lock_free(&big));
76 ASSERT_TRUE(atomic_is_lock_free(&big));

Completed in 564 milliseconds