Home
last modified time | relevance | path

Searched +defs:f +defs:lt (Results 1 – 25 of 1740) sorted by relevance

12345678910>>...70

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnft_set_pipapo_avx2.c219 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_2()
224 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local
281 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_4()
286 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() local
364 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_8() local
460 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local
541 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_32()
554 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local
957 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_8b_16()
1049 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_slow()
[all …]
H A Dnft_set_pipapo.h25 #define NFT_PIPAPO_GROUPS_PER_BYTE(f) (BITS_PER_BYTE / (f)->bb) argument
43 #define NFT_PIPAPO_GROUPS_PADDED_SIZE(f) \ argument
45 #define NFT_PIPAPO_GROUPS_PADDING(f) \ argument
72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument
80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument
129 unsigned long *lt; member
150 struct nft_pipapo_field f[]; member
188 static inline void pipapo_and_field_buckets_4bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_4bit()
192 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local
216 static inline void pipapo_and_field_buckets_8bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_8bit()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnft_set_pipapo_avx2.c219 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_2()
224 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local
281 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_4()
286 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() local
364 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_8() local
460 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local
541 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_32()
554 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local
957 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_8b_16()
1049 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_slow()
[all …]
H A Dnft_set_pipapo.h25 #define NFT_PIPAPO_GROUPS_PER_BYTE(f) (BITS_PER_BYTE / (f)->bb) argument
43 #define NFT_PIPAPO_GROUPS_PADDED_SIZE(f) \ argument
45 #define NFT_PIPAPO_GROUPS_PADDING(f) \ argument
72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument
80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument
129 unsigned long *lt; member
150 struct nft_pipapo_field f[]; member
188 static inline void pipapo_and_field_buckets_4bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_4bit()
192 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local
216 static inline void pipapo_and_field_buckets_8bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_8bit()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnft_set_pipapo_avx2.c219 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_2()
224 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local
281 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_4()
286 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() local
364 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_8() local
460 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local
541 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_32()
554 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local
957 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_8b_16()
1049 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_slow()
[all …]
H A Dnft_set_pipapo.h25 #define NFT_PIPAPO_GROUPS_PER_BYTE(f) (BITS_PER_BYTE / (f)->bb) argument
43 #define NFT_PIPAPO_GROUPS_PADDED_SIZE(f) \ argument
45 #define NFT_PIPAPO_GROUPS_PADDING(f) \ argument
72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument
80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument
129 unsigned long *lt; member
150 struct nft_pipapo_field f[]; member
188 static inline void pipapo_and_field_buckets_4bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_4bit()
192 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local
216 static inline void pipapo_and_field_buckets_8bit(struct nft_pipapo_field *f, in pipapo_and_field_buckets_8bit()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libf2c/libU77/
H A Dsecnds_.c42 struct tm *lt; in G77_secnds_0() local
44 float f; in G77_secnds_0() local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libf2c/libU77/
H A Dsecnds_.c42 struct tm *lt; in G77_secnds_0() local
44 float f; in G77_secnds_0() local
/dports/math/z3/z3-z3-4.8.13/src/sat/smt/
H A Dq_model_fixer.cpp36 static bool lt(U const& u, expr* x, expr* y) { in lt() function
94 func_decl* f = mdl.get_function(i); in operator ()() local
134 void model_fixer::add_projection_functions(model& mdl, func_decl* f) { in add_projection_functions()
177 expr_ref model_fixer::add_projection_function(model& mdl, func_decl* f, unsigned idx) { in add_projection_function()
192 struct lt { in add_projection_function() struct
193 projection_function* p; in add_projection_function()
194 lt(projection_function* p) : p(p) {} in add_projection_function() argument
195 bool operator()(expr* a, expr* b) const { return (*p)(a, b); } in add_projection_function()
/dports/graphics/ssocr/ssocr-2.22.0/
H A Dhelp.c33 void print_lum_key(luminance_t lt, FILE *f) in print_lum_key()
75 void print_cs_key(charset_t cs, FILE *f) in print_cs_key()
91 void print_version(FILE *f) in print_version()
103 void short_usage(char *name, FILE *f) in short_usage()
111 void usage(char *name, FILE *f) in usage()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/regions/
H A Dissue-5243.rs13 fn f<'lt>(_s: &'lt S<'lt>) {} in f() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Fmount.c45 H5F__close_mounts(H5F_t *f) in H5F__close_mounts()
107 unsigned lt, rt, md; /*binary search indices */ in H5F__mount() local
319 unsigned lt, rt, md = 0; /*binary search indices */ in H5F__unmount() local
554 H5F__mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F__mount_count_ids_recurse()
604 H5F__mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F__mount_count_ids()
637 H5F_flush_mounts_recurse(H5F_t *f) in H5F_flush_mounts_recurse()
679 H5F_flush_mounts(H5F_t *f) in H5F_flush_mounts()
719 unsigned lt, rt, md = 0; /* Binary search indices */ in H5F_traverse_mount() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fmount.c44 H5F__close_mounts(H5F_t *f) in H5F__close_mounts()
105 unsigned lt, rt, md; /*binary search indices */ in H5F__mount() local
317 unsigned lt, rt, md = 0; /*binary search indices */ in H5F__unmount() local
555 H5F__mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F__mount_count_ids_recurse()
604 H5F__mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F__mount_count_ids()
636 H5F__flush_mounts_recurse(H5F_t *f) in H5F__flush_mounts_recurse()
677 H5F_flush_mounts(H5F_t *f) in H5F_flush_mounts()
716 unsigned lt, rt, md = 0; /* Binary search indices */ in H5F_traverse_mount() local
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Fmount.c72 H5F_close_mounts(H5F_t *f) in H5F_close_mounts()
134 unsigned lt, rt, md; /*binary search indices */ in H5F_mount() local
346 unsigned lt, rt, md = 0; /*binary search indices */ in H5F_unmount() local
557 H5F_mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F_mount_count_ids_recurse()
607 H5F_mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F_mount_count_ids()
640 H5F_flush_mounts_recurse(H5F_t *f, hid_t dxpl_id) in H5F_flush_mounts_recurse()
682 H5F_flush_mounts(H5F_t *f, hid_t dxpl_id) in H5F_flush_mounts()
722 unsigned lt, rt, md = 0; /* Binary search indices */ in H5F_traverse_mount() local
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Fmount.c45 H5F__close_mounts(H5F_t *f) in H5F__close_mounts()
107 unsigned lt, rt, md; /*binary search indices */ in H5F__mount() local
319 unsigned lt, rt, md = 0; /*binary search indices */ in H5F__unmount() local
554 H5F__mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F__mount_count_ids_recurse()
604 H5F__mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F__mount_count_ids()
637 H5F_flush_mounts_recurse(H5F_t *f) in H5F_flush_mounts_recurse()
679 H5F_flush_mounts(H5F_t *f) in H5F_flush_mounts()
719 unsigned lt, rt, md = 0; /* Binary search indices */ in H5F_traverse_mount() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fmount.c47 H5F_close_mounts(H5F_t *f) in H5F_close_mounts()
109 unsigned lt, rt, md; /*binary search indices */ in H5F_mount() local
321 unsigned lt, rt, md = 0; /*binary search indices */ in H5F_unmount() local
532 H5F_mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F_mount_count_ids_recurse()
582 H5F_mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F_mount_count_ids()
615 H5F_flush_mounts_recurse(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id) in H5F_flush_mounts_recurse()
657 H5F_flush_mounts(H5F_t *f, hid_t meta_dxpl_id, hid_t raw_dxpl_id) in H5F_flush_mounts()
697 unsigned lt, rt, md = 0; /* Binary search indices */ in H5F_traverse_mount() local
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fmount.c74 H5F_close_mounts(H5F_t *f) in H5F_close_mounts()
136 unsigned lt, rt, md; /*binary search indices */ in H5F_mount() local
348 unsigned lt, rt, md = 0; /*binary search indices */ in H5F_unmount() local
559 H5F_mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F_mount_count_ids_recurse()
609 H5F_mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs) in H5F_mount_count_ids()
642 H5F_flush_mounts_recurse(H5F_t *f, hid_t dxpl_id) in H5F_flush_mounts_recurse()
684 H5F_flush_mounts(H5F_t *f, hid_t dxpl_id) in H5F_flush_mounts()
724 unsigned lt, rt, md = 0; /* Binary search indices */ in H5F_traverse_mount() local
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dftnmiscsup.c51 struct tm *lt; in Ftn_date() local
143 struct tm *lt; in Ftn_secnds() local
144 float f; in Ftn_secnds() local
174 struct tm *lt; in Ftn_dsecnds() local
175 double f; in Ftn_dsecnds() local
/dports/devel/spin/Spin-version-6.5.0/Src/
H A Dpangen5.c41 { FSM_state *f; in fsm_table() local
58 { FSM_state *f; in FSM_DFS() local
125 Lextok *lt = ZN; in eligible() local
164 Lextok *lt = v->step->n; in canfill_in() local
200 { BuildStack *f; in popbuild() local
211 { FSM_state *f; in build_step() local
262 { FSM_state *f, *g; in FSM_MERGER() local
264 Lextok *lt; in FSM_MERGER() local
366 { FSM_state *f; in FSM_ANA() local
461 { FSM_state *f; in mkstate() local
[all …]
/dports/graphics/box/box-0.4.0/libs/g/
H A Dlinetracer.c70 LineTracer *lt = (LineTracer *) malloc(sizeof(LineTracer)); in lt_new() local
89 void lt_destroy(LineTracer *lt) { in lt_destroy()
96 void lt_add_piece(LineTracer *lt, LinePiece *lp) { in lt_add_piece()
100 void lt_clear(LineTracer *lt) { in lt_clear()
104 BoxInt lt_num_pieces(LineTracer *lt) { in lt_num_pieces()
119 static int lt_draw_opened(BoxGWin *w, LineTracer *lt) { in lt_draw_opened()
178 static int lt_draw_closed(LineTracer *lt) { in lt_draw_closed()
241 int lt_draw(BoxGWin *w, LineTracer *lt, int closed) { in lt_draw()
299 BoxReal w, BoxReal fig_w, void *f, int final) { in lt_put_to_begin_or_end()
759 void lt_cutting(LineTracer *lt, BoxReal c) { in lt_cutting()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-recmod/
H A Dt22ok.mli4 module Fib : sig val f : int -> int end val
7 module Strengthen : sig type t val f : t -> t end val
11 val f : t -> t val
43 val lt : t -> t -> bool val
82 val lt : t -> t -> bool val
115 val lt : 'a -> 'a -> bool val
124 val lt : t -> t -> bool val
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-recmod/
H A Dt22ok.mli4 module Fib : sig val f : int -> int end val
7 module Strengthen : sig type t val f : t -> t end val
11 val f : t -> t val
43 val lt : t -> t -> bool val
82 val lt : t -> t -> bool val
115 val lt : 'a -> 'a -> bool val
124 val lt : t -> t -> bool val
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dnot-a-pred.rs1 fn f(a: isize, b: isize) : lt(a, b) { } in f() function
7 fn lt(a: isize, b: isize) { } in lt() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/smt/
H A Dq_model_fixer.cpp36 static bool lt(U const& u, expr* x, expr* y) { in lt() function
114 void model_fixer::add_projection_functions(model& mdl, func_decl* f) { in add_projection_functions()
144 expr_ref model_fixer::add_projection_function(model& mdl, func_decl* f, unsigned idx) { in add_projection_function()
159 struct lt { in add_projection_function() struct
160 projection_function* p; in add_projection_function()
161 lt(projection_function* p) : p(p) {} in add_projection_function() function
162 bool operator()(expr* a, expr* b) const { return (*p)(a, b); } in add_projection_function()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlbr_dump.cpp57 void lbrDumpCommon(const lbr_common *lc, FILE *f) { in lbrDumpCommon()
74 StdioFile f(base + ".txt", "w"); in nfaExecLbrDot_dump() local
85 StdioFile f(base + ".txt", "w"); in nfaExecLbrVerm_dump() local
96 StdioFile f(base + ".txt", "w"); in nfaExecLbrNVerm_dump() local
107 StdioFile f(base + ".txt", "w"); in nfaExecLbrShuf_dump() local
124 StdioFile f(base + ".txt", "w"); in nfaExecLbrTruf_dump() local
126 const lbr_truf *lt = (const lbr_truf *)getImplNfa(nfa); in nfaExecLbrTruf_dump() local

12345678910>>...70