Searched refs:bf (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/utils/ |
D | bitfield.c | 23 struct bitfield *bf; in bitfield_alloc() local 25 bf = os_zalloc(sizeof(*bf) + (max_bits + 7) / 8); in bitfield_alloc() 26 if (bf == NULL) in bitfield_alloc() 28 bf->bits = (u8 *) (bf + 1); in bitfield_alloc() 29 bf->max_bits = max_bits; in bitfield_alloc() 30 return bf; in bitfield_alloc() 34 void bitfield_free(struct bitfield *bf) in bitfield_free() argument 36 os_free(bf); in bitfield_free() 40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set() argument 42 if (bit >= bf->max_bits) in bitfield_set() [all …]
|
D | bitfield.h | 15 void bitfield_free(struct bitfield *bf); 16 void bitfield_set(struct bitfield *bf, size_t bit); 17 void bitfield_clear(struct bitfield *bf, size_t bit); 18 int bitfield_is_set(struct bitfield *bf, size_t bit); 19 int bitfield_get_first_zero(struct bitfield *bf);
|
/hal_espressif-3.6.0/tools/kconfig/ |
D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() argument 14 char *bfp = bf; in escape() 60 return bf; in escape() 153 char bf[16384]; in message__add() local 154 char *escaped = escape(msg, bf, sizeof(bf)); in message__add()
|
/hal_espressif-3.6.0/examples/wifi/wifi_eap_fast/main/ |
D | server.crt | 28 df:10:7d:5d:22:bf:e5:04:77:7a:75:6b:3e:eb:6d: 45 85:5e:3f:26:43:8a:8e:95:58:9c:a6:db:9c:51:bf:ea:53:16:
|
/hal_espressif-3.6.0/examples/wifi/wifi_enterprise/main/ |
D | server.pem | 24 d1:cd:7d:b2:b5:d7:fd:81:4c:68:1f:bf:92:1b:ee: 56 7e:27:d6:da:b3:ae:7b:bc:85:a2:bf:6c:d5:04:46:a1:05:2b:
|
D | client.crt | 19 d9:4f:9d:27:c7:bf:a0:fc:89:fa:1a:62:4f:cd:96: 24 30:bf:d3:8a:57:05:31:39:66:23:1d:1d:ca:b6:06:
|
D | client.pem | 19 d9:4f:9d:27:c7:bf:a0:fc:89:fa:1a:62:4f:cd:96: 24 30:bf:d3:8a:57:05:31:39:66:23:1d:1d:ca:b6:06:
|
D | server.crt | 24 d1:cd:7d:b2:b5:d7:fd:81:4c:68:1f:bf:92:1b:ee: 56 7e:27:d6:da:b3:ae:7b:bc:85:a2:bf:6c:d5:04:46:a1:05:2b:
|
/hal_espressif-3.6.0/examples/wifi/smart_config/ |
D | README.md | 43 I (234592) smartconfig: T|PHONE MAC:68:3e:34:88:59:bf
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/bleprph_throughput/ |
D | README.md | 33 I (933) bleprph_throughput: 3c:71:bf:99:38:7a
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | ff.h | 307 FRESULT f_forward (FIL* fp, UINT(*func)(const BYTE*,UINT), UINT btf, UINT* bf); /* Forward data to …
|
D | ff.c | 5464 UINT* bf /* Pointer to number of bytes forwarded */ argument 5475 *bf = 0; /* Clear transfer byte counter */ 5484 fp->fptr += rcnt, *bf += rcnt, btf -= rcnt) {
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | burn-key-cmd.rst | 295 - BLOCK_KEY0_HI_128 -> [bf 0f 6a f6 8b d3 6d 8b 53 b3 da a9 33 f6 0a 04]
|