Searched refs:TYPE (Results 76 - 100 of 221) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Ddomain.c501 TYPE, enumerator in enum:__anon1537
517 state = TYPE;
530 state = TYPE;
533 case TYPE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddomain.c501 TYPE, enumerator in enum:__anon6039
517 state = TYPE;
530 state = TYPE;
533 case TYPE:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_split.c197 if ((ret = __db_new(dbc, TYPE(cp->page), &lp)) != 0 ||
198 (ret = __db_new(dbc, TYPE(cp->page), &rp)) != 0)
202 cp->page->level, TYPE(cp->page));
205 cp->page->level, TYPE(cp->page));
307 cp->page->level, TYPE(cp->page));
313 cp->page->level, TYPE(cp->page));
361 if ((ret = __db_new(dbc, TYPE(cp->page), &alloc_rp)) != 0)
536 switch (TYPE(rootp)) {
758 switch (TYPE(child->page)) {
844 (TYPE(lchil
[all...]
H A Dbt_put.c148 indx + (TYPE(h) == P_LBTREE ? O_INDX : 0),
193 indx + (TYPE(h) == P_LBTREE ? O_INDX : 0));
224 TYPE(h) == P_LBTREE && op != DB_KEYFIRST &&
280 if (TYPE(h) == P_LBTREE) {
298 if (TYPE(h) == P_LBTREE) {
319 if (TYPE(h) == P_LBTREE)
330 if (TYPE(h) == P_LBTREE || TYPE(h) == P_LDUP)
396 cp->indx = TYPE(h) == P_LBTREE ? indx - O_INDX : indx;
450 bk = GET_BKEYDATA(dbp, h, indx + (TYPE(
[all...]
H A Dbt_compare.c87 switch (TYPE(h)) {
H A Dbt_rec.c19 (TYPE(pagep) == P_IBTREE || \
20 TYPE(pagep) == P_LBTREE || TYPE(pagep) == P_LDUP)
120 LEVEL(sp), TYPE(sp));
123 PGNO_INVALID, LEVEL(sp), TYPE(sp));
128 LEVEL(sp), TYPE(sp));
132 LEVEL(sp), TYPE(sp));
632 indx = argp->indx + (TYPE(pagep) == P_LBTREE ? O_INDX : 0);
639 indx = argp->indx + (TYPE(pagep) == P_LBTREE ? O_INDX : 0);
1139 LEVEL(argp->hdr.data), TYPE(arg
[all...]
H A Dbt_search.c218 adjust = TYPE(h) == P_LBTREE ? P_INDX : O_INDX;
222 else if (TYPE(h) == P_LBTREE)
531 if (TYPE(h) == P_LBTREE && NUM_ENT(h) > P_INDX) {
550 deloffset = TYPE(h) == P_LBTREE ? O_INDX : 0;
579 DB_ASSERT(env, TYPE(h) == P_LBTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h284 #define TYPE(p) (((PAGE *)p)->type) macro
328 ((TYPE(p) == P_IBTREE || TYPE(p) == P_IRECNO) ? PREV_PGNO(p) : \
329 (db_pgno_t)(TYPE(p) == P_LBTREE ? NUM_ENT(p) / 2 : NUM_ENT(p)))
349 TYPE(pg) = (pg_type); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_qpel.c410 #define LUMA_MC_OP(OP, NUM, DEPTH, TYPE, OPT) \
411 void ff_ ## OP ## _h264_qpel ## NUM ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT \
414 #define LUMA_MC_ALL(DEPTH, TYPE, OPT) \
415 LUMA_MC_OP(put, 4, DEPTH, TYPE, OPT) \
416 LUMA_MC_OP(avg, 4, DEPTH, TYPE, OPT) \
417 LUMA_MC_OP(put, 8, DEPTH, TYPE, OPT) \
418 LUMA_MC_OP(avg, 8, DEPTH, TYPE, OPT) \
419 LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
420 LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT)
422 #define LUMA_MC_816(DEPTH, TYPE, OP
[all...]
H A Dh264dsp_init.c93 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \
94 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix, \
99 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \
100 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscpdptr.tex51 (possibly incomplete) type \texttt{TYPE} you should use
54 wxDECLARE_SCOPED_PTR( TYPE, // type of the values
58 And later, when \texttt{TYPE} is fully defined, you must also use
61 wxDEFINE_SCOPED_PTR( TYPE, CLASSNAME );
76 wxDEFINE_SCOPED_PTR_TYPE( TYPE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-common.c65 #define MAKE_REORDER_FUNC(NAME, TYPE, CHANNELS, LAYOUT, MAP) \
70 const TYPE *in = in_v; \
71 TYPE *out = out_v; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/DocBook/
H A DMakefile119 xmltotemplate = xmlto TYPE $(XMLTOFLAGS) -o $(dir $@) $<
139 cmd_db2ps = $(subst TYPE,ps, $($(PS_METHOD)template))
144 cmd_db2pdf = $(subst TYPE,pdf, $($(PDF_METHOD)template))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsystem.h186 #define __CALL_PAL_R0(NAME, TYPE) \
187 extern inline TYPE NAME(void) \
189 register TYPE __r0 __asm__("$0"); \
H A Dio.h145 #define REMAP1(TYPE, NAME, QUAL) \
146 static inline TYPE generic_##NAME(QUAL void __iomem *addr) \
151 #define REMAP2(TYPE, NAME, QUAL) \
152 static inline void generic_##NAME(TYPE b, QUAL void __iomem *addr) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/infback9/
H A Dinfback9.c259 mode = TYPE;
275 case TYPE:
341 mode = TYPE;
502 mode = TYPE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c260 mode = TYPE;
277 case TYPE:
343 mode = TYPE;
495 mode = TYPE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c260 mode = TYPE;
277 case TYPE:
343 mode = TYPE;
495 mode = TYPE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinfback9.c260 mode = TYPE;
277 case TYPE:
343 mode = TYPE;
504 mode = TYPE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264dsp_mmx.c244 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \
245 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *pix, int stride, \
247 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \
248 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *pix, int stride, \
H A Dh264_qpel_mmx.c1207 #define LUMA_MC_OP(OP, NUM, DEPTH, TYPE, OPT) \
1208 void ff_ ## OP ## _h264_qpel ## NUM ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT \
1211 #define LUMA_MC_ALL(DEPTH, TYPE, OPT) \
1212 LUMA_MC_OP(put, 4, DEPTH, TYPE, OPT) \
1213 LUMA_MC_OP(avg, 4, DEPTH, TYPE, OPT) \
1214 LUMA_MC_OP(put, 8, DEPTH, TYPE, OPT) \
1215 LUMA_MC_OP(avg, 8, DEPTH, TYPE, OPT) \
1216 LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
1217 LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT)
1219 #define LUMA_MC_816(DEPTH, TYPE, OP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp247 template <typename TYPE>
258 Cfg_Tmpl( const wxString& keyname, TYPE& value, const TYPE& defaultVal )
304 TYPE temp = m_value;
333 void SetDefault(const TYPE& defaultVal)
340 TYPE& m_value;
343 TYPE m_default;
474 template <typename TYPE>
478 Cfg_Int( const wxString& keyname, TYPE& value, int defaultVal = 0 )
493 m_real_value = (TYPE)tm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/muleunit/
H A Dtest.h214 template <typename TYPE>
215 wxString StringFrom(const TYPE& value)
/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 DSimpleFormat.java127 super(primitive ? Boolean.TYPE : Boolean.class, primitive);
199 super(primitive ? Byte.TYPE : Byte.class, primitive);
276 super(primitive ? Short.TYPE : Short.class, primitive);
354 super(primitive ? Integer.TYPE : Integer.class, primitive);
434 super(primitive ? Long.TYPE : Long.class, primitive);
513 super(primitive ? Float.TYPE : Float.class, primitive);
588 super(primitive ? Double.TYPE : Double.class, primitive);
662 super(primitive ? Character.TYPE : Character.class, primitive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.c633 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
683 state->mode = hold & 0x200 ? DICTID : TYPE;
811 state->mode = TYPE;
825 state->mode = TYPE;
826 case TYPE:
895 state->mode = TYPE;
1026 if (state->mode == TYPE)
1060 state->mode = TYPE;
1247 (state->mode == TYPE ? 128 : 0) +
1416 state->mode = TYPE;
[all...]

Completed in 313 milliseconds

123456789