/external/grub/stage1/ |
stage1.S | 43 in real mode. */ 68 mode: label 191 /* set the mode to non-zero */ 252 /* set the mode to zero */ 416 * Use BIOS "int 10H Function 0Eh" to write character in teletype mode
|
/external/icu4c/common/ |
unorm_it.c | 60 UNormalizationMode mode; member in struct:UNormIterator 218 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode); 237 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode); 288 room=unorm_previous(iter, uni->chars, start, uni->mode, 0, TRUE, NULL, &errorCode); 307 room=unorm_previous(iter, uni->chars, start, uni->mode, 0, TRUE, NULL, &errorCode); 594 uni->mode=UNORM_NONE; 615 unorm_setIter(UNormIterator *uni, UCharIterator *iter, UNormalizationMode mode, UErrorCode *pErrorCode) { 625 mode<UNORM_NONE || UNORM_MODE_COUNT<=mode 637 uni->mode=mode [all...] |
/external/icu4c/test/intltest/ |
dcfmapts.cpp | 387 uint16_t mode; local 391 for(mode=0;mode < 7;mode++){ 392 pat.setRoundingMode((DecimalFormat::ERoundingMode)mode); 393 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){ 394 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode); 401 message= (UnicodeString)"round(" + (double)Roundingnumber + UnicodeString(",") + mode + UnicodeString(",FALSE) with RoundingIncrement=1.0==>"); 408 message= (UnicodeString)"round(" + (double)Roundingnumber1 + UnicodeString(",") + mode + UnicodeString(",FALSE) with RoundingIncrement=1.0==>") [all...] |
/external/icu4c/test/perf/normperf/ |
normperf.h | 29 typedef int32_t (*QuickCheckFn)(const UChar* src,int32_t srcLen, UNormalizationMode mode, int32_t options, UErrorCode* status); 36 UNormalizationMode mode; member in class:QuickCheckPerfFunction 49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status); 53 retVal = (*fn)(lines[i].name,-1,mode, options, status); 59 retVal = (*fn)(src,srcLen,mode, options, status); 61 retVal = (*fn)(src,-1,mode, options, status); 82 mode = _mode; 92 mode = _mode; 189 void normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options); 190 UChar* normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options) [all...] |
/external/iproute2/misc/ |
lnstat.c | 227 } mode = MODE_NORMAL; local 234 /* backwards compatibility mode for old tools */ 242 /* rtstat compatibility mode */ 246 /* ctstat compatibility mode */ 261 mode = MODE_DUMP; 321 switch (mode) {
|
/external/ipsec-tools/src/libipsec/ |
libpfkey.h | 71 u_int mode; member in struct:pfkey_send_sa_args
|
/external/kernel-headers/original/linux/ |
mt9t013.h | 133 uint32_t mode; member in struct:mt9t013_exposure_gain
|
stat.h | 62 umode_t mode; member in struct:kstat
|
sysfs.h | 21 mode_t mode; member in struct:attribute 37 .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, \ 43 .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, \ 106 sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode); 124 void sysfs_create_device(struct kobject *, dev_t dev, mode_t mode); 152 static inline int sysfs_chmod_file(struct kobject *kobj, struct attribute *attr, mode_t mode)
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
combined_decode.cpp | 28 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */ 35 /* 04/13/2000 : Rewrote this combined mode path completely */ 36 /* so that it handles "Combined Mode With Error */ 51 uint8 *Mode = video->headerInfo.Mode; 68 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB); 75 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB); 169 if (Mode[mbnum] != MODE_SKIPPED) 350 uint8 *Mode = video->headerInfo.Mode; 534 uint mode = video->headerInfo.Mode[mbnum]; local [all...] |
datapart_decode.cpp | 29 /* Purpose : Decode a frame of MPEG4 bitstream in datapartitioning mode. */ 58 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB); 64 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB); 133 /* Purpose : Decode Data Partitioned Mode Video Packet in I-VOP */ 142 uint8 *Mode = video->headerInfo.Mode; 174 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]); 235 MBtype = Mode[mbnum]; 236 /* No skipped mode in I-packets 3/1/2001 */ 241 /* there is always acdcpred in DataPart mode 04/10/01 * 630 uint8 mode = video->headerInfo.Mode[mbnum]; local [all...] |
dcac_prediction.cpp | 79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */ 83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */ 226 uint8 *mode = video->headerInfo.Mode; local 269 && (mode[mbnum-nMBPerRow] == MODE_INTRA || mode[mbnum-nMBPerRow] == MODE_INTRA_Q);; 277 && (mode[mbnum-1] == MODE_INTRA || mode[mbnum-1] == MODE_INTRA_Q); 285 && (mode[mbnum-nMBPerRow] == MODE_INTRA || mode[mbnum-nMBPerRow] == MODE_INTRA_Q) [all...] |
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_testset6.h | 100 uint8 mode; member in struct:pv_mediainput_async_test_errorhandling::ts_keytype
|
/external/opencore/nodes/pvmediainputnode/src/ |
pvmf_media_input_node.h | 328 uint8 mode; member in struct:PvmfMediaInputNode::timeStamp_keytpe
|
/external/opencore/protocols/rtsp_parcom/src/ |
rtsp_transport.h | 77 } mode; member in struct:RtspTransport
|
/external/ppp/pppd/plugins/radius/ |
avpair.c | 524 int mode; local 534 mode = PARSE_MODE_NAME; 543 switch (mode) 557 mode = PARSE_MODE_EQUAL; 563 mode = PARSE_MODE_VALUE; 672 mode = PARSE_MODE_NAME; 676 mode = PARSE_MODE_NAME;
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysvideo.cc | 213 SDL_Rect *mode; local 217 /* Check to see if we already have this mode */ 220 mode = SDL_modelist[index][i]; 221 if ( (mode->w == w) && (mode->h == h) ) { 223 fprintf(stderr, "We already have mode %dx%d at %d bytes per pixel\n", w, h, index+1); 230 /* Set up the new video mode rectangle */ 231 mode = (SDL_Rect *)SDL_malloc(sizeof *mode); 232 if ( mode == NULL ) 403 display_mode mode; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macevents.c | 184 Uint8 mode; local 202 mode = SDL_PRESSED; 204 mode = SDL_RELEASED; 206 SDL_PrivateKeyboard(mode, &keysym); 299 /* Don't allow resize if video mode isn't resizable */
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.h | 44 - Crash in CG after several mode switches (I think this has been fixed) 85 CFDictionaryRef mode; /* current mode of the display */ member in struct:SDL_PrivateVideoData 86 CFDictionaryRef save_mode; /* original mode of the display */ 91 Uint32 flags; /* flags for current mode, for teardown purposes */ 130 #define mode (this->hidden->mode) macro
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosFullScreenVideo.c | 50 int flags; // mode selector flags, bit 0 = 1, bit 1-7 format specifier, 8-31 reserved 64 /* SDL video device functions for fullscreen mode */ 88 extern int riscos_backbuffer; /* Create a back buffer in system memory for full screen mode */ 132 SDL_SetError("Couldn't set requested mode"); 136 /* printf("Setting mode %dx%d\n", width, height); */ 141 SDL_SetError("Couldn't allocate new pixel format for requested mode"); 145 /* Set up the new mode framebuffer */ 149 regs.r[0] = -1; /* -1 for current screen mode */ 239 /* Reset any device functions that have been changed because we have run in WIMP mode */ 320 /* Read mode information into block * 575 SDL_Rect *mode; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
SDL_svgavideo.c | 161 static int SVGA_AddMode(_THIS, int mode, int actually_add) 166 modeinfo = vga_getmodeinfo(mode); 177 /* Add the mode, sorted largest to smallest */ 189 /* Insert the new mode */ 194 SDL_vgamode[i][j] = mode; 231 int mode, total_modes; local 269 for ( mode=vga_lastmodenumber(); mode; --mode ) { 270 if ( vga_hasmode(mode) ) { 342 int mode; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/ |
SDL_vglvideo.c | 170 SDL_Rect *mode; local 175 /* Check to see if we already have this mode */ 181 mode = SDL_modelist[index][i]; 182 if ((mode->w == inmode->ModeInfo.Xsize) && 183 (mode->h == inmode->ModeInfo.Ysize)) 187 /* Set up the new video mode rectangle */ 188 mode = (SDL_Rect *)SDL_malloc(sizeof *mode); 189 if (mode == NULL) { 193 mode->x = 0 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/wscons/ |
SDL_wsconsvideo.c | 347 WSCONS_ReportError("Requested video mode %dx%d not supported.", 583 int mode = WSDISPLAYIO_MODE_EMUL; local 599 if (ioctl(private->fd, WSDISPLAYIO_SMODE, &mode) == -1) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios.c | 208 /* Check if mode already exists */ 274 /* Initialize video mode list */ 275 /* and save current screen status (palette, screen address, video mode) */ 316 /* Software double-lined mode */ 422 /* FIXME: parse video mode list to search for current mode */ 508 int mode, new_depth; local 523 /* Search if the mode exists (width, height, bpp) */ 524 for ( mode=0; SDL_modelist[bpp][mode]; ++mode ) [all...] |
SDL_xbios_centscreen.h | 55 unsigned short mode; /* Falcon videomode code */ member in struct:__anon4519 81 #define Vfirst(mask,mode) \ 82 (long)trap_14_wll((short)0x46,(long)(mask),(long)(mode)) 83 #define Vnext(mask,mode) \ 84 (long)trap_14_wll((short)0x47,(long)(mask),(long)(mode)) 109 #define Vsize(mode) \ 110 (long)trap_14_wl((short)0x54,(long)(mode))
|