Home
last modified time | relevance | path

Searched refs:big (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dwcsstr.c36 wcswcs(const wchar_t *big, const wchar_t *little) in wcswcs() argument
38 wcsstr(const wchar_t *big, const wchar_t *little) in wcswcs()
47 return (wchar_t *)big; in wcswcs()
49 if (wcslen(big) < wcslen(little)) in wcswcs()
52 p = big; in wcswcs()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
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/
Dstdatomic_test.cpp69 atomic_intmax_t big; in TEST() local
72 ASSERT_FALSE(atomic_is_lock_free(&big)); in TEST()
74 ASSERT_TRUE(atomic_is_lock_free(&big)); in TEST()
/bionic/
DREADME.md4 What are the big pieces of bionic?