Searched refs:s (Results 1 – 6 of 6) sorted by relevance
/hal_telink-3.6.0-3.5.0-3.4.0/tlsr9/common/ |
D | compiler.h | 39 #define _attribute_aligned_(s) __attribute__((aligned(s))) argument 42 #define _attribute_session_(s) __attribute__((section(s))) argument
|
D | bit.h | 34 #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/ |
D | hci_const.h | 236 #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/ |
D | utility.h | 50 #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);
|
D | utility.c | 86 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/ |
D | crypto_alg.h | 152 void blt_crypto_alg_h8 (unsigned char *r, unsigned char k[16], unsigned char s[16], unsigned cha…
|