Lines Matching refs:bf
10 struct bfu bf = { .f = a, }; in bfuu_init() local
11 return bf; in bfuu_init()
16 struct bfu bf = { .f = a, }; in bfus_init() local
17 return bf; in bfus_init()
22 struct bfu bf = { }; in bfu_get0() local
23 return bf.f; in bfu_get0()
36 struct bfs bf = { .f = a, }; in bfsu_init() local
37 return bf; in bfsu_init()
42 struct bfs bf = { .f = a, }; in bfss_init() local
43 return bf; in bfss_init()
48 struct bfs bf = { }; in bfs_get0() local
49 return bf.f; in bfs_get0()