Searched refs:ls (Results 1 - 25 of 883) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dloop_unroll.cpp66 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 Dloop_analysis.cpp28 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 Dloop_unroll.cpp66 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 Dloop_analysis.cpp28 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 Dfclang.c52 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 Dupdate-copyright9 git ls-files --full-name $topdir \
/xsrc/external/mit/xterm/dist/vttests/
H A Dbounce.sh56 [ -n "$WINDOWID" ] && ls -l bounce*.log
/xsrc/external/mit/xauth/dist/tests/
H A Dtest_xauth10 for script in `ls -1 ${testsrc}/*.script | sort` ; do
/xsrc/external/mit/freetype/dist/
H A Dconfigure93 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 Dsinstall.sh54 # (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 Drun-test.sh178 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 Dinstall-sh359 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 Dinstall-sh352 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 Dinstall-sh345 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 Dinstall-sh352 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 Dinstall-sh352 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 Dinstall-sh345 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 Dinstall-sh352 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 Dinstall-sh352 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 Dinstall-sh352 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 Dinstall-sh355 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 Dinstall-sh338 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 Dinstall-sh338 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 Dinstall-sh355 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 Dinstall-sh345 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` &&

Completed in 13 milliseconds

1234567891011>>