Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/
A Dnet_bitops.h6 #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 Dk_bitmap.h22 #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 Daudio_drv.h24 #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 Dcamellia.h65 int nr; /*!< number of rounds */ member
A Daria.h78 unsigned char nr; /*!< The number of rounds (12, 14 or 16) */ member
A Daes.h88 int nr; /*!< The number of rounds. */ member
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dmisc_aes.py113 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 Drom_aes.h16 int nr; /* number of rounds */ member
/AliOS-Things-master/components/py_engine/tests/thread/
A Dstress_aes.py129 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 Dinfra_aes.h42 int nr; /*!< number of rounds */ member
/AliOS-Things-master/components/mbedtls/library/
A Daesni.c259 const unsigned char *fwdkey, int nr ) in mbedtls_aesni_inverse_key()
A Dx509.c801 size_t i, n, nr; in mbedtls_x509_serial_gets() local
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppol2tp.c344 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 Drgb2ycbcr.c270 uint32 nr = (y > nrows ? nrows : y); in cvtRaster() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h61 #define BIT(nr) (1UL << (nr)) argument
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c89 #define test_bit(nr, addr) \ argument
/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick.c115 #define test_bit(nr, addr) \ argument
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h279 #define BIT(nr) (1UL << (nr)) argument

Completed in 22 milliseconds