Home
last modified time | relevance | path

Searched defs:fa (Results 1 – 25 of 99) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DconcatError.js9 var fa: number[]; variable
42 var fa; variable
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dposix_spawn_file_actions_addopen.c30 posix_spawn_file_actions_t fa; in posix_spawn_file_actions_addopen_0100() local
57 posix_spawn_file_actions_t fa; in posix_spawn_file_actions_addopen_0200() local
82 posix_spawn_file_actions_t fa; in posix_spawn_file_actions_addopen_0300() local
/third_party/typescript/tests/cases/conformance/declarationEmit/
DtypesVersionsDeclarationEmit.multiFileBackReferenceToUnmapped.ts19 export function fa(): A; function
23 export function fa(): A2; function
DtypesVersionsDeclarationEmit.ambient.ts19 export function fa(): A; function
28 export function fa(): A; function
DtypesVersionsDeclarationEmit.multiFile.ts17 export function fa(): A; function
25 export function fa(): A; function
DtypesVersionsDeclarationEmit.multiFileBackReferenceToSelf.ts17 export function fa(): A; function
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c17 const posix_spawn_file_actions_t *fa; member
37 const posix_spawn_file_actions_t *fa = args->fa; in child() local
165 const posix_spawn_file_actions_t *fa, in posix_spawn()
Dposix_spawn_file_actions_addclose.c7 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fd) in posix_spawn_file_actions_addclose()
Dposix_spawn_file_actions_adddup2.c7 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int srcfd, int fd) in posix_spawn_file_actions_adddup2()
Dposix_spawn_file_actions_addopen.c8 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *r… in posix_spawn_file_actions_addopen()
/third_party/musl/src/process/
Dposix_spawn.c16 const posix_spawn_file_actions_t *fa; member
36 const posix_spawn_file_actions_t *fa = args->fa; in child() local
164 const posix_spawn_file_actions_t *fa, in posix_spawn()
Dposix_spawn_file_actions_init.c3 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa) in posix_spawn_file_actions_init()
Dposix_spawn_file_actions_addfchdir.c7 int posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *fa, int fd) in posix_spawn_file_actions_addfchdir_np()
Dposix_spawn_file_actions_destroy.c5 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa) in posix_spawn_file_actions_destroy()
Dposix_spawn_file_actions_addchdir.c7 int posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t *restrict fa, const char *restr… in posix_spawn_file_actions_addchdir_np()
Dposix_spawn_file_actions_addclose.c6 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fd) in posix_spawn_file_actions_addclose()
Dposix_spawn_file_actions_adddup2.c6 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int srcfd, int fd) in posix_spawn_file_actions_adddup2()
Dposix_spawn_file_actions_addopen.c7 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t *restrict fa, int fd, const char *r… in posix_spawn_file_actions_addopen()
/third_party/typescript/tests/cases/compiler/
DconcatError.ts9 var fa: number[]; variable
DnewArrays.ts4 public fa: Foo[]; property in Gar
DvoidFunctionAssignmentCompat.ts1 var fa = function(): any { return 3; } variable
/third_party/boost/libs/math/test/compile_test/
Ddaubechies_filters_incl_test.cpp15 constexpr std::array<float, 2> fa = daubechies_scaling_filter<float, 1>(); in compile_and_link_test() local
/third_party/boost/boost/math/tools/
Dtoms748_solve.hpp88 void bracket(F f, T& a, T& b, T c, T& fa, T& fb, T& d, T& fd) in bracket()
169 inline T secant_interpolate(const T& a, const T& b, const T& fa, const T& fb) in secant_interpolate()
191 const T& fa, const T& fb, T const& fd, in quadratic_interpolate()
247 const T& e, const T& fa, const T& fb, in cubic_interpolate()
312 T a, b, fa, fb, c, u, fu, a0, b0, d, fd, e, fe; in toms748_solve() local
510 T fa = f(a); in bracket_and_solve_root() local
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Ddegen-array.c3 int (*fa(int i))[] { return &a; } in fa() function
Ddegen-function.c5 fun_t fa(void) { return &fun; } in fa() function

1234