| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | loop_unroll.cpp | 66 loop_unroll_count(exec_list *list, loop_variable_state *ls, argument 68 : ls(ls), options(options) 122 loop_variable *lv = ls->get(ir->array_index->variable_referenced()); 129 if (int(array->type->length) == ls->limiting_terminator->iterations) 162 loop_variable_state *ls; member in class:loop_unroll_count 181 loop_variable_state *const ls = this->state->get(ir); local in function:loop_unroll_visitor::simple_unroll 186 assert(!ls->terminators.is_empty() || iterations == 1); 199 if (ls->limiting_terminator) { 200 limit_if = ls 383 loop_variable_state *const ls = this->state->get(ir); local in function:loop_unroll_visitor::visit_leave 590 unroll_loops(exec_list * instructions,loop_state * ls,const struct gl_shader_compiler_options * options) argument [all...] |
| H A D | loop_analysis.cpp | 28 static void try_add_loop_terminator(loop_variable_state *ls, ir_if *ir); 271 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; local in function:loop_state::insert 273 _mesa_hash_table_insert(this->ht, ir, ls); 276 return ls; 395 loop_variable_state *const ls = local in function:loop_analysis::visit 398 ls->num_loop_jumps++; 410 foreach_in_list(loop_variable_state, ls, &this->state) { 411 ls->contains_calls = true; 428 foreach_in_list(loop_variable_state, ls, &this->state) { 430 loop_variable *lv = ls 444 loop_variable_state *ls = this->loops->insert(ir); local in function:loop_analysis::visit_enter 453 loop_variable_state *const ls = local in function:loop_analysis::visit_leave 792 try_add_loop_terminator(loop_variable_state * ls,ir_if * ir) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | loop_unroll.cpp | 66 loop_unroll_count(exec_list *list, loop_variable_state *ls, argument 68 : ls(ls), options(options) 122 loop_variable *lv = ls->get(ir->array_index->variable_referenced()); 129 if (int(array->type->length) == ls->limiting_terminator->iterations) 162 loop_variable_state *ls; member in class:loop_unroll_count 181 loop_variable_state *const ls = this->state->get(ir); local in function:loop_unroll_visitor::simple_unroll 186 assert(!ls->terminators.is_empty() || iterations == 1); 199 if (ls->limiting_terminator) { 200 limit_if = ls 383 loop_variable_state *const ls = this->state->get(ir); local in function:loop_unroll_visitor::visit_leave 583 unroll_loops(exec_list * instructions,loop_state * ls,const struct gl_shader_compiler_options * options) argument [all...] |
| H A D | loop_analysis.cpp | 28 static void try_add_loop_terminator(loop_variable_state *ls, ir_if *ir); 317 loop_variable_state *ls = new(this->mem_ctx) loop_variable_state; local in function:loop_state::insert 319 _mesa_hash_table_insert(this->ht, ir, ls); 322 return ls; 442 loop_variable_state *const ls = local in function:loop_analysis::visit 445 ls->num_loop_jumps++; 457 foreach_in_list(loop_variable_state, ls, &this->state) { 458 ls->contains_calls = true; 475 foreach_in_list(loop_variable_state, ls, &this->state) { 477 loop_variable *lv = ls 491 loop_variable_state *ls = this->loops->insert(ir); local in function:loop_analysis::visit_enter 500 loop_variable_state *const ls = local in function:loop_analysis::visit_leave 839 try_add_loop_terminator(loop_variable_state * ls,ir_if * ir) argument [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fclang.c | 52 FcLangSetBitSet (FcLangSet *ls, argument 59 if (bucket >= ls->map_size) 62 ls->map[bucket] |= ((FcChar32) 1U << (id & 0x1f)); 66 FcLangSetBitGet (const FcLangSet *ls, argument 73 if (bucket >= ls->map_size) 76 return ((ls->map[bucket] >> (id & 0x1f)) & 1) ? FcTrue : FcFalse; 80 FcLangSetBitReset (FcLangSet *ls, argument 87 if (bucket >= ls->map_size) 90 ls->map[bucket] &= ~((FcChar32) 1U << (id & 0x1f)); 100 FcLangSet *ls; local in function:FcFreeTypeLangSet 474 FcLangSet *ls; local in function:FcLangSetCreate 486 FcLangSetDestroy(FcLangSet * ls) argument 497 FcLangSetCopy(const FcLangSet * ls) argument 603 FcLangSetAdd(FcLangSet * ls,const FcChar8 * lang) argument 623 FcLangSetDel(FcLangSet * ls,const FcChar8 * lang) argument 640 FcLangSetHasLang(const FcLangSet * ls,const FcChar8 * lang) argument 688 FcLangSetCompareStrSet(const FcLangSet * ls,FcStrSet * set) argument 760 FcLangSet ls; member in struct:FcLangSetPromote::__anon94f7d3280308 792 FcLangSetHash(const FcLangSet * ls) argument 810 FcLangSet *ls; local in function:FcNameParseLangSet 839 FcNameUnparseLangSet(FcStrBuf * buf,const FcLangSet * ls) argument 910 FcLangSetContainsLang(const FcLangSet * ls,const FcChar8 * lang) argument 1044 FcLangSetGetLangs(const FcLangSet * ls) argument 1075 FcLangSetOperate(const FcLangSet * a,const FcLangSet * b,FcBool (* func)(FcLangSet * ls,const FcChar8 * s)) argument [all...] |
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | update-copyright | 9 git ls-files --full-name $topdir \
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | bounce.sh | 56 [ -n "$WINDOWID" ] && ls -l bounce*.log
|
| /xsrc/external/mit/xauth/dist/tests/ |
| H A D | test_xauth | 10 for script in `ls -1 ${testsrc}/*.script | sort` ; do
|
| /xsrc/external/mit/freetype/dist/ |
| H A D | configure | 93 inode_src=`ls -id $abs_ft2_dir | awk '{print $1}'` 94 inode_dst=`ls -id $abs_curr_dir | awk '{print $1}'`
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | sinstall.sh | 54 # (otherwise GNU ls displays date column in a locale-dependent manner). 119 ls $cf_option $REF_PROG 120 ls $cf_option $REF_PROG >$MYTEMP 122 $trace "... if \"$cf_rest\" is null, try the ls -g option" 125 ls $cf_option $REF_PROG 126 ls $cf_option $REF_PROG >$MYTEMP
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| H A D | run-test.sh | 178 ls -l "$CACHEDIR" > out1 189 ls -l "$CACHEDIR" > out2 223 ls -1 --color=no "$CACHEDIR"/*cache*> out1 237 ls -1 --color=no "$CACHEDIR"/*cache* > out2 276 (cd "$CACHEDIR"; ls -1 --color=no ./*cache*) > out1 286 (cd "$TESTTMPDIR"/cache.dir; ls -1 --color=no ./*cache*) > out2 307 _cache=$(ls -1 --color=no "$CACHEDIR"/*cache*) 314 (cd "$CACHEDIR"; ls -1 --color=no ./*cache*) > out1 321 (cd "$CACHEDIR"; ls -1 --color=no ./*cache*) > out2 353 if ! ls " [all...] |
| /xsrc/external/mit/libXTrap/dist/ |
| H A D | install-sh | 359 ls_ld_tmpdir=`ls -ld "$tmpdir"` 366 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 475 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 476 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/libXevie/dist/ |
| H A D | install-sh | 352 ls_ld_tmpdir=`ls -ld "$tmpdir"` 359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/libXfont/dist/ |
| H A D | install-sh | 345 ls_ld_tmpdir=`ls -ld "$test_tmpdir"` 352 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` 459 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 460 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/libXfontcache/dist/ |
| H A D | install-sh | 352 ls_ld_tmpdir=`ls -ld "$tmpdir"` 359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/luit/dist/ |
| H A D | install-sh | 352 ls_ld_tmpdir=`ls -ld "$tmpdir"` 359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/mesa-demos/dist/ |
| H A D | install-sh | 345 ls_ld_tmpdir=`ls -ld "$test_tmpdir"` 352 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` 459 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 460 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/mkfontdir/dist/ |
| H A D | install-sh | 352 ls_ld_tmpdir=`ls -ld "$tmpdir"` 359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/glw/dist/ |
| H A D | install-sh | 352 ls_ld_tmpdir=`ls -ld "$tmpdir"` 359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/font-adobe-utopia-75dpi/dist/ |
| H A D | install-sh | 352 ls_ld_tmpdir=`ls -ld "$tmpdir"` 359 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 468 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 469 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | install-sh | 355 ls_ld_tmpdir=`ls -ld "$test_tmpdir"` 362 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` 469 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 470 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/libXxf86misc/dist/ |
| H A D | install-sh | 338 ls_ld_tmpdir=`ls -ld "$tmpdir"` 345 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 452 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 453 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | install-sh | 338 ls_ld_tmpdir=`ls -ld "$tmpdir"` 345 ls_ld_tmpdir_1=`ls -ld "$tmpdir"` 452 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 453 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/libvdpau/dist/ |
| H A D | install-sh | 355 ls_ld_tmpdir=`ls -ld "$test_tmpdir"` 362 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` 469 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 470 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
| /xsrc/external/mit/xf86-video-sis/dist/ |
| H A D | install-sh | 345 ls_ld_tmpdir=`ls -ld "$test_tmpdir"` 352 ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` 459 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && 460 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|