Home
last modified time | relevance | path

Searched defs:f (Results 1 – 6 of 6) sorted by relevance

/trusty/kernel/lib/libc-trusty/
Dfflush.c19 int fflush(FILE* f) { in fflush()
/trusty/user/base/lib/libc-trusty/
Dtime_stubs.c30 const char* restrict f, in strftime_l()
41 const char* restrict f, in strftime()
/trusty/user/app/storage/
Ddebug.h30 #define TRACEFF(f, str, x...) \ argument
/trusty/user/app/sample/stats-test/include/
Dconsumer_ctl.h39 float f; member
/trusty/vendor/google/aosp/scripts/
Dbuild.py442 def time_from_bytes(f, n: int) -> str: argument
/trusty/user/app/keymaster/
Dtrusty_secure_deletion_secret_storage.cpp403 OnExit(F f) : f_(f) {} in OnExit()