Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/wpa_supplicant/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()
/hal_espressif-3.4.0/tools/kconfig/
Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape()
153 char bf[16384]; in message__add() local
/hal_espressif-3.4.0/components/fatfs/src/
Dff.c5464 UINT* bf /* Pointer to number of bytes forwarded */