Home
last modified time | relevance | path

Searched refs:s (Results 1 – 6 of 6) sorted by relevance

/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/common/
Dcompiler.h39 #define _attribute_aligned_(s) __attribute__((aligned(s))) argument
42 #define _attribute_session_(s) __attribute__((section(s))) argument
Dbit.h34 #define BIT_RNG(s, e) (BIT_MASK_LEN((e)-(s)+1) << (s)) argument
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/stack/ble/hci/
Dhci_const.h236 #define HCI_EVT_CMDSTATUS(n,c,g,s) ((s) | (n<<8) | (c<<16) | (g<<24)) argument
237 #define HCI_EVT_CMD_COMPLETE_STATUS(n,c,g,s) ((n<<0) | (c<<8) | (g<<16) | (s<<24)) argument
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/common/
Dutility.h50 #define OFFSETOF(s, m) ((unsigned int) &((s *)0)->m) argument
101 #define foreach_range(i, s, e) for(int i = (s); i < (e); ++i) argument
169 void my_fifo_init (my_fifo_t *f, int s, u8 n, u8 *p);
Dutility.c86 void my_fifo_init (my_fifo_t *f, int s, u8 n, u8 *p) in my_fifo_init() argument
88 f->size = s; in my_fifo_init()
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/ble/algorithm/crypto/
Dcrypto_alg.h152 void blt_crypto_alg_h8 (unsigned char *r, unsigned char k[16], unsigned char s[16], unsigned cha…