Searched refs:candidate (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dhlp_lib_next.com8 $ candidate = base$ i = 0
11 $ if (i .gt. 0) then candidate = base+ "_"+ f$string( i)
13 $ if (f$trnlnm( candidate) .nes. "") then goto loop_top
15 $ write sys$output candidate
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dhlp_lib_next.com8 $ candidate = base
12 $ if (i .gt. 0) then candidate = base+ "_"+ f$string( i)
14 $ if (f$trnlnm( candidate) .nes. "") then goto loop_top
16 $ write sys$output candidate
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-connection.c71 struct rxrpc_conn_bundle *bundle, *candidate; local
100 /* not yet present - create a candidate for a new record and then
102 candidate = rxrpc_alloc_bundle(gfp);
103 if (!candidate) {
108 candidate->key = key_get(key);
109 candidate->service_id = service_id;
128 bundle = candidate;
129 candidate = NULL;
158 kfree(candidate);
344 /* not yet present - create a candidate fo
429 struct rxrpc_connection *conn, *candidate; local
620 struct rxrpc_connection *conn, *candidate = NULL; local
[all...]
H A Dar-call.c153 struct rxrpc_call *call, *candidate; local
181 /* not yet present - create a candidate for a new record and then
183 candidate = rxrpc_alloc_client_call(rx, trans, bundle, gfp);
184 if (IS_ERR(candidate)) {
185 _leave(" = %ld", PTR_ERR(candidate));
186 return candidate;
189 candidate->user_call_ID = user_call_ID;
190 __set_bit(RXRPC_CALL_HAS_USERID, &candidate->flags);
209 call = candidate;
210 candidate
251 struct rxrpc_call *call, *candidate; local
[all...]
H A Dar-peer.c123 struct rxrpc_peer *peer, *candidate; local
152 /* not yet present - create a candidate for a new record and then
154 candidate = rxrpc_alloc_peer(srx, gfp);
155 if (!candidate) {
172 /* we can now add the new candidate to the list */
173 peer = candidate;
174 candidate = NULL;
202 kfree(candidate);
H A Dar-transport.c78 struct rxrpc_transport *trans, *candidate; local
96 /* not yet present - create a candidate for a new record and then
98 candidate = rxrpc_alloc_transport(local, peer, gfp);
99 if (!candidate) {
111 /* we can now add the new candidate to the list */
112 trans = candidate;
113 candidate = NULL;
141 kfree(candidate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dwrite.c124 struct afs_writeback *candidate, *wb; local
136 candidate = kzalloc(sizeof(*candidate), GFP_KERNEL);
137 if (!candidate)
139 candidate->vnode = vnode;
140 candidate->first = candidate->last = index;
141 candidate->offset_first = from;
142 candidate->to_last = to;
143 candidate
[all...]
H A Dserver.c107 struct afs_server *server, *candidate; local
120 candidate = afs_alloc_server(cell, addr);
121 if (!candidate) {
135 server = candidate;
165 kfree(candidate);
171 kfree(candidate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsuspend_test.c113 struct rtc_device *candidate = to_rtc_device(dev); local
115 if (!candidate->ops->set_alarm)
117 if (!device_may_wakeup(candidate->dev.parent))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_spf.c440 ospf_install_candidate (list candidate, struct vertex *w)
445 if (list_isempty (candidate))
447 listnode_add (candidate, w);
452 for (node = listhead (candidate); node; nextnode (node))
457 list_add_node_prev (candidate, node, w);
462 list_add_node_next (candidate, node, w);
471 list candidate, struct route_table *rv,
599 /* Is there already vertex W in candidate list? */
600 node = ospf_vertex_lookup (candidate, w->id, w->type);
606 ospf_install_candidate (candidate,
438 ospf_install_candidate(list candidate, struct vertex *w) argument
468 ospf_spf_next(struct vertex *v, struct ospf_area *area, list candidate, struct route_table *rv, struct route_table *nv) argument
874 list candidate; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dkey.c66 struct key_user *candidate = NULL, *user; local
92 if (!candidate) {
93 /* allocate a candidate user record if we don't already have
98 candidate = kmalloc(sizeof(struct key_user), GFP_KERNEL);
99 if (unlikely(!candidate))
109 * second pass - so we use the candidate record */
110 atomic_set(&candidate->usage, 1);
111 atomic_set(&candidate->nkeys, 0);
112 atomic_set(&candidate->nikeys, 0);
113 candidate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhash.c54 is_prime (unsigned long int candidate) argument
60 while (sq < candidate && candidate % divn != 0)
67 return candidate % divn != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhash.c54 is_prime (unsigned long int candidate) argument
60 while (sq < candidate && candidate % divn != 0)
67 return candidate % divn != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dhash.c54 is_prime (unsigned long int candidate) argument
60 while (sq < candidate && candidate % divn != 0)
67 return candidate % divn != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-compat.el197 (candidate
199 (try-symbol (or candidate (intern-soft charset-lower)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dstartcode_armv6.S144 @ No candidate found
156 @ No candidate found
160 90: @ Found a candidate at the preceding byte
165 91: @ Found a candidate somewhere in the preceding 4 bytes
182 93: @ Found a candidate somewhere in the preceding 16 bytes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dluc.cpp100 bool IsAcceptable(const Integer &candidate) const
102 return RelativelyPrime(m_e, candidate+1) && RelativelyPrime(m_e, candidate-1);
H A Dnbtheory.h50 virtual bool IsAcceptable(const Integer &candidate) const =0;
H A Drsa.cpp100 bool IsAcceptable(const Integer &candidate) const {return RelativelyPrime(m_e, candidate-Integer::One());}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dinit_64.c908 u64 arc, candidate, best_latency = ~(u64)0; local
910 candidate = MDESC_NODE_NULL;
924 candidate = target;
929 if (candidate == MDESC_NODE_NULL)
932 return scan_pio_for_cfg_handle(md, candidate, cfg_handle);
1117 struct mdesc_mlgroup *candidate = NULL; local
1127 candidate = m;
1131 if (!candidate)
1143 n->mask = candidate->mask;
1144 n->val = candidate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.c1812 int candidate[3]; local
1821 candidate[0] = INTRA_PLANAR;
1822 candidate[1] = INTRA_DC;
1823 candidate[2] = INTRA_ANGULAR_26;
1825 candidate[0] = cand_left;
1826 candidate[1] = 2 + ((cand_left - 2 - 1 + 32) & 31);
1827 candidate[2] = 2 + ((cand_left - 2 + 1) & 31);
1830 candidate[0] = cand_left;
1831 candidate[1] = cand_up;
1832 if (candidate[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Ddrivers.c273 struct parisc_device *candidate = to_parisc_device(dev); local
274 if (candidate->id.hw_type == type)
275 return candidate;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Ddomain.c149 struct aa_profile *profile, *candidate = NULL; local
160 candidate = profile;
168 return candidate;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dmemory.c106 struct list_head *candidate = &emu->mapped_link_head; local
121 candidate = pos;
131 *nextp = candidate;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_monitor.c941 const struct fb_videomode *candidate = NULL; local
984 * then it's our new candidate
987 candidate = &db[i];
1001 if (candidate != NULL) {
1002 radeon_videomode_to_var(dest, candidate);

Completed in 370 milliseconds

12