Home
last modified time | relevance | path

Searched defs:bf (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/libs/pfr/test/run/
Dbitfields_count.cpp8 struct bf { struct
18 static_assert(boost::pfr::tuple_size<bf>::value == 6, ""); in main() argument
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dbitfield-size.c6 unsigned int get__bfu_a(struct bfu bf) { return bf.a; } in get__bfu_a()
7 unsigned int get__bfu_b(struct bfu bf) { return bf.b; } in get__bfu_b()
8 unsigned int get_pbfu_a(struct bfu *bf) { return bf->a; } in get_pbfu_a()
9 unsigned int get_pbfu_b(struct bfu *bf) { return bf->b; } in get_pbfu_b()
17 signed int get__bfs_a(struct bfs bf) { return bf.a; } in get__bfs_a()
18 signed int get__bfs_b(struct bfs bf) { return bf.b; } in get__bfs_b()
19 signed int get_pbfs_a(struct bfs *bf) { return bf->a; } in get_pbfs_a()
20 signed int get_pbfs_b(struct bfs *bf) { return bf->b; } in get_pbfs_b()
Dbitfield-init-zero.c10 struct bfu bf = { .f = a, }; in bfuu_init() local
16 struct bfu bf = { .f = a, }; in bfus_init() local
22 struct bfu bf = { }; in bfu_get0() local
36 struct bfs bf = { .f = a, }; in bfsu_init() local
42 struct bfs bf = { .f = a, }; in bfss_init() local
48 struct bfs bf = { }; in bfs_get0() local
Dbitfield-store-load0.c6 } bf; in ufoo() local
17 } bf; in sfoo() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dbitfield.c23 struct bitfield *bf; in bitfield_alloc() local
34 void bitfield_free(struct bitfield *bf) in bitfield_free()
40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set()
48 void bitfield_clear(struct bitfield *bf, size_t bit) in bitfield_clear()
56 int bitfield_is_set(struct bitfield *bf, size_t bit) in bitfield_is_set()
76 int bitfield_get_first_zero(struct bitfield *bf) in bitfield_get_first_zero()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dbitfield.c23 struct bitfield *bf; in bitfield_alloc() local
34 void bitfield_free(struct bitfield *bf) in bitfield_free()
40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set()
48 void bitfield_clear(struct bitfield *bf, size_t bit) in bitfield_clear()
56 int bitfield_is_set(struct bitfield *bf, size_t bit) in bitfield_is_set()
76 int bitfield_get_first_zero(struct bitfield *bf) in bitfield_get_first_zero()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dshift-undef.c77 struct bf { struct
82 int bf(struct bf *p) in bf() argument
Dautotype.c9 int bf:3; member
/third_party/boost/boost/math/differentiation/
Dlanczos_smoothing.hpp290 … auto bf = detail::boundary_velocity_filter<long double>(n, approximation_order, s); local
301 for (auto & bf : m_boundary_filters[i]) local
327 auto bf = detail::acceleration_filter<long double>(n, approximation_order, s); local
350 for (auto & bf : m_boundary_filters[i]) local
393 auto &bf = m_boundary_filters[i]; in operator ()() local
405 auto &bf = m_boundary_filters[k]; in operator ()() local
429 auto &bf = m_boundary_filters[i]; in operator ()() local
441 auto &bf = m_boundary_filters[k]; in operator ()() local
486 auto &bf = m_boundary_filters[i]; in operator ()() local
523 auto &bf = m_boundary_filters[i]; in operator ()() local
[all …]
/third_party/node/tools/icu/
Diculslocs.cc181 void printIndent(FILE* bf, int indent) { in printIndent()
194 FILE* bf, in dumpAllButInstalledLocales()
244 FILE* bf = nullptr; in list() local
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dcompound-literal02.c8 struct bfs bf = { .a = 1, .b = 4 }; in bar() local
Dcompound-literal01.c8 struct bfs bf = { .a = 1, .b = 2 }; in foo() local
/third_party/typescript/tests/cases/fourslash/
DtransitiveExportImports3.ts18 const bf = { definition: "(alias) function f(): void\nimport f", ranges: [f2] }; constant
/third_party/boost/libs/format/test/
Dformat_test3.cpp94 boost::format bf("%1% %4% %1%"); in main() local
/third_party/libwebsockets/lib/misc/lwsac/
Dlwsac.c76 struct lwsac *bf; in lwsac_extend() local
100 struct lwsac *bf = *head; in _lwsac_use() local
/third_party/mesa3d/src/compiler/glsl/
Dopt_minmax.cpp147 float bf = _mesa_half_to_float(b->value.f16[c1]); in compare_components() local
223 float bf = _mesa_half_to_float(b->value.f16[i]); in combine_constant() local
/third_party/ffmpeg/libavformat/tests/
Dmovenc.c179 static void init_fps(int bf, int audio_preroll, int fps) in init_fps()
243 static void init(int bf, int audio_preroll) in init()
/third_party/mesa3d/src/freedreno/rnn/
Dheadergen2.c129 static void printtypeinfo (struct rnntypeinfo *ti, struct rnnbitfield *bf, in printtypeinfo()
228 static void printbitfield (struct rnnbitfield *bf, int shift) { in printbitfield()
Drnn.c174 struct rnnbitfield *bf = parsebitfield(db, file, node); in trytypetag() local
358 struct rnnbitfield *bf = calloc(sizeof *bf, 1); in parsebitfield() local
452 struct rnnbitfield *bf = parsebitfield(db, file, chain); in parsebitset() local
989 static struct rnnbitfield *copybitfield (struct rnnbitfield *bf, char *file) { in copybitfield()
1233 static void prepbitfield(struct rnndb *db, struct rnnbitfield *bf, char *prefix, struct rnnvarinfo … in prepbitfield()
/third_party/boost/boost/geometry/srs/projections/proj/
Dnzmg.hpp76 inline const pj_complex<T> * bf() in bf() function
/third_party/curl/tests/server/
Dtftpd.c139 struct bf { struct
140 int counter; /* size of data in buffer, or flag */
141 tftphdr_storage_t buf; /* room for data packet */
/third_party/mesa3d/src/mesa/swrast/
Ds_aatritemp.h61 GLfloat bf = SWRAST_CONTEXT(ctx)->_BackfaceCullSign; variable
/third_party/ffmpeg/libavfilter/
Dvf_fieldhint.c116 int64_t tf, bf; in filter_frame() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c47 nir_ssa_def *af, *bf, *a, *b, *q, *r, *rt; in convert_instr() local
/third_party/gettext/gettext-runtime/doc/Admin/
DMatrix.java118 BufferedWriter bf = new BufferedWriter(f); in main() local

123