Searched refs:Filter (Results 1 – 25 of 55) sorted by relevance
123
/toolchain/binutils/binutils-2.27/zlib/contrib/ada/ |
D | zlib.adb | 100 (Filter : in out Filter_Type; 109 (Filter : in out Filter_Type; 136 (Filter : in out Filter_Type; 141 if not Ignore_Error and then not Is_Open (Filter) then 145 Code := Flate (Filter.Compression).Done (To_Thin_Access (Filter.Strm)); 148 Free (Filter.Strm); 152 := Last_Error_Message (Filter.Strm.all); 154 Free (Filter.Strm); 191 (Filter : in out Filter_Type; 202 if Is_Open (Filter) then [all …]
|
D | zlib.ads | 135 (Filter : in out Filter_Type; 150 (Filter : in out Filter_Type; 165 function Is_Open (Filter : in Filter_Type) return Boolean; 170 (Filter : in out Filter_Type; 183 (Filter : in out Filter_Type; 191 function Total_In (Filter : in Filter_Type) return Count; 195 function Total_Out (Filter : in Filter_Type) return Count; 217 (Filter : in out Filter_Type; 229 function Stream_End (Filter : in Filter_Type) return Boolean; 234 (Filter : in out Filter_Type; [all …]
|
D | test.adb | 63 Filter : ZLib.Filter_Type; variable 310 (Filter => Filter, 315 Translate (Filter); 316 Print_Statistic ("Generic compress", ZLib.Total_Out (Filter)); 317 ZLib.Close (Filter); 329 ZLib.Inflate_Init (Filter, Header => Header); 331 Translate (Filter); 332 Print_Statistic ("Generic decompress", ZLib.Total_Out (Filter)); 334 ZLib.Close (Filter);
|
D | read.adb | 45 Filter : ZLib.Filter_Type; variable 125 (Filter, 139 Read (Filter, Buffer, Last); 149 ZLib.Close (Filter);
|
D | zlib-streams.adb | 58 (Filter : in out Filter_Type; 66 (Filter : in out Filter_Type; 71 (Filter, Level, Strategy, Header => Header); 73 Inflate_Init (Filter, Header => Header);
|
/toolchain/binutils/binutils-2.27/ld/po/ |
D | sv.po | 1145 msgid "Filter for shared object symbol table" 1146 msgstr "Filter f�r symboltabell �ver delade objekt"
|
D | id.po | 1341 msgid "Filter for shared object symbol table" 1342 msgstr "Filter untuk simbol tabel objek terbagi"
|
D | da.po | 1428 msgid "Filter for shared object symbol table" 1429 msgstr "Filter for symboltabel over delte objekter"
|
D | ld.pot | 1419 msgid "Filter for shared object symbol table"
|
D | uk.po | 1361 msgid "Filter for shared object symbol table"
|
D | zh_TW.po | 1371 msgid "Filter for shared object symbol table"
|
D | ja.po | 1360 msgid "Filter for shared object symbol table"
|
D | zh_CN.po | 1370 msgid "Filter for shared object symbol table"
|
D | bg.po | 1384 msgid "Filter for shared object symbol table"
|
D | tr.po | 1237 msgid "Filter for shared object symbol table"
|
D | ga.po | 1223 msgid "Filter for shared object symbol table"
|
D | fi.po | 1374 msgid "Filter for shared object symbol table"
|
D | it.po | 1367 msgid "Filter for shared object symbol table"
|
D | fr.po | 1383 msgid "Filter for shared object symbol table"
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-2004 | 697 * pe-dll.c (auto_export): Filter on just the import prefix,
|
/toolchain/benchmark/ |
D | panorama.diff | 1370 +# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter… 6537 + // Vertical Filter 6552 + // Horizontal Filter 8983 +/*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/ 9024 + /*Filter vertically*/ 9031 +/*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/ 9117 + /*Filter vertically*/ 9130 +/*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j 9150 +/*Filter g of length 128 in place with 14641. Output is shifted two steps 9259 +/*Filter horizontally the three rows gxx,gxy,gyy of length 128 into the strength subrow s [all …]
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2008 | 1577 index. Filter out FLAT for uses other than as segment override.
|
/toolchain/binutils/binutils-2.27/gold/po/ |
D | gold.pot | 1860 msgid "Filter for shared object symbol table"
|
D | zh_CN.po | 1928 msgid "Filter for shared object symbol table"
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ |
D | ChangeLog-2009 | 963 * lib/ld-lib.exp (run_ld_link_tests): Filter test names against
|
123