Searched refs:io_mode (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream/
H A Dzfstream.cpp19 int io_mode ) {
27 if ( io_mode & ios::in ) {
30 } else if ( io_mode & ios::app ) {
38 if ( io_mode & ios::binary ) {
44 if ( io_mode & (ios::out|ios::app )) {
61 int io_mode ) {
69 if ( io_mode & ios::in ) {
72 } else if ( io_mode & ios::app ) {
80 if ( io_mode & ios::binary ) {
86 if ( io_mode
[all...]
H A Dzfstream.h15 gzfilebuf *open( const char *name, int io_mode );
16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
55 void open( const char *name, int io_mode );
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp19 int io_mode ) {
27 if ( io_mode & ios::in ) {
30 } else if ( io_mode & ios::app ) {
38 if ( io_mode & ios::binary ) {
44 if ( io_mode & (ios::out|ios::app )) {
61 int io_mode ) {
69 if ( io_mode & ios::in ) {
72 } else if ( io_mode & ios::app ) {
80 if ( io_mode & ios::binary ) {
86 if ( io_mode
[all...]
H A Dzfstream.h15 gzfilebuf *open( const char *name, int io_mode );
16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
55 void open( const char *name, int io_mode );
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp19 int io_mode ) {
27 if ( io_mode & ios::in ) {
30 } else if ( io_mode & ios::app ) {
38 if ( io_mode & ios::binary ) {
44 if ( io_mode & (ios::out|ios::app )) {
61 int io_mode ) {
69 if ( io_mode & ios::in ) {
72 } else if ( io_mode & ios::app ) {
80 if ( io_mode & ios::binary ) {
86 if ( io_mode
[all...]
H A Dzfstream.h15 gzfilebuf *open( const char *name, int io_mode );
16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
55 void open( const char *name, int io_mode );
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream/
H A Dzfstream.cpp19 int io_mode ) {
27 if ( io_mode & ios::in ) {
30 } else if ( io_mode & ios::app ) {
38 if ( io_mode & ios::binary ) {
44 if ( io_mode & (ios::out|ios::app )) {
61 int io_mode ) {
69 if ( io_mode & ios::in ) {
72 } else if ( io_mode & ios::app ) {
80 if ( io_mode & ios::binary ) {
86 if ( io_mode
[all...]
H A Dzfstream.h15 gzfilebuf *open( const char *name, int io_mode );
16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
55 void open( const char *name, int io_mode );
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream3/
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false),
72 io_mode = mode;
100 io_mode = mode;
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
H A Dzfstream.h191 std::ios_base::openmode io_mode; member in class:gzfilebuf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false),
72 io_mode = mode;
100 io_mode = mode;
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
H A Dzfstream.h191 std::ios_base::openmode io_mode; member in class:gzfilebuf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false),
72 io_mode = mode;
100 io_mode = mode;
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
H A Dzfstream.h191 std::ios_base::openmode io_mode; member in class:gzfilebuf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream3/
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false),
72 io_mode = mode;
100 io_mode = mode;
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
H A Dzfstream.h191 std::ios_base::openmode io_mode; member in class:gzfilebuf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfc_multi_8xx.h117 if (m->io_mode) /* use mode from card config */
118 hc->io_mode = m->io_mode;
119 switch (hc->io_mode) {
H A Dhfc_multi.h133 int io_mode; member in struct:hm_map
148 int io_mode; /* selects mode */ member in struct:hfc_multi
H A Dhfcmulti.c4358 if (m->io_mode) /* use mode from card config */
4359 hc->io_mode = m->io_mode;
4360 switch (hc->io_mode) {
4991 hc->io_mode = iomode[HFC_cnt];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dio_sm.h100 * io_mode: Mode of channel: {IO_INPUT | IO_OUTPUT}.
108 u8 io_mode, u16 *mbx_val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Datom.c187 switch (gctx->io_mode) {
200 if (!(gctx->io_mode & 0x80)) {
204 if (!gctx->iio[gctx->io_mode & 0x7F]) {
207 gctx->io_mode & 0x7F);
212 gctx->iio[gctx->io_mode & 0x7F],
457 switch (gctx->io_mode) {
474 if (!(gctx->io_mode & 0x80)) {
478 if (!gctx->iio[gctx->io_mode & 0xFF]) {
481 gctx->io_mode & 0x7F);
484 atom_iio_execute(gctx, gctx->iio[gctx->io_mode
[all...]
H A Datom.h138 int io_mode; member in struct:atom_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dio_sm.c139 u8 io_mode);
141 u8 io_mode);
987 u8 io_mode, u16 *mbx_val)
996 if (io_mode == IO_INPUT) {
1006 } else if (io_mode == IO_OUTPUT) {
1019 DBC_ASSERT(io_mode); /* Shouldn't get here. */
1088 u8 io_mode)
1360 u8 io_mode)
986 io_request_chnl(struct io_mgr *io_manager, struct chnl_object *pchnl, u8 io_mode, u16 *mbx_val) argument
1087 input_chnl(struct io_mgr *pio_mgr, struct chnl_object *pchnl, u8 io_mode) argument
1359 output_chnl(struct io_mgr *pio_mgr, struct chnl_object *pchnl, u8 io_mode) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddm9000.c98 u8 io_mode; /* 0:word, 2:byte */ member in struct:board_info
800 db->io_mode = ior(db, DM9000_ISR) >> 6; /* ISR bit7:6 keeps I/O mode */

Completed in 159 milliseconds