| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmRandom.h | 33 unsigned long check; member in struct:RandomState
|
| H A D | xf86drmRandom.c | 94 state->check = 1043618065; /* After 10000 iterations */ 99 state->check = 399268537; /* After 10000 iterations */
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_debug_recompile.c | 53 #define check(name, field) \ macro 65 found |= check("gather channel quirk", gather_channel_quirk_mask); 66 found |= check("compressed multisample layout", 68 found |= check("16x msaa", msaa_16); 69 found |= check("y_uv image bound", y_uv_image_mask); 70 found |= check("y_u_v image bound", y_u_v_image_mask); 71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask); 72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask); 73 found |= check("ayuv image bound", ayuv_image_mask); 74 found |= check("xyu [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_debug_recompile.c | 53 #define check(name, field) \ macro 65 found |= check("gather channel quirk", gather_channel_quirk_mask); 66 found |= check("compressed multisample layout", 68 found |= check("16x msaa", msaa_16); 69 found |= check("y_uv image bound", y_uv_image_mask); 70 found |= check("y_u_v image bound", y_u_v_image_mask); 71 found |= check("yx_xuxv image bound", yx_xuxv_image_mask); 72 found |= check("xy_uxvx image bound", xy_uxvx_image_mask); 73 found |= check("ayuv image bound", ayuv_image_mask); 74 found |= check("xyu [all...] |
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | acs.pl | 49 my $check = `tput $cap 0 0`; 50 chomp $check; 51 &failed("missing capability: $cap") if ( $check eq "" );
|
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps.cc | 15 bool check(int res, const char *msg) function in namespace:pps
|
| H A D | pps.h | 28 bool check(int res, const char *msg);
|
| /xsrc/external/mit/libxcb/dist/tests/ |
| H A D | check_suites.h | 1 #include <check.h>
|
| H A D | Makefile.am | 15 check-local: check-TESTS 24 $(MAKE) $(AM_MAKEFLAGS) check;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | run-tic.in | 87 check=`echo "$VER" | sed -e 's/^.*\.//' -e 's/[^0-9].*$//'` 88 [ "$check" -ge "20210626" ] && \ 89 [ "$check" -lt "20210828" ] && use_ncurses6 90 [ "$check" -lt "$USE_NCURSES" ] && use_ncurses6 93 # On systems with only ncurses 5, check for development version 109 check=`TERMINFO="$MYTEMP" TERM=fake $INFOCMP_PROG -1 fake 2>/dev/null |grep "$expect"` 110 test "x$check" = "x$expect" || BIG=no
|
| H A D | uxterm | 82 # to determine whether it is, from a shell script). We could check if the 91 eval 'check=$'$name 92 if test -n "$check" 94 expect=`echo "$check" | sed -e 's/[.@].*$//'` 130 # The 'locale' program tries to do a sanity check. 131 check=`sh -c "locale >/dev/null" 2>&1` 132 if test -n "$check" ; then
|
| H A D | koi8rxterm | 83 # way to determine whether it is, from a shell script). We could check if the 96 # The 'locale' program tries to do a sanity check. 97 check=`sh -c "locale >/dev/null" 2>&1` 98 if test -n "$check" ; then
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_qsort_test.cpp | 33 int check = *reinterpret_cast<const int*>(ctx); local in function:cmp_func 34 EXPECT_EQ(check, CONTEXT_CHECK);
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | splitarcs.cc | 124 assert( jarc1->check( ) != 0 ); 125 assert( jarc2->check( ) != 0 ); 126 assert( jarc1->next->check( ) != 0 ); 127 assert( jarc2->next->check( ) != 0 ); 182 assert( jarc1->check( ) != 0); 183 assert( jarc2->check( ) != 0); 214 assert( jarc1->check( ) != 0 ); 215 assert( jarc2->check( ) != 0 ); 216 assert( jarc1->next->check( ) != 0); 217 assert( jarc2->next->check( ) ! [all...] |
| H A D | bin.h | 102 assert( jarc->check() != 0 );
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_validate.cpp | 83 auto check = [&program, &is_valid](bool success, const char* msg, local in function:aco::validate_ir 116 /* check base format */ 139 check(base_format == instr_info.format[(int)instr->opcode], 142 /* check VOP3 modifiers */ 144 check(base_format == Format::VOP2 || base_format == Format::VOP1 || 149 /* check SDWA */ 151 check(base_format == Format::VOP2 || base_format == Format::VOP1 || 155 check(program->chip_class >= GFX8, "SDWA is GFX8+ only", instr.get()); 158 check(sdwa.omod == 0 || program->chip_class >= GFX9, 161 check(sdw [all...] |
| /xsrc/external/mit/libepoxy/dist/registry/ |
| H A D | README.md | 7 1. check out the `khronos-registry` branch 10 4. check the result for consistency and commit it 11 5. check out the `master` branch and merge the `khronos-registry` branch
|
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| H A D | inflate.c | 15 DICT4, /* four dictionary check bytes to go */ 16 DICT3, /* three dictionary check bytes to go */ 17 DICT2, /* two dictionary check bytes to go */ 18 DICT1, /* one dictionary check byte to go */ 21 CHECK4, /* four check bytes to go */ 22 CHECK3, /* three check bytes to go */ 23 CHECK2, /* two check bytes to go */ 24 CHECK1, /* one check byte to go */ 25 DONE, /* finished check, done */ 39 uLong was; /* computed check valu 41 } check; /* if CHECK, check values to compare */ member in union:internal_state::__anon816fb6c0020a [all...] |
| H A D | infutil.c | 44 /* update check information */ 46 z->adler = s->check = (*s->checkfn)(s->check, q, n); 70 /* update check information */ 72 z->adler = s->check = (*s->checkfn)(s->check, q, n);
|
| /xsrc/external/mit/xlogo/dist/ |
| H A D | RenderLogo.c | 139 double check; local in function:intersect 155 check = m2 * intersection->y + b2; 156 if (check >= intersection->x) 157 check -= intersection->x; 159 check = intersection->x - check; 160 if (check > (1/(double)(1<<16))) { 161 fprintf(stderr, "intersect: intersection is off by %f\n", check);
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 90-synthetic.conf | 9 <!-- check to see if the font is roman --> 13 <!-- check to see if the pattern requested non-roman --> 41 <!-- check to see if the weight in the font is less than medium which possibly need emboldening --> 45 <!-- check to see if the pattern requests bold -->
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | blend.c | 92 test_blend(VGint x, VGint y, VGint width, VGint height, VGboolean check) argument 100 if (check) { 111 printf("Render and check blending result (for reference only)\n"); 125 if (check) { 135 if (check) { 145 if (check) { 155 if (check) { 164 if (check) { 175 if (check) { 188 if (check) { [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imRmAttr.c | 54 int check; local in function:_XimCheckInnerIMAttributes 60 check = _XimCheckIMMode(res, mode); 61 if(check == XIM_CHECK_INVALID) 63 else if(check == XIM_CHECK_ERROR) 81 int check; local in function:_XimMakeIMAttrIDList 94 check = _XimCheckIMMode(res, mode); 95 if (check == XIM_CHECK_INVALID) 97 else if (check == XIM_CHECK_ERROR) 114 int check; local in function:_XimCheckInnerICAttributes 120 check 141 int check; local in function:_XimMakeICAttrIDList 445 int check; local in function:_XimDecodeIMATTRIBUTE 518 int check; local in function:_XimDecodeICATTRIBUTE 798 int check; local in function:_XimSetInnerIMAttributes 828 int check; local in function:_XimEncodeIMATTRIBUTE 1073 int check; local in function:_XimSetInnerICAttributes 1104 int check; local in function:_XimEncodeICATTRIBUTE [all...] |
| /xsrc/external/mit/xman/dist/ |
| H A D | search.c | 366 int check, cmp, len_cmp, global_number; local in function:BEntrySearch 376 check = number / 2; 378 head = strrchr(first[global_number + check], '/'); 392 return (global_number + check); 395 number = check; 398 global_number += (check + 1); 399 number -= (check + 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_queryobj.h | 48 radeon->query.queryobj.check = radeon_check_query_active;
|