Searched refs:_buf (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCIDBG.cpp | 430 char _buf [80]; \ 431 dbg_status_buf (_buf, sizeof _buf, label, status); \ 432 ehci_dbg (ehci, "%s\n", _buf); \ 436 char _buf [80]; \ 437 dbg_command_buf (_buf, sizeof _buf, label, command); \ 438 ehci_dbg (ehci, "%s\n", _buf); \ 442 char _buf [80]; \ 443 dbg_port_buf (_buf, sizeof _buf, label, port, status); \ 444 ehci_dbg (ehci, "%s\n", _buf); \
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | reent.h | 182 _READ_WRITE_RETURN_TYPE _EXFUN((*_read),(_PTR _cookie, char *_buf, int _n)); 183 _READ_WRITE_RETURN_TYPE _EXFUN((*_write),(_PTR _cookie, const char *_buf, 228 _READ_WRITE_RETURN_TYPE _EXFUN((*_read),(_PTR _cookie, char *_buf, int _n)); 229 _READ_WRITE_RETURN_TYPE _EXFUN((*_write),(_PTR _cookie, const char *_buf,
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 404 int (*readfn)(_PTR _cookie, char *_buf, int _n), 405 int (*writefn)(_PTR _cookie, const char *_buf, int _n),
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 109 #define READ(_gif,_buf,_len) \ argument 111 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \ 112 read_byte(_gif,_buf,_len))
|