Home
last modified time | relevance | path

Searched refs:us (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/bionic/
Dusleep.cpp33 int usleep(useconds_t us) { in usleep() argument
35 ts.tv_sec = us / 1000000; in usleep()
36 ts.tv_nsec = (us % 1000000) * 1000; in usleep()
/bionic/docs/
Dclang_fortify_anatomy.md210 - `__attribute__((overloadable))` allows us to perform overloading in C.
356 RHS of the `&&` in this branch has us call `__builtin_mempcpy` if `copy_amount`
476 This exists as a way for us to call `__builtin_open` without needing clang to
730 In Clang, [this type-aware requirement poses problems for us]: Clang's frontend
820 `diagnose_as_builtin` allows us to remove the `diagnose_if`s from some of the
840 [this type-aware requirement poses problems for us]: https://github.com/llvm/llvm-project/issues/55…
Dfdsan.md140 …out file descriptor too early, or someone else is helpfully closing it for us. Let's use `android:…
204 giving us:
/bionic/
Dandroid-changes-for-ndk-developers.md172 most-installed apps and were feasible for us to support in the
453 run time rather than at build time. This lets us use the same `libc.so` on all
DREADME.md81 # files written by us and files taken from BSD.
/bionic/tests/
DAndroid.bp73 // We don't use `scs: true` here because that would give us a second