Searched refs:ptr (Results 226 - 250 of 7504) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-sharp/
H A DUtility.cs34 private static extern int strlen (IntPtr ptr); argument
42 public static string PtrToString (IntPtr ptr) argument
44 if (ptr == IntPtr.Zero)
47 int len = strlen (ptr);
49 Marshal.Copy (ptr, bytes, 0, len);
53 public static string PtrToStringFree (IntPtr ptr) argument
55 if (ptr == IntPtr.Zero)
58 string ret = PtrToString (ptr);
59 Free (ptr);
83 public static void Free (IntPtr ptr) argument
98 PtrToAddress(IntPtr ptr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/lib/
H A Dmemcpy.S20 .macro ldr1w ptr reg abort
21 W(ldr) \reg, [\ptr], #4
24 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort
25 ldmia \ptr!, {\reg1, \reg2, \reg3, \reg4}
28 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
29 ldmia \ptr!, {\reg1, \reg2, \reg3, \reg4, \reg5, \reg6, \reg7, \reg8}
32 .macro ldr1b ptr reg cond=al abort
33 ldr\cond\()b \reg, [\ptr], #1
36 .macro str1w ptr reg abort
37 W(str) \reg, [\ptr], #
[all...]
H A Dcopy_from_user.S43 .macro ldr1w ptr reg abort
44 ldrusr \reg, \ptr, 4, abort=\abort
47 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort
48 ldr1w \ptr, \reg1, \abort
49 ldr1w \ptr, \reg2, \abort
50 ldr1w \ptr, \reg3, \abort
51 ldr1w \ptr, \reg4, \abort
54 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
55 ldr4w \ptr, \reg1, \reg2, \reg3, \reg4, \abort
56 ldr4w \ptr, \reg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/include/asm/
H A Dsystem.h9 * switch_to(n) should switch tasks to task ptr, first checking that
10 * ptr isn't the current task, in which case it does nothing. This
101 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
106 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) argument
117 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr)) : "memory");
123 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr)) : "memory");
129 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dsystem.h9 * switch_to(n) should switch tasks to task ptr, first checking that
10 * ptr isn't the current task, in which case it does nothing. This
101 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
106 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) argument
117 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr)) : "memory");
123 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr)) : "memory");
129 : "=&r" (tmp) : "r" (x), "m" (*__xg(ptr))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/lib/
H A Dmemcpy.S20 .macro ldr1w ptr reg abort
21 W(ldr) \reg, [\ptr], #4
24 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort
25 ldmia \ptr!, {\reg1, \reg2, \reg3, \reg4}
28 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
29 ldmia \ptr!, {\reg1, \reg2, \reg3, \reg4, \reg5, \reg6, \reg7, \reg8}
32 .macro ldr1b ptr reg cond=al abort
33 ldr\cond\()b \reg, [\ptr], #1
36 .macro str1w ptr reg abort
37 W(str) \reg, [\ptr], #
[all...]
H A Dcopy_from_user.S43 .macro ldr1w ptr reg abort
44 ldrusr \reg, \ptr, 4, abort=\abort
47 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort
48 ldr1w \ptr, \reg1, \abort
49 ldr1w \ptr, \reg2, \abort
50 ldr1w \ptr, \reg3, \abort
51 ldr1w \ptr, \reg4, \abort
54 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort
55 ldr4w \ptr, \reg1, \reg2, \reg3, \reg4, \abort
56 ldr4w \ptr, \reg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-sharp/
H A DUtility.cs34 private static extern int strlen (IntPtr ptr); argument
42 public static string PtrToString (IntPtr ptr) argument
44 if (ptr == IntPtr.Zero)
47 int len = strlen (ptr);
49 Marshal.Copy (ptr, bytes, 0, len);
53 public static string PtrToStringFree (IntPtr ptr) argument
55 if (ptr == IntPtr.Zero)
58 string ret = PtrToString (ptr);
59 Free (ptr);
83 public static void Free (IntPtr ptr) argument
98 PtrToAddress(IntPtr ptr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dmemory.h48 #define XREALLOC(mtype, ptr, size) \
49 mtype_zrealloc (__FILE__, __LINE__, (mtype), (ptr), (size))
50 #define XFREE(mtype, ptr) \
52 mtype_zfree (__FILE__, __LINE__, (mtype), (ptr)); \
53 ptr = NULL; } \
60 #define XREALLOC(mtype, ptr, size) zrealloc ((mtype), (ptr), (size))
61 #define XFREE(mtype, ptr) do { \
62 zfree ((mtype), (ptr)); \
63 ptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-sharp/
H A DUtility.cs34 private static extern int strlen (IntPtr ptr); argument
42 public static string PtrToString (IntPtr ptr) argument
44 if (ptr == IntPtr.Zero)
47 int len = strlen (ptr);
49 Marshal.Copy (ptr, bytes, 0, len);
53 public static string PtrToStringFree (IntPtr ptr) argument
55 if (ptr == IntPtr.Zero)
58 string ret = PtrToString (ptr);
59 Free (ptr);
83 public static void Free (IntPtr ptr) argument
98 PtrToAddress(IntPtr ptr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dmemory.h48 #define XREALLOC(mtype, ptr, size) \
49 mtype_zrealloc (__FILE__, __LINE__, (mtype), (ptr), (size))
50 #define XFREE(mtype, ptr) \
52 mtype_zfree (__FILE__, __LINE__, (mtype), (ptr)); \
53 ptr = NULL; } \
60 #define XREALLOC(mtype, ptr, size) zrealloc ((mtype), (ptr), (size))
61 #define XFREE(mtype, ptr) do { \
62 zfree ((mtype), (ptr)); \
63 ptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_byte_order.c109 pcre_uchar *ptr; local
151 ptr = (pcre_uchar *)re + re->name_table_offset;
163 *ptr = swap_uint16(*ptr);
164 ptr++;
169 if (HAS_EXTRALEN(ptr[-1]))
172 *ptr = swap_uint16(*ptr);
173 ptr++;
181 *ptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_byte_order.c109 pcre_uchar *ptr; local
151 ptr = (pcre_uchar *)re + re->name_table_offset;
163 *ptr = swap_uint16(*ptr);
164 ptr++;
169 if (HAS_EXTRALEN(ptr[-1]))
172 *ptr = swap_uint16(*ptr);
173 ptr++;
181 *ptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_byte_order.c109 pcre_uchar *ptr; local
151 ptr = (pcre_uchar *)re + re->name_table_offset;
163 *ptr = swap_uint16(*ptr);
164 ptr++;
169 if (HAS_EXTRALEN(ptr[-1]))
172 *ptr = swap_uint16(*ptr);
173 ptr++;
181 *ptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/sys/
H A Dreent.h167 # define _REENT_SMALL_CHECK_INIT(ptr) \
170 if ((ptr) && !(ptr)->__sdidinit) \
171 __sinit (ptr); \
175 # define _REENT_SMALL_CHECK_INIT(ptr) /* nothing */
560 # define _REENT_SIGNGAM(ptr) ((ptr)->_gamma_signgam)
561 # define _REENT_RAND_NEXT(ptr) ((ptr)->_r48->_rand_next)
562 # define _REENT_RAND48_SEED(ptr) ((pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
H A Duaccess.h83 #define put_user(x, ptr) __put_user_check((__typeof__(*(ptr))) (x), (ptr), sizeof(*(ptr)), get_fs())
84 #define get_user(x, ptr) __get_user_check((x), (ptr), sizeof(*(ptr)), get_fs())
91 #define __put_user(x, ptr) __put_user_nocheck((__typeof__(*(ptr))) (x), (ptr), sizeo
372 char * ptr; local
390 char * ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A Duaccess.h83 #define put_user(x, ptr) __put_user_check((__typeof__(*(ptr))) (x), (ptr), sizeof(*(ptr)), get_fs())
84 #define get_user(x, ptr) __get_user_check((x), (ptr), sizeof(*(ptr)), get_fs())
91 #define __put_user(x, ptr) __put_user_nocheck((__typeof__(*(ptr))) (x), (ptr), sizeo
372 char * ptr; local
390 char * ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsystem_64.h204 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
208 static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, argument
213 return xchg32(ptr, x);
215 return xchg64(ptr, x);
258 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
262 return __cmpxchg_u32(ptr, old, new);
264 return __cmpxchg_u64(ptr, ol
283 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h34 * Save area ptr (clobbered): ptr (1 byte aligned)
37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
40 xchal_sa_align \ptr, 0, 1024-8, 4, 4 variable
43 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
44 s32i \at2, \ptr, .Lxchal_ofs_ + 4 variable
48 xchal_sa_align \ptr, 0, 1024-16, 4, 4 variable
51 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
52 s32i \at2, \ptr, .Lxchal_ofs_ + 4 variable
55 s32i \at1, \ptr, variable
56 s32i \\at2, \\ptr, .Lxchal_ofs_ + 12 variable
60 xchal_sa_align \\ptr, 0, 1024-4, 4, 4 variable
62 s32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
66 xchal_sa_align \\ptr, 0, 1024-4, 4, 4 variable
68 s32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
81 xchal_sa_align \\ptr, 0, 1024-8, 4, 4 variable
82 l32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
83 l32i \\at2, \\ptr, .Lxchal_ofs_ + 4 variable
89 xchal_sa_align \\ptr, 0, 1024-16, 4, 4 variable
90 l32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
91 l32i \\at2, \\ptr, .Lxchal_ofs_ + 4 variable
94 l32i \\at1, \\ptr, .Lxchal_ofs_ + 8 variable
95 l32i \\at2, \\ptr, .Lxchal_ofs_ + 12 variable
101 xchal_sa_align \\ptr, 0, 1024-4, 4, 4 variable
102 l32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
107 xchal_sa_align \\ptr, 0, 1024-4, 4, 4 variable
108 l32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h34 * Save area ptr (clobbered): ptr (1 byte aligned)
37 .macro xchal_ncp_store ptr at1 at2 at3 at4 continue=0 ofs=-1 select=XTHAL_SAS_ALL
40 xchal_sa_align \ptr, 0, 1024-8, 4, 4 variable
43 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
44 s32i \at2, \ptr, .Lxchal_ofs_ + 4 variable
48 xchal_sa_align \ptr, 0, 1024-16, 4, 4 variable
51 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
52 s32i \at2, \ptr, .Lxchal_ofs_ + 4 variable
55 s32i \at1, \ptr, variable
56 s32i \\at2, \\ptr, .Lxchal_ofs_ + 12 variable
60 xchal_sa_align \\ptr, 0, 1024-4, 4, 4 variable
62 s32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
66 xchal_sa_align \\ptr, 0, 1024-4, 4, 4 variable
68 s32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
81 xchal_sa_align \\ptr, 0, 1024-8, 4, 4 variable
82 l32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
83 l32i \\at2, \\ptr, .Lxchal_ofs_ + 4 variable
89 xchal_sa_align \\ptr, 0, 1024-16, 4, 4 variable
90 l32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
91 l32i \\at2, \\ptr, .Lxchal_ofs_ + 4 variable
94 l32i \\at1, \\ptr, .Lxchal_ofs_ + 8 variable
95 l32i \\at2, \\ptr, .Lxchal_ofs_ + 12 variable
101 xchal_sa_align \\ptr, 0, 1024-4, 4, 4 variable
102 l32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
107 xchal_sa_align \\ptr, 0, 1024-4, 4, 4 variable
108 l32i \\at1, \\ptr, .Lxchal_ofs_ + 0 variable
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dsystem_64.h204 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
208 static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, argument
213 return xchg32(ptr, x);
215 return xchg64(ptr, x);
258 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
262 return __cmpxchg_u32(ptr, old, new);
264 return __cmpxchg_u64(ptr, ol
283 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dsystem_no.h9 * switch_to(n) should switch tasks to task ptr, first checking that
10 * ptr isn't the current task, in which case it does nothing. This
123 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
129 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) argument
140 : "=&d" (tmp) : "d" (x), "m" (*__xg(ptr)) : "memory");
146 : "=&d" (tmp) : "d" (x), "m" (*__xg(ptr)) : "memory");
152 : "=&d" (tmp) : "d" (x), "m" (*__xg(ptr))
159 __xchg(unsigned long x, volatile void * ptr, int size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsystem_no.h9 * switch_to(n) should switch tasks to task ptr, first checking that
10 * ptr isn't the current task, in which case it does nothing. This
123 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
129 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) argument
140 : "=&d" (tmp) : "d" (x), "m" (*__xg(ptr)) : "memory");
146 : "=&d" (tmp) : "d" (x), "m" (*__xg(ptr)) : "memory");
152 : "=&d" (tmp) : "d" (x), "m" (*__xg(ptr))
159 __xchg(unsigned long x, volatile void * ptr, int size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/
H A Ddirutil.c18 char *ptr = strrchr(stripslash(dup), '/'); local
19 if (ptr == NULL) return dup;
20 ptr = strdup(ptr+1);
22 return ptr;
29 char *ptr = strrchr(stripslash(dup), '/'); local
30 if (ptr == NULL) { free(dup); return strdup("."); }
31 if (ptr == dup && dup[0] == '/') ptr++;
32 *ptr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/plugins/pptp/
H A Ddirutil.c18 char *ptr = strrchr(stripslash(dup), '/'); local
19 if (ptr == NULL) return dup;
20 ptr = strdup(ptr+1);
22 return ptr;
29 char *ptr = strrchr(stripslash(dup), '/'); local
30 if (ptr == NULL) { free(dup); return strdup("."); }
31 if (ptr == dup && dup[0] == '/') ptr++;
32 *ptr
[all...]

Completed in 241 milliseconds

1234567891011>>