Searched refs:ptr (Results 176 - 200 of 1967) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-nvram.c34 #define eeprom_cs_on(ptr) ({ \
35 *ptr &= ~EEPROM_DATO; \
36 *ptr &= ~EEPROM_ECLK; \
37 *ptr &= ~EEPROM_EPROT; \
39 *ptr |= EEPROM_CSEL; \
40 *ptr |= EEPROM_ECLK; })
43 #define eeprom_cs_off(ptr) ({ \
44 *ptr &= ~EEPROM_ECLK; \
45 *ptr &= ~EEPROM_CSEL; \
46 *ptr |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dscsi.h27 sg_set_buf(sg, SCp->ptr, SCp->this_residual);
41 SCp->ptr = (char *)
46 SCp->ptr = NULL;
54 char c = *SCp->ptr;
56 SCp->ptr += 1;
64 *SCp->ptr = c;
65 SCp->ptr += 1;
79 SCpnt->SCp.ptr = (char *)
100 SCpnt->SCp.ptr = (unsigned char *)SCpnt->request_buffer;
109 if (SCpnt->SCp.this_residual == 0 && SCpnt->SCp.ptr) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Duaccess.h116 * @ptr: Destination address, in user space.
124 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
125 * to the result of dereferencing @ptr.
129 #define put_user(x,ptr) \
130 __put_user_check((x),(ptr),sizeof(*(ptr)))
135 * @ptr: Source address, in user space.
143 * @ptr must have pointer-to-simple-variable type, and the result of
144 * dereferencing @ptr must be assignable to @x without a cast.
149 #define get_user(x,ptr) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Duaccess.h116 * @ptr: Destination address, in user space.
124 * @ptr must have pointer-to-simple-variable type, and @x must be assignable
125 * to the result of dereferencing @ptr.
129 #define put_user(x,ptr) \
130 __put_user_check((x),(ptr),sizeof(*(ptr)))
135 * @ptr: Source address, in user space.
143 * @ptr must have pointer-to-simple-variable type, and the result of
144 * dereferencing @ptr must be assignable to @x without a cast.
149 #define get_user(x,ptr) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_stddef.h18 * @ptr: the pointer to the member.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dcow_sys.h14 static inline void cow_free(void *ptr) argument
16 kfree(ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dhighmem.c35 struct page *kmap_atomic_to_page(void *ptr) argument
37 return virt_to_page(ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_tags.c69 int FPU_Special(FPU_REG const *ptr) argument
71 int exp = exponent(ptr);
77 else if ( (ptr->sigh == 0x80000000) && (ptr->sigl == 0) )
83 int isNaN(FPU_REG const *ptr) argument
85 return ( (exponent(ptr) == EXP_BIAS+EXP_OVER)
86 && !((ptr->sigh == 0x80000000) && (ptr->sigl == 0)) );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dsystem.h7 * switch_to(n) should switch tasks to task ptr, first checking that
8 * ptr isn't the current task, in which case it does nothing. This
100 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
105 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) argument
116 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr)) : "memory");
122 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr)) : "memory");
128 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlinux_stddef.h18 * @ptr: the pointer to the member.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfield.c62 field->latin1.ptr = 0;
71 field->string.ptr = 0;
122 if (field->latin1.ptr)
123 free(field->latin1.ptr);
136 if (field->string.ptr)
137 free(field->string.ptr);
173 int id3_field_parse(union id3_field *field, id3_byte_t const **ptr, argument
185 field->number.value = id3_parse_uint(ptr, 4);
192 field->number.value = id3_parse_uint(ptr, 3);
199 field->number.value = id3_parse_uint(ptr,
337 id3_field_render(union id3_field const *field, id3_byte_t **ptr, enum id3_field_textencoding *encoding, int terminate) argument
495 id3_latin1_t const *ptr; local
554 id3_ucs4_t const *ptr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfield.c62 field->latin1.ptr = 0;
71 field->string.ptr = 0;
122 if (field->latin1.ptr)
123 free(field->latin1.ptr);
136 if (field->string.ptr)
137 free(field->string.ptr);
173 int id3_field_parse(union id3_field *field, id3_byte_t const **ptr, argument
185 field->number.value = id3_parse_uint(ptr, 4);
192 field->number.value = id3_parse_uint(ptr, 3);
199 field->number.value = id3_parse_uint(ptr,
337 id3_field_render(union id3_field const *field, id3_byte_t **ptr, enum id3_field_textencoding *encoding, int terminate) argument
495 id3_latin1_t const *ptr; local
554 id3_ucs4_t const *ptr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Duaccess.h85 #define __get_user_x(size,ret,x,ptr) \
88 :"c" (ptr) \
92 #define get_user(x,ptr) \
95 __chk_user_ptr(ptr); \
96 switch(sizeof (*(ptr))) { \
97 case 1: __get_user_x(1,__ret_gu,__val_gu,ptr); break; \
98 case 2: __get_user_x(2,__ret_gu,__val_gu,ptr); break; \
99 case 4: __get_user_x(4,__ret_gu,__val_gu,ptr); break; \
100 case 8: __get_user_x(8,__ret_gu,__val_gu,ptr); break; \
103 (x) = (typeof(*(ptr)))__val_g
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmbchar.h163 const char *ptr; /* pointer to current character */ member in struct:mbchar
176 #define mb_ptr(mbc) ((mbc).ptr)
190 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
192 ? (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) > 0 ? 1 : -1) \
193 : (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc2).bytes) >= 0 ? 1 : -1)))
202 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_hdr.c38 static char *parse_filename(const char *ptr, size_t len);
44 size_t tool_header_cb(void *ptr, size_t size, size_t nmemb, void *userdata) argument
47 const char *str = ptr;
49 const char *end = (char*)ptr + cb;
116 static char *parse_filename(const char *ptr, size_t len) argument
127 memcpy(copy, ptr, len);
H A Dtool_msgs.c46 char *ptr; local
53 ptr = print_buffer;
60 while(!ISSPACE(ptr[cut]) && cut) {
68 (void)fwrite(ptr, cut + 1, 1, config->errors);
70 ptr += cut+1; /* skip the space too */
74 fputs(ptr, config->errors);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Davstring.c28 int av_strstart(const char *str, const char *pfx, const char **ptr) argument
34 if (!*pfx && ptr)
35 *ptr = str;
39 int av_stristart(const char *str, const char *pfx, const char **ptr) argument
45 if (!*pfx && ptr)
46 *ptr = str;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dljpegenc.c71 uint8_t *ptr = p->data[0] + (linesize * y); local
82 buffer[x][1] = ptr[4*x+0] - ptr[4*x+1] + 0x100;
83 buffer[x][2] = ptr[4*x+2] - ptr[4*x+1] + 0x100;
84 buffer[x][0] = (ptr[4*x+0] + 2*ptr[4*x+1] + ptr[4*x+2])>>2;
118 uint8_t *ptr; local
128 ptr
152 uint8_t *ptr; local
[all...]
H A Drle.c57 int ff_rle_encode(uint8_t *outbuf, int out_size, const uint8_t *ptr , int bpp, int w,
65 if((count = count_pixels(ptr, w-x, bpp, 1)) > 1) {
68 memcpy(out, ptr, bpp);
72 count = count_pixels(ptr, w-x, bpp, 0);
76 memcpy(out, ptr, bpp * count);
80 ptr += count * bpp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h53 #define MTHCA_INIT_DOORBELL_LOCK(ptr) do { } while (0)
54 #define MTHCA_GET_DOORBELL_LOCK(ptr) (NULL)
81 #define MTHCA_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
82 #define MTHCA_GET_DOORBELL_LOCK(ptr) (ptr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dsystem.h39 #define xchg(ptr,x) \
40 ((__typeof__(*(ptr)))__xchg((unsigned long) (x),(ptr),sizeof(*(ptr))))
42 #define tas(ptr) (xchg((ptr),1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mlx4/
H A Ddoorbell.h52 #define MLX4_INIT_DOORBELL_LOCK(ptr) do { } while (0)
53 #define MLX4_GET_DOORBELL_LOCK(ptr) (NULL)
75 #define MLX4_INIT_DOORBELL_LOCK(ptr) spin_lock_init(ptr)
76 #define MLX4_GET_DOORBELL_LOCK(ptr) (ptr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dradix-tree.h38 static inline void *radix_tree_ptr_to_direct(void *ptr) argument
40 return (void *)((unsigned long)ptr | RADIX_TREE_DIRECT_PTR);
43 static inline void *radix_tree_direct_to_ptr(void *ptr) argument
45 return (void *)((unsigned long)ptr & ~RADIX_TREE_DIRECT_PTR);
48 static inline int radix_tree_is_direct_ptr(void *ptr) argument
50 return (int)((unsigned long)ptr & RADIX_TREE_DIRECT_PTR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbchar.h163 const char *ptr; /* pointer to current character */ member in struct:mbchar
176 #define mb_ptr(mbc) ((mbc).ptr)
190 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
192 ? (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) > 0 ? 1 : -1) \
193 : (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc2).bytes) >= 0 ? 1 : -1)))
202 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.h57 static inline float *_point(vqgen *v,long ptr){ argument
58 return v->pointlist+((v->elements+v->aux)*ptr);
61 static inline float *_aux(vqgen *v,long ptr){ argument
62 return _point(v,ptr)+v->aux;
65 static inline float *_now(vqgen *v,long ptr){ argument
66 return v->entrylist+(v->elements*ptr);

Completed in 242 milliseconds

1234567891011>>