Home
last modified time | relevance | path

Searched refs:map_length (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DStackMap.java79 private int map_length; field in StackMap
109 map_length = file.readUnsignedShort(); in StackMap()
110 map = new StackMapEntry[map_length]; in StackMap()
112 for(int i=0; i < map_length; i++) in StackMap()
125 file.writeShort(map_length); in dump()
126 for(int i=0; i < map_length; i++) in dump()
141 map_length = (map == null)? 0 : map.length; in setStackMap()
150 for(int i=0; i < map_length; i++) { in toString()
153 if(i < map_length - 1) in toString()
168 c.map = new StackMapEntry[map_length]; in copy()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DStackMap.java79 private int map_length; field in StackMap
109 map_length = file.readUnsignedShort(); in StackMap()
110 map = new StackMapEntry[map_length]; in StackMap()
112 for(int i=0; i < map_length; i++) in StackMap()
125 file.writeShort(map_length); in dump()
126 for(int i=0; i < map_length; i++) in dump()
141 map_length = (map == null)? 0 : map.length; in setStackMap()
150 for(int i=0; i < map_length; i++) { in toString()
153 if(i < map_length - 1) in toString()
168 c.map = new StackMapEntry[map_length]; in copy()
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-icc-profile.c37 gsize map_length; member
230 profile->map_length = 0; in rs_icc_profile_init()
273 if (offset > (profile->map_length-14)) in read_desc()
298 profile->map = g_memdup(map, map_length); in read_from_memory()
302 profile->map_length = map_length; in read_from_memory()
324 if (offset > map_length-12) in read_from_memory()
368 g_assert(map_length >= 0); in rs_icc_profile_new_from_memory()
372 if (!read_from_memory(profile, map, map_length, copy)) in rs_icc_profile_new_from_memory()
394 g_assert(map_length != NULL); in rs_icc_profile_get_data()
398 *map = g_memdup(profile->map, profile->map_length); in rs_icc_profile_get_data()
[all …]
/dports/biology/mapm3/mapm3-3.0_1/mapm/
H A Dps_maps.c120 map_length += cm_dist(map->rec_frac[i][0]);
122 scale = ps_scale(map_length);
165 real map_length, scale; local
169 map_length = 0.0;
173 scale = ps_scale(map_length);
188 real map_length, best, scale; local
192 map_length = 0.0;
195 if(map_length > best) best = map_length;
210 real ps_scale(map_length) in ps_scale() argument
211 real map_length; in ps_scale()
[all …]
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Ddeanimate.c273 int map_length = 3 * (1 << ((c & 0x07) + 1)); in gif_extract_image() local
274 if (map_length <= 0) in gif_extract_image()
277 "colormap length = %d (%c)?", map_length, c); in gif_extract_image()
280 if (buf_copy(src, dst, (size_t)map_length)) in gif_extract_image()
363 int map_length = 3 * (1 << ((c & 0x07) + 1)); in gif_deanimate() local
364 if (map_length <= 0) in gif_deanimate()
367 "colormap length = %d (%c)?", map_length, c); in gif_deanimate()
370 if (buf_copy(src, dst, (size_t)map_length)) in gif_deanimate()
/dports/graphics/volpack/volpack-1.0b3/examples/
H A Ddenfile.c47 int map_length; /* Total number of densities in map */ local
81 !read_words(fd, &map_length, 1, swapbytes)) {
85 if (map_length != map_len[0]*map_len[1]*map_len[2]) {
92 data = (unsigned char *)malloc(map_length);
99 if (!read_bytes(fd, (char *)data, map_length)) {
141 int map_length; /* Total number of densities in map */ local
180 map_length = xlen * ylen * zlen;
192 !write_bytes(fd, (char *)&map_length, sizeof(unsigned)) ||
193 !write_bytes(fd, (char *)data, map_length)) {
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Drle.c185 map_length, in ReadRLEImage() local
240 map_length=(unsigned char) ReadBlobByte(image); in ReadRLEImage()
241 if (map_length >= 22) in ReadRLEImage()
246 map_length=one << map_length; in ReadRLEImage()
291 3*map_length*sizeof(*colormap)); in ReadRLEImage()
294 (void) memset(colormap,0,3*number_colormaps*map_length* in ReadRLEImage()
298 for (x=0; x < (ssize_t) map_length; x++) in ReadRLEImage()
522 mask=(MagickStatusType) (map_length-1); in ReadRLEImage()
539 if (IsValidColormapIndex(image,(ssize_t) (x*map_length+ in ReadRLEImage()
588 map_length=256; in ReadRLEImage()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Drle.c181 map_length, in ReadRLEImage() local
236 map_length=(unsigned char) ReadBlobByte(image); in ReadRLEImage()
237 if (map_length >= 22) in ReadRLEImage()
242 map_length=one << map_length; in ReadRLEImage()
287 3*map_length*sizeof(*colormap)); in ReadRLEImage()
290 (void) memset(colormap,0,number_colormaps*3*map_length* in ReadRLEImage()
294 for (x=0; x < (ssize_t) map_length; x++) in ReadRLEImage()
517 mask=(MagickStatusType) (map_length-1); in ReadRLEImage()
580 map_length=256; in ReadRLEImage()
604 ScaleCharToQuantum(*(p+map_length)); in ReadRLEImage()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Drle.c181 map_length, in ReadRLEImage() local
236 map_length=(unsigned char) ReadBlobByte(image); in ReadRLEImage()
237 if (map_length >= 22) in ReadRLEImage()
242 map_length=one << map_length; in ReadRLEImage()
287 3*map_length*sizeof(*colormap)); in ReadRLEImage()
290 (void) memset(colormap,0,number_colormaps*3*map_length* in ReadRLEImage()
294 for (x=0; x < (ssize_t) map_length; x++) in ReadRLEImage()
517 mask=(MagickStatusType) (map_length-1); in ReadRLEImage()
580 map_length=256; in ReadRLEImage()
604 ScaleCharToQuantum(*(p+map_length)); in ReadRLEImage()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Drle.c185 map_length, in ReadRLEImage() local
240 map_length=(unsigned char) ReadBlobByte(image); in ReadRLEImage()
241 if (map_length >= 22) in ReadRLEImage()
246 map_length=one << map_length; in ReadRLEImage()
291 3*map_length*sizeof(*colormap)); in ReadRLEImage()
294 (void) memset(colormap,0,3*number_colormaps*map_length* in ReadRLEImage()
298 for (x=0; x < (ssize_t) map_length; x++) in ReadRLEImage()
522 mask=(MagickStatusType) (map_length-1); in ReadRLEImage()
539 if (IsValidColormapIndex(image,(ssize_t) (x*map_length+ in ReadRLEImage()
588 map_length=256; in ReadRLEImage()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiCodeBlobEvents.cpp260 jint map_length = 0; in build_jvmti_addr_location_map() local
280 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
281 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
282 map[map_length].location = bci; in build_jvmti_addr_location_map()
283 ++map_length; in build_jvmti_addr_location_map()
289 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiCodeBlobEvents.cpp260 jint map_length = 0; in build_jvmti_addr_location_map() local
280 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
281 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
282 map[map_length].location = bci; in build_jvmti_addr_location_map()
283 ++map_length; in build_jvmti_addr_location_map()
289 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp256 jint map_length = 0; in build_jvmti_addr_location_map() local
276 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
277 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
278 map[map_length].location = bci; in build_jvmti_addr_location_map()
279 ++map_length; in build_jvmti_addr_location_map()
285 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp256 jint map_length = 0; in build_jvmti_addr_location_map() local
276 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
277 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
278 map[map_length].location = bci; in build_jvmti_addr_location_map()
279 ++map_length; in build_jvmti_addr_location_map()
285 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexregion.c46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
138 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
158 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
159 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()
164 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()
169 (u32)map_length)); in acpi_ex_system_memory_space_handler()
178 mm->length = map_length; in acpi_ex_system_memory_space_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexregion.c46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
138 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
158 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
159 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()
164 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()
169 (u32)map_length)); in acpi_ex_system_memory_space_handler()
178 mm->length = map_length; in acpi_ex_system_memory_space_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dexregion.c46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
138 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
158 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
159 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()
164 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()
169 (u32)map_length)); in acpi_ex_system_memory_space_handler()
178 mm->length = map_length; in acpi_ex_system_memory_space_handler()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Drle.c238 map_length, in ReadRLEImage() local
312 map_length=(size_t) 1 << rle_header.Cmaplen; in ReadRLEImage()
351 if ((double) number_colormaps*map_length > file_size) in ReadRLEImage()
369 map_length); in ReadRLEImage()
375 for (x=0; x < map_length; x++) in ReadRLEImage()
382 colormap_entries=MagickArraySize(number_colormaps,map_length); in ReadRLEImage()
611 mask=(unsigned int) (map_length-1); in ReadRLEImage()
626 index=x*(unsigned int) map_length+(*p & mask); in ReadRLEImage()
671 map_length=256; in ReadRLEImage()
672 if (((unsigned long) map_length != map_length) || in ReadRLEImage()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiCodeBlobEvents.cpp262 jint map_length = 0; in build_jvmti_addr_location_map() local
282 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
283 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
284 map[map_length].location = bci; in build_jvmti_addr_location_map()
285 ++map_length; in build_jvmti_addr_location_map()
291 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiCodeBlobEvents.cpp253 jint map_length = 0; in build_jvmti_addr_location_map() local
273 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
274 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
275 map[map_length].location = bci; in build_jvmti_addr_location_map()
276 ++map_length; in build_jvmti_addr_location_map()
282 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiCodeBlobEvents.cpp263 jint map_length = 0; in build_jvmti_addr_location_map() local
283 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
284 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
285 map[map_length].location = bci; in build_jvmti_addr_location_map()
286 ++map_length; in build_jvmti_addr_location_map()
292 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiCodeBlobEvents.cpp266 jint map_length = 0; in build_jvmti_addr_location_map() local
286 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
287 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
288 map[map_length].location = bci; in build_jvmti_addr_location_map()
289 ++map_length; in build_jvmti_addr_location_map()
295 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiCodeBlobEvents.cpp263 jint map_length = 0; in build_jvmti_addr_location_map() local
283 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
284 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
285 map[map_length].location = bci; in build_jvmti_addr_location_map()
286 ++map_length; in build_jvmti_addr_location_map()
292 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiCodeBlobEvents.cpp262 jint map_length = 0; in build_jvmti_addr_location_map() local
282 assert(map_length < pcds_in_method, "checking"); in build_jvmti_addr_location_map()
283 map[map_length].start_address = (const void*)pcd->real_pc(nm); in build_jvmti_addr_location_map()
284 map[map_length].location = bci; in build_jvmti_addr_location_map()
285 ++map_length; in build_jvmti_addr_location_map()
291 *map_length_ptr = map_length; in build_jvmti_addr_location_map()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/x11/
H A Dcurl_stream.c68 size_t map_length; member
172 state->map_length = (len+BLOCK_SIZE-1)>>BLOCK_SHIFT; in on_curl_data()
173 state->map = fz_malloc_no_throw(state->ctx, (state->map_length+7)>>3); in on_curl_data()
181 memset(state->map, 0, (state->map_length+7)>>3); in on_curl_data()
291 size_t map_length = state->map_length; in fetch_chunk() local
293 while (block < map_length && HAVE_BLOCK(map, block)) in fetch_chunk()
295 if (block == map_length) in fetch_chunk()
298 while (block < map_length && HAVE_BLOCK(map, block)) in fetch_chunk()
300 if (block == map_length) in fetch_chunk()
303 DEBUG_MESSAGE(("we got it all block=%d map_length=%d!\n", block, map_length)); in fetch_chunk()

12345678910>>...23