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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dpattern.c99 int nbStep; /* number of steps in the automata */
100 int maxStep; /* allocated number of steps */
101 xmlStreamStepPtr steps; /* the array of steps */ member in struct:_xmlStreamComp
169 xmlStepOpPtr steps; /* ops for computation */ member in struct:_xmlPattern
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
212 if (cur->steps == NULL) {
240 if (comp->steps != NULL) {
243 op = &comp->steps[i];
250 xmlFree(comp->steps);
[all...]
H A Dxpath.c573 int nbStep; /* Number of steps in this expression */
574 int maxStep; /* Maximum number of steps allocated */
575 xmlXPathStepOp *steps; /* ops for computation of this expression */ member in struct:_xmlXPathCompExpr
630 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
632 if (cur->steps == NULL) {
633 xmlXPathErrMemory(NULL, "allocating steps\n");
637 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
661 op = &comp->steps[i];
673 op = &comp->steps[i];
681 if (comp->steps !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dpattern.c99 int nbStep; /* number of steps in the automata */
100 int maxStep; /* allocated number of steps */
101 xmlStreamStepPtr steps; /* the array of steps */ member in struct:_xmlStreamComp
169 xmlStepOpPtr steps; /* ops for computation */ member in struct:_xmlPattern
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
212 if (cur->steps == NULL) {
240 if (comp->steps != NULL) {
243 op = &comp->steps[i];
250 xmlFree(comp->steps);
[all...]
H A Dxpath.c574 int nbStep; /* Number of steps in this expression */
575 int maxStep; /* Maximum number of steps allocated */
576 xmlXPathStepOp *steps; /* ops for computation of this expression */ member in struct:_xmlXPathCompExpr
631 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
633 if (cur->steps == NULL) {
634 xmlXPathErrMemory(NULL, "allocating steps\n");
638 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
662 op = &comp->steps[i];
674 op = &comp->steps[i];
682 if (comp->steps !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dpattern.c99 int nbStep; /* number of steps in the automata */
100 int maxStep; /* allocated number of steps */
101 xmlStreamStepPtr steps; /* the array of steps */ member in struct:_xmlStreamComp
169 xmlStepOpPtr steps; /* ops for computation */ member in struct:_xmlPattern
211 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
212 if (cur->steps == NULL) {
240 if (comp->steps != NULL) {
243 op = &comp->steps[i];
250 xmlFree(comp->steps);
[all...]
H A Dxpath.c573 int nbStep; /* Number of steps in this expression */
574 int maxStep; /* Maximum number of steps allocated */
575 xmlXPathStepOp *steps; /* ops for computation of this expression */ member in struct:_xmlXPathCompExpr
630 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
632 if (cur->steps == NULL) {
633 xmlXPathErrMemory(NULL, "allocating steps\n");
637 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
661 op = &comp->steps[i];
673 op = &comp->steps[i];
681 if (comp->steps !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegaudioenc.c690 int qindex, steps, m, sample, bits; local
693 steps = ff_mpa_quant_steps[qindex];
701 q[m] = (int)((a + 1.0) * steps * 0.5);
716 q[m] = ((q1 + (1 << P)) * steps) >> (P + 1);
719 if (q[m] >= steps)
720 q[m] = steps - 1;
721 assert(q[m] >= 0 && q[m] < steps);
727 q[0] + steps * (q[1] + steps * q[2]));
730 i, q[0] + steps * (
[all...]
H A Dmpegaudiodec.c118 SCALE_GEN(4.0 / 3.0), /* 3 steps */
119 SCALE_GEN(4.0 / 5.0), /* 5 steps */
120 SCALE_GEN(4.0 / 9.0), /* 9 steps */
203 static inline int l2_unscale_group(int steps, int mant, int scale_factor) argument
211 val = (mant - (steps >> 1)) * scale_factor_mult2[steps >> 2][mod];
1193 int scale, qindex, bits, steps, k, l, m, b; local
1283 steps = ff_mpa_quant_steps[qindex];
1285 l2_unscale_group(steps, v % steps, scal
[all...]
H A Delbg.c353 int i, j, k, last_error, steps=0; local
374 steps++;
417 (steps < max_steps));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dsp887x.c430 int steps = (sync0x200 >> 4) & 0x00f; local
431 if (steps & 0x008)
432 steps = -steps;
433 dprintk("sp887x: implement tuner adjustment (%+i steps)!!\n",
434 steps);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c787 int eccsteps = chip->ecc.steps;
801 eccsteps = chip->ecc.steps;
911 int eccsteps = chip->ecc.steps;
927 eccsteps = chip->ecc.steps;
956 int eccsteps = chip->ecc.steps;
1258 for (i = 0; i < chip->ecc.steps; i++) {
1313 int i, len, pos, status = 0, sndcmd = 0, steps = chip->ecc.steps; local
1322 pos = steps * (eccsize + chunk);
1323 steps
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dcmode.S90 # Set up addresses in regs for later steps.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dprimegen.c39 static int is_prime (gcry_mpi_t n, int steps, unsigned int *count);
916 is_prime (gcry_mpi_t n, int steps, unsigned int *count)
928 if (steps < 5) /* Make sure that we do at least 5 rounds. */
929 steps = 5;
938 for (i=0 ; i < steps; i++ )
914 is_prime(gcry_mpi_t n, int steps, unsigned int *count) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c560 for (eccsteps = 0; eccsteps < chip->ecc.steps; eccsteps++) {
832 for (eccsteps = 0; eccsteps < chip->ecc.steps; eccsteps++) {
1079 for (eccsteps = 0; eccsteps < chip->ecc.steps; eccsteps++) {
1383 for (eccsteps = 0; eccsteps < chip->ecc.steps; eccsteps++) {
2557 * Set the number of read / write steps for one page
2562 chip->ecc.steps = mtd->writesize / chip->ecc.size;
2563 if (chip->ecc.steps * chip->ecc.size != mtd->writesize) {
2567 chip->ecc.total = chip->ecc.steps * chip->ecc.bytes;
2570 * Allow subpage writes up to ecc.steps. Not possible for MLC
2575 switch (chip->ecc.steps) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c481 u32 steps; local
509 steps = psteps ? (*psteps) : 0x10;
510 for (host->bsteps = 0; (steps & 0x01) == 0; host->bsteps++)
511 steps >>= 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h255 * @steps: number of ecc steps per page
279 int steps; member in struct:nand_ecc_ctrl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dudiv.S116 ! do single-bit divide steps
H A Durem.S114 ! do single-bit divide steps
H A Drem.S131 ! do single-bit divide steps
H A Dsdiv.S130 ! do single-bit divide steps
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex88 algorithm splits Y value computation and line plotting into two steps
239 Curve computation is split into two logical steps; the first step
H A D04-codec.tex206 \item for \varname{[j]} each of \varname{[vorbis_mapping_coupling_steps]} steps:
210 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
H A D03-codebook.tex195 An 'end of packet' during any read operation in the above steps is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S521 # it in two steps, jumping high after the first one.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl307 We protect your rights with two steps: (1) copyright the software, and

Completed in 229 milliseconds

12