Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 47) sorted by relevance

12

/lk-master/app/usbtest/
A Ddescriptor.c10 #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 Dusb.c21 #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 Dusb.c17 #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 Dusb.c22 #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 Dinet_chksum.h44 #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 Dbulktest.c27 #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 Dusb.c23 #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 Dcdcserial.c23 #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 Dcrypto.c367 uint32_t w[4]; in CRYPTOCcmAuthEncrypt() member
690 uint32_t w[4]; in CRYPTOCcmInvAuthDecrypt() member
/lk-master/app/moot/
A Dusbboot.c33 #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 Dk_cosf.c39 double r, w, z; in __kernel_cosdf() local
A Dk_sinf.c38 double r, s, w, z; in __kernel_sindf() local
A Dk_tanf.c41 double z,r,w,s,t,u; in __kernel_tandf() local
A Dk_cos.c71 double hz,z,r,w; in __kernel_cos() local
A Dk_sin.c62 double z,r,v,w; in __kernel_sin() local
A Ds_atan.c76 double w,s1,s2,z; in atan() local
A De_rem_pio2f.c49 double w,r,fn; in __ieee754_rem_pio2f() local
A Dk_tan.c81 double z, r, v, w, s; in __kernel_tan() local
A De_acos.c64 double z,p,q,r,w,s,c,df; in __ieee754_acos() local
A De_acosf.c42 float z,p,q,r,w,s,c,df; in __ieee754_acosf() local
A De_asin.c73 double t=0.0,w,p,q,c,r,s; in __ieee754_asin() local
A De_asinf.c44 float t=0.0,w,p,q,c,r,s; in __ieee754_asinf() local
/lk-master/platform/pc/
A Dconsole.c140 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 Dcore_cm0.h209 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 Dcore_cm1.h209 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

Completed in 27 milliseconds

12