Searched refs:cb (Results 101 - 125 of 1266) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c109 int cb, const float lambda, const float uplim,
121 const int range = aac_cb_range[cb];
122 const int maxval = aac_cb_maxval[cb];
152 curbits = ff_aac_spectral_bits[cb-1][curidx];
153 vec = &ff_aac_codebook_vectors[cb-1][curidx*dim];
185 put_bits(pb, ff_aac_spectral_bits[cb-1][curidx], ff_aac_spectral_codes[cb-1][curidx]);
188 if (ff_aac_codebook_vectors[cb-1][curidx*dim+j] != 0.0f)
192 if (ff_aac_codebook_vectors[cb-1][curidx*2+j] == 64.0f) {
214 int cb, cons
105 quantize_and_encode_band_cost_template( struct AACEncContext *s, PutBitContext *pb, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, int BT_ZERO, int BT_UNSIGNED, int BT_PAIR, int BT_ESC) argument
256 quantize_band_cost(struct AACEncContext *s, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits) argument
265 quantize_and_encode_band(struct AACEncContext *s, PutBitContext *pb, const float *in, int size, int scale_idx, int cb, const float lambda) argument
287 int qmaxval, cb; local
315 int w, swb, cb, start, size; local
416 int w, swb, cb, start, size; local
656 int cb = find_min_book(maxval, sce->sf_idx[w*16+g]); local
786 int cb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c109 int cb, const float lambda, const float uplim,
122 const int range = aac_cb_range[cb];
123 const int maxval = aac_cb_maxval[cb];
153 curbits = ff_aac_spectral_bits[cb-1][curidx];
154 vec = &ff_aac_codebook_vectors[cb-1][curidx*dim];
186 put_bits(pb, ff_aac_spectral_bits[cb-1][curidx], ff_aac_spectral_codes[cb-1][curidx]);
189 if (ff_aac_codebook_vectors[cb-1][curidx*dim+j] != 0.0f)
193 if (ff_aac_codebook_vectors[cb-1][curidx*2+j] == 64.0f) {
215 int cb, cons
105 quantize_and_encode_band_cost_template( struct AACEncContext *s, PutBitContext *pb, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits, int BT_ZERO, int BT_UNSIGNED, int BT_PAIR, int BT_ESC) argument
257 quantize_band_cost(struct AACEncContext *s, const float *in, const float *scaled, int size, int scale_idx, int cb, const float lambda, const float uplim, int *bits) argument
266 quantize_and_encode_band(struct AACEncContext *s, PutBitContext *pb, const float *in, int size, int scale_idx, int cb, const float lambda) argument
288 int qmaxval, cb; local
316 int w, swb, cb, start, size; local
417 int w, swb, cb, start, size; local
654 int cb = find_min_book(maxval, sce->sf_idx[w*16+g]); local
786 int cb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_CONNMARK.c137 static void CONNMARK_parse(struct xt_option_call *cb) argument
139 struct xt_connmark_target_info *markinfo = cb->data;
141 xtables_option_parse(cb);
142 switch (cb->entry->id) {
145 markinfo->mark = cb->val.mark;
146 markinfo->mask = cb->val.mask;
155 markinfo->mask = cb->val.u32;
160 static void connmark_tg_parse(struct xt_option_call *cb) argument
162 struct xt_connmark_tginfo1 *info = cb->data;
164 xtables_option_parse(cb);
203 connmark_tg_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibipt_CLUSTERIP.c73 static void CLUSTERIP_parse(struct xt_option_call *cb) argument
75 struct ipt_clusterip_tgt_info *cipinfo = cb->data;
77 xtables_option_parse(cb);
78 switch (cb->entry->id) {
83 if (strcmp(cb->arg, "sourceip") == 0)
85 else if (strcmp(cb->arg, "sourceip-sourceport") == 0)
87 else if (strcmp(cb->arg, "sourceip-sourceport-destport") == 0)
91 cb->arg);
103 static void CLUSTERIP_check(struct xt_fcheck_call *cb) argument
105 if (cb
[all...]
H A Dlibxt_RATEEST.c87 static void RATEEST_parse(struct xt_option_call *cb) argument
89 struct rateest_tg_udata *udata = cb->udata;
91 xtables_option_parse(cb);
92 switch (cb->entry->id) {
94 if (RATEEST_get_time(&udata->interval, cb->arg) < 0)
97 cb->arg);
100 if (RATEEST_get_time(&udata->ewma_log, cb->arg) < 0)
103 cb->arg);
108 static void RATEEST_final_check(struct xt_fcheck_call *cb) argument
110 struct xt_rateest_target_info *info = cb
[all...]
H A Dlibxt_TOS.c94 static void tos_tg_parse_v0(struct xt_option_call *cb) argument
96 struct ipt_tos_target_info *info = cb->data;
98 xtables_option_parse(cb);
99 if (cb->val.tos_mask != 0xFF)
103 info->tos = cb->val.tos_value;
106 static void tos_tg_parse(struct xt_option_call *cb) argument
108 struct xt_tos_target_info *info = cb->data;
110 xtables_option_parse(cb);
111 switch (cb->entry->id) {
113 info->tos_value = cb
131 tos_tg_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_multiport.c164 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum, argument
168 struct xt_multiport *multiinfo = cb->data;
170 xtables_option_parse(cb);
171 switch (cb->entry->id) {
174 multiinfo->count = parse_multi_ports(cb->arg,
180 multiinfo->count = parse_multi_ports(cb->arg,
186 multiinfo->count = parse_multi_ports(cb->arg,
191 if (cb->invert)
196 static void multiport_parse(struct xt_option_call *cb) argument
198 const struct ipt_entry *entry = cb
203 multiport_parse6(struct xt_option_call *cb) argument
210 __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum, uint8_t invflags) argument
238 multiport_parse_v1(struct xt_option_call *cb) argument
245 multiport_parse6_v1(struct xt_option_call *cb) argument
252 multiport_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_iprange.c96 static void iprange_parse(struct xt_option_call *cb) argument
98 struct ipt_iprange_info *info = cb->data;
101 xtables_option_parse(cb);
102 switch (cb->entry->id) {
105 if (cb->invert)
107 iprange_parse_range(cb->arg, range, NFPROTO_IPV4, "--src-range");
113 if (cb->invert)
115 iprange_parse_range(cb->arg, range, NFPROTO_IPV4, "--dst-range");
122 static void iprange_mt_parse(struct xt_option_call *cb, uint8_t nfproto) argument
124 struct xt_iprange_mtinfo *info = cb
145 iprange_mt4_parse(struct xt_option_call *cb) argument
150 iprange_mt6_parse(struct xt_option_call *cb) argument
155 iprange_mt_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_owner.c137 static void owner_mt_parse_v0(struct xt_option_call *cb) argument
139 struct ipt_owner_info *info = cb->data;
144 xtables_option_parse(cb);
145 switch (cb->entry->id) {
147 if ((pwd = getpwnam(cb->arg)) != NULL)
149 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
150 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
151 if (cb->invert)
157 if ((grp = getgrnam(cb->arg)) != NULL)
159 else if (!xtables_strtoui(cb
184 owner_mt6_parse_v0(struct xt_option_call *cb) argument
242 owner_mt_parse(struct xt_option_call *cb) argument
281 owner_mt_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_cpu.c23 static void cpu_parse(struct xt_option_call *cb) argument
25 struct xt_cpu_info *cpuinfo = cb->data;
27 xtables_option_parse(cb);
28 if (cb->invert)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h95 CellBuffer cb; member in class:Document
142 bool CanUndo() { return cb.CanUndo(); }
143 bool CanRedo() { return cb.CanRedo(); }
144 void DeleteUndoHistory() { cb.DeleteUndoHistory(); }
146 return cb.SetUndoCollection(collectUndo);
148 bool IsCollectingUndo() { return cb.IsCollectingUndo(); }
149 void BeginUndoAction() { cb.BeginUndoAction(); }
150 void EndUndoAction() { cb.EndUndoAction(); }
152 bool IsSavePoint() { return cb.IsSavePoint(); }
162 void SetReadOnly(bool set) { cb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_CONNMARK.c137 static void CONNMARK_parse(struct xt_option_call *cb) argument
139 struct xt_connmark_target_info *markinfo = cb->data;
141 xtables_option_parse(cb);
142 switch (cb->entry->id) {
145 markinfo->mark = cb->val.mark;
146 markinfo->mask = cb->val.mask;
155 markinfo->mask = cb->val.u32;
160 static void connmark_tg_parse(struct xt_option_call *cb) argument
162 struct xt_connmark_tginfo1 *info = cb->data;
164 xtables_option_parse(cb);
203 connmark_tg_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibipt_CLUSTERIP.c73 static void CLUSTERIP_parse(struct xt_option_call *cb) argument
75 struct ipt_clusterip_tgt_info *cipinfo = cb->data;
77 xtables_option_parse(cb);
78 switch (cb->entry->id) {
83 if (strcmp(cb->arg, "sourceip") == 0)
85 else if (strcmp(cb->arg, "sourceip-sourceport") == 0)
87 else if (strcmp(cb->arg, "sourceip-sourceport-destport") == 0)
91 cb->arg);
103 static void CLUSTERIP_check(struct xt_fcheck_call *cb) argument
105 if (cb
[all...]
H A Dlibxt_RATEEST.c87 static void RATEEST_parse(struct xt_option_call *cb) argument
89 struct rateest_tg_udata *udata = cb->udata;
91 xtables_option_parse(cb);
92 switch (cb->entry->id) {
94 if (RATEEST_get_time(&udata->interval, cb->arg) < 0)
97 cb->arg);
100 if (RATEEST_get_time(&udata->ewma_log, cb->arg) < 0)
103 cb->arg);
108 static void RATEEST_final_check(struct xt_fcheck_call *cb) argument
110 struct xt_rateest_target_info *info = cb
[all...]
H A Dlibxt_TOS.c94 static void tos_tg_parse_v0(struct xt_option_call *cb) argument
96 struct ipt_tos_target_info *info = cb->data;
98 xtables_option_parse(cb);
99 if (cb->val.tos_mask != 0xFF)
103 info->tos = cb->val.tos_value;
106 static void tos_tg_parse(struct xt_option_call *cb) argument
108 struct xt_tos_target_info *info = cb->data;
110 xtables_option_parse(cb);
111 switch (cb->entry->id) {
113 info->tos_value = cb
131 tos_tg_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_multiport.c164 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum, argument
168 struct xt_multiport *multiinfo = cb->data;
170 xtables_option_parse(cb);
171 switch (cb->entry->id) {
174 multiinfo->count = parse_multi_ports(cb->arg,
180 multiinfo->count = parse_multi_ports(cb->arg,
186 multiinfo->count = parse_multi_ports(cb->arg,
191 if (cb->invert)
196 static void multiport_parse(struct xt_option_call *cb) argument
198 const struct ipt_entry *entry = cb
203 multiport_parse6(struct xt_option_call *cb) argument
210 __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum, uint8_t invflags) argument
238 multiport_parse_v1(struct xt_option_call *cb) argument
245 multiport_parse6_v1(struct xt_option_call *cb) argument
252 multiport_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_iprange.c96 static void iprange_parse(struct xt_option_call *cb) argument
98 struct ipt_iprange_info *info = cb->data;
101 xtables_option_parse(cb);
102 switch (cb->entry->id) {
105 if (cb->invert)
107 iprange_parse_range(cb->arg, range, NFPROTO_IPV4, "--src-range");
113 if (cb->invert)
115 iprange_parse_range(cb->arg, range, NFPROTO_IPV4, "--dst-range");
122 static void iprange_mt_parse(struct xt_option_call *cb, uint8_t nfproto) argument
124 struct xt_iprange_mtinfo *info = cb
145 iprange_mt4_parse(struct xt_option_call *cb) argument
150 iprange_mt6_parse(struct xt_option_call *cb) argument
155 iprange_mt_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_owner.c137 static void owner_mt_parse_v0(struct xt_option_call *cb) argument
139 struct ipt_owner_info *info = cb->data;
144 xtables_option_parse(cb);
145 switch (cb->entry->id) {
147 if ((pwd = getpwnam(cb->arg)) != NULL)
149 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
150 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
151 if (cb->invert)
157 if ((grp = getgrnam(cb->arg)) != NULL)
159 else if (!xtables_strtoui(cb
184 owner_mt6_parse_v0(struct xt_option_call *cb) argument
242 owner_mt_parse(struct xt_option_call *cb) argument
281 owner_mt_check(struct xt_fcheck_call *cb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcheckbox.cpp30 static void gtk_checkbox_toggled_callback(GtkWidget *widget, wxCheckBox *cb) argument
34 if (!cb->m_hasVMT) return;
38 if (cb->m_blockEvent) return;
43 if (cb->Is3State())
47 if (cb->Is3rdStateAllowedForUser())
54 cb->m_blockEvent = true;
77 cb->m_blockEvent = false;
86 wxCommandEvent event(wxEVT_COMMAND_CHECKBOX_CLICKED, cb->GetId());
87 event.SetInt(cb->Get3StateValue());
88 event.SetEventObject(cb);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_gen.c71 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb);
78 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
81 return rsa->meth->rsa_keygen(rsa, bits, e_value, cb);
82 return rsa_builtin_keygen(rsa, bits, e_value, cb);
85 static int rsa_builtin_keygen(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) argument
118 if(!BN_generate_prime_ex(rsa->p, bitsp, 0, NULL, NULL, cb))
123 if(!BN_GENCB_call(cb, 2, n++))
126 if(!BN_GENCB_call(cb, 3, 0))
136 if(!BN_generate_prime_ex(rsa->q, bitsq, 0, NULL, NULL, cb))
149 if(!BN_GENCB_call(cb,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dsmsgiucv.c72 struct smsg_callback *cb; local
95 list_for_each_entry(cb, &smsg_list, list)
96 if (strncmp(buffer + 8, cb->prefix, cb->len) == 0) {
97 cb->callback(sender, buffer + 8);
108 struct smsg_callback *cb; local
110 cb = kmalloc(sizeof(struct smsg_callback), GFP_KERNEL);
111 if (!cb)
113 cb->prefix = prefix;
114 cb
126 struct smsg_callback *cb, *tmp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dfreqctrl.c21 u8_t extOffset, zfpFreqChangeCompleteCb cb)
29 wd->freqCtrl.freqChangeCompCb[wd->freqCtrl.freqReqQueueTail] = cb;
37 void zfCoreSetFrequencyV2(zdev_t* dev, u16_t frequency, zfpFreqChangeCompleteCb cb) argument
39 zfCoreSetFrequencyEx(dev, frequency, 0, 0, cb);
43 u8_t extOffset, zfpFreqChangeCompleteCb cb, u8_t forceSetFreq)
69 zfAddFreqChangeReq(dev, frequency, bw40, extOffset, cb);
112 if ( cb != NULL )
114 cb(dev);
121 u8_t extOffset, zfpFreqChangeCompleteCb cb)
123 zfCoreSetFrequencyExV2(dev, frequency, bw40, extOffset, cb,
20 zfAddFreqChangeReq(zdev_t* dev, u16_t frequency, u8_t bw40, u8_t extOffset, zfpFreqChangeCompleteCb cb) argument
42 zfCoreSetFrequencyExV2(zdev_t* dev, u16_t frequency, u8_t bw40, u8_t extOffset, zfpFreqChangeCompleteCb cb, u8_t forceSetFreq) argument
120 zfCoreSetFrequencyEx(zdev_t* dev, u16_t frequency, u8_t bw40, u8_t extOffset, zfpFreqChangeCompleteCb cb) argument
134 zfpFreqChangeCompleteCb cb = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.c137 int BN_GENCB_call(BN_GENCB *cb, int a, int b) argument
140 if(!cb) return 1;
141 switch(cb->ver)
145 if(!cb->cb.cb_1)
147 cb->cb.cb_1(a, b, cb->arg);
151 return cb->cb
159 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) argument
238 BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb) argument
243 BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, int do_trial_division, BN_GENCB *cb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.c141 int BN_GENCB_call(BN_GENCB *cb, int a, int b) argument
144 if (!cb)
146 switch (cb->ver) {
149 if (!cb->cb.cb_1)
151 cb->cb.cb_1(a, b, cb->arg);
155 return cb->cb
163 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) argument
241 BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb) argument
247 BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, int do_trial_division, BN_GENCB *cb) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_prime.c141 int BN_GENCB_call(BN_GENCB *cb, int a, int b) argument
144 if (!cb)
146 switch (cb->ver) {
149 if (!cb->cb.cb_1)
151 cb->cb.cb_1(a, b, cb->arg);
155 return cb->cb
163 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) argument
241 BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb) argument
247 BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, int do_trial_division, BN_GENCB *cb) argument
[all...]

Completed in 232 milliseconds

1234567891011>>