Searched refs:adj (Results 1 - 25 of 41) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.c152 bgp_adj_out_free (struct bgp_adj_out *adj)
154 XFREE (MTYPE_BGP_ADJ_OUT, adj);
161 struct bgp_adj_out *adj;
163 for (adj = rn->adj_out; adj; adj = adj->next)
164 if (adj->peer == peer)
167 if (! adj)
170 return (adj
149 bgp_adj_out_free(struct bgp_adj_out *adj) argument
158 struct bgp_adj_out *adj; local
173 bgp_advertise_clean(struct peer *peer, struct bgp_adj_out *adj, afi_t afi, safi_t safi) argument
213 struct bgp_adj_out *adj = NULL; local
264 struct bgp_adj_out *adj; local
310 bgp_adj_out_remove(struct bgp_node *rn, struct bgp_adj_out *adj, struct peer *peer, afi_t afi, safi_t safi) argument
326 struct bgp_adj_in *adj; local
358 struct bgp_adj_in *adj; local
[all...]
H A Dbgp_advertise.h54 struct bgp_adj_out *adj; member in struct:bgp_advertise
H A Dbgp_packet.c165 struct bgp_adj_out *adj;
185 adj = adv->adj;
223 if (adj->attr)
224 bgp_attr_unintern (adj->attr);
228 adj->attr = bgp_attr_intern (adv->baa->attr);
230 adv = bgp_advertise_clean (peer, adj, afi, safi);
255 struct bgp_adj_out *adj;
269 adj = adv->adj;
164 struct bgp_adj_out *adj; local
254 struct bgp_adj_out *adj; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/dreamcast/
H A Drtc.c60 unsigned long adj = secs + TWENTY_YEARS; local
63 ctrl_outl((adj & 0xffff0000) >> 16, AICA_RTC_SECS_H);
64 ctrl_outl((adj & 0xffff), AICA_RTC_SECS_L);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dpoly_tan.c62 unsigned long adj; local
183 adj = 0xffffffff; /* We want approx 1.0 here, but
187 adj = accum.msw >> -(exponent+1); /* tan */
188 adj = mul_32_32(adj, adj); /* tan^2 */
191 adj = 0;
192 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */
194 fix_up.msw += adj;
[all...]
H A Dreg_constant.c50 static void fld_const(FPU_REG const *c, int adj, u_char tag) argument
61 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to
H A Dpoly_l2.c206 long int exponent, adj; local
249 adj = norm_Xsig(&argSignif);
252 shr_Xsig(&accumulator, 2*(-1 - (1 + exponent + adj)));
262 shr_Xsig(&accumulator, 6 - adj);
H A Dpoly_sin.c70 unsigned long fix_up, adj; local
182 adj = accumulator.lsw; /* temp save */
184 if ( accumulator.lsw > adj )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtimekeeping.c337 u32 look_ahead, adj; local
372 for (adj = 0; error > i; adj++)
375 *interval <<= adj; local
376 *offset <<= adj; local
377 return mult << adj;
388 int adj; local
394 adj = 1;
396 adj = clocksource_bigadjust(error, &interval, &offset);
400 adj
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Drsrc_mgr.c28 static int adjust_irq(struct pcmcia_socket *s, adjust_t *adj) argument
33 irq = adj->resource.irq.IRQ;
37 if (adj->Action != REMOVE_MANAGED_RESOURCE)
52 static inline int adjust_irq(struct pcmcia_socket *s, adjust_t *adj) { argument
59 int pcmcia_adjust_resource_info(adjust_t *adj) argument
68 if (adj->Resource == RES_IRQ)
69 ret = adjust_irq(s, adj);
84 ret = s->resource_ops->adjust_resource(s, adj);
H A Drsrc_nonstatic.c768 static int nonstatic_adjust_resource_info(struct pcmcia_socket *s, adjust_t *adj) argument
772 switch (adj->Resource) {
774 end = adj->resource.memory.Base + adj->resource.memory.Size - 1;
775 return adjust_memory(s, adj->Action, adj->resource.memory.Base, end);
777 end = adj->resource.io.BasePort + adj->resource.io.NumPorts - 1;
778 return adjust_io(s, adj->Action, adj
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcurlgtk.c75 GtkAdjustment *adj; local
92 adj = (GtkAdjustment*)gtk_adjustment_new(0, 0, 100, 0, 0, 0);
93 Bar = gtk_progress_bar_new_with_adjustment(adj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcleanpatch143 my $adj = 0;
149 $adj++; # Skip this line
161 if ($adj) {
171 $mstart, $mlin, $pstart, $plin-$adj,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dcorgi_lcd.c151 int adj; local
156 adj = sharpsl_param.phadadj;
157 if (adj < 0) {
158 adj = PHACTRL_PHASE_MANUAL;
160 adj = ((adj & 0x0f) << 1) | PHACTRL_PHASE_MANUAL;
167 adj = (DEFAULT_PHAD_QVGA << 1) | PHACTRL_PHASE_MANUAL;
171 corgi_ssp_lcdtg_send(PHACTRL_ADRS, adj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dpdc202xx_new.c152 u8 adj = (drive->dn & 1) ? 0x08 : 0x00; local
178 set_indexed_reg(hwif, 0x10 + adj,
180 set_indexed_reg(hwif, 0x11 + adj,
182 set_indexed_reg(hwif, 0x12 + adj,
189 set_indexed_reg(hwif, 0x0e + adj,
191 set_indexed_reg(hwif, 0x0f + adj,
199 set_indexed_reg(hwif, 0x0c + adj,
201 set_indexed_reg(hwif, 0x0d + adj,
203 set_indexed_reg(hwif, 0x13 + adj,
212 u8 tmp = get_indexed_reg(hwif, 0x10 + adj);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pid.c92 s32 error, target, sval, adj; local
121 adj = min(st->param.ttarget, sval);
123 DBG("integ: %lx, sval: %lx, adj: %lx\n", integ, sval, adj);
132 prop = st->last_delta = (new_temp - adj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dentry.h91 addl %sp@+,%sp | stk adj
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtime.c126 static int tick_add_compare(unsigned long adj) argument
142 : "r" (orig_tick), "r" (adj));
148 return ((long)(new_tick - (orig_tick+adj))) > 0L;
151 static unsigned long tick_add_tick(unsigned long adj) argument
160 : "r" (adj));
218 static unsigned long stick_add_tick(unsigned long adj) argument
226 : "r" (adj));
231 static int stick_add_compare(unsigned long adj) argument
241 : "r" (orig_tick + adj));
247 return ((long)(new_tick - (orig_tick+adj))) >
352 hbtick_add_tick(unsigned long adj) argument
362 hbtick_add_compare(unsigned long adj) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmpboot.c298 long i, delta, adj, adjust_latency = 0, done = 0; local
339 adj = -delta + adjust_latency/4;
341 adj = -delta;
343 ia64_set_itc(ia64_get_itc() + adj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.c486 /* add `adj' on to all string offset values in the struct area */
487 static void adjust_string_offsets(struct ft_cxt *cxt, int adj) argument
497 *(u32 *) (p + 8) = cpu_to_be32(off + adj);
615 int adj; local
622 adj = cxt->str_anchor - oldstr;
623 if (adj)
624 adjust_string_offsets(cxt, adj);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c866 int adj, cmp, freedup_1, freedup_2, isbad, ret, t_ret; local
928 adj = (TYPE(h) == P_LBTREE) ? P_INDX : O_INDX;
929 for (i = (TYPE(h) == P_IBTREE) ? 1 : 0; i < nentries; i += adj) {
1032 cmp = inp[i] == inp[i - adj] ? 0 : func(dbp, p1, p2);
1042 if (inp[i] != inp[i - adj]) {
2055 int adj, ret, t_ret, t2_ret; local
2236 adj = pgtype == P_IBTREE ? O_INDX : P_INDX;
2237 if (i > adj - 1 && i % adj == 0 &&
2238 inp[i] == inp[i - adj]) {
[all...]
H A Dbt_compact.c1025 db_indx_t adj, indx, nent, *ninp, pind; local
1063 adj = TYPE(npg) == P_LBTREE ? P_INDX : O_INDX;
1067 for (indx = 0; indx < nent; indx += adj) {
1080 n_ok = adj;
1082 indx < nent - adj &&
1083 ninp[indx] == ninp[indx + adj]) {
1110 indx += n_ok - adj;
1153 indx -= adj;
1168 while (indx != 0 && ninp[indx] == ninp[indx - adj])
1169 indx -= adj;
[all...]
H A Dbt_cursor.c1055 int adj, is_key, need_pg, next_key, no_dup, rec_key, ret; local
1094 adj = 2;
1099 adj = 1;
1231 bk = GET_BKEYDATA(dbc->dbp, pg, indx + adj - 1);
1287 if (indx >= adj)
1288 indx -= adj;
1329 *offp-- = (int32_t)((inp[indx + adj - 1] - HOFFSET(pg))
1336 while (indx + adj < NUM_ENT(pg) &&
1337 pg_keyoff == inp[indx + adj])
1338 indx += adj;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h330 #define RE_NREC_ADJ(p, adj) \
331 PREV_PGNO(p) += adj;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c2316 int adj, i, j, optindex, result, ret; local
2326 for (adj = i = 2; i < objc; i++) {
2339 adj++;
2348 size = sizeof(DBC *) * (size_t)((objc - adj) + 1);
2356 for (j = 0, i = adj; i < objc; i++, j++) {
2409 int adj, elemc, freekey, i, j, optindex, result, ret; local
2423 adj = i;
2439 adj++;
2450 adj += 2;
2462 size = sizeof(DBC *) * (size_t)((objc - adj)
[all...]

Completed in 124 milliseconds

12