Searched refs:cb (Results 201 - 225 of 594) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Drotozoom.c56 static void rgb24_to_yuv420p(UINT8 *lum, UINT8 *cb, UINT8 *cr, argument
104 cb[0] = ((- FIX(0.16874) * r1 - FIX(0.33126) * g1 +
109 cb++;
129 unsigned char *cb, *cr; local
143 cb = cb_tab;
146 fwrite(cb, 1, w2, f);
148 cb += w2;
H A Dvideogen.c32 static void rgb24_to_yuv420p(uint8_t *lum, uint8_t *cb, uint8_t *cr, argument
80 cb[0] = ((- FIX(0.16874) * r1 - FIX(0.33126) * g1 +
85 cb++;
105 unsigned char *cb, *cr; local
119 cb = cb_tab;
122 fwrite(cb, 1, w2, f);
124 cb += w2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_netem.c155 /* We don't fill cb now as skb_unshare() may invalidate it */
156 struct netem_skb_cb *cb; local
210 cb = (struct netem_skb_cb *)skb->cb;
221 cb->time_to_send = now + delay;
229 cb->time_to_send = psched_get_time();
282 const struct netem_skb_cb *cb local
283 = (const struct netem_skb_cb *)skb->cb;
287 if (cb->time_to_send <= now) {
300 qdisc_watchdog_schedule(&q->watchdog, cb
501 const struct netem_skb_cb *cb local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/
H A Dcastopts.c211 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
217 for (count=0,run=1; COND(cb); count+=4) \
227 tm[index]=((double)COUNT(cb))/tm[index];
245 long ca,cb,cc,cd,ce; local
275 cb=count*3;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dspeed.c185 long ca,cb,cc,cd,ce; local
211 cb=count*3;
237 printf("Doing DES_encrypt %ld times\n",cb);
240 for (count=0,run=1; COND(cb); count++)
248 b=((double)COUNT(cb)*8)/d;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/idea/
H A Didea_spd.c182 long ca,cca,cb,cc; local
206 cb=count;
254 printf("Doing idea_encrypt %ld times\n",cb);
257 for (count=0,run=1; COND(cb); count+=4)
268 b=((double)COUNT(cb)*8)/d;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_opts.c204 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
210 for (count=0,run=1; COND(cb); count+=4) \
220 tm[index]=((double)COUNT(cb))/tm[index];
238 long ca,cb,cc,cd,ce; local
268 cb=count*3;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcastopts.c214 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
220 for (count=0,run=1; COND(cb); count+=4) \
230 tm[index]=((double)COUNT(cb))/tm[index];
248 long ca,cb,cc,cd,ce; local
278 cb=count*3;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dspeed.c189 long ca,cb,cc,cd,ce; local
215 cb=count*3;
241 printf("Doing DES_encrypt %ld times\n",cb);
244 for (count=0,run=1; COND(cb); count++)
252 b=((double)COUNT(cb)*8)/d;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Didea_spd.c185 long ca,cca,cb,cc; local
209 cb=count;
257 printf("Doing idea_encrypt %ld times\n",cb);
260 for (count=0,run=1; COND(cb); count+=4)
271 b=((double)COUNT(cb)*8)/d;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bf/
H A Dbf_opts.c201 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
207 for (count=0,run=1; COND(cb); count+=4) \
217 tm[index]=((double)COUNT(cb))/tm[index];
235 long ca,cb,cc,cd,ce; local
265 cb=count*3;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_icmp6.c153 static void icmp6_parse(struct xt_option_call *cb) argument
155 struct ip6t_icmp *icmpv6info = cb->data;
157 xtables_option_parse(cb);
158 parse_icmpv6(cb->arg, &icmpv6info->type, icmpv6info->code);
159 if (cb->invert)
H A Dlibipt_icmp.c178 static void icmp_parse(struct xt_option_call *cb) argument
180 struct ipt_icmp *icmpinfo = cb->data;
182 xtables_option_parse(cb);
183 parse_icmp(cb->arg, &icmpinfo->type, icmpinfo->code);
184 if (cb->invert)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Dwrapper.c85 struct irda_skb_cb *cb = (struct irda_skb_cb *) skb->cb; local
103 if (cb->magic != LAP_MAGIC) {
112 xbofs = cb->xbofs + cb->xbofs_delay;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dsmbdes.c245 char *cb; /* cb[32] */ local
256 cb = erk+48;
257 pcb = cb+32;
282 cb[j * 4 + k] = b[j][k];
283 permute(pcb, cb, perm5, 32);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dnetlink.c116 AvahiNetlink *avahi_netlink_new(const AvahiPoll *poll_api, uint32_t groups, void (*cb) (AvahiNetlink *nl, struct nlmsghdr *n, void* userdata), void* userdata) {
123 assert(cb);
153 nl->callback = cb;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dh/
H A Ddhtest.c86 static void MS_CALLBACK cb(int p, int n, void *arg);
113 a=DH_generate_parameters(64,DH_GENERATOR_5,cb,out);
198 static void MS_CALLBACK cb(int p, int n, void *arg) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Ddhtest.c86 static void MS_CALLBACK cb(int p, int n, void *arg);
113 a=DH_generate_parameters(64,DH_GENERATOR_5,cb,out);
198 static void MS_CALLBACK cb(int p, int n, void *arg) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddhtest.c92 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg);
120 BN_GENCB_set(&_cb, &cb, out);
211 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddhtest.c92 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg);
120 BN_GENCB_set(&_cb, &cb, out);
211 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Disl_38xx.c224 isl38xx_in_queue(isl38xx_control_block *cb, int queue) argument
226 const s32 delta = (le32_to_cpu(cb->driver_curr_frag[queue]) -
227 le32_to_cpu(cb->device_curr_frag[queue]));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dfib_rules.c492 static int dump_rules(struct sk_buff *skb, struct netlink_callback *cb, argument
499 if (idx < cb->args[1])
502 if (fib_nl_fill_rule(skb, rule, NETLINK_CB(cb->skb).pid,
503 cb->nlh->nlmsg_seq, RTM_NEWRULE,
509 cb->args[1] = idx;
515 static int fib_nl_dumprule(struct sk_buff *skb, struct netlink_callback *cb) argument
520 family = rtnl_msg_family(cb->nlh);
527 return dump_rules(skb, cb, ops);
532 if (idx < cb->args[0] || !try_module_get(ops->owner))
535 if (dump_rules(skb, cb, op
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci_core.h561 struct hci_cb *cb = list_entry(p, struct hci_cb, list); local
562 if (cb->auth_cfm)
563 cb->auth_cfm(conn, status);
576 struct hci_cb *cb = list_entry(p, struct hci_cb, list); local
577 if (cb->encrypt_cfm)
578 cb->encrypt_cfm(conn, status, encrypt);
589 struct hci_cb *cb = list_entry(p, struct hci_cb, list); local
590 if (cb->key_change_cfm)
591 cb->key_change_cfm(conn, status);
602 struct hci_cb *cb local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlwin32url.cxx281 IBindStatusCallback *cb = new Callback(parser, m, stopHandler, stopArg);
283 XML_SetExternalEntityRefHandlerArg(parser, cb);
284 cb->AddRef();
286 if (FAILED(hr = CreateAsyncBindCtx(0, cb, 0, &b))) {
287 cb->Release();
291 cb->Release();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa.h125 int (*rsa_keygen)(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
228 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
271 int (*cb)(char *buf, int len, const char *prompt, int verify),
274 int (*cb)(char *buf, int len, const char *prompt, int verify),
278 int (*cb)(char *buf, int len, const char *prompt,
281 int (*cb)(char *buf, int len, const char *prompt,

Completed in 119 milliseconds

1234567891011>>