HomeSort by relevance Sort by last modified time
    Searched refs:unexpand (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/none/tests/amd64/
aes.c 56 static void unexpand ( V128* dst, char* summary ) function
94 unexpand (&res, s_res);
126 unexpand (&res, s_res);
158 unexpand (&res, s_res);
190 unexpand (&res, s_res);
220 unexpand (&res, s_res);
275 unexpand (&res, s_res);
  /external/lldb/scripts/
sed-sources 12 B<sed-sources> -- Performs multiple sed commands on files with the ability to expand or unexpand tabs.
46 Unexpand spaces to tabs (in addition to doing sed substitutions).
72 # and and subdirectories and also unexpand spaces to tabs and preview the
91 our $opt_u = 0; # Unexpand spaces to tabs?
115 # Set the number of spaces per tab for expand/unexpand
128 print $out_fh unexpand $line;

Completed in 61 milliseconds