Home
last modified time | relevance | path

Searched refs:second_size (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/trait/bound/
H A Dsplit3.hpp32 template< unsigned first_size, unsigned second_size, unsigned third_size >
33 …bound_type = ::color::_internal::utility::bound::pack3_8_t< first_size, second_size, third_size >;
39 template< unsigned first_size, unsigned second_size, unsigned third_size >
40 …bound_type = ::color::_internal::utility::bound::pack3_16_t< first_size, second_size, third_size >;
46 template< unsigned first_size, unsigned second_size, unsigned third_size >
47 …bound_type = ::color::_internal::utility::bound::pack3_32_t< first_size, second_size, third_size >;
53 template< unsigned first_size, unsigned second_size, unsigned third_size >
54 …bound_type = ::color::_internal::utility::bound::pack3_64_t< first_size, second_size, third_size >;
63 unsigned second_index, unsigned second_size,
66 …::category::_internal::rgb_scramble< ::color::type::pack3< first_size, second_size, third_size >, …
[all …]
H A Dsplit4.hpp32 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
33 …und_type = ::color::_internal::utility::bound::pack4_8_t< first_size, second_size, third_size, fo…
39 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
40 …und_type = ::color::_internal::utility::bound::pack4_16_t< first_size, second_size, third_size, fo…
46 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
47 …und_type = ::color::_internal::utility::bound::pack4_32_t< first_size, second_size, third_size, fo…
53 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
54 …und_type = ::color::_internal::utility::bound::pack4_64_t< first_size, second_size, third_size, fo…
63 unsigned second_index, unsigned second_size,
67 …:category::_internal::rgba_scramble< ::color::type::pack4< first_size, second_size, third_size, fo…
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/trait/container/
H A Dsplit3.hpp32 template< unsigned first_size, unsigned second_size, unsigned third_size >
33 …type = ::color::_internal::utility::container::pack3_8_8_t< first_size, second_size, third_size >;
39 template< unsigned first_size, unsigned second_size, unsigned third_size >
40 …type = ::color::_internal::utility::container::pack3_16_8_t< first_size, second_size, third_size >;
46 template< unsigned first_size, unsigned second_size, unsigned third_size >
47 …ype = ::color::_internal::utility::container::pack3_32_16_t< first_size, second_size, third_size >;
53 template< unsigned first_size, unsigned second_size, unsigned third_size >
54 …ype = ::color::_internal::utility::container::pack3_64_32_t< first_size, second_size, third_size >;
63 unsigned second_index, unsigned second_size,
66 …::category::_internal::rgb_scramble< ::color::type::pack3< first_size, second_size, third_size >, …
[all …]
H A Dsplit4.hpp33 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
34 …pe = ::color::_internal::utility::container::pack4_8_8_t< first_size, second_size, third_size, fo…
40 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
41 …pe = ::color::_internal::utility::container::pack4_16_8_t< first_size, second_size, third_size, fo…
47 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
48 …e = ::color::_internal::utility::container::pack4_32_16_t< first_size, second_size, third_size, fo…
54 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
55 …e = ::color::_internal::utility::container::pack4_64_32_t< first_size, second_size, third_size, fo…
64 unsigned second_index, unsigned second_size,
68 …:category::_internal::rgba_scramble< ::color::type::pack4< first_size, second_size, third_size, fo…
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/_internal/utility/container/
H A Dpack4.hpp26 ,unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size
72 third_position = first_size + second_size,
73 fourth_position = first_size + second_size + third_size
79 second_mask = ( 1 << second_size )-1 ,
155 …container_name, typename component_name, unsigned first_size, unsigned second_size, unsigned third…
158 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
161 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
164 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
167 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
170 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
[all …]
H A Dpack3.hpp26 ,unsigned first_size, unsigned second_size, unsigned third_size
72 third_position = first_size + second_size
78 second_mask = ( 1 << second_size )-1 ,
150 …container_name, typename component_name, unsigned first_size, unsigned second_size, unsigned third…
153 template< unsigned first_size, unsigned second_size, unsigned third_size >
154 …tility::container::pack3_N_N_t< std::uint8_t, std::uint8_t, first_size, second_size, third_size >;
156 template< unsigned first_size, unsigned second_size, unsigned third_size >
157 …ility::container::pack3_N_N_t< std::uint16_t, std::uint8_t, first_size, second_size, third_size >;
159 template< unsigned first_size, unsigned second_size, unsigned third_size >
162 template< unsigned first_size, unsigned second_size, unsigned third_size >
[all …]
H A Dpack2.hpp26 ,unsigned first_size, unsigned second_size
35 …:container::pack2< container_name, component_name, index_name, first_size, second_size > this_type;
92 … case( 1 ): return ( ( container >> ( second_position ) ) & ( ( 1 << second_size )-1 ) ); in get()
104 … case( 1 ): return ( ( container >> ( second_position ) ) & ( ( 1 << second_size )-1 ) ); in get()
115 …case( 1 ) : container = ( container & ~( ( ( 1 << second_size )-1 ) << ( second_position ) ) ) |… in set()
126 …case( 1 ) : container = ( container & ~( ( ( 1 << second_size )-1 ) << ( second_position ) ) ) |… in set()
137 …late< typename container_name, typename component_name, unsigned first_size, unsigned second_size >
138 …al::utility::container::pack4< container_name, component_name, unsigned, first_size, second_size >;
H A Dpack5.hpp26 …,unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size, unsigned fi…
35 …tainer::pack5< container_name, component_name, index_name, first_size, second_size, third_size, fo…
72 third_position = first_size + second_size,
73 fourth_position = first_size + second_size + third_size
74 fifth_position = first_size + second_size + third_size + fourth_position
80 second_mask = ( 1 << second_size )-1 ,
162 …container_name, typename component_name, unsigned first_size, unsigned second_size, unsigned third…
163 …ontainer::pack4< container_name, component_name, unsigned, first_size, second_size, third_size, fo…
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/
H A Drgb.hpp36 template< unsigned first_size, unsigned second_size, unsigned third_size >
37 struct pick_rgb< ::color::type::pack3< first_size, second_size, third_size > >
39 typedef ::color::category::rgb_pack< first_size, second_size, third_size > category_type;
57 template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
58 struct pick_rgba< ::color::type::pack4< first_size, second_size, third_size, fourth_size > >
79 struct pick_argb< ::color::type::pack4< first_size, second_size, third_size, fourth_size > >
99 template< unsigned first_size, unsigned second_size, unsigned third_size >
100 struct pick_bgr< ::color::type::pack3< first_size, second_size, third_size > >
102 typedef ::color::category::bgr_pack< first_size, second_size, third_size > category_type;
121 struct pick_bgra< ::color::type::pack4< first_size, second_size, third_size, fourth_size > >
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/_internal/utility/bound/
H A Dpack3.hpp25 ,unsigned first_size, unsigned second_size, unsigned third_size
45 second_max = (1 << second_size) - 1,
89 … template< typename unsigned_name, unsigned first_size, unsigned second_size, unsigned third_size >
92 template< unsigned first_size, unsigned second_size, unsigned third_size >
93 …color::_internal::utility::bound::pack3_N_t< std::uint8_t, first_size, second_size, third_size >;
95 template< unsigned first_size, unsigned second_size, unsigned third_size >
96 …:color::_internal::utility::bound::pack3_N_t< std::uint16_t, first_size, second_size, third_size >;
98 template< unsigned first_size, unsigned second_size, unsigned third_size >
99 …:color::_internal::utility::bound::pack3_N_t< std::uint32_t, first_size, second_size, third_size >;
101 template< unsigned first_size, unsigned second_size, unsigned third_size >
[all …]
H A Dpack4.hpp25 ,unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size
45 second_max = (1 << second_size) - 1,
90 …template< typename unsigned_name, unsigned first_size, unsigned second_size, unsigned third_size, …
93 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
94 …color::_internal::utility::bound::pack4_N_t< std::uint8_t, first_size, second_size, third_size, fo…
96 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
97 …olor::_internal::utility::bound::pack4_N_t< std::uint16_t, first_size, second_size, third_size, fo…
99 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
100 …olor::_internal::utility::bound::pack4_N_t< std::uint32_t, first_size, second_size, third_size, fo…
102 … template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
[all …]
H A Dpack2.hpp25 ,unsigned first_size, unsigned second_size
45 second_max = (1 << second_size) - 1
88 template< typename unsigned_name, unsigned first_size, unsigned second_size >
89 …_t = ::color::_internal::utility::bound::pack3< unsigned_name, unsigned, first_size, second_size >;
H A Dpack5.hpp25 …,unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size, unsigned fi…
45 second_max = (1 << second_size) - 1,
91 …template< typename unsigned_name, unsigned first_size, unsigned second_size, unsigned third_size, …
92 …_internal::utility::bound::pack4< unsigned_name, unsigned, first_size, second_size, third_size, fo…
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/trait/
H A Dinfo.hpp24 template< unsigned first_size, unsigned second_size, unsigned third_size >
25 struct info< ::color::category::rgb_pack< first_size, second_size, third_size > >
40 template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
41 struct info< ::color::category::rgba_pack< first_size, second_size, third_size, fourth_size > >
56 template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
57 struct info< ::color::category::argb_pack< first_size, second_size, third_size, fourth_size > >
72 template< unsigned first_size, unsigned second_size, unsigned third_size >
73 struct info< ::color::category::bgr_pack< first_size, second_size, third_size > >
88 template< unsigned first_size, unsigned second_size, unsigned third_size, unsigned fourth_size >
89 struct info< ::color::category::bgra_pack< first_size, second_size, third_size, fourth_size > >
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/fastboot/
H A Dbootimg_utils.cpp44 int64_t second_size, off_t second_offset, size_t page_size, size_t base, in mkbootimg() argument
51 int64_t second_actual = (second_size + page_mask) & (~page_mask); in mkbootimg()
64 hdr->second_size = second_size; in mkbootimg()
80 memcpy(hdr->magic + page_size + kernel_actual + ramdisk_actual, second, second_size); in mkbootimg()
/dports/sysutils/boot-extract/boot-extract-486995f/
H A Dboot-extract.c113 hdr.second_size, hdr.second_addr, in main()
175 if (hdr.second_size > 0) { in main()
191 buf = malloc(hdr.second_size); in main()
196 n = read(f, buf, hdr.second_size); in main()
197 if (n != hdr.second_size) { in main()
201 write(fr, buf, hdr.second_size); in main()
/dports/emulators/gxemul/gxemul-0.6.3/src/file/
H A Dfile_android.cc41 uint32_t second_size; member
81 uint32_t second_size, second_addr, second_pages; in file_load_android() local
184 unencode(second_size, &android_header.second_size, uint32_t); in file_load_android()
186 second_pages = (second_size + (page_size - 1)) / page_size; in file_load_android()
187 if (second_size > 0) { in file_load_android()
188 debug("second: 0x%x bytes (%i pages) at addr 0x%08x\n", second_size, second_pages, second_addr); in file_load_android()
192 uint32_t len_to_load = second_size; in file_load_android()
/dports/devel/p5-Cache-Cache/Cache-Cache-1.08/lib/Cache/
H A DSizeAwareCacheTester.pm70 my $second_size = $cache->size( );
72 ( $second_size > $first_size ) ?
135 my $second_size = $cache->size( );
138 ( $second_size > $first_size ) ?
208 my $second_size = $cache->size( );
210 ( $second_size <= $max_size ) ?
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/trait/component/
H A Dsplit3.hpp63 unsigned second_index, unsigned second_size,
66 …::category::_internal::rgb_scramble< ::color::type::pack3< first_size, second_size, third_size >, …
67 …: public ::color::trait::_internal::rgb::pick_component3< first_size + second_size + third_size >:…
H A Dsplit4.hpp62 unsigned second_index, unsigned second_size,
66 …:category::_internal::rgba_scramble< ::color::type::pack4< first_size, second_size, third_size, fo…
67 …: public ::color::trait::_internal::rgb::pick_component4< first_size + second_size + third_size + …
/dports/textproc/ibus/ibus-1.5.24/src/
H A Dibuscomposetable.c541 guint16 second_size = 0; in ibus_compose_table_serialize() local
576 second_size = compose_table->priv->second_size; in ibus_compose_table_serialize()
581 } else if (n_seqs_32bit && !second_size) { in ibus_compose_table_serialize()
585 } else if (!n_seqs_32bit && second_size) { in ibus_compose_table_serialize()
589 } else if (n_seqs_32bit && second_size) { in ibus_compose_table_serialize()
631 second_size, in ibus_compose_table_serialize()
671 guint16 second_size = 0; in ibus_compose_table_deserialize() local
736 &second_size, in ibus_compose_table_deserialize()
768 if (n_seqs_32bit && !second_size) { in ibus_compose_table_deserialize()
773 if (!n_seqs_32bit && second_size) { in ibus_compose_table_deserialize()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/mkbootimg/
H A Dunpack_bootimg.py87 second_size = kernel_ramdisk_second_info[4]
92 second_size = 0
125 if second_size > 0:
129 image_info_list.append((second_offset, second_size, 'second'))
135 num_second_pages = get_number_of_pages(second_size, page_size)
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/common/
H A Dimage-android.c119 end += ALIGN(hdr->second_size, hdr->page_size); in android_image_get_end()
151 if (!hdr->second_size) { in android_image_get_second()
163 *second_len = hdr->second_size; in android_image_get_second()
190 printf("%ssecond size: %x\n", p, hdr->second_size); in android_print_contents()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A Dimage-android.c119 end += ALIGN(hdr->second_size, hdr->page_size); in android_image_get_end()
151 if (!hdr->second_size) { in android_image_get_second()
163 *second_len = hdr->second_size; in android_image_get_second()
190 printf("%ssecond size: %x\n", p, hdr->second_size); in android_print_contents()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/common/
H A Dimage-android.c119 end += ALIGN(hdr->second_size, hdr->page_size); in android_image_get_end()
151 if (!hdr->second_size) { in android_image_get_second()
163 *second_len = hdr->second_size; in android_image_get_second()
190 printf("%ssecond size: %x\n", p, hdr->second_size); in android_print_contents()

12345678910>>...12