| /xsrc/external/mit/freetype/dist/src/otvalid/ |
| H A D | otvgpos.h | 28 OTV_Validator valid );
|
| H A D | otvalid.h | 36 FT_Validator valid ); 45 FT_Validator valid ); 50 FT_Validator valid ); 55 FT_Validator valid ); 64 FT_Validator valid );
|
| H A D | otvmod.c | 85 FT_ValidatorRec volatile valid; local in function:otv_validate 151 ft_validator_init( &valid, base, base + len_base, FT_VALIDATE_DEFAULT ); 152 if ( ft_setjmp( valid.jump_buffer ) == 0 ) 153 otv_BASE_validate( base, &valid ); 154 error = valid.error; 161 ft_validator_init( &valid, gpos, gpos + len_gpos, FT_VALIDATE_DEFAULT ); 162 if ( ft_setjmp( valid.jump_buffer ) == 0 ) 163 otv_GPOS_validate( gpos, num_glyphs, &valid ); 164 error = valid.error; 171 ft_validator_init( &valid, gsu [all...] |
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| H A D | gxvalid.h | 45 FT_Validator valid ); 51 FT_Validator valid ); 57 FT_Validator valid ); 62 FT_Validator valid ); 67 FT_Validator valid ); 72 FT_Validator valid ); 77 FT_Validator valid ); 83 FT_Validator valid ); 88 FT_Validator valid ); 93 FT_Validator valid ); [all...] |
| H A D | gxvmod.c | 92 ft_validator_init( &valid, _sfnt, _sfnt + len_ ## _sfnt, \ 94 if ( ft_setjmp( valid.jump_buffer ) == 0 ) \ 95 gxv_ ## _sfnt ## _validate( _sfnt, face, &valid ); \ 96 error = valid.error; \ 115 FT_ValidatorRec volatile valid; local in function:gxv_validate 203 FT_ValidatorRec volatile valid; local in function:classic_kern_validate 214 ft_validator_init( &valid, ckern, ckern + len_ckern, 216 if ( ft_setjmp( valid.jump_buffer ) == 0 ) 218 ckern_flags & FT_VALIDATE_CKERN, &valid ); 219 error = valid [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_rbsp.h | 53 unsigned valid, bits_left = vl_vlc_bits_left(nal); local in function:vl_rbsp_init 69 valid = vl_vlc_valid_bits(&rbsp->nal); 71 for (i = 24; i <= valid; i += 8) { 78 valid = vl_vlc_valid_bits(&rbsp->nal); 80 rbsp->escaped = (valid >= 16) ? 16 : ((valid >= 8) ? 8 : 0); 88 unsigned valid = vl_vlc_valid_bits(&rbsp->nal); local in function:vl_rbsp_fillbits 92 if (valid >= 32) 102 assert(valid >= rbsp->escaped); 105 valid [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_rbsp.h | 53 unsigned valid, bits_left = vl_vlc_bits_left(nal); local in function:vl_rbsp_init 69 valid = vl_vlc_valid_bits(&rbsp->nal); 71 for (i = 24; i <= valid; i += 8) { 78 valid = vl_vlc_valid_bits(&rbsp->nal); 80 rbsp->escaped = (valid >= 16) ? 16 : ((valid >= 8) ? 8 : 0); 88 unsigned valid = vl_vlc_valid_bits(&rbsp->nal); local in function:vl_rbsp_fillbits 92 if (valid >= 32) 102 assert(valid >= rbsp->escaped); 105 valid [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlpool.h | 56 " valid CDATA #IMPLIED>" \ 86 /** \brief Begin an option definition with restrictions on valid values */ 87 #define DRI_CONF_OPT_BEGIN_V(name,type,def,valid) \ 88 "<option name=\""#name"\" type=\""#type"\" default=\""#def"\" valid=\""valid"\">\n"
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | ftvalid.h | 108 ft_validator_init( FT_Validator valid, 116 ft_validator_run( FT_Validator valid ); 123 ft_validator_error( FT_Validator valid, 127 /* Calls ft_validate_error. Assumes that the `valid' local variable */ 132 ft_validator_error( valid, FT_THROW( _error ) )
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | nir_fuse_io_16.c | 81 bool valid = true; local in function:nir_fuse_io_16 84 valid &= nir_src_is_f2fmp(src); 86 if (!valid)
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | busfault.c | 44 Bool valid; member in struct:busfault 66 busfault->valid = TRUE; 90 if (!busfault->valid) 115 if (!busfault->valid) 118 busfault->valid = FALSE;
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_vblank.c | 51 RegionPtr valid, 89 if (valid) { 90 vblank->valid = RegionDuplicate(valid); 91 if (!vblank->valid) 114 screen_priv->check_flip (target_crtc, window, pixmap, TRUE, valid, x_off, y_off, &reason)) 119 screen_priv->check_flip (target_crtc, window, pixmap, FALSE, valid, x_off, y_off, &reason)) 154 RegionPtr valid, 173 if (present_vblank_init(vblank, window, pixmap, serial, valid, update, 218 if (vblank->valid) 47 present_vblank_init(present_vblank_ptr vblank,WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument 151 present_vblank_create(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglconfig.c | 54 * Note that id must be positive for the config to be valid. 265 * Return true if a config is valid. When for_matching is true, 266 * EGL_DONT_CARE is accepted as a valid attribute value, and checks 277 EGLBoolean valid = EGL_TRUE; local in function:_eglValidateConfig 292 valid = EGL_FALSE; 297 valid = EGL_FALSE; 301 valid = EGL_FALSE; 307 valid = EGL_FALSE; 314 valid = EGL_FALSE; 318 valid [all...] |
| H A D | eglglobals.c | 170 char valid = 0; local in function:_eglPointerIsDereferencable 179 if (mincore((void *) addr, page_size, &valid) < 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglconfig.c | 54 * Note that id must be positive for the config to be valid. 265 * Return true if a config is valid. When for_matching is true, 266 * EGL_DONT_CARE is accepted as a valid attribute value, and checks 277 EGLBoolean valid = EGL_TRUE; local in function:_eglValidateConfig 292 valid = EGL_FALSE; 297 valid = EGL_FALSE; 301 valid = EGL_FALSE; 307 valid = EGL_FALSE; 314 valid = EGL_FALSE; 318 valid [all...] |
| H A D | eglglobals.c | 146 unsigned char valid = 0; local in function:_eglPointerIsDereferencable 154 /* mincore expects &valid to be unsigned char* on Linux but char* on BSD: 157 if (mincore((void *) addr, page_size, (void*)&valid) < 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_setup.h | 45 unsigned valid; member in struct:sp_setup_info
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_setup.h | 45 unsigned valid; member in struct:sp_setup_info
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | securitysrv.h | 77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon8d0a645a0208
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | securitysrv.h | 76 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon5fcfc06d0208
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttcmap.c | 96 FT_Validator valid ) 102 if ( table + 2 + 2 > valid->limit ) 108 if ( table + length > valid->limit || length < 262 ) 112 if ( valid->level >= FT_VALIDATE_TIGHT ) 121 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) ) 217 /***** character code (but these values are also valid as the *****/ 232 /***** Note that not all values of `charcode' are valid according *****/ 265 * first 0 USHORT first valid low-byte 266 * count 2 USHORT number of valid low-bytes 270 * A sub-header defines, for each high byte, the range of valid 95 tt_cmap0_validate(FT_Byte * table,FT_Validator valid) argument 892 tt_cmap4_validate(FT_Byte * table,FT_Validator valid) argument 2236 FT_Bool valid; member in struct:TT_CMap12Rec_ 2261 tt_cmap12_validate(FT_Byte * table,FT_Validator valid) argument 2589 FT_Bool valid; member in struct:TT_CMap13Rec_ 2614 tt_cmap13_validate(FT_Byte * table,FT_Validator valid) argument 3012 tt_cmap14_validate(FT_Byte * table,FT_Validator valid) argument 3819 volatile TT_ValidatorRec valid; local in function:tt_face_build_cmaps [all...] |
| /xsrc/external/mit/libXTrap/dist/src/ |
| H A D | XEConTxt.c | 180 if (!(BitIsFalse(dest->valid,bit) && BitIsFalse(src->valid,bit)) || 181 !(BitIsTrue(dest->valid,bit) && BitIsTrue(src->valid,bit))) 183 BitCopy(dest->valid, src->valid, bit); 344 XETrapSetCfgFlagMaxPacket(&tcv, valid, True); 357 XETrapSetCfgFlagCmd(&tcv, valid, True); 361 XETrapSetCfgFlagCmdKeyMod(&tcv, valid, True); 374 XETrapSetCfgFlagCmdKeyMod(&tcv, valid, Tru [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xuserotfont.c | 126 * Determine if a given glyph is valid and return the 134 int i, valid = 1; local in function:isvalid 142 valid = 0; 151 valid = 0; 154 if (valid) { 283 int valid; local in function:glXUseRotatedXFontMESA 289 valid = 0; 292 valid = 1; 364 if (valid && bitmapWidth > 0 && bitmapHeight > 0) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_usefont.c | 162 * determine if a given glyph is valid and return the 170 int i, valid = 1; local in function:isvalid 178 valid = 0; 187 valid = 0; 190 if (valid) { 301 int valid; local in function:glXUseXFont 307 valid = 0; 310 valid = 1; 342 if (valid && (bm_width > 0) && (bm_height > 0)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | xfont.c | 166 * determine if a given glyph is valid and return the 174 int i, valid = 1; local in function:isvalid 182 valid = 0; 191 valid = 0; 194 if (valid) { 312 int valid; local in function:DRI_glXUseXFont 318 valid = 0; 321 valid = 1; 352 if (valid && (bm_width > 0) && (bm_height > 0)) {
|