Searched refs:TYPE (Results 51 - 75 of 221) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Doutput.cc954 if (option[SWITCH] && !option[TYPE] && !keyword->_duplicate_link)
1002 const char * const indent = option[TYPE] || option[GLOBAL] ? "" : " ";
1016 if (option[SWITCH] && !option[TYPE] && !keyword->_duplicate_link)
1057 if (option[SWITCH] && !option[TYPE] && !keyword->_duplicate_link)
1102 if (option[TYPE])
1105 if (option[TYPE])
1113 if (option[TYPE])
1128 if (option[TYPE])
1153 if (option[TYPE])
1164 if (option[TYPE])
[all...]
H A Doptions.h40 TYPE = 1 << 0, enumerator in enum:Option_Type
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dswap.c112 #define INSWAP_LE_NUM(BITS, TYPE) \
113 void inswap_le##BITS##_num(TYPE *s, int n) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c387 #define TYPE(b) ((st->st_mode & (S_IFMT)) == (b)) macro
392 if (TYPE(S_IFBLK))
394 else if (TYPE(S_IFCHR))
396 else if (TYPE(S_IFDIR))
398 else if (TYPE(S_IFIFO))
400 else if (TYPE(S_IFREG))
402 else if (TYPE(S_IFLNK))
404 else if (TYPE(S_IFSOCK))
445 #undef TYPE macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h63 #define ISINTERNAL(p) (TYPE(p) == P_IBTREE || TYPE(p) == P_IRECNO)
64 #define ISLEAF(p) (TYPE(p) == P_LBTREE || \
65 TYPE(p) == P_LRECNO || TYPE(p) == P_LDUP)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.h52 template <class TYPE>
53 int CmpAny(const TYPE& ArgA, const TYPE& ArgB)
139 template <typename TYPE>
140 void operator()(TYPE* ptr) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_rsearch.c153 switch (TYPE(h)) {
161 if (TYPE(h) == P_LBTREE) {
322 if (TYPE(h) == P_IBTREE || TYPE(h) == P_IRECNO) {
337 if (TYPE(h) == P_IBTREE)
405 switch (TYPE(h)) {
H A Dbt_verify.c208 if (TYPE(h) != P_LRECNO) {
310 switch (TYPE(h)) {
344 if (TYPE(h) == P_IRECNO) {
410 if (TYPE(h) != P_IRECNO) {
529 switch (TYPE(h)) {
595 if ((i % P_INDX == 0) && (TYPE(h) == P_LBTREE)) {
623 if (TYPE(h) == P_IBTREE)
643 ((TYPE(h) == P_IBTREE) ?
672 if (B_DISSET(bk->type) && TYPE(h) != P_LRECNO) {
691 if (TYPE(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dcpu-regs.h32 #define __SYSREG(ADDR, TYPE) (*(volatile TYPE *)(ADDR))
33 #define __SYSREGC(ADDR, TYPE) (*(const volatile TYPE *)(ADDR))
35 #define __SYSREG(ADDR, TYPE) ADDR
36 #define __SYSREGC(ADDR, TYPE) ADDR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_egd.c135 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleBindingTest.java162 primitiveBindingTest(Character.TYPE, Character.class,
164 primitiveBindingTest(Boolean.TYPE, Boolean.class,
166 primitiveBindingTest(Byte.TYPE, Byte.class,
168 primitiveBindingTest(Short.TYPE, Short.class,
170 primitiveBindingTest(Integer.TYPE, Integer.class,
172 primitiveBindingTest(Long.TYPE, Long.class,
174 primitiveBindingTest(Float.TYPE, Float.class,
176 primitiveBindingTest(Double.TYPE, Double.class,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_egd.c133 # 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/tools/perf/util/include/linux/
H A Dkernel.h15 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_egd.c135 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h72 #define TYPE 317 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dparse.y96 %token TYPE
255 | TYPE { (*$1)->tag = SYM_TYPEDEF; $$ = $1; }
318 | TYPE
369 | TYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h72 #define TYPE 317 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dwxstlac.h637 __WXSTLSET_##TYPE##ARG_IS_UNIQUE, \
659 #define LESS_THEN_FUNCTOR(TYPE) struct \
660 { inline int operator()(const TYPE& x, const TYPE& y ) const { return x < y; } }
662 #define GREATER_THEN_FUNCTOR(TYPE) struct \
663 { inline int operator()(const TYPE& x, const TYPE& y ) const { return x > y; } }
666 // or passing own class with method "operator()(const TYPE&,cosnt TYPE&)" defined in it
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dreloc.c192 rx = HASH_FUNC(rp->TYPE);
193 while (rop_map1[rx] != rp->TYPE) {
197 switch (rp->TYPE) {
206 rp->TYPE);
209 dload_error(dlthis, "Bad coff operator 0x%x", rp->TYPE);
H A Ddoff.h291 #ifndef TYPE
292 #define TYPE _u_reloc._r_sym._type macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinflate.c155 state->mode = TYPE;
345 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
378 state->mode = hold & 0x200 ? DICTID : TYPE;
392 state->mode = TYPE;
393 case TYPE:
446 state->mode = TYPE;
587 state->mode = TYPE;
731 (state->mode == TYPE ? 128 : 0);
757 * be waiting on the start of a block (i.e. mode == TYPE or HEAD). On exit,
767 if (state->mode != TYPE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c494 if (LF_ISSET(DB_PR_RECOVERYTEST) && TYPE(h) == P_INVALID)
497 if ((s = __db_pagetype_to_string(TYPE(h))) == NULL) {
498 __db_msg(env, "ILLEGAL PAGE TYPE: page: %lu type: %lu",
499 (u_long)h->pgno, (u_long)TYPE(h));
519 (TYPE(h) != P_BTREEMETA && TYPE(h) != P_HASHMETA &&
520 TYPE(h) != P_QAMMETA && TYPE(h) != P_QAMDATA))
531 if (TYPE(h) == P_IBTREE ||
532 TYPE(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_intrapred_init.c27 #define PRED4x4(TYPE, DEPTH, OPT) \
28 void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
48 #define PRED8x8(TYPE, DEPTH, OPT) \
49 void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
59 #define PRED8x8L(TYPE, DEPTH, OPT)\
60 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
89 #define PRED16x16(TYPE, DEPTH, OPT)\
90 void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dmakesfx.com57 $ finf = file + f$parse(inf,".ZIP",,"TYPE") + f$parse(inf,,,"VERSION")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred_init.c24 #define PRED4x4(TYPE, DEPTH, OPT) \
25 void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, const uint8_t *topright, int stride);
43 #define PRED8x8(TYPE, DEPTH, OPT) \
44 void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int stride);
53 #define PRED8x8L(TYPE, DEPTH, OPT)\
54 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int has_topleft, int has_topright, int stride);
80 #define PRED16x16(TYPE, DEPTH, OPT)\
81 void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int stride);

Completed in 238 milliseconds

123456789