/lk-master/app/usbtest/ |
A D | descriptor.c | 10 #define W(w) (w & 0xff), (w >> 8) argument 11 #define W3(w) (w & 0xff), ((w >> 8) & 0xff), ((w >> 16) & 0xff) argument
|
/lk-master/target/dartuinoP0/ |
A D | usb.c | 21 #define W(w) (w & 0xff), (w >> 8) argument 22 #define W3(w) (w & 0xff), ((w >> 8) & 0xff), ((w >> 16) & 0xff) argument
|
/lk-master/target/stellaris-launchpad/ |
A D | usb.c | 17 #define W(w) (w & 0xff), (w >> 8) argument 18 #define W3(w) (w & 0xff), ((w >> 8) & 0xff), ((w >> 16) & 0xff) argument
|
/lk-master/target/stm32f746g-disco/ |
A D | usb.c | 22 #define W(w) (w & 0xff), (w >> 8) argument 23 #define W3(w) (w & 0xff), ((w >> 8) & 0xff), ((w >> 16) & 0xff) argument
|
/lk-master/external/lib/lwip/include/ipv4/lwip/ |
A D | inet_chksum.h | 44 #define SWAP_BYTES_IN_WORD(w) LWIP_PLATFORM_HTONS(w) argument 47 #define SWAP_BYTES_IN_WORD(w) (((w) & 0xff) << 8) | (((w) & 0xff00) >> 8) argument
|
/lk-master/dev/usb/class/bulktest/ |
A D | bulktest.c | 27 #define W(w) (w & 0xff), (w >> 8) argument 28 #define W3(w) (w & 0xff), ((w >> 8) & 0xff), ((w >> 16) & 0xff) argument
|
/lk-master/target/nucleo-f072rb/ |
A D | usb.c | 23 #define W(w) (w & 0xff), (w >> 8) argument 24 #define W3(w) (w & 0xff), ((w >> 8) & 0xff), ((w >> 16) & 0xff) argument
|
/lk-master/dev/usb/class/cdcserial/ |
A D | cdcserial.c | 23 #define W(w) (w & 0xff), (w >> 8) argument 24 #define W3(w) (w & 0xff), ((w >> 8) & 0xff), ((w >> 16) & 0xff) argument
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | crypto.c | 367 uint32_t w[4]; in CRYPTOCcmAuthEncrypt() member 690 uint32_t w[4]; in CRYPTOCcmInvAuthDecrypt() member
|
/lk-master/app/moot/ |
A D | usbboot.c | 33 #define W(w) (w & 0xff), (w >> 8) argument 34 #define W3(w) (w & 0xff), ((w >> 8) & 0xff), ((w >> 16) & 0xff) argument
|
/lk-master/external/lib/libm/ |
A D | k_cosf.c | 39 double r, w, z; in __kernel_cosdf() local
|
A D | k_sinf.c | 38 double r, s, w, z; in __kernel_sindf() local
|
A D | k_tanf.c | 41 double z,r,w,s,t,u; in __kernel_tandf() local
|
A D | k_cos.c | 71 double hz,z,r,w; in __kernel_cos() local
|
A D | k_sin.c | 62 double z,r,v,w; in __kernel_sin() local
|
A D | s_atan.c | 76 double w,s1,s2,z; in atan() local
|
A D | e_rem_pio2f.c | 49 double w,r,fn; in __ieee754_rem_pio2f() local
|
A D | k_tan.c | 81 double z, r, v, w, s; in __kernel_tan() local
|
A D | e_acos.c | 64 double z,p,q,r,w,s,c,df; in __ieee754_acos() local
|
A D | e_acosf.c | 42 float z,p,q,r,w,s,c,df; in __ieee754_acosf() local
|
A D | e_asin.c | 73 double t=0.0,w,p,q,c,r,s; in __ieee754_asin() local
|
A D | e_asinf.c | 44 float t=0.0,w,p,q,c,r,s; in __ieee754_asinf() local
|
/lk-master/platform/pc/ |
A D | console.c | 140 unsigned short w = attr; in _clear() local 162 unsigned short xattr = attr << 8,w; in _scroll() local
|
/lk-master/external/arch/arm/arm-m/CMSIS/Include/ |
A D | core_cm0.h | 209 uint32_t w; /*!< Type used for word access */ member 236 uint32_t w; /*!< Type used for word access */ member 260 uint32_t w; /*!< Type used for word access */ member 294 uint32_t w; /*!< Type used for word access */ member
|
A D | core_cm1.h | 209 uint32_t w; /*!< Type used for word access */ member 236 uint32_t w; /*!< Type used for word access */ member 260 uint32_t w; /*!< Type used for word access */ member 294 uint32_t w; /*!< Type used for word access */ member
|