HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 376 - 400 of 811) sorted by null

<<11121314151617181920>>

  /external/bluetooth/hcidump/parser/
l2cap.c 59 uint8_t mode; member in struct:__anon2101
111 table[pos].mode = 0;
135 cid_table[t][i].mode = 0;
152 cid_table[t][i].mode = 0;
179 static void set_mode(int in, uint16_t cid, uint8_t mode)
186 table[i].mode = mode;
196 return table[i].mode;
300 static char *mode2str(uint8_t mode)
302 switch (mode) {
425 uint8_t mode; local
772 uint8_t mode = get_mode(!frm->in, cid); local
    [all...]
  /external/bzip2/
bzip2recover.c 148 Char mode; member in struct:__anon2114
161 bs->mode = 'r';
174 bs->mode = 'w';
222 if ( bs->mode == 'w' ) {
235 if (bs->mode == 'w') writeError(); else readError();
  /external/chromium/net/http/
http_cache_transaction.h 44 // o If the mode of the transaction is NONE, then it is in "pass through"
45 // mode and all methods just forward to the inner network transaction.
47 // o If the mode of the transaction is only READ, then it may only read from
50 // o If the mode of the transaction is only WRITE, then it may only write to
53 // o If the mode of the transaction is READ_WRITE, then the transaction may
57 // o If the mode of the transaction is UPDATE, then the transaction may
60 enum Mode {
70 Mode mode() const { return mode_; } function in class:net::HttpCache::Transaction
299 Mode mode_
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv_bld.h 184 int32_t mode; member in struct:UConverter
  /external/chromium/third_party/icu/source/tools/tzcode/
icuzdump.cpp 370 ios::openmode mode = ios::out; local
372 mode |= ios::binary;
388 ofstream* fout = new ofstream(path.str().c_str(), mode);
  /external/chromium/third_party/zlib/
gzio.c 67 char mode; /* 'w' or 'r' */ member in struct:gz_stream
76 local gzFile gz_open OF((const char *path, const char *mode, int fd));
89 Opens a gzip (.gz) file for reading or writing. The mode parameter
97 local gzFile gz_open (path, mode, fd)
99 const char *mode;
105 char *p = (char*)mode;
107 char fmode[80]; /* copy of mode, without the compression level */
110 if (!path || !mode) return Z_NULL;
137 s->mode = '\0';
139 if (*p == 'r') s->mode = 'r'
    [all...]
  /external/dnsmasq/src/
tftp.c 45 char *filename, *mode, *p, *end, *opt; local
192 !(mode = next(&p, end)) ||
193 (strcasecmp(mode, "octet") != 0 && strcasecmp(mode, "netascii") != 0))
197 if (strcasecmp(mode, "netascii") == 0)
324 /* in secure mode, must be owned by user running dnsmasq */
568 /* Map '\n' to CR-LF in netascii mode */
  /external/grub/netboot/
sk_g16.h 65 * Initialization Block Mode operation Bit Definitions.
68 #define MODE_PROM 0x8000 /* Promiscuous Mode */
77 #define MODE_NORMAL 0x0000 /* Normal operation mode */
125 unsigned short mode; /* Mode Register */ member in struct:init_block
  /external/icu4c/common/
ucnv_bld.h 184 int32_t mode; member in struct:UConverter
  /external/icu4c/tools/tzcode/
icuzdump.cpp 370 ios::openmode mode = ios::out; local
372 mode |= ios::binary;
388 ofstream* fout = new ofstream(path.str().c_str(), mode);
  /external/iproute2/include/linux/
atmsap.h 23 #define ATM_L2_ISO1745 0x01 /* Basic mode ISO 1745 */
71 * ITU-T coded mode of operation
75 #define ATM_IMD_NONE 0 /* mode not specified */
76 #define ATM_IMD_NORMAL 1 /* normal mode of operation */
77 #define ATM_IMD_EXTENDED 2 /* extended mode of operation */
107 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member in struct:atm_blli::__anon4183::__anon4184
116 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member in struct:atm_blli::__anon4185::__anon4186
  /external/kernel-headers/original/linux/
atmsap.h 23 #define ATM_L2_ISO1745 0x01 /* Basic mode ISO 1745 */
71 * ITU-T coded mode of operation
75 #define ATM_IMD_NONE 0 /* mode not specified */
76 #define ATM_IMD_NORMAL 1 /* normal mode of operation */
77 #define ATM_IMD_EXTENDED 2 /* extended mode of operation */
107 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member in struct:atm_blli::__anon4588::__anon4589
116 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member in struct:atm_blli::__anon4590::__anon4591
if_ppp.h 74 #define SC_SYNC 0x00200000 /* synchronous serial mode */
93 enum NPmode mode; member in struct:npioctl
134 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
135 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
proc_fs.h 54 mode_t mode; member in struct:proc_dir_entry
109 extern struct proc_dir_entry *create_proc_entry(const char *name, mode_t mode,
160 extern struct proc_dir_entry *proc_mkdir_mode(const char *name, mode_t mode,
164 mode_t mode, struct proc_dir_entry *base,
167 struct proc_dir_entry *res=create_proc_entry(name,mode,base);
176 mode_t mode, struct proc_dir_entry *base, get_info_t *get_info)
178 struct proc_dir_entry *res=create_proc_entry(name,mode,base);
184 mode_t mode, get_info_t *get_info)
186 return create_proc_info_entry(name,mode,proc_net,get_info);
190 mode_t mode, const struct file_operations *fops
    [all...]
  /external/kernel-headers/original/linux/mmc/
host.h 44 unsigned char bus_mode; /* command output mode */
55 unsigned char power_mode; /* power supply mode */
100 unsigned int mode; /* current card mode of host */ member in struct:mmc_host
  /external/libnfc-nxp/src/
phHciNfc_Emulation.c 450 /* NFCIP Target Mode Config sequence */
455 uint8_t mode = ( NXP_NFCIP_ACTIVE_DEFAULT << NFCIP_ACTIVE_SHIFT ) | local
458 NFCIP_TARGET, mode);
734 * Mode Set */
    [all...]
  /external/ppp/pppd/include/net/
if_ppp.h 91 enum NPmode mode; member in struct:npioctl
129 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
130 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
  /external/qemu/audio/
fmodaudio.c 314 int mode = FSOUND_LOOP_NORMAL; local
318 mode |= FSOUND_SIGNED | FSOUND_8BITS;
322 mode |= FSOUND_UNSIGNED | FSOUND_8BITS;
326 mode |= FSOUND_SIGNED | FSOUND_16BITS;
330 mode |= FSOUND_UNSIGNED | FSOUND_16BITS;
338 mode |= FSOUND_8BITS;
340 mode |= stereo ? FSOUND_STEREO : FSOUND_MONO;
341 return mode;
360 int bits16, mode, channel; local
364 mode = aud_to_fmodfmt (as->fmt, as->nchannels == 2 ? 1 : 0)
422 int bits16, mode; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 64 int num; /* A unique identifier for the mode (num > 0) */
65 char *name; /* name of mode given in the XF86Config */
93 SDL_NAME(XDGAMode) mode; member in struct:__anon5979
162 int mode
256 int mode
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 67 char mode; /* 'w' or 'r' */ member in struct:gz_stream
76 local gzFile gz_open OF((const char *path, const char *mode, int fd));
85 Opens a gzip (.gz) file for reading or writing. The mode parameter
93 local gzFile gz_open (path, mode, fd)
95 const char *mode;
101 char *p = (char*)mode;
103 char fmode[80]; /* copy of mode, without the compression level */
106 if (!path || !mode) return Z_NULL;
133 s->mode = '\0';
135 if (*p == 'r') s->mode = 'r'
    [all...]
  /external/qemu/hw/
dma.c 41 uint8_t mode; member in struct:dma_regs
162 dir = ((r->mode >> 5) & 1) ? -1 : 1;
226 case 0x0b: /* mode */
241 d->regs[ichan].mode = data;
304 return dma_controllers[nchan > 3].regs[nchan & 3].mode;
336 dir = (r->mode >> 5) & 1;
337 opmode = (r->mode >> 6) & 3;
340 dolog ("DMA in address decrement mode\n");
343 dolog ("DMA not in single mode select %#x\n", opmode);
406 if (r->mode & 0x20)
    [all...]
  /external/skia/src/gl/
SkGL.cpp 67 SkXfermode* mode = paint.getXfermode(); local
69 if (mode && mode->asCoeff(&sc, &dc)) {
353 void SkGL::DrawVertices(int count, GLenum mode,
385 glDrawElements(mode, count, GL_UNSIGNED_SHORT, indexArray);
389 glDrawElements(mode, count, GL_UNSIGNED_SHORT, indexArray);
395 glDrawArrays(mode, 0, count);
399 glDrawArrays(mode, 0, count);
  /external/speex/include/speex/
speex.h 66 /** Set sub-mode to use */
68 /** Get current sub-mode in use */
71 /** Set low-band sub-mode to use (wideband only)*/
73 /** Get current low-band mode in use (wideband only)*/
76 /** Set high-band sub-mode to use (wideband only)*/
78 /** Get current high-band mode in use (wideband only)*/
148 /** Sets the max bit-rate allowed in VBR mode */
150 /** Gets the max bit-rate allowed in VBR mode */
172 /* Values allowed for mode queries */
173 /** Query the frame size of a mode */
251 const void *mode; member in struct:SpeexMode
    [all...]
  /external/speex/libspeex/
nb_celp.h 51 const SpeexMode *mode; /**< Mode corresponding to the state */ member in struct:EncState
101 spx_int32_t vbr_max; /**< Max bit-rate allowed in VBR mode */
115 const SpeexSubmode * const *submodes; /**< Sub-mode data */
116 int submodeID; /**< Activated sub-mode */
117 int submodeSelect; /**< Mode chosen by the user (may differ from submodeID if VAD is on) */
124 const SpeexMode *mode; /**< Mode corresponding to the state */ member in struct:DecState
159 const SpeexSubmode * const *submodes; /**< Sub-mode data */
160 int submodeID; /**< Activated sub-mode */
    [all...]
sb_celp.c 195 const SpeexSBMode *mode; local
200 st->mode = m;
201 mode = (const SpeexSBMode*)m->mode;
204 st->st_low = speex_encoder_init(mode->nb_mode);
212 st->full_frame_size = 2*mode->frameSize;
213 st->frame_size = mode->frameSize;
214 st->subframeSize = mode->subframeSize;
215 st->nbSubframes = mode->frameSize/mode->subframeSize
318 const SpeexSBMode *mode; local
759 const SpeexSBMode *mode; local
886 const SpeexSBMode *mode; local
    [all...]

Completed in 899 milliseconds

<<11121314151617181920>>