Home
last modified time | relevance | path

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

12345678910>>...211

/dports/net/nbdkit/nbdkit-1.20.4/common/protocol/
H A Dprotostrings.c8 name_of_nbd_cmd (int fl) in name_of_nbd_cmd()
33 name_of_nbd_cmd_flag (int fl) in name_of_nbd_cmd_flag()
52 name_of_nbd_error (int fl) in name_of_nbd_error()
79 name_of_nbd_flag (int fl) in name_of_nbd_flag()
110 name_of_nbd_global_flag (int fl) in name_of_nbd_global_flag()
123 name_of_nbd_info (int fl) in name_of_nbd_info()
140 name_of_nbd_opt (int fl) in name_of_nbd_opt()
167 name_of_nbd_rep (int fl) in name_of_nbd_rep()
202 name_of_nbd_reply (int fl) in name_of_nbd_reply()
213 name_of_nbd_reply_type (int fl) in name_of_nbd_reply_type()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/math/
H A Dfloating.h23 #define fl_is_nan(fl) _isnan((double)(fl)) argument
27 #define fl_sqrt(fl) sqrtf(fl) argument
28 #define fl_isqrt(fl) (1.0f/sqrtf(fl)) argument
29 #define fl_abs(fl) fabsf(fl) argument
31 #define fl2i(fl) ((int)(fl)) argument
32 #define flceil(fl) (int)ceil(fl) argument
33 #define flfloor(fl) (int)floor(fl) argument
35 #define fl2f(fl) (int)((fl)*65536.0f) argument
36 #define fl_tan(fl) tanf(fl) argument
39 #define fl_radians(fl) ((float)((fl * PI)/180.0f)) argument
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/math/
H A Dfloating.h28 inline bool fl_is_nan(float fl) { in fl_is_nan()
34 #define fl_sqrt(fl) sqrtf(fl) argument
35 #define fl_isqrt(fl) (1.0f/sqrtf(fl)) argument
36 #define fl_abs(fl) fabsf(fl) argument
38 #define fl2i(fl) ((int)(fl)) argument
40 #define flceil(fl) (int)ceil(fl) argument
41 #define flfloor(fl) (int)floor(fl) argument
44 #define fl2f(fl) (int)((fl)*65536.0f) argument
45 #define fl_tan(fl) tanf(fl) argument
48 #define fl_radians(fl) ((float)((fl) * (PI / 180.0f))) argument
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/drascula/
H A Drooms.cpp185 bool DrasculaEngine::room_0(int fl) { in room_0()
210 bool DrasculaEngine::room_1(int fl) { in room_1()
223 bool DrasculaEngine::room_3(int fl) { in room_3()
261 bool DrasculaEngine::room_4(int fl) { in room_4()
274 bool DrasculaEngine::room_5(int fl) { in room_5()
286 bool DrasculaEngine::room_6(int fl) { in room_6()
346 bool DrasculaEngine::room_7(int fl) { in room_7()
359 bool DrasculaEngine::room_8(int fl) { in room_8()
376 bool DrasculaEngine::room_9(int fl) { in room_9()
391 bool DrasculaEngine::room_12(int fl) { in room_12()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/drascula/
H A Drooms.cpp185 bool DrasculaEngine::room_0(int fl) { in room_0()
210 bool DrasculaEngine::room_1(int fl) { in room_1()
223 bool DrasculaEngine::room_3(int fl) { in room_3()
261 bool DrasculaEngine::room_4(int fl) { in room_4()
274 bool DrasculaEngine::room_5(int fl) { in room_5()
286 bool DrasculaEngine::room_6(int fl) { in room_6()
346 bool DrasculaEngine::room_7(int fl) { in room_7()
359 bool DrasculaEngine::room_8(int fl) { in room_8()
376 bool DrasculaEngine::room_9(int fl) { in room_9()
391 bool DrasculaEngine::room_12(int fl) { in room_12()
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/entity/mapstuff/spawner/
H A DFlowerGrowerTest.java47 final FlowerGrower fl = new FlowerGrower(); in testOnFruitPicked() local
60 final FlowerGrower fl = new FlowerGrower(); in testFlowerGrower() local
70 final FlowerGrower fl = new FlowerGrower(); in testGetDescription() local
96 final FlowerGrower fl = new FlowerGrower("someotherItem"); in testGetDescriptionAnyitem() local
122 final FlowerGrower fl = new FlowerGrower(); in testGrowOnFertileGround() local
140 final FlowerGrower fl = new FlowerGrower(); in testGrowOnFertileGround2() local
158 final FlowerGrower fl = new FlowerGrower(); in testGrowFertileGroundElsewhere() local
179 final FlowerGrower fl = new FlowerGrower(); in testGrowOnInFertileGround() local
192 final FlowerGrower fl = new FlowerGrower(); in testGrowOnFreeFertileGroundReserved() local
/dports/japanese/anthy/anthy-0.4/src-worddic/
H A Dfeature_set.c54 anthy_feature_list_init(struct feature_list *fl) in anthy_feature_list_init()
61 anthy_feature_list_free(struct feature_list *fl) in anthy_feature_list_free()
67 anthy_feature_list_add(struct feature_list *fl, int f) in anthy_feature_list_add()
76 anthy_feature_list_nr(const struct feature_list *fl) in anthy_feature_list_nr()
82 anthy_feature_list_nth(const struct feature_list *fl, int nth) in anthy_feature_list_nth()
94 anthy_feature_list_sort(struct feature_list *fl) in anthy_feature_list_sort()
102 anthy_feature_list_set_cur_class(struct feature_list *fl, int cl) in anthy_feature_list_set_cur_class()
114 anthy_feature_list_set_dep_word(struct feature_list *fl, int h) in anthy_feature_list_set_dep_word()
120 anthy_feature_list_set_dep_class(struct feature_list *fl, int c) in anthy_feature_list_set_dep_class()
165 anthy_feature_list_print(struct feature_list *fl) in anthy_feature_list_print()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dlocks.c283 struct file_lock *fl; in locks_dump_ctx_list() local
311 struct file_lock *fl; in locks_check_ctx_file_list() local
390 struct file_lock *fl; in locks_dispose_list() local
823 struct file_lock *fl; in __locks_insert_block() local
1016 struct file_lock *fl; in what_owner_is_waiting_for() local
1062 struct file_lock *fl; in flock_lock_inode() local
1413 struct file_lock *fl; in locks_mandatory_locked() local
1448 struct file_lock fl; in locks_mandatory_area() local
1583 struct file_lock *fl; in any_leases_conflict() local
1725 struct file_lock *fl; in lease_get_mtime() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dlocks.c283 struct file_lock *fl; in locks_dump_ctx_list() local
311 struct file_lock *fl; in locks_check_ctx_file_list() local
390 struct file_lock *fl; in locks_dispose_list() local
823 struct file_lock *fl; in __locks_insert_block() local
1016 struct file_lock *fl; in what_owner_is_waiting_for() local
1062 struct file_lock *fl; in flock_lock_inode() local
1413 struct file_lock *fl; in locks_mandatory_locked() local
1448 struct file_lock fl; in locks_mandatory_area() local
1583 struct file_lock *fl; in any_leases_conflict() local
1725 struct file_lock *fl; in lease_get_mtime() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dlocks.c283 struct file_lock *fl; in locks_dump_ctx_list() local
311 struct file_lock *fl; in locks_check_ctx_file_list() local
390 struct file_lock *fl; in locks_dispose_list() local
823 struct file_lock *fl; in __locks_insert_block() local
1016 struct file_lock *fl; in what_owner_is_waiting_for() local
1062 struct file_lock *fl; in flock_lock_inode() local
1413 struct file_lock *fl; in locks_mandatory_locked() local
1448 struct file_lock fl; in locks_mandatory_area() local
1583 struct file_lock *fl; in any_leases_conflict() local
1725 struct file_lock *fl; in lease_get_mtime() local
[all …]
/dports/devel/libtecla/libtecla/
H A Dfreelist.c72 FreeList *fl; /* The new free-list container */ in _new_FreeList() local
133 void _rst_FreeList(FreeList *fl) in _rst_FreeList()
182 FreeList *_del_FreeList(FreeList *fl, int force) in _del_FreeList()
224 void *_new_FreeListNode(FreeList *fl) in _new_FreeListNode()
274 void *_del_FreeListNode(FreeList *fl, void *object) in _del_FreeListNode()
303 long _busy_FreeListNodes(FreeList *fl) in _busy_FreeListNodes()
317 long _idle_FreeListNodes(FreeList *fl) in _idle_FreeListNodes()
333 static FreeListBlock *_new_FreeListBlock(FreeList *fl) in _new_FreeListBlock()
373 static void _thread_FreeListBlock(FreeList *fl, FreeListBlock *block) in _thread_FreeListBlock()
390 static FreeListBlock *_del_FreeListBlock(FreeListBlock *fl) in _del_FreeListBlock()
/dports/cad/verilator/verilator-4.216/src/
H A DV3ProtectLib.cpp82 FileLine* const fl = nodep->fileline(); in visit() local
100 void hashComment(AstTextBlock* txtp, FileLine* fl) { in hashComment()
110 void comboComment(AstTextBlock* txtp, FileLine* fl) { in comboComment()
114 void seqComment(AstTextBlock* txtp, FileLine* fl) { in seqComment()
123 void finalComment(AstTextBlock* txtp, FileLine* fl) { in finalComment()
127 void traceComment(AstTextBlock* txtp, FileLine* fl) { in traceComment()
306 void castPtr(FileLine* fl, AstTextBlock* txtp) { in castPtr()
313 void createCppFile(FileLine* fl) { in createCppFile()
447 FileLine* const fl = varp->fileline(); in handleClock() local
459 FileLine* const fl = varp->fileline(); in handleDataInput() local
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/os/windows/
H A Dfslock.c66 GWEN_FSLOCK *fl; in GWEN_LIST_FUNCTIONS() local
106 void GWEN_FSLock_free(GWEN_FSLOCK *fl) in GWEN_FSLock_free()
130 void GWEN_FSLock_Attach(GWEN_FSLOCK *fl) in GWEN_FSLock_Attach()
139 GWEN_FSLOCK_RESULT GWEN_FSLock__Lock(GWEN_FSLOCK *fl) in GWEN_FSLock__Lock()
234 GWEN_FSLOCK_RESULT GWEN_FSLock_Unlock(GWEN_FSLOCK *fl) in GWEN_FSLock_Unlock()
254 GWEN_FSLOCK_RESULT GWEN_FSLock_Lock(GWEN_FSLOCK *fl, int timeout, uint32_t gid) in GWEN_FSLock_Lock()
379 const char *GWEN_FSLock_GetName(const GWEN_FSLOCK *fl) in GWEN_FSLock_GetName()
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/os/windows/
H A Dfslock.c66 GWEN_FSLOCK *fl; in GWEN_LIST_FUNCTIONS() local
106 void GWEN_FSLock_free(GWEN_FSLOCK *fl) in GWEN_FSLock_free()
130 void GWEN_FSLock_Attach(GWEN_FSLOCK *fl) in GWEN_FSLock_Attach()
139 GWEN_FSLOCK_RESULT GWEN_FSLock__Lock(GWEN_FSLOCK *fl) in GWEN_FSLock__Lock()
234 GWEN_FSLOCK_RESULT GWEN_FSLock_Unlock(GWEN_FSLOCK *fl) in GWEN_FSLock_Unlock()
254 GWEN_FSLOCK_RESULT GWEN_FSLock_Lock(GWEN_FSLOCK *fl, int timeout, uint32_t gid) in GWEN_FSLock_Lock()
379 const char *GWEN_FSLock_GetName(const GWEN_FSLOCK *fl) in GWEN_FSLock_GetName()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/os/windows/
H A Dfslock.c66 GWEN_FSLOCK *fl; in GWEN_LIST_FUNCTIONS() local
106 void GWEN_FSLock_free(GWEN_FSLOCK *fl) in GWEN_FSLock_free()
130 void GWEN_FSLock_Attach(GWEN_FSLOCK *fl) in GWEN_FSLock_Attach()
139 GWEN_FSLOCK_RESULT GWEN_FSLock__Lock(GWEN_FSLOCK *fl) in GWEN_FSLock__Lock()
234 GWEN_FSLOCK_RESULT GWEN_FSLock_Unlock(GWEN_FSLOCK *fl) in GWEN_FSLock_Unlock()
254 GWEN_FSLOCK_RESULT GWEN_FSLock_Lock(GWEN_FSLOCK *fl, int timeout, uint32_t gid) in GWEN_FSLock_Lock()
379 const char *GWEN_FSLock_GetName(const GWEN_FSLOCK *fl) in GWEN_FSLock_GetName()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/os/windows/
H A Dfslock.c66 GWEN_FSLOCK *fl; in GWEN_LIST_FUNCTIONS() local
106 void GWEN_FSLock_free(GWEN_FSLOCK *fl) in GWEN_FSLock_free()
130 void GWEN_FSLock_Attach(GWEN_FSLOCK *fl) in GWEN_FSLock_Attach()
139 GWEN_FSLOCK_RESULT GWEN_FSLock__Lock(GWEN_FSLOCK *fl) in GWEN_FSLock__Lock()
234 GWEN_FSLOCK_RESULT GWEN_FSLock_Unlock(GWEN_FSLOCK *fl) in GWEN_FSLock_Unlock()
254 GWEN_FSLOCK_RESULT GWEN_FSLock_Lock(GWEN_FSLOCK *fl, int timeout, uint32_t gid) in GWEN_FSLock_Lock()
379 const char *GWEN_FSLock_GetName(const GWEN_FSLOCK *fl) in GWEN_FSLock_GetName()
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/os/windows/
H A Dfslock.c66 GWEN_FSLOCK *fl; in GWEN_LIST_FUNCTIONS() local
106 void GWEN_FSLock_free(GWEN_FSLOCK *fl) in GWEN_FSLock_free()
130 void GWEN_FSLock_Attach(GWEN_FSLOCK *fl) in GWEN_FSLock_Attach()
139 GWEN_FSLOCK_RESULT GWEN_FSLock__Lock(GWEN_FSLOCK *fl) in GWEN_FSLock__Lock()
234 GWEN_FSLOCK_RESULT GWEN_FSLock_Unlock(GWEN_FSLOCK *fl) in GWEN_FSLock_Unlock()
254 GWEN_FSLOCK_RESULT GWEN_FSLock_Lock(GWEN_FSLOCK *fl, int timeout, uint32_t gid) in GWEN_FSLock_Lock()
379 const char *GWEN_FSLock_GetName(const GWEN_FSLOCK *fl) in GWEN_FSLock_GetName()
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_flip.c9 Evas_Object *fl = data; in my_fl_1() local
16 Evas_Object *fl = data; in my_fl_2() local
23 Evas_Object *fl = data; in my_fl_3() local
30 Evas_Object *fl = data; in my_fl_4() local
37 Evas_Object *fl = data; in my_fl_5() local
44 Evas_Object *fl = data; in my_fl_6() local
51 Evas_Object *fl = data; in my_fl_7() local
58 Evas_Object *fl = data; in my_fl_8() local
65 Evas_Object *fl = data; in my_fl_9() local
72 Evas_Object *fl = data; in my_fl_front() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dip6_flowlabel.c60 #define for_each_fl_rcu(hash, fl) \ argument
76 struct ip6_flowlabel *fl; in __fl_lookup() local
87 struct ip6_flowlabel *fl; in fl_lookup() local
157 struct ip6_flowlabel *fl; in ip6_fl_gc() local
194 struct ip6_flowlabel *fl; in ip6_fl_purge() local
313 struct ip6_flowlabel *fl, in fl6_merge_options()
376 struct ip6_flowlabel *fl = NULL; in fl_create() local
491 struct ip6_flowlabel *fl) in fl_link()
755 struct ip6_flowlabel *fl = NULL; in ip6fl_get_first() local
816 struct ip6_flowlabel *fl; in ip6fl_seq_next() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dip6_flowlabel.c60 #define for_each_fl_rcu(hash, fl) \ argument
76 struct ip6_flowlabel *fl; in __fl_lookup() local
87 struct ip6_flowlabel *fl; in fl_lookup() local
157 struct ip6_flowlabel *fl; in ip6_fl_gc() local
194 struct ip6_flowlabel *fl; in ip6_fl_purge() local
313 struct ip6_flowlabel *fl, in fl6_merge_options()
376 struct ip6_flowlabel *fl = NULL; in fl_create() local
491 struct ip6_flowlabel *fl) in fl_link()
755 struct ip6_flowlabel *fl = NULL; in ip6fl_get_first() local
816 struct ip6_flowlabel *fl; in ip6fl_seq_next() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dip6_flowlabel.c60 #define for_each_fl_rcu(hash, fl) \ argument
76 struct ip6_flowlabel *fl; in __fl_lookup() local
87 struct ip6_flowlabel *fl; in fl_lookup() local
157 struct ip6_flowlabel *fl; in ip6_fl_gc() local
194 struct ip6_flowlabel *fl; in ip6_fl_purge() local
313 struct ip6_flowlabel *fl, in fl6_merge_options()
376 struct ip6_flowlabel *fl = NULL; in fl_create() local
491 struct ip6_flowlabel *fl) in fl_link()
755 struct ip6_flowlabel *fl = NULL; in ip6fl_get_first() local
816 struct ip6_flowlabel *fl; in ip6fl_seq_next() local
[all …]
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dfileloc.h119 # define fileloc_isImport(fl) (fileloc_isDefined(fl) && (fl)->kind == FL_IMPORT) argument
122 # define fileloc_isPreproc(fl) (fileloc_isDefined(fl) && (fl)->kind == FL_PREPROC) argument
125 # define fileloc_setLineno(fl, i) \ argument
129 # define fileloc_nextLine(fl) \ argument
133 # define fileloc_addLine(fl, i) \ argument
137 # define fileloc_fileId(fl) \ argument
141 # define fileloc_setColumn(fl, i) \ argument
145 # define fileloc_addColumn(fl, i) \ argument
149 # define fileloc_incColumn(fl) \ argument
153 # define fileloc_isBuiltin(fl) \ argument
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/os/posix/
H A Dfslock.c62 GWEN_FSLOCK *fl; in GWEN_LIST_FUNCTIONS() local
102 void GWEN_FSLock_free(GWEN_FSLOCK *fl) in GWEN_FSLock_free()
126 void GWEN_FSLock_Attach(GWEN_FSLOCK *fl) in GWEN_FSLock_Attach()
135 GWEN_FSLOCK_RESULT GWEN_FSLock__Lock(GWEN_FSLOCK *fl) in GWEN_FSLock__Lock()
220 GWEN_FSLOCK_RESULT GWEN_FSLock_Unlock(GWEN_FSLOCK *fl) in GWEN_FSLock_Unlock()
240 GWEN_FSLOCK_RESULT GWEN_FSLock_Lock(GWEN_FSLOCK *fl, int timeout, uint32_t gid) in GWEN_FSLock_Lock()
448 const char *GWEN_FSLock_GetName(const GWEN_FSLOCK *fl) in GWEN_FSLock_GetName()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/os/posix/
H A Dfslock.c62 GWEN_FSLOCK *fl; in GWEN_LIST_FUNCTIONS() local
102 void GWEN_FSLock_free(GWEN_FSLOCK *fl) in GWEN_FSLock_free()
126 void GWEN_FSLock_Attach(GWEN_FSLOCK *fl) in GWEN_FSLock_Attach()
135 GWEN_FSLOCK_RESULT GWEN_FSLock__Lock(GWEN_FSLOCK *fl) in GWEN_FSLock__Lock()
220 GWEN_FSLOCK_RESULT GWEN_FSLock_Unlock(GWEN_FSLOCK *fl) in GWEN_FSLock_Unlock()
240 GWEN_FSLOCK_RESULT GWEN_FSLock_Lock(GWEN_FSLOCK *fl, int timeout, uint32_t gid) in GWEN_FSLock_Lock()
448 const char *GWEN_FSLock_GetName(const GWEN_FSLOCK *fl) in GWEN_FSLock_GetName()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/os/posix/
H A Dfslock.c62 GWEN_FSLOCK *fl; in GWEN_LIST_FUNCTIONS() local
102 void GWEN_FSLock_free(GWEN_FSLOCK *fl) in GWEN_FSLock_free()
126 void GWEN_FSLock_Attach(GWEN_FSLOCK *fl) in GWEN_FSLock_Attach()
135 GWEN_FSLOCK_RESULT GWEN_FSLock__Lock(GWEN_FSLOCK *fl) in GWEN_FSLock__Lock()
220 GWEN_FSLOCK_RESULT GWEN_FSLock_Unlock(GWEN_FSLOCK *fl) in GWEN_FSLock_Unlock()
240 GWEN_FSLOCK_RESULT GWEN_FSLock_Lock(GWEN_FSLOCK *fl, int timeout, uint32_t gid) in GWEN_FSLock_Lock()
448 const char *GWEN_FSLock_GetName(const GWEN_FSLOCK *fl) in GWEN_FSLock_GetName()

12345678910>>...211