Searched refs:cb (Results 276 - 300 of 605) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dasn1t.h169 #define ASN1_SEQUENCE_cb(tname, cb) \
170 const static ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
177 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
178 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
181 #define ASN1_SEQUENCE_enc(tname, enc, cb) \
182 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
229 #define ASN1_CHOICE_cb(tname, cb) \
230 const static ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dasn1t.h169 #define ASN1_SEQUENCE_cb(tname, cb) \
170 const static ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
177 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
178 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
181 #define ASN1_SEQUENCE_enc(tname, enc, cb) \
182 const static ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
229 #define ASN1_CHOICE_cb(tname, cb) \
230 const static ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c440 uint8_t *lum, *cb, *cr; local
450 cb = dst->data[1] + (dsty >> 1) * dst->linesize[1];
462 cb += skip2;
468 cb[0] = ALPHA_BLEND(a >> 2, cb[0], u, 0);
470 cb++;
487 cb[0] = ALPHA_BLEND(a1 >> 2, cb[0], u1, 1);
489 cb++;
497 cb[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimgconvert.c1034 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1045 cb = cb1;
1049 cb[0] = p[1];
1054 cb++;
1059 cb[0] = p[1];
1061 cb++;
1090 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1102 cb = cb1;
1106 cb[0] = p[0];
1111 cb
1148 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1182 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1215 const uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1248 const uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
1281 uint8_t *lum, *cr, *cb, *lum1, *cr1, *cb1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_filter.h33 dvb_filter_pes2ts_cb_t *cb; member in struct:dvb_filter_pes2ts
38 dvb_filter_pes2ts_cb_t *cb, void *priv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1t.h172 #define ASN1_SEQUENCE_cb(tname, cb) \
173 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
181 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
184 #define ASN1_SEQUENCE_enc(tname, enc, cb) \
185 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
244 #define ASN1_CHOICE_cb(tname, cb) \
245 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh.h112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
191 int DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1t.h172 #define ASN1_SEQUENCE_cb(tname, cb) \
173 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
181 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
184 #define ASN1_SEQUENCE_enc(tname, enc, cb) \
185 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
244 #define ASN1_CHOICE_cb(tname, cb) \
245 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
H A Ddh.h112 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
191 int DH_generate_parameters_ex(DH *dh, int prime_len,int generator, BN_GENCB *cb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dbus.c166 * @cb callback to be called for each device found
173 void pci_walk_bus(struct pci_bus *top, void (*cb)(struct pci_dev *, void *),
202 cb(dev, userdata);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlocking.c100 * @cb - the callback to the code using the lock module
110 lm_callback_t cb, void *cb_data,
149 error = lw->lw_ops->lm_mount(table_name, host_data, cb, cb_data,
109 gfs2_mount_lockproto(char *proto_name, char *table_name, char *host_data, lm_callback_t cb, void *cb_data, unsigned int min_lvb_size, int flags, struct lm_lockstruct *lockstruct, struct kobject *fskobj) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddn_fib.h109 int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb);
151 extern int dn_fib_dump(struct sk_buff *skb, struct netlink_callback *cb);
H A Daf_unix.h61 #define UNIXCB(skb) (*(struct unix_skb_parms*)&((skb)->cb))
H A Ddn_route.h20 extern int dn_cache_dump(struct sk_buff *skb, struct netlink_callback *cb);
H A Dneighbour.h218 extern void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie);
219 extern void __neigh_for_each_release(struct neigh_table *tbl, int (*cb)(struct neighbour *));
220 extern void pneigh_for_each(struct neigh_table *tbl, void (*cb)(struct pneigh_entry *));
353 #define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drelay.h63 struct rchan_callbacks *cb; /* client callbacks */ member in struct:rchan
170 struct rchan_callbacks *cb,
H A Dtextsearch.h23 * @cb: control buffer, for persistent variables of get_next_block()
28 char cb[40]; member in struct:ts_state
74 * a new search. May store/read persistent values in state->cb.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dtextsearch.c200 struct ts_linear_state *st = (struct ts_linear_state *) state->cb;
227 struct ts_linear_state *st = (struct ts_linear_state *) state->cb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.c800 tipc_conn_msg_event cb = up_ptr->conn_msg_cb; local
814 if (unlikely(!cb))
821 cb(usr_handle, dref, &buf, msg_data(msg),
826 tipc_msg_event cb = up_ptr->msg_cb; local
831 if (unlikely(!cb))
834 cb(usr_handle, dref, &buf, msg_data(msg),
841 tipc_named_msg_event cb = up_ptr->named_msg_cb; local
846 if (unlikely(!cb))
855 cb(usr_handle, dref, &buf, msg_data(msg),
869 tipc_conn_shutdown_event cb local
888 tipc_msg_err_event cb = up_ptr->err_cb; local
900 tipc_named_msg_err_event cb = local
955 tipc_continue_event cb = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dfish.c61 cb = (cb1) - 128;\
64 g_add = - FIX(0.34414*255.0/224.0) * cb - FIX(0.71414*255.0/224.0) * cr + \
66 b_add = FIX(1.77200*255.0/224.0) * cb + ONE_HALF;\
277 int cb, cr, yt, r_add, g_add, b_add; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dnodemgr.h160 int nodemgr_for_each_host(void *data, int (*cb)(struct hpsb_host *, void *));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dact2000_isa.h131 extern int act2000_isa_download(act2000_card * card, act2000_ddef __user * cb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dl2t.h92 #define L2T_SKB_CB(skb) ((struct l2t_skb_cb *)(skb)->cb)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dirda-usb.c466 ((struct irda_skb_cb *)skb->cb)->context = self;
555 struct irda_usb_cb *self = ((struct irda_skb_cb *) skb->cb)->context;
757 struct irda_skb_cb *cb; local
767 cb = (struct irda_skb_cb *) skb->cb;
768 cb->context = self;
798 struct irda_skb_cb *cb; local
807 cb = (struct irda_skb_cb *) skb->cb;
808 IRDA_ASSERT(cb !
961 struct irda_skb_cb *cb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dprocessor-generic.h65 } cb; member in union:thread_struct::__anon9529::__anon9530

Completed in 415 milliseconds

<<11121314151617181920>>