Home
last modified time | relevance | path

Searched defs:fl (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/musl/porting/linux/user/src/exit/
Datexit.c9 static struct fl struct
11 struct fl *next; argument
12 void (*f[COUNT])(void *);
13 void *a[COUNT];
14 void *dso[COUNT];
/third_party/musl/src/exit/
Datexit.c9 static struct fl struct
11 struct fl *next; argument
12 void (*f[COUNT])(void *);
13 void *a[COUNT];
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl11.c116 struct flock fl; in do_child() local
130 struct flock fl; in do_lock() local
139 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
152 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
179 struct flock fl; in unlock_file() local
228 struct flock fl; in stop_child() local
Dfcntl20.c127 struct flock fl; in do_child() local
143 struct flock fl; in do_lock() local
152 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
165 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
202 struct flock fl; in unlock_file() local
265 struct flock fl; in stop_child() local
Dfcntl21.c134 struct flock fl; in do_child() local
151 struct flock fl; in do_lock() local
160 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
173 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
210 struct flock fl; in unlock_file() local
273 struct flock fl; in stop_child() local
Dfcntl19.c130 struct flock fl; in do_child() local
144 struct flock fl; in do_lock() local
153 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
166 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
203 struct flock fl; in unlock_file() local
266 struct flock fl; in stop_child() local
Dfcntl22.c44 struct flock fl; variable
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_for_stmt_test.cc29 auto fl = p->for_stmt(); in TEST_F() local
42 auto fl = p->for_stmt(); in TEST_F() local
56 auto fl = p->for_stmt(); in TEST_F() local
73 auto fl = p->for_stmt(); in TEST_F() local
89 auto fl = p->for_stmt(); in TEST_F() local
105 auto fl = p->for_stmt(); in TEST_F() local
118 auto fl = p->for_stmt(); in TEST_F() local
131 auto fl = p->for_stmt(); in TEST_F() local
144 auto fl = p->for_stmt(); in TEST_F() local
157 auto fl = p->for_stmt(); in TEST_F() local
/third_party/libffi/testsuite/libffi.call/
Dreturn_fl.c10 static float return_fl(float fl) in return_fl()
19 float fl, rfl; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D11-1.c30 struct flock fl = { in child() local
68 struct flock fl = { in main() local
/third_party/mesa3d/src/util/
Dsparse_array.c218 util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl, in util_sparse_array_free_list_init()
236 util_sparse_array_free_list_push(struct util_sparse_array_free_list *fl, in util_sparse_array_free_list_push()
261 util_sparse_array_free_list_pop_idx(struct util_sparse_array_free_list *fl) in util_sparse_array_free_list_pop_idx()
282 util_sparse_array_free_list_pop_elem(struct util_sparse_array_free_list *fl) in util_sparse_array_free_list_pop_elem()
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/
Dfed_avg_kernel.cc20 namespace fl { namespace
Dapply_momentum_kernel.cc20 namespace fl { namespace
Ddense_grad_accum_kernel.cc20 namespace fl { namespace
Dsgd_kernel.cc20 namespace fl { namespace
/third_party/musl/porting/liteos_a/user/src/ipc/
Dsemget.c9 int semget(key_t key, int n, int fl) in semget()
/third_party/node/test/parallel/
Dtest-event-emitter-listeners-side-effects.js30 let fl; // foo listeners variable
/third_party/musl/src/ipc/
Dsemget.c7 int semget(key_t key, int n, int fl) in semget()
/third_party/musl/src/stdio/
Dfreopen.c15 int fl = __fmodeflags(mode); in freopen() local
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dround_kernel_factory.cc20 namespace fl { namespace
/third_party/musl/libc-test/src/functional/
Dfcntl.c14 struct flock fl = {0}; in main() local
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration_timer.cc20 namespace fl { namespace
/third_party/musl/src/internal/
Dsyscall.h363 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) argument
364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
365 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) argument
366 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
368 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument
369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
370 #define __sys_open_cp2(x,pn,fl) __syscall_cp3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument
371 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h363 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) argument
364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
365 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) argument
366 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
368 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument
369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
370 #define __sys_open_cp2(x,pn,fl) __syscall_cp3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument
371 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h359 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) argument
360 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
361 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) argument
362 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
364 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument
365 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
366 #define __sys_open_cp2(x,pn,fl) __syscall_cp3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument
367 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument

123456