| /components/drivers/usb/cherryusb/ |
| A D | .gitattributes | 11 *.cc text
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/polarssl/ |
| A D | README | 16 libraries into your arch/cc.h port file.
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/polarssl/ |
| A D | README | 16 libraries into your arch/cc.h port file.
|
| /components/lwp/terminal/freebsd/ |
| A D | tty.c | 626 int cc; in ttydev_ioctl() local 640 for (cc = 0; cc < NCCS; ++cc) in ttydev_ioctl() 641 if (lock->c_cc[cc]) in ttydev_ioctl() 642 new->c_cc[cc] = old->c_cc[cc]; in ttydev_ioctl()
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 65 in def.h (to be overridden in cc.h) instead of config 68 To override them, use the following in cc.h: 200 in cc.h, e.g. used by igmp)
|
| A D | CHANGELOG | 1472 LWIP_RAND() for lwip-wide randomization (to be defined in cc.h) 2111 * cc.h: Added printf formatter for size_t: SZT_F 2151 (define LWIP_ERR_T in cc.h) 2842 pointers or parameters, and let the possibility to redefined it in cc.h. Use 2948 are not using this variable. Can be overriden in cc.h. 3179 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove 3182 if they are not defined in cc.h, in the same spirit than "lwip/opt.h" for lwipopts.h. 3755 * *.c: introduced cc.h LWIP_DEBUG formatters matching the u16_t, s16_t, 3850 your cc.h file defines this either 1 or 0. If non-defined,
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 100 in def.h (to be overridden in cc.h) instead of config 103 To override them, use the following in cc.h: 235 in cc.h, e.g. used by igmp)
|
| A D | CHANGELOG | 1725 LWIP_RAND() for lwip-wide randomization (to be defined in cc.h) 2364 * cc.h: Added printf formatter for size_t: SZT_F 2404 (define LWIP_ERR_T in cc.h) 3095 pointers or parameters, and let the possibility to redefined it in cc.h. Use 3201 are not using this variable. Can be overriden in cc.h. 3432 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove 3435 if they are not defined in cc.h, in the same spirit than "lwip/opt.h" for lwipopts.h. 4008 * *.c: introduced cc.h LWIP_DEBUG formatters matching the u16_t, s16_t, 4103 your cc.h file defines this either 1 or 0. If non-defined,
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | ff.c | 3862 UINT rcnt, cc, csect; local 3898 if (csect + cc > fs->csize) { /* Clip at cluster boundary */ 3899 cc = fs->csize - csect; 3904 if (fs->wflag && fs->winsect - sect < cc) { 3908 if ((fp->flag & FA_DIRTY) && fp->sect - sect < cc) { 3913 rcnt = SS(fs) * cc; /* Number of bytes transferred */ 3961 UINT wcnt, cc, csect; local 4011 cc = btw / SS(fs); /* When remaining bytes >= sector size, */ 4013 if (csect + cc > fs->csize) { /* Clip at cluster boundary */ 4014 cc = fs->csize - csect; [all …]
|
| A D | 00history.txt | 243 Fixed errors in the case conversion teble of Unicode (cc*.c). 254 Fixed errors in the case conversion table of Unicode (cc*.c).
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 3926 UINT rcnt, cc, csect; local 3962 if (csect + cc > fs->csize) { /* Clip at cluster boundary */ 3963 cc = fs->csize - csect; 3968 if (fs->wflag && fs->winsect - sect < cc) { 3972 if ((fp->flag & FA_DIRTY) && fp->sect - sect < cc) { 3977 rcnt = SS(fs) * cc; /* Number of bytes transferred */ 4025 UINT wcnt, cc, csect; local 4075 cc = btw / SS(fs); /* When remaining bytes >= sector size, */ 4077 if (csect + cc > fs->csize) { /* Clip at cluster boundary */ 4078 cc = fs->csize - csect; [all …]
|
| A D | 00history.txt | 243 Fixed errors in the case conversion teble of Unicode (cc*.c). 254 Fixed errors in the case conversion table of Unicode (cc*.c).
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 101 in cc.h, e.g. used by igmp)
|
| A D | CHANGELOG | 516 LWIP_RAND() for lwip-wide randomization (to be defined in cc.h) 1155 * cc.h: Added printf formatter for size_t: SZT_F 1195 (define LWIP_ERR_T in cc.h) 1886 pointers or parameters, and let the possibility to redefined it in cc.h. Use 1992 are not using this variable. Can be overriden in cc.h. 2223 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove 2226 if they are not defined in cc.h, in the same spirit than "lwip/opt.h" for lwipopts.h. 2799 * *.c: introduced cc.h LWIP_DEBUG formatters matching the u16_t, s16_t, 2894 your cc.h file defines this either 1 or 0. If non-defined,
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 221 cc.h - Architecture environment, some compiler specific, some
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | sys_arch.txt | 257 cc.h - Architecture environment, some compiler specific, some
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 803 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 810 *.cc \
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 813 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 820 *.cc \
|
| A D | lwip.Doxyfile.cmake.in | 813 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 820 *.cc \
|