Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/networking/
Dtls_aesgcm.c9 typedef uint8_t byte; typedef
Dtls_fe.c8 typedef uint8_t byte; typedef
Dtelnet.c112 typedef unsigned char byte; typedef
/busybox-1.35.0/miscutils/
Dhexedit.c290 uint8_t byte; in hexedit_main() local
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_stream.c178 uint8_t byte; in dec_vli() local
Dxz_dec_lzma2.c334 static inline void XZ_FUNC dict_put(struct dictionary *dict, uint8_t byte) in dict_put()