Searched refs:TYPE (Results 26 - 50 of 221) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dinit2.c198 { "_QName", TYPE },
199 { "_XML", TYPE },
200 { "std::string", TYPE },
201 { "std::wstring", TYPE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java217 if (c == Integer.TYPE) {
219 } else if (c == Void.TYPE) {
221 } else if (c == Boolean.TYPE) {
223 } else if (c == Byte.TYPE) {
225 } else if (c == Character.TYPE) {
227 } else if (c == Short.TYPE) {
229 } else if (c == Double.TYPE) {
231 } else if (c == Float.TYPE) {
233 } else /* if (c == Long.TYPE) */{
594 if (d == Integer.TYPE) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DSimpleCatalog.java39 keywordToPrimitive.put("boolean", Boolean.TYPE);
40 keywordToPrimitive.put("char", Character.TYPE);
41 keywordToPrimitive.put("byte", Byte.TYPE);
42 keywordToPrimitive.put("short", Short.TYPE);
43 keywordToPrimitive.put("int", Integer.TYPE);
44 keywordToPrimitive.put("long", Long.TYPE);
45 keywordToPrimitive.put("float", Float.TYPE);
46 keywordToPrimitive.put("double", Double.TYPE);
52 primitiveTypeToWrapper.put(Boolean.TYPE, Boolean.class);
53 primitiveTypeToWrapper.put(Character.TYPE, Characte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dinit2.c198 { "_QName", TYPE },
199 { "_XML", TYPE },
200 { "std::string", TYPE },
201 { "std::wstring", TYPE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dinit2.c198 { "_QName", TYPE },
199 { "_XML", TYPE },
200 { "std::string", TYPE },
201 { "std::wstring", TYPE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dinit2.c198 { "_QName", TYPE },
199 { "_XML", TYPE },
200 { "std::string", TYPE },
201 { "std::wstring", TYPE },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/math-emu/
H A Dmath_64.c171 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << 8) | (r << 6) | (ftt << 9) macro
193 case FABSQ: TYPE(3,3,0,3,0,0,0); break;
194 case FSQRTQ: TYPE(3,3,1,3,1,0,0); break;
198 case FDIVQ: TYPE(3,3,1,3,1,3,1); break;
199 case FDMULQ: TYPE(3,3,1,2,1,2,1); break;
200 case FQTOX: TYPE(3,2,0,3,1,0,0); break;
201 case FXTOQ: TYPE(3,3,1,2,0,0,0); break;
202 case FQTOS: TYPE(3,1,1,3,1,0,0); break;
203 case FQTOD: TYPE(3,2,1,3,1,0,0); break;
204 case FITOQ: TYPE(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dmatch.h98 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TYPE, NTOHX) \
101 TYPE *__t = (TYPE *) TABLE; \
102 TYPE *__b = (TYPE *) BLOB; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.h136 #define BGP_INFO_ADD(N,A,TYPE) \
139 (A)->next = (N)->TYPE; \
140 if ((N)->TYPE) \
141 (N)->TYPE->prev = (A); \
142 (N)->TYPE = (A); \
145 #define BGP_INFO_DEL(N,A,TYPE) \
152 (N)->TYPE = (A)->next; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dcommon.h93 #define SREALLOC(S, TYPE, SIZE) do { \
94 TYPE *_p_; \
97 if ((S = (TYPE *) realloc(S, (SIZE))) == NULL) { \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/wins_hook/
H A Ddns_update62 TYPE=$3
70 [ "$TYPE" = "$i" ] && do_update=1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_conv.c38 return (TYPE(h) == P_BTREEMETA ? __bam_mswap(dbp->env, pp) :
64 return (TYPE(h) == P_BTREEMETA ? __bam_mswap(dbp->env, pp) :
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx.h210 #define CVMX_BUILD_WRITE64(TYPE, ST) \
211 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
213 *CASTPTR(volatile TYPE##_t, addr) = val; \
224 #define CVMX_BUILD_READ64(TYPE, LT) \
225 static inline TYPE##_t cvmx_read64_##TYPE(uint64_t addr) \
227 return *CASTPTR(volatile TYPE##_t, addr); \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/path_id/
H A Dpath_id16 TYPE=
43 TYPE="`pwd -P`"
45 TYPE="${TYPE##*/}"
48 TYPE="${DEVPATH#/class/}"
49 TYPE="${TYPE%%/*}"
52 TYPE=block
437 if [ "$subsys" = "$TYPE" ]; then
444 if [ "$subsys" = "$TYPE" ]; the
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dqsort.c50 #define swapcode(TYPE, parmi, parmj, n) { \
51 long i = (n) / sizeof(TYPE); \
52 register TYPE *pi = (TYPE *) (parmi); \
53 register TYPE *pj = (TYPE *) (parmj); \
55 register TYPE t = *pi; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dalsa-audio-common.c65 #define REORDER_OUT_50(NAME, TYPE) \
68 const TYPE *in = in_v; \
69 TYPE *out = out_v; \
82 #define REORDER_OUT_51(NAME, TYPE) \
85 const TYPE *in = in_v; \
86 TYPE *out = out_v; \
100 #define REORDER_OUT_71(NAME, TYPE) \
103 const TYPE *in = in_v; \
104 TYPE *out = out_v; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon4144
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon801
61 NAME -> COMMENT -> HCRC -> TYPE
62 (zlib) -> DICTID or TYPE
63 DICTID -> DICT -> TYPE
65 TYPE -> STORED or TABLE or LEN or CHECK
66 STORED -> COPY -> TYPE
69 LEN -> LENEXT or LIT or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon7253
61 NAME -> COMMENT -> HCRC -> TYPE
62 (zlib) -> DICTID or TYPE
63 DICTID -> DICT -> TYPE
65 TYPE -> STORED or TABLE or LEN or CHECK
66 STORED -> COPY -> TYPE
69 LEN -> LENEXT or LIT or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon7471
61 NAME -> COMMENT -> HCRC -> TYPE
62 (zlib) -> DICTID or TYPE
63 DICTID -> DICT -> TYPE
65 TYPE -> STORED or TABLE or LEN or CHECK
66 STORED -> COPY -> TYPE
69 LEN -> LENEXT or LIT or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_32.c228 #define FREESEC(TYPE) \
229 free_sec((unsigned long)(&__ ## TYPE ## _begin), \
230 (unsigned long)(&__ ## TYPE ## _end), \
231 #TYPE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/selinux/
H A Dinstall_policy.sh41 TYPE=`cat /etc/selinux/config | grep "^SELINUXTYPE" | tail -1 | awk -F= '{ print $2 '}`
42 if [ "eq$TYPE" != "eqdummy" ]; then
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinflate.h27 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon18835
56 NAME -> COMMENT -> HCRC -> TYPE
57 (zlib) -> DICTID or TYPE
58 DICTID -> DICT -> TYPE
60 TYPE -> STORED or TABLE or LEN or CHECK
61 STORED -> COPY -> TYPE
64 LEN -> LENEXT or LIT or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon2765
63 HCRC -> TYPE
64 (zlib) -> DICTID or TYPE
65 DICTID -> DICT -> TYPE
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
73 LEN -> LENEXT or LIT or TYPE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvidc.c410 #define TYPE(fmt,ch) (((fmt)<<2) | ((ch)&3)) macro
412 switch (TYPE(format, channels)) {
414 case TYPE(AFMT_U8, 1):
418 case TYPE(AFMT_U8, 2):
422 case TYPE(AFMT_S8, 1):
426 case TYPE(AFMT_S8, 2):
430 case TYPE(AFMT_S16_LE, 1):
434 case TYPE(AFMT_S16_LE, 2):

Completed in 247 milliseconds

123456789