Searched refs:per (Results 1 - 25 of 113) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dotime.c144 frequency_limit_init (int max, int per) argument
148 ASSERT (max >= 0 && per >= 0);
152 f->per = per;
167 if (f->per)
170 if (now >= f->reset + f->per)
H A Dotime.h35 int per; member in struct:frequency_limit
40 struct frequency_limit *frequency_limit_init (int max, int per);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_gpio.c264 static void portmux_setup(unsigned short per) argument
267 u16 function = P_FUNCT2MUX(per);
270 if (port_mux_lut[y].res == per) {
288 inline void portmux_setup(unsigned short per) argument
291 u16 ident = P_IDENT(per);
292 u16 function = P_FUNCT2MUX(per);
302 inline u16 get_portmux(unsigned short per) argument
305 u16 ident = P_IDENT(per);
312 inline void portmux_setup(unsigned short per) argument
314 u16 pmux, ident = P_IDENT(per), functio
675 peripheral_request(unsigned short per, const char *label) argument
750 peripheral_request_list(const unsigned short per[], const char *label) argument
771 peripheral_free(unsigned short per) argument
800 peripheral_free_list(const unsigned short per[]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Ddebug.h87 u8 per; member in struct:ath_rc_stats
173 int xretries, int retries, u8 per);
218 int xretries, int retries, u8 per)
217 ath_debug_stat_retries(struct ath_softc *sc, int rix, int xretries, int retries, u8 per) argument
H A Drc.c648 per_thres = ath_rc_priv->per[rate];
903 last_per = ath_rc_priv->per[tx_rate];
908 ath_rc_priv->per[tx_rate] += 30;
909 if (ath_rc_priv->per[tx_rate] > 100)
910 ath_rc_priv->per[tx_rate] = 100;
918 ath_rc_priv->per[tx_rate] =
954 ath_rc_priv->per[tx_rate] = new_per;
957 ath_rc_priv->per[tx_rate] =
984 if (ath_rc_priv->per[probe_rate] > 30)
985 ath_rc_priv->per[probe_rat
[all...]
H A Dwmi.h25 u8 per; member in struct:wmi_event_txrate::__anon13610
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_util.c340 double per = strtod(str, &p) / 100.; local
342 if (per > 1. || per < 0)
347 *percent = (unsigned) rint(per * max_percent_value);
351 void print_percent(char *buf, int len, __u32 per) argument
353 snprintf(buf, len, "%g%%", 100. * (double) per / max_percent_value);
356 char * sprint_percent(__u32 per, char *buf) argument
358 print_percent(buf, SPRINT_BSIZE-1, per);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsession.conf1 <!-- This configuration file controls the per-user-login-session message bus.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dsession.conf1 <!-- This configuration file controls the per-user-login-session message bus.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmbcnvut8.tex31 \item Variable-length encoding able to encode up to 31 bits per character
33 (1 byte per character)
H A Dquantize.tex46 (in\_rows contains w * 3 bytes per row, out\_rows w bytes per row).
H A Dhprovcnt.tex6 in a tooltip as per wxSimpleHelpProvider. If you use this with a wxCHMHelpController instance
H A Dpostscpt.tex45 Set resolution (in pixels per inch) that will be used in PostScript
H A Dscrolwin.tex236 Get the number of pixels per scroll unit (line), in each direction, as set
242 \docparam{xUnit}{Receives the number of pixels per horizontal unit.}
244 \docparam{yUnit}{Receives the number of pixels per vertical unit.}
277 by the number of pixels per scroll increment.
398 will have to multiply by the number of pixels per scroll increment.
419 \docparam{pixelsPerUnitX}{Pixels per scroll unit in the horizontal direction.}
421 \docparam{pixelsPerUnitY}{Pixels per scroll unit in the vertical direction.}
435 The first pair of parameters give the number of pixels per `scroll step', i.e. amount
443 scrollbars with 20 pixels per scroll step, and a size of 50 steps (1000
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.h91 int calc_ftp_percentage(char *str, char *per);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx25/
H A Dclock.c92 static unsigned long get_rate_per(int per) argument
94 unsigned long ofs = (per & 0x3) * 8;
95 unsigned long reg = per & ~0x3;
99 if (readl(CRM_BASE + 0x64) & (1 << per))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dmemcpy-sh4.S38 ! 6 cycles, 4 bytes per iteration
111 ! 6 cycles, 4 bytes per iteration
221 ! 4 cycles, 2 bytes per iteration
249 ! 3 cycles, 1 byte per iteration
331 ! 4 cycles, 2 long words per iteration
365 ! 4 cycles, 2 long words per iteration
385 ! 3 cycles, 1 byte per iteration
433 ! 4 cycles, 2 long words per iteration
470 ! 16 cycles, 32 bytes per iteration
537 ! 4 cycles, 2 long words per iteratio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-ac97.c212 u16 per = BFIN_SPORT_RFS(CONFIG_SND_BF5XX_SPORT_NUM); local
217 peripheral_free(per);
224 peripheral_request(per, "soc-audio");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlayout.h92 void PercentOf(wxWindowBase *otherW, wxEdge wh, int per);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dportmux.h21 int peripheral_request(unsigned short per, const char *label);
22 void peripheral_free(unsigned short per);
23 int peripheral_request_list(const unsigned short per[], const char *label);
24 void peripheral_free_list(const unsigned short per[]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c480 u32 per; /* Period in tenths of ns */ local
481 u32 kpc; /* (per * clk) */
487 if (dt && sfac <= 9) per = 125;
488 else if (sfac <= 10) per = 250;
489 else if (sfac == 11) per = 303;
490 else if (sfac == 12) per = 500;
491 else per = 40 * sfac;
492 ret = per;
494 kpc = per * clk;
502 * to 5 Mega-transfers per secon
1917 sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
2073 sym_setsync(struct sym_hcb *np, int target, u_char ofs, u_char per, u_char div, u_char fak) argument
2106 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
3905 u_char chg, ofs, per, fak, div; local
4023 unsigned char per = np->msgin[3]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtmp-session-like-system.conf1 <!-- This configuration file controls the per-user-login-session message bus.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dmemset.S57 # per iteration
64 # set 16 bytes per iteration for word-aligned dst
H A Dmemcopy.S159 # per iteration
165 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
231 # copy 16 bytes per iteration for word-aligned dst and unaligned src
H A Dusercopy.S8 * of the Xtensa link-time HAL, and those files may differ per
89 # per iteration
152 # copy 16 bytes per iteration for word-aligned dst and word-aligned src
217 # copy 16 bytes per iteration for word-aligned dst and unaligned src

Completed in 129 milliseconds

12345