Home
last modified time | relevance | path

Searched refs:table_copy (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dfont-variants.cpp1030 if( (it = table_copy.find("liga")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1031 if( (it = table_copy.find("clig")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1032 if( (it = table_copy.find("dlig")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1033 if( (it = table_copy.find("hlig")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1034 if( (it = table_copy.find("calt")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1036 if( (it = table_copy.find("subs")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1037 if( (it = table_copy.find("sups")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1039 if( (it = table_copy.find("smcp")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1040 if( (it = table_copy.find("c2sc")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
1041 if( (it = table_copy.find("pcap")) != table_copy.end() ) table_copy.erase( it ); in update_opentype()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
H A Dmfc_multi_tag_release.c38 vector unsigned int table_copy, tmp, tmp1; in __mfc_multi_tag_release() local
47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release()
48 table_copy = spu_rl (table_copy, -last_tag); in __mfc_multi_tag_release()
49 table_copy = spu_xor (table_copy, -1); in __mfc_multi_tag_release()
67 table_copy = spu_sel (__mfc_tag_table, table_copy, table_copy); in __mfc_multi_tag_release()
68 __mfc_tag_table = spu_sel (table_copy, __mfc_tag_table, is_invalid); in __mfc_multi_tag_release()
/dports/lang/gcc9/gcc-9.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c41 vector unsigned int table_copy; in __mfc_multi_tag_reserve() local
49 table_copy = __mfc_tag_table; in __mfc_multi_tag_reserve()
59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve()
61 count_busy = spu_cntlz (table_copy); in __mfc_multi_tag_reserve()
62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve()
63 count_avail = spu_cntlz (spu_xor(table_copy, -1)); in __mfc_multi_tag_reserve()
68 && spu_extract (table_copy, 0) != 0); in __mfc_multi_tag_reserve()
73 is_valid = spu_cmpeq (table_copy, 0); in __mfc_multi_tag_reserve()
77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0)); in __mfc_multi_tag_reserve()
[all …]

12345678910>>...12