Searched refs:stage (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/eay/
H A Dloadrsa.c9 void callback(stage,count,arg)
10 int stage,count;
16 fprintf(out,"%d",stage);
17 if (stage == 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/eay/
H A Dloadrsa.c9 void callback(stage,count,arg)
10 int stage,count;
16 fprintf(out,"%d",stage);
17 if (stage == 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c464 unsigned char stage[100]; local
472 stage[0] = direction;
473 stage[59] = '#'; /* preload separator */
474 stage[60] = ' ';
479 /* memset(&stage[bc*3 + 11], ' ', 16*3 - bc*3); */
480 memset(&stage[11], ' ', 16*3);
483 sprintf(&stage[1], " %8.8x ", obc);
486 op = &stage[11]; /* where hex starts */
487 ap = &stage[61]; /* where ascii starts */
501 xwrite(ofd, stage, a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dboard-nokia770.c216 void nokia770_audio_pwr_up_request(int stage) argument
226 void nokia770_audio_pwr_down_request(int stage) argument
229 switch (stage) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_winmsi27 # './winmsi/stage' as a staging area:
64 PRODUCT_STAGE=`pwd`/winmsi/stage
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dkeyspan_remote.c86 int stage; member in struct:usb_keyspan
185 switch(remote->stage) {
188 * In stage 0 we want to find the start of a message. The remote sends a 0xFF as filler.
199 remote->stage = 1;
215 remote->stage = 0;
232 remote->stage = 0;
235 remote->stage = 2;
262 remote->stage = 0;
281 remote->stage = 0;
297 remote->stage
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp.h77 void Curl_http_auth_stage(struct SessionHandle *data, int stage);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsvq1enc.c176 const int stage= count-1; local
180 int sum= codebook_sum[stage*16 + i];
183 vector = codebook + stage*size*16 + i*size;
184 sqr = s->dsp.ssd_int8_vs_int16(vector, block[stage], size);
185 diff= block_sum[stage] - sum;
192 best_vector[stage]= i;
198 vector= codebook + stage*size*16 + best_vector[stage]*size;
200 block[stage+1][j] = block[stage][
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-tape.c48 * of pipeline stages (each stage is about 26 KB with my tape).
438 * A pipeline stage.
443 struct idetape_stage_s *next; /* Pointer to the next stage */
600 /* The first stage which will be removed from the pipeline */
602 /* The currently active stage */
608 /* Optional free stage which we can use */
611 /* Wasted space in each stage */
750 #define IDETAPE_PIPELINE_ERROR 3 /* Error detected in a pipeline stage */
807 REQ_IDETAPE_PC1 = (1 << 0), /* packet command (first stage) */
808 REQ_IDETAPE_PC2 = (1 << 1), /* packet command (second stage) */
1215 idetape_stage_t *stage = tape->next_stage; local
1263 __idetape_kfree_stage(idetape_stage_t *stage) argument
1284 idetape_kfree_stage(idetape_tape_t *tape, idetape_stage_t *stage) argument
1296 idetape_stage_t *stage; local
1335 idetape_stage_t *stage = new_last_stage->next; local
2243 idetape_stage_t *stage; local
2319 idetape_copy_stage_from_user(idetape_tape_t *tape, idetape_stage_t *stage, const char __user *buf, int n) argument
2349 idetape_copy_stage_to_user(idetape_tape_t *tape, char __user *buf, idetape_stage_t *stage, int n) argument
2394 idetape_switch_buffers(idetape_tape_t *tape, idetape_stage_t *stage) argument
2407 idetape_add_stage_tail(ide_drive_t *drive,idetape_stage_t *stage) argument
3197 idetape_stage_t *stage; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsmu.h387 int stage; member in struct:smu_i2c_cmd
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dshmem.c485 unsigned long stage; local
571 stage = ENTRIES_PER_PAGEPAGE/2;
578 while (stage <= idx)
579 stage += ENTRIES_PER_PAGEPAGE;
584 if (!diroff && !offset && upper_limit >= stage) {
600 idx = stage;
605 if (unlikely(idx == stage)) {
615 stage = idx + ENTRIES_PER_PAGEPAGE;
619 if (upper_limit >= stage) {
801 unsigned long stage; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dsmu.c743 DPRINTK("SMU: i2c compl. stage=%d status=%x pdata[0]=%x rlen: %x\n",
744 cmd->stage, scmd->status, cmd->pdata[0], scmd->reply_len);
750 if (cmd->stage == 0)
772 /* If failure or stage 1, command is complete */
773 if (fail || cmd->stage != 0) {
778 DPRINTK("SMU: going to stage 1\n");
786 cmd->stage = 1;
807 cmd->stage = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmrecovery.c2688 int stage = 1; local
2691 "stage %d\n", dlm->name, dlm->reco.dead_node, stage);
2701 if (stage == 2)
2725 if (stage == 1) {
2728 stage = 2;
2740 int stage = 1; local
2747 stage = 2;
2749 mlog(0, "%s: node %u finalizing recovery stage%d of "
2750 "node %u (%u:%u)\n", dlm->name, fr->node_idx, stage,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dimsttfb.c432 __u32 clk_m, clk_n, x, stage, spilled; local
435 stage = spilled = 0;
437 switch (stage) {
450 stage = 1;
452 stage = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsproto.h76 const int stage,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.c5520 int stage; local
5529 for (stage = 0;;) {
5530 if (stage == 1) {
5532 ++stage;
5539 if (stage == 2) {
5542 ++stage;
5551 if (stage == 0)
5552 ++stage;
5553 else if (stage == 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvino.c4243 static void vino_module_cleanup(int stage) argument
4245 switch(stage) {
4285 dprintk("vino_module_cleanup(): invalid cleanup stage = %d\n",
4286 stage);
4505 dprintk("exiting, stage = %d ...\n", vino_init_stage);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex43 codebooks used in the first stage of decoding from the bitstream are
H A D04-codec.tex407 add/overlap output stage.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex4217 \indexdummies % Must do this here, since \bf, etc expand at this stage
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4459 \indexdummies % Must do this here, since \bf, etc expand at this stage

Completed in 573 milliseconds