Searched refs:per (Results 26 - 50 of 113) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Daudiodsp.asm63 ; %2 = number of inline load/process/store loops per asm loop
64 ; %3 = process 4*mmsize (%3=0) or 8*mmsize (%3=1) bytes per loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvaltext.tex52 checks if each input character is in the list (one character per list element), complaining if not.
55 checks if each input character is in the list (one character per list element), complaining if it is.
H A Dhtcontnr.tex112 Sets the container's {\it vertical alignment}. This is per-line alignment!
210 parent container (and thus you can have only one sub-container per line).
H A Dgraphicsrenderer.tex14 A wxGraphicsRenderer is the instance corresponding to the rendering engine used. There may be multiple instances on a system, if there are different rendering engines present, but there is always one instance per engine, eg there is ONE core graphics renderer instance on OSX. This instance is pointed back to by all objects created by it (wxGraphicsContext, wxGraphicsPath etc). Therefore you can create ag additional instances of paths etc. by calling GetRenderer() and then using the appropriate CreateXXX function.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drc.h142 * @ratekbps: rate in Kbits per second
143 * @user_ratekbps: user rate in Kbits per second
188 * @per: PER for every valid rate in %
205 u8 per[RATE_TABLE_SIZE]; member in struct:ath_rate_priv
H A Ddebug.c390 int xretries, int retries, u8 per)
396 stats->per = per;
453 stats->per);
389 ath_debug_stat_retries(struct ath_softc *sc, int rix, int xretries, int retries, u8 per) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dmemzero.S55 3: subs r1, r1, #64 @ 1 write 32 bytes out per loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dm8xx_pcmcia.c17 * two IO and five memory windows per socket, which can be independently
204 /* we keep one lookup table per socket to check flags */
555 unsigned int i, events, pscr, pipr, per; local
563 per = in_be32(&pcmcia->pcmc_per);
618 per &= ~M8XX_PCMCIA_RDY_L(0);
619 per &= ~M8XX_PCMCIA_RDY_L(1);
621 out_be32(&pcmcia->pcmc_per, per);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex36 The Ogg stream must be unmultiplexed (only one stream, a Vorbis audio stream, per link)
112 of PCM audio samples (per channel; a stereo stream's granule position
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dbfin_sir.c700 if (pdev->id >= 0 && pdev->id < ARRAY_SIZE(per) && \
701 per[pdev->id][3] == pdev->id) {
702 err = peripheral_request_list(per[pdev->id], DRIVER_NAME);
772 peripheral_free_list(per[pdev->id]);
H A Dbfin_sir.h143 static const unsigned short per[][4] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dstrnlen_user.S71 srli a10, a3, 2 # number of loop iterations with 4B per loop
H A Dstrncpy_user.S72 srli a12, a4, 2 # number of loop iterations with 4B per loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dclock-imx27.c570 DEFINE_CLOCK1(per4_clk, 3, PCCR1, 7, per, NULL, &mpll_main2_clk);
571 DEFINE_CLOCK1(per3_clk, 2, PCCR1, 8, per, NULL, &mpll_main2_clk);
572 DEFINE_CLOCK1(per2_clk, 1, PCCR1, 9, per, NULL, &mpll_main2_clk);
573 DEFINE_CLOCK1(per1_clk, 0, PCCR1, 10, per, NULL, &mpll_main2_clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c67 ** Support for up to 64 tags per lun.
188 ** per pcidev to support dynamic dma mapping. (I would
356 * for memory we donnot need to DMA from/to and one pool per pcidev for
381 * With pci bus iommu support, we maintain one pool per pcidev and a
899 ** The maximum number of tags per logic unit.
964 ** There should be one slot per target, and one slot
4729 ** We donnot queue more than 1 ccb per target
5313 u_long per; /* Period in tenths of ns */ local
5314 u_long kpc; /* (per * clk) */
5319 if (sfac <= 10) per
6543 u_char chg, ofs, per, fak, wide; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c772 } else if (strcmp(tok1, "per-file-ftp-command") == 0) {
1830 double rate, per; local
1891 per = gConn.percentCompleted / 100.0;
1892 if (per < 0.0)
1893 per = 0.0;
1894 r.right = r.left + (int) ((double) (rect.right - 1 - r.left) * per);
1919 iper = (int) (per * 100.0 + 0.5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlayout.cpp136 void wxIndividualLayoutConstraint::PercentOf(wxWindowBase *otherW, wxEdge wh, int per) argument
138 Set(wxPercentOf, otherW, wh, per);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpd.spec147 - adjust for building on Red Hat Enterprise Linux, per Charlie Brady
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dcopy_page.S309 1: ! Read longword, write two words per iteration
331 ! Read longword, write byte, word, byte per iteration
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp145 // TODO: cycles per loop iteration
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframetype.c488 {"TBPM", FRAME(text), PRESERVE, "BPM (beats per minute)"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframetype.c485 {"TBPM", FRAME(text), PRESERVE, "BPM (beats per minute)"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Doutput.asm129 ; 8 pixels but we can only handle 2 pixels per register, and thus 4
130 ; pixels per iteration. In order to not have to keep track of where
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dentry.S212 tm __THREAD_per(%r3),0xe8 # new process is using per ?
214 stctl %c9,%c11,__SF_EMPTY(%r15) # We are using per stuff
370 l %r1,BASED(.Lhandle_per) # load adr. of per handler
463 tm __LC_PGM_INT_CODE+1,0x80 # check whether we got a per exception
464 bnz BASED(pgm_per) # got per exception -> special case
489 # handle per exception
492 tm __LC_PGM_OLD_PSW,0x40 # test if per event recording is on
493 bnz BASED(pgm_per_std) # ok, normal per event from user space
502 # Normal per exception
516 tm SP_PSW+1(%r15),0x01 # kernel per even
[all...]
H A Dentry64.S219 tm __THREAD_per+4(%r3),0xe8 # is the new process using per ?
221 stctg %c9,%c11,__SF_EMPTY(%r15)# We are using per stuff
465 tm __LC_PGM_INT_CODE+1,0x80 # check whether we got a per exception
466 jnz pgm_per # got per exception -> special case
496 # handle per exception
499 tm __LC_PGM_OLD_PSW,0x40 # test if per event recording is on
500 jnz pgm_per_std # ok, normal per event from user space
508 # Normal per exception
525 tm SP_PSW+1(%r15),0x01 # kernel per event ?
533 ngr %r8,%r3 # clear per
[all...]

Completed in 179 milliseconds

12345