/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | bitfield-size.c | 6 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()
|
D | bitfield-init-zero.c | 10 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
|
D | bitfield-store-load0.c | 6 } bf; in ufoo() local 17 } bf; in sfoo() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | bitfield.c | 23 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/src/utils/ |
D | bitfield.c | 23 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/ |
D | shift-undef.c | 77 struct bf { struct 82 int bf(struct bf *p) in bf() argument
|
D | autotype.c | 9 int bf:3; member
|
/third_party/node/tools/icu/ |
D | iculslocs.cc | 181 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/ |
D | compound-literal01.c | 8 struct bfs bf = { .a = 1, .b = 2 }; in foo() local
|
D | compound-literal02.c | 8 struct bfs bf = { .a = 1, .b = 4 }; in bar() local
|
/third_party/typescript/tests/cases/fourslash/ |
D | transitiveExportImports3.ts | 18 const bf = { definition: "(alias) function f(): void\nimport f", ranges: [f2] }; constant
|
/third_party/libwebsockets/lib/misc/lwsac/ |
D | lwsac.c | 76 struct lwsac *bf; in lwsac_extend() local 100 struct lwsac *bf = *head; in _lwsac_use() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | opt_minmax.cpp | 147 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/mesa3d/src/freedreno/rnn/ |
D | headergen2.c | 129 static void printtypeinfo (struct rnntypeinfo *ti, struct rnnbitfield *bf, in printtypeinfo() 228 static void printbitfield (struct rnnbitfield *bf, int shift) { in printbitfield()
|
D | rnn.c | 174 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/ffmpeg/libavformat/tests/ |
D | movenc.c | 179 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/mesa/main/ |
D | dlist.h | 61 GLbitfield bf; member
|
D | glformats.c | 3814 enum mesa_array_format_base_format bf; in _mesa_format_from_format_and_type() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fieldhint.c | 116 int64_t tf, bf; in filter_frame() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_idiv.c | 47 nir_ssa_def *af, *bf, *a, *b, *q, *r, *rt; in convert_instr() local
|
/third_party/skia/tests/ |
D | RectTest.cpp | 232 SkRect bf = SkRect::Make(e.fB); in DEF_TEST() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 158 private static final CollectionJoiner bf = new CollectionJoiner(", "); field in TimeZoneAliasTest.Zone
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneAliasTest.java | 161 private static final CollectionJoiner bf = new CollectionJoiner(", "); field in TimeZoneAliasTest.Zone
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_h265.c | 703 unsigned bf = 0, af = 0; in vid_dec_h265_EndFrame() local
|
/third_party/mesa3d/src/freedreno/decode/ |
D | script.c | 363 struct rnnbitfield *bf = bitfields[i]; in l_rnn_reg_meta_index() local
|