Searched refs:_ptr (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A DEndianFree.h33 #define ReadEF1Byte(_ptr) EF1Byte(*((u8 *)(_ptr)))
34 #define ReadEF2Byte(_ptr) EF2Byte(*((u16 *)(_ptr)))
35 #define ReadEF4Byte(_ptr) EF4Byte(*((u32 *)(_ptr)))
38 #define WriteEF1Byte(_ptr, _val) (*((u8 *)(_ptr)))=EF1Byte(_val)
39 #define WriteEF2Byte(_ptr, _val) (*((u16 *)(_ptr)))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_hashtab.h40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/
H A Dlogintest.c36 struct ns2__Network* nsNetwork = networks->_ptr[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/
H A Dlogintest.c36 struct ns2__Network* nsNetwork = networks->_ptr[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdio-impl.h76 # define fp_ ((struct { unsigned char *_ptr; \
89 # define _ptr __ptr macro
H A Dfseeko.c69 if (fp->_ptr == fp->_buffer
74 if (fp_->_ptr == fp_->_base
75 && (fp_->_ptr == NULL || fp_->_cnt == 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdio-impl.h81 # define fp_ ((struct { unsigned char *_ptr; \
94 # define _ptr __ptr macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dlogo.c31 static void memset16(void *_ptr, unsigned short val, unsigned count) argument
33 unsigned short *ptr = _ptr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtyphoon.h365 do { struct cmd_desc *_ptr = (x); \
366 memset(_ptr, 0, sizeof(struct cmd_desc)); \
367 _ptr->flags = TYPHOON_CMD_DESC | TYPHOON_DESC_VALID; \
368 _ptr->cmd = command; \
373 do { struct cmd_desc *_ptr = (x); \
374 memset(_ptr, 0, sizeof(struct cmd_desc)); \
375 _ptr->flags = TYPHOON_CMD_RESPOND | TYPHOON_CMD_DESC; \
376 _ptr->flags |= TYPHOON_DESC_VALID; \
377 _ptr->cmd = command; \
378 _ptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/usb/
H A Dffs-test.c50 static inline __u16 get_unaligned_le16(const void *_ptr) argument
52 const __u8 *ptr = _ptr;
56 static inline __u32 get_unaligned_le32(const void *_ptr) argument
58 const __u8 *ptr = _ptr;
62 static inline void put_unaligned_le16(__u16 val, void *_ptr) argument
64 __u8 *ptr = _ptr;
69 static inline void put_unaligned_le32(__u32 val, void *_ptr) argument
71 __u8 *ptr = _ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sparc/
H A Dvis.h226 static inline const void *vis_alignaddr(const void *_ptr) argument
230 ptr = _ptr;
243 static inline void vis_alignaddr_g0(void *_ptr) argument
247 ptr = _ptr;
258 static inline void *vis_alignaddrl(void *_ptr) argument
262 ptr = _ptr;
275 static inline void vis_alignaddrl_g0(void *_ptr) argument
279 ptr = _ptr;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dmin_osl.h131 ({void *_ptr; \
132 _ptr = MALLOC(osh, size); \
133 if (_ptr != NULL) {bzero(_ptr, (size));} \
134 _ptr; })
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dg10lib.h237 #define wipememory2(_ptr,_set,_len) do { \
238 volatile char *_vptr=(volatile char *)(_ptr); \
242 #define wipememory(_ptr,_len) wipememory2(_ptr,0,_len)
H A Dgcryptrnd.c74 #define wipememory2(_ptr,_set,_len) do { \
75 volatile char *_vptr=(volatile char *)(_ptr); \
79 #define wipememory(_ptr,_len) wipememory2(_ptr,0,_len)
H A Dhmac256.c114 #define my_wipememory2(_ptr,_set,_len) do { \
115 volatile char *_vptr=(volatile char *)(_ptr); \
119 #define my_wipememory(_ptr,_len) my_wipememory2(_ptr,0,_len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dg10lib.h237 #define wipememory2(_ptr,_set,_len) do { \
238 volatile char *_vptr=(volatile char *)(_ptr); \
242 #define wipememory(_ptr,_len) wipememory2(_ptr,0,_len)
H A Dgcryptrnd.c74 #define wipememory2(_ptr,_set,_len) do { \
75 volatile char *_vptr=(volatile char *)(_ptr); \
79 #define wipememory(_ptr,_len) wipememory2(_ptr,0,_len)
H A Dhmac256.c114 #define my_wipememory2(_ptr,_set,_len) do { \
115 volatile char *_vptr=(volatile char *)(_ptr); \
119 #define my_wipememory(_ptr,_len) my_wipememory2(_ptr,0,_len)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A Dmd5.c37 #define wipememory2(_ptr,_set,_len) do { volatile char *_vptr=(volatile char *)(_ptr); size_t _vlen=(_len); while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } } while(0)
38 #define wipememory(_ptr,_len) wipememory2(_ptr,0,_len)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dat32psif.c106 static irqreturn_t psif_interrupt(int irq, void *_ptr) argument
108 struct psif *psif = _ptr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Discsi_if.h374 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DCTagTest.cpp27 BLOBValue(uint32 _length, const byte* _ptr) argument
28 : std::vector<byte > (_ptr, _ptr + _length)
34 BSOBValue(uint8 _length, const byte* _ptr) argument
35 : std::vector<byte > (_ptr, _ptr + _length)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_linux.h464 #define PCI_MAP_SINGLE(_handle, _ptr, _size, _sd_idx, _dir) \
465 linux_pci_map_single(_handle, _ptr, _size, _sd_idx, _dir)
467 #define PCI_UNMAP_SINGLE(_handle, _ptr, _size, _dir) \
468 linux_pci_unmap_single(_handle, _ptr, _size, _dir)
470 #define PCI_ALLOC_CONSISTENT(_pci_dev, _size, _ptr) \
471 pci_alloc_consistent(_pci_dev, _size, _ptr)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_ok.c444 static void longswap(void *_ptr, size_t len) argument
449 unsigned char *p=_ptr,c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dbio_ok.c457 static void longswap(void *_ptr, size_t len) argument
468 unsigned char *p = _ptr, c;

Completed in 371 milliseconds

12