/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_bitops.h | 6 #define BIT_MASK(nr) (1UL << ((nr) % BITS_PER_LONG)) argument 7 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) argument 10 #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) argument 27 static inline void __clear_bit(int nr, volatile unsigned long *addr) in __clear_bit() 35 static inline void __set_bit(int nr, volatile unsigned long *addr) in __set_bit() 44 set_bit(unsigned long nr, volatile void * addr) in set_bit() 52 clear_bit(unsigned long nr, volatile void * addr) in clear_bit() 60 test_bit(unsigned long nr, volatile void * addr) in test_bit() 69 test_and_set_bit(unsigned long nr, volatile void * addr) in test_and_set_bit() 80 test_and_clear_bit(unsigned long nr, volatile void * addr) in test_and_clear_bit()
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_bitmap.h | 22 #define BITMAP_MASK(nr) (1UL << (BITMAP_UNIT_MASK - ((nr) & BITMAP_UNIT_MASK))) argument 23 #define BITMAP_WORD(nr) ((nr) >> BITMAP_UNIT_BITS) argument 119 RHINO_INLINE void krhino_bitmap_set(uint32_t *bitmap, int32_t nr) in krhino_bitmap_set() 132 RHINO_INLINE void krhino_bitmap_clear(uint32_t *bitmap, int32_t nr) in krhino_bitmap_clear() 146 int32_t nr = 0; in krhino_bitmap_first() local
|
/AliOS-Things-master/components/a2sa/internal/driver/core/ |
A D | audio_drv.h | 24 #define _IOC(dir,type,nr,size) (((dir) << 30) | \ argument 35 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 36 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 37 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 38 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(s… argument
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | camellia.h | 65 int nr; /*!< number of rounds */ member
|
A D | aria.h | 78 unsigned char nr; /*!< The number of rounds (12, 14 or 16) */ member
|
A D | aes.h | 88 int nr; /*!< The number of rounds. */ member
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | misc_aes.py | 113 def aes_state(state, w, temp, nr): argument 124 def aes_key_expansion(key, w, temp, nk, nr): argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | rom_aes.h | 16 int nr; /* number of rounds */ member
|
/AliOS-Things-master/components/py_engine/tests/thread/ |
A D | stress_aes.py | 129 def aes_state(state, w, temp, nr): argument 140 def aes_key_expansion(key, w, temp, nk, nr): argument
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_aes.h | 42 int nr; /*!< number of rounds */ member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | aesni.c | 259 const unsigned char *fwdkey, int nr ) in mbedtls_aesni_inverse_key()
|
A D | x509.c | 801 size_t i, n, nr; in mbedtls_x509_serial_gets() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppol2tp.c | 344 u16_t hflags, hlen, len=0, tunnel_id=0, session_id=0, ns=0, nr=0, offset=0; in pppol2tp_input() local 483 …ol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) { in pppol2tp_dispatch_control_packet()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | rgb2ycbcr.c | 270 uint32 nr = (y > nrows ? nrows : y); in cvtRaster() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | net_defs.h | 61 #define BIT(nr) (1UL << (nr)) argument
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 89 #define test_bit(nr, addr) \ argument
|
/AliOS-Things-master/components/SDL2/src/joystick/linux/ |
A D | SDL_sysjoystick.c | 115 #define test_bit(nr, addr) \ argument
|
/AliOS-Things-master/components/ble_host/include/ |
A D | ble_os_port.h | 279 #define BIT(nr) (1UL << (nr)) argument
|