Searched refs:readp (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dsync_serial.c49 /* readp writep */
51 /* If the application keeps up the pace readp will be right after writep.*/
53 /* The idea is that readp should be ready with the data pointed out by */
56 /* the rest of the data pointed out by Descr1 and set readp to the start */
132 volatile unsigned char *volatile readp; member in struct:sync_port
356 port->readp = port->flip;
407 start = (unsigned char *)port->readp; /* cast away volatile */
426 start = (unsigned char *)port->readp; /* cast away volatile */
1092 dev, count, port->readp - port->flip,
1109 start = (unsigned char *)port->readp; /* cas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c285 DBT key, rkey, data, *readp, *writep; local
434 readp = writep = &key;
440 readp = &rkey;
446 key_data: if ((readp->data = malloc(readp->ulen = 1024)) == NULL) {
471 if (db_load_dbt_rprint(dbenv, readp))
474 db_load_dbt_to_recno(dbenv, readp, &datarecno) != 0)
481 if (db_load_dbt_rrecno(dbenv, readp, hexkeys))
484 if (db_load_dbt_rdump(dbenv, readp))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c270 DBT key, rkey, data, *readp, *writep; local
419 readp = writep = &key;
425 readp = &rkey;
431 key_data: if ((readp->data = malloc(readp->ulen = 1024)) == NULL) {
456 if (dbt_rprint(dbenv, readp))
459 dbt_to_recno(dbenv, readp, &datarecno) != 0)
466 if (dbt_rrecno(dbenv, readp, hexkeys))
469 if (dbt_rdump(dbenv, readp))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dsync_serial.c51 /* readp writep */
53 /* If the application keeps up the pace readp will be right after writep.*/
55 /* The idea is that readp should be ready with the data pointed out by */
58 /* the rest of the data pointed out by Descr1 and set readp to the start */
106 volatile unsigned char *volatile readp; member in struct:sync_port
315 port->readp = port->flip;
390 start = (unsigned char*)port->readp; /* cast away volatile */
410 start = (unsigned char*)port->readp; /* cast away volatile */
1112 DEBUGREAD(printk("R%d c %d ri %lu wi %lu /%lu\n", dev, count, port->readp - port->flip, port->writep - port->flip, port->in_buffer_size));
1131 start = (unsigned char*)port->readp; /* cas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c4192 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; local
4210 readp = readbuf;
4222 token = strchr(readp, ':');
4223 if (token && scheme_ok(readp,token)) {
4225 uri->scheme = mm_strdup(readp);
4230 readp = token+1; /* eat : */
4234 if (readp[0]=='/' && readp[1] == '/') {
4236 readp += 2;
4237 authority = readp;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.h181 int readp; member in struct:queue
H A Dunsquashfs.c151 queue->readp = queue->writep = 0;
166 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
181 while(queue->readp == queue->writep)
184 data = queue->data[queue->readp];
185 queue->readp = (queue->readp + 1) % queue->size;
H A Dmksquashfs.c337 int readp; member in struct:queue
447 queue->readp = queue->writep = 0;
465 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
480 while(queue->readp == queue->writep)
483 data = queue->data[queue->readp];
484 queue->readp = (queue->readp + 1) % queue->size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c486 uint32_t base, end, writep, readp; local
493 readp = bc_dec_reg_rd(adp, REG_Dec_TsAudCDB2Rdptr);
498 readp = bc_dec_reg_rd(adp, REG_Dec_TsUser0Rdptr);
503 readp = bc_dec_reg_rd(adp, REG_DecCA_RegCinRdPtr);
507 if (writep >= readp)
508 cpbFullness = writep - readp;
510 cpbFullness = (end - base) - (readp - writep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c142 backward search linkage. no 'readp' as it will certainly have to
664 readp).
667 0) need more data (only if readp==0)
673 int readp,
770 if(!readp)return(0);
671 _fetch_and_process_packet(OggVorbis_File *vf, ogg_packet *op_in, int readp, int spanp) argument

Completed in 80 milliseconds