HomeSort by: relevance | last modified time | path
    Searched refs:ls (Results 1 - 25 of 612) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
loop_unroll.cpp 66 loop_unroll_count(exec_list *list, loop_variable_state *ls,
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
186 assert(!ls->terminators.is_empty() || iterations == 1);
199 if (ls->limiting_terminator) {
200 limit_if = ls->limiting_terminator->ir
383 loop_variable_state *const ls = this->state->get(ir); local
    [all...]
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
273 _mesa_hash_table_insert(this->ht, ir, ls);
276 return ls;
395 loop_variable_state *const ls = local
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->get_or_insert(var, this->in_assignee)
444 loop_variable_state *ls = this->loops->insert(ir); local
453 loop_variable_state *const ls = local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
loop_unroll.cpp 66 loop_unroll_count(exec_list *list, loop_variable_state *ls,
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
186 assert(!ls->terminators.is_empty() || iterations == 1);
199 if (ls->limiting_terminator) {
200 limit_if = ls->limiting_terminator->ir
383 loop_variable_state *const ls = this->state->get(ir); local
    [all...]
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
319 _mesa_hash_table_insert(this->ht, ir, ls);
322 return ls;
442 loop_variable_state *const ls = local
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->get_or_insert(var, this->in_assignee)
491 loop_variable_state *ls = this->loops->insert(ir); local
500 loop_variable_state *const ls = local
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fclang.c 52 FcLangSetBitSet (FcLangSet *ls,
59 if (bucket >= ls->map_size)
62 ls->map[bucket] |= ((FcChar32) 1U << (id & 0x1f));
66 FcLangSetBitGet (const FcLangSet *ls,
73 if (bucket >= ls->map_size)
76 return ((ls->map[bucket] >> (id & 0x1f)) & 1) ? FcTrue : FcFalse;
80 FcLangSetBitReset (FcLangSet *ls,
87 if (bucket >= ls->map_size)
90 ls->map[bucket] &= ~((FcChar32) 1U << (id & 0x1f));
100 FcLangSet *ls; local
474 FcLangSet *ls; local
760 FcLangSet ls; member in struct:__anon5403
810 FcLangSet *ls; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/tools/
update-copyright 9 git ls-files --full-name $topdir \
  /xsrc/external/mit/xterm/dist/vttests/
bounce.sh 56 [ -n "$WINDOWID" ] && ls -l bounce*.log
  /xsrc/external/mit/fontconfig/dist/doc/
fclangset.fncs 33 @TYPE1@ FcLangSet * @ARG1@ ls
42 @TYPE1@ const FcLangSet * @ARG1@ ls
46 populates it with the contents of <parameter>ls</parameter>.
51 @TYPE1@ FcLangSet * @ARG1@ ls
55 <parameter>lang</parameter> is added to <parameter>ls</parameter>.
63 @TYPE1@ FcLangSet * @ARG1@ ls
67 <parameter>lang</parameter> is removed from <parameter>ls</parameter>.
134 @TYPE1@ const FcLangSet * @ARG1@ ls
138 supported by <parameter>ls</parameter>. Any language which equals
139 <parameter>ls</parameter> will have the same result fro
    [all...]
  /xsrc/external/mit/xauth/dist/tests/
test_xauth 10 for script in `ls -1 ${testsrc}/*.script | sort` ; do
  /xsrc/external/mit/freetype/dist/
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/
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/
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 "$MyPWD/sysroot/$CACHEDIR/$md5"*; the
    [all...]
  /xsrc/external/mit/beforelight/dist/
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/evieext/dist/
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/
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/
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/freetype/dist/builds/unix/
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/glw/dist/
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/libXTrap/dist/
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/
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/
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/
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/libXxf86misc/dist/
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/
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/luit/dist/
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` &&

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011>>