Searched refs:TYPE (Results 1 - 25 of 221) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/bugs/
H A Dalpha.c72 #define TYPE unsigned int macro
75 TYPE *a;
76 TYPE b;
83 TYPE data[5] = { 1L, 2L, 3L, 4L, 5L };
84 TYPE *p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/bugs/
H A Dalpha.c72 #define TYPE unsigned int macro
75 TYPE *a;
76 TYPE b;
83 TYPE data[5] = { 1L, 2L, 3L, 4L, 5L };
84 TYPE *p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/bugs/
H A Dalpha.c70 #define TYPE unsigned int macro
73 TYPE *a;
74 TYPE b;
81 TYPE data[5]={1L,2L,3L,4L,5L};
82 TYPE *p;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DScopedPtr.h39 template <typename TYPE>
44 CScopedPtr(TYPE* ptr)
50 m_ptr = new TYPE;
58 TYPE& operator*() const { return *m_ptr; }
59 TYPE* operator->() const { return m_ptr; }
64 TYPE* get() const { return m_ptr; }
67 void reset(TYPE* ptr = 0) { delete m_ptr; m_ptr = ptr; }
70 TYPE* release()
72 TYPE* ptr = m_ptr;
80 CScopedPtr(const CScopedPtr<TYPE>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstddef.h22 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
24 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Dfeature-fixups-test.S175 #define MAKE_MACRO_TEST(TYPE) \
176 globl(ftr_fixup_test_ ##TYPE##_macros) \
179 BEGIN_##TYPE##_SECTION \
183 END_##TYPE##_SECTION(0, 1) \
187 BEGIN_##TYPE##_SECTION \
191 END_##TYPE##_SECTION(0, 0) \
195 BEGIN_##TYPE##_SECTION \
198 BEGIN_##TYPE##_SECTION_NESTED(80) \
201 END_##TYPE##_SECTION_NESTED(0, 1, 80) \
204 END_##TYPE##_SECTIO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dgetent_r.sh9 TYPE=$1
11 FILES="/tmp/${TYPE}_r-${ID}.out-*"
21 SORTED="/tmp/${TYPE}_r-${ID}.out-*.sorted"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleBinding.java48 addPrimitive(Character.class, Character.TYPE, new CharacterBinding());
49 addPrimitive(Boolean.class, Boolean.TYPE, new BooleanBinding());
50 addPrimitive(Byte.class, Byte.TYPE, new ByteBinding());
51 addPrimitive(Short.class, Short.TYPE, new ShortBinding());
52 addPrimitive(Integer.class, Integer.TYPE, new IntegerBinding());
53 addPrimitive(Long.class, Long.TYPE, new LongBinding());
54 addPrimitive(Float.class, Float.TYPE, new FloatBinding());
55 addPrimitive(Double.class, Double.TYPE, new DoubleBinding());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dasm.h9 #define BRANCH32(TYPE, PREDICT, DEST) \
10 TYPE,PREDICT %icc, DEST
11 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \
12 TYPE,a,PREDICT %icc, DEST
22 #define BRANCH32(TYPE, PREDICT, DEST) \
23 TYPE DEST
24 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \
25 TYPE,a DEST
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_stddef.h12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_conv.h42 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dport.h45 #define GLOBALDATA(TYPE,NAME) extern TYPE NAME
H A Dtiffcomp.h177 #define GLOBALDATA(TYPE,NAME) extern noshare TYPE NAME
180 #define GLOBALDATA(TYPE,NAME) extern TYPE NAME \
184 #define GLOBALDATA(TYPE,NAME) extern TYPE NAME
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DPersistent.java11 import static java.lang.annotation.ElementType.TYPE;
24 @Documented @Retention(RUNTIME) @Target(TYPE)
H A DEntity.java11 import static java.lang.annotation.ElementType.TYPE;
225 @Documented @Retention(RUNTIME) @Target(TYPE)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlinux_stddef.h12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlinux_stddef.h12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_btree.h63 #define BT_PAGE(IP, MP, TYPE, ROOT)\
64 (BT_IS_ROOT(MP) ? (TYPE *)&JFS_IP(IP)->ROOT : (TYPE *)(MP)->data)
67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\
72 P = (TYPE *)&JFS_IP(IP)->ROOT;\
155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\
160 P = (TYPE *)MP->data;\
162 P = (TYPE *)&JFS_IP(IP)->ROOT;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/infback9/
H A Dinflate9.h13 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon4128
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
31 LEN -> LEN or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h13 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon7237
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
31 LEN -> LEN or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h13 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon7455
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
31 LEN -> LEN or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinflate9.h13 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon2749
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
31 LEN -> LEN or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/math-emu/
H A Dmath_32.c281 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6) macro
297 case FSQRTQ: TYPE(3,3,1,3,1,0,0); break;
301 case FDIVQ: TYPE(3,3,1,3,1,3,1); break;
302 case FDMULQ: TYPE(3,3,1,2,1,2,1); break;
303 case FQTOS: TYPE(3,1,1,3,1,0,0); break;
304 case FQTOD: TYPE(3,2,1,3,1,0,0); break;
305 case FITOQ: TYPE(3,3,1,1,0,0,0); break;
306 case FSTOQ: TYPE(3,3,1,1,1,0,0); break;
307 case FDTOQ: TYPE(3,3,1,2,1,0,0); break;
308 case FQTOI: TYPE(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dsupport.h60 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.h32 #define IOC_ALLOC(P,TYPE,SIZE) \
35 P = (TYPE *) malloc(SIZE); \

Completed in 287 milliseconds

123456789