/aosp_15_r20/external/zstd/contrib/seekable_format/ |
H A D | zstdseek_compress.c | 66 static size_t ZSTD_seekable_frameLog_allocVec(ZSTD_frameLog* fl) in ZSTD_seekable_frameLog_allocVec() 77 static size_t ZSTD_seekable_frameLog_freeVec(ZSTD_frameLog* fl) in ZSTD_seekable_frameLog_freeVec() 85 ZSTD_frameLog* const fl = (ZSTD_frameLog*)malloc(sizeof(ZSTD_frameLog)); in ZSTD_seekable_createFrameLog() local 101 size_t ZSTD_seekable_freeFrameLog(ZSTD_frameLog* fl) in ZSTD_seekable_freeFrameLog() 167 size_t ZSTD_seekable_logFrame(ZSTD_frameLog* fl, in ZSTD_seekable_logFrame() 268 static inline size_t ZSTD_seekable_seekTableSize(const ZSTD_frameLog* fl) in ZSTD_seekable_seekTableSize() 278 static inline size_t ZSTD_stwrite32(ZSTD_frameLog* fl, in ZSTD_stwrite32() 297 size_t ZSTD_seekable_writeSeekTable(ZSTD_frameLog* fl, ZSTD_outBuffer* output) in ZSTD_seekable_writeSeekTable()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl19.c | 130 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
|
H A D | fcntl21.c | 134 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
|
H A D | fcntl11.c | 116 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
|
H A D | fcntl20.c | 127 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
|
/aosp_15_r20/external/aac/libSBRenc/src/ |
H A D | sbr_encoder.cpp | 135 #define STS(fl) \ argument 153 #define DELAY_SBR(fl, dwnsmp) \ argument 155 #define DELAY_PS(fl, dwnsmp) \ argument 158 #define DELAY_ELDSBR(fl, dwnsmp) \ argument 160 #define DELAY_ELDv2SBR(fl, dwnsmp) \ argument 167 #define DELAY_COREPATH_SBR(fl, dwnsmp) \ argument 169 #define DELAY_COREPATH_ELDSBR(fl, dwnsmp) ((DELAY_QMF_POSTPROC(dwnsmp))) argument 170 #define DELAY_COREPATH_ELDv2SBR(fl, dwnsmp) (128 * (dwnsmp)) /* 4 slots */ argument 171 #define DELAY_COREPATH_PS(fl, dwnsmp) \ argument 177 #define DELAY_AAC2SBR(fl, dwnsmp) \ argument [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | FileLockTable.java | 56 public abstract void add(FileLock fl) throws OverlappingFileLockException; in add() 61 public abstract void remove(FileLock fl); in remove() 124 public void add(FileLock fl) throws OverlappingFileLockException { in add() 174 public void remove(FileLock fl) { in remove() 253 FileLock fl = ref.get(); in checkList() local
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
H A D | KeyStoreBuilderTest.java | 208 File fl = File.createTempFile("KSBuilder_ImplTest", "keystore"); in testNewInstanceStringProviderFileProtectionParameter() local 231 .newInstance(KeyStore.getDefaultType(), defaultProvider, fl, null); in testNewInstanceStringProviderFileProtectionParameter() local 237 .newInstance(KeyStore.getDefaultType(), defaultProvider, fl, myPP); in testNewInstanceStringProviderFileProtectionParameter() local 268 null, fl, myPP); in testNewInstanceStringProviderFileProtectionParameter() local 275 defaultProvider, fl, myPP); in testNewInstanceStringProviderFileProtectionParameter() local
|
/aosp_15_r20/external/trusty/musl/src/exit/ |
D | atexit.c | 9 static struct fl struct 11 struct fl *next; argument 12 void (*f[COUNT])(void *); 13 void *a[COUNT];
|
/aosp_15_r20/external/musl/src/exit/ |
H A D | atexit.c | 15 static struct fl struct 17 struct fl *next; argument 18 void (*f[COUNT])(void *); 19 void *a[COUNT];
|
/aosp_15_r20/external/trusty/musl/src/internal/ |
D | syscall.h | 220 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) argument 221 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 222 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) argument 223 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 225 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 226 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument 227 #define __sys_open_cp2(x,pn,fl) __syscall_cp3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 228 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/isl/ |
D | arg.h | 152 #define ISL_ARG_PHANTOM_USER_CHOICE_F(s,l,c,setter,d,h,fl) { \ argument 171 #define _ISL_ARG_BOOL_F(o,s,l,setter,d,h,fl) { \ argument 180 #define ISL_ARG_BOOL_F(st,f,s,l,d,h,fl) \ argument 184 #define ISL_ARG_PHANTOM_BOOL_F(s,l,setter,h,fl) \ argument 188 #define ISL_ARG_INT_F(st,f,s,l,a,d,h,fl) { \ argument 235 #define ISL_ARG_STR_F(st,f,s,l,a,d,h,fl) { \ argument 256 #define _ISL_ARG_CHILD(o,l,c,h,fl) { \ argument 266 #define ISL_ARG_GROUP_F(l,c,h,fl) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/isl/ |
D | arg.h | 152 #define ISL_ARG_PHANTOM_USER_CHOICE_F(s,l,c,setter,d,h,fl) { \ argument 171 #define _ISL_ARG_BOOL_F(o,s,l,setter,d,h,fl) { \ argument 180 #define ISL_ARG_BOOL_F(st,f,s,l,d,h,fl) \ argument 184 #define ISL_ARG_PHANTOM_BOOL_F(s,l,setter,h,fl) \ argument 188 #define ISL_ARG_INT_F(st,f,s,l,a,d,h,fl) { \ argument 235 #define ISL_ARG_STR_F(st,f,s,l,a,d,h,fl) { \ argument 256 #define _ISL_ARG_CHILD(o,l,c,h,fl) { \ argument 266 #define ISL_ARG_GROUP_F(l,c,h,fl) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/isl/ |
D | arg.h | 152 #define ISL_ARG_PHANTOM_USER_CHOICE_F(s,l,c,setter,d,h,fl) { \ argument 171 #define _ISL_ARG_BOOL_F(o,s,l,setter,d,h,fl) { \ argument 180 #define ISL_ARG_BOOL_F(st,f,s,l,d,h,fl) \ argument 184 #define ISL_ARG_PHANTOM_BOOL_F(s,l,setter,h,fl) \ argument 188 #define ISL_ARG_INT_F(st,f,s,l,a,d,h,fl) { \ argument 235 #define ISL_ARG_STR_F(st,f,s,l,a,d,h,fl) { \ argument 256 #define _ISL_ARG_CHILD(o,l,c,h,fl) { \ argument 266 #define ISL_ARG_GROUP_F(l,c,h,fl) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/isl/ |
D | arg.h | 152 #define ISL_ARG_PHANTOM_USER_CHOICE_F(s,l,c,setter,d,h,fl) { \ argument 171 #define _ISL_ARG_BOOL_F(o,s,l,setter,d,h,fl) { \ argument 180 #define ISL_ARG_BOOL_F(st,f,s,l,d,h,fl) \ argument 184 #define ISL_ARG_PHANTOM_BOOL_F(s,l,setter,h,fl) \ argument 188 #define ISL_ARG_INT_F(st,f,s,l,a,d,h,fl) { \ argument 235 #define ISL_ARG_STR_F(st,f,s,l,a,d,h,fl) { \ argument 256 #define _ISL_ARG_CHILD(o,l,c,h,fl) { \ argument 266 #define ISL_ARG_GROUP_F(l,c,h,fl) \ argument
|
/aosp_15_r20/external/musl/src/internal/ |
H A D | syscall.h | 377 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) argument 378 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 379 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) argument 380 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 382 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 383 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument 384 #define __sys_open_cp2(x,pn,fl) __syscall_cp3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 385 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | ulistfmttest.c | 141 UFormattedList* fl = ulistfmt_openResult(&ec); in TestUListFmtToValue() local 222 UFormattedList* fl = ulistfmt_openResult(&ec); in TestUListOpenStyled() local 267 UFormattedList *fl = ulistfmt_openResult(&status); in TestUList21871_A() local 315 UFormattedList *fl = ulistfmt_openResult(&status); in TestUList21871_B() local
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | ulistfmttest.c | 141 UFormattedList* fl = ulistfmt_openResult(&ec); in TestUListFmtToValue() local 222 UFormattedList* fl = ulistfmt_openResult(&ec); in TestUListOpenStyled() local 267 UFormattedList *fl = ulistfmt_openResult(&status); in TestUList21871_A() local 315 UFormattedList *fl = ulistfmt_openResult(&status); in TestUList21871_B() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/isl/ |
D | arg.h | 160 #define _ISL_ARG_BOOL_F(o,s,l,setter,d,h,fl) { \ argument 169 #define ISL_ARG_BOOL_F(st,f,s,l,d,h,fl) \ argument 173 #define ISL_ARG_PHANTOM_BOOL_F(s,l,setter,h,fl) \ argument 177 #define ISL_ARG_INT_F(st,f,s,l,a,d,h,fl) { \ argument 224 #define ISL_ARG_STR_F(st,f,s,l,a,d,h,fl) { \ argument 245 #define _ISL_ARG_CHILD(o,l,c,h,fl) { \ argument 255 #define ISL_ARG_GROUP_F(c,h,fl) \ argument
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | sparse_array.c | 218 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()
|
/aosp_15_r20/external/strace/ |
H A D | fcntl.c | 43 print_struct_flock64(const struct_kernel_flock64 *fl, const int getlk) in print_struct_flock64() 59 struct_kernel_flock64 fl; in printflock64() local 68 struct_kernel_flock64 fl; in printflock() local
|
/aosp_15_r20/external/libmonet/hct/ |
H A D | ViewingConditions.java | 45 private final double fl; field in ViewingConditions 140 double fl = (k4 * adaptingLuminance) + (0.1 * k4F * k4F * Math.cbrt(5.0 * adaptingLuminance)); in make() local 191 double fl, in ViewingConditions()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | hash_utils_test.cc | 89 FunctionDefLibrary fl; in TEST_F() local 112 FunctionDefLibrary fl; in TEST_F() local 138 FunctionDefLibrary fl; in TEST_F() local 1182 FunctionDefLibrary* fl = graph_def.mutable_library(); in BM_ParallelFunctionCallsGraph() local 1233 FunctionDefLibrary* fl = graph_def.mutable_library(); in BM_ChainedFunctionCallsGraph() local 1285 FunctionDefLibrary* fl = graph_def.mutable_library(); in BM_ComposedFunctionCallsGraph() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/forwardlist/ |
H A D | get_allocator.pass.cpp | 24 const std::forward_list<int> fl(alloc); in main() local 29 const std::forward_list<int, other_allocator<int> > fl(alloc); in main() local
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | return_fl.c | 10 static float return_fl(float fl) in return_fl() 19 float fl, rfl; in main() local
|