HomeSort by relevance Sort by last modified time
    Searched defs:__f (Results 1 - 4 of 4) sorted by null

  /external/libcxx/src/
future.cpp 67 static __future_error_category __f; variable
68 return __f;
  /external/clang/test/CodeGen/
union.c 18 float __f; member in union:__anon23334
  /external/fio/
filesetup.c 472 struct fio_file *__f; local
475 __f = lookup_file_hash(f->file_name);
476 if (__f) {
479 * racy, need the __f->lock locked
481 f->lock = __f->lock;
1481 struct fio_file *__f; local
1483 __f = alloc_new_file(td);
1486 __f->file_name = smalloc_strdup(f->file_name);
1487 if (!__f->file_name) {
1492 __f->filetype = f->filetype
    [all...]
  /external/clang/lib/Headers/
avxintrin.h 740 float __f = *__a; local
741 return (__m128)(__v4sf){ __f, __f, __f, __f };
754 float __f = *__a; local
755 return (__m256)(__v8sf){ __f, __f, __f, __f, __f, __f, __f, __f }
    [all...]

Completed in 4454 milliseconds