Searched refs:type (Results 76 - 100 of 11053) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Duuid.h34 extern int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid);
35 extern int getnamefromuuid( const uuidp_t uuidp, char **name, uuidtype_t *type);
37 extern void localuuid_from_id(unsigned char *buf, uuidtype_t type, unsigned int id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmorecfg.h42 * type sizes; for example, "char" not 8 bits, "short" not 16 bits,
54 /* JSAMPLE should be the smallest type that will hold the values 0..255.
81 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
106 * managers, this is also the data type passed to fread/fwrite.
189 #define METHODDEF(type) static type
191 #define LOCAL(type) static type
193 #define GLOBAL(type) type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dinit.c11 int type = 0; local
13 type = pci_direct_probe();
32 pci_direct_init(type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_lsdb.h34 } type[OSPF_MAX_LSA]; member in struct:ospf_lsdb
49 #define ROUTER_LSDB(A) ((A)->lsdb->type[OSPF_ROUTER_LSA].db)
50 #define NETWORK_LSDB(A) ((A)->lsdb->type[OSPF_NETWORK_LSA].db)
51 #define SUMMARY_LSDB(A) ((A)->lsdb->type[OSPF_SUMMARY_LSA].db)
52 #define ASBR_SUMMARY_LSDB(A) ((A)->lsdb->type[OSPF_ASBR_SUMMARY_LSA].db)
53 #define EXTERNAL_LSDB(O) ((O)->lsdb->type[OSPF_AS_EXTERNAL_LSA].db)
54 #define NSSA_LSDB(A) ((A)->lsdb->type[OSPF_AS_NSSA_LSA].db)
55 #define OPAQUE_LINK_LSDB(A) ((A)->lsdb->type[OSPF_OPAQUE_LINK_LSA].db)
56 #define OPAQUE_AREA_LSDB(A) ((A)->lsdb->type[OSPF_OPAQUE_AREA_LSA].db)
57 #define OPAQUE_AS_LSDB(O) ((O)->lsdb->type[OSPF_OPAQUE_AS_LS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/talloc/
H A Dtalloc.h58 /* try to make talloc_set_destructor() and talloc_steal() type safe,
80 /* useful macros for creating type checked pointers */
81 #define talloc(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type)
87 #define talloc_zero(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Demulated_ops.h59 extern void ppc_warn_emulated_print(const char *type);
61 #define __PPC_WARN_EMULATED(type) \
63 atomic_inc(&ppc_emulated.type.val); \
65 ppc_warn_emulated_print(ppc_emulated.type.name); \
70 #define __PPC_WARN_EMULATED(type) do { } while (0)
74 #define PPC_WARN_EMULATED(type, regs) \
78 __PPC_WARN_EMULATED(type); \
81 #define PPC_WARN_ALIGNMENT(type, regs) \
85 __PPC_WARN_EMULATED(type); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_repldata.h8 #define xt_alloc_initial_table(type, typ2) ({ \
13 struct type##_replace repl; \
14 struct type##_standard entries[nhooks]; \
15 struct type##_error term; \
20 tbl->term = (struct type##_error)typ2##_ERROR_INIT; \
23 tbl->repl.size = nhooks * sizeof(struct type##_standard) + \
24 sizeof(struct type##_error); \
30 tbl->entries[i++] = (struct type##_standard) \
32 bytes += sizeof(struct type##_standard); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/tests/
H A Dsizes.c102 #define print_size(type) \
103 sprintf(s,"sizeof(%s)",#type); \
104 printf("%-30s %2d\n", s, (int)sizeof(type));
106 #define print_ssize(type,m) \
107 sprintf(s,"sizeof(%s)",#type); \
108 printf("%-30s %2d %20ld\n", s, (int)sizeof(type), (long)(m));
110 #define print_usize(type,m) \
111 sprintf(s,"sizeof(%s)",#type); \
112 printf("%-30s %2d %20lu\n", s, (int)sizeof(type), (unsigned long)(m));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dallocsa.h85 /* Determine the alignment of a type at compile time. */
89 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; };
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
94 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
98 # define sa_alignof(type) 4
100 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_AUDIT.h27 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dqsort.h30 #define AV_QSORT(p, num, type, cmp) {\
36 type *start= stack[--sp][0];\
37 type *end = stack[ sp][1];\
41 type *right = end-2;\
42 type *left = start+1;\
43 type *mid = start + ((end-start)>>1);\
45 if(cmp( end, mid) > 0) FFSWAP(type, *start, *mid);\
46 else FFSWAP(type, *start, *end);\
48 if(cmp(start, mid) > 0) FFSWAP(type, *start, *mid);\
52 FFSWAP(type, *mi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cb_dbg.h30 int tool_debug_cb(CURL *handle, curl_infotype type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-dec1.h39 void pwc_dec1_init(int type, int release, void *buffer, void *private_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Duser.h12 void dlm_user_add_ast(struct dlm_lkb *lkb, int type, int mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/keys/
H A Ddns_resolver-type.h1 /* DNS resolver key type
15 #include <linux/key-type.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddns_resolver.h29 extern int dns_query(const char *type, const char *name, size_t namelen,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dsbe_promformat.h94 #define STRUCT_OFFSET(type, symbol) ((long)&(((type *)0)->symbol))
99 * For diagnostic and failure purposes, do not create a type 0x00 or a
100 * type 0xff
108 /****** bit fields for a type 1 formatted seeprom **************************/
111 char type; /* 0x00 */ member in struct:__anon15168
123 /****** bit fields for a type 2 formatted seeprom **************************/
126 char type; /* 0x00 */ member in struct:__anon15169
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
H A Dex_apprec_auto.h7 u_int32_t type; member in struct:_ex_apprec_mkdir_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.h98 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
99 #define HEX_SIZE(type) (sizeof(type)*2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dirq_kern.h12 extern int um_request_irq(unsigned int irq, int fd, int type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/caif/
H A Dcfserl.h11 struct cflayer *cfserl_create(int type, int instance, bool use_stx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/include/asm/
H A Duaccess.h12 #define access_ok(type, addr, size) 1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/include/mach/
H A Dchip.h16 # error Unknown chip type selected
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcryptlib.h98 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
99 # define HEX_SIZE(type) (sizeof(type)*2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcryptlib.h98 # define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
99 # define HEX_SIZE(type) (sizeof(type)*2)

Completed in 177 milliseconds

1234567891011>>