Home
last modified time | relevance | path

Searched refs:H_SIZE (Results 1 – 25 of 48) sorted by relevance

12

/dports/x11/xstroke/xstroke-0.5.12/doc/
H A Dgenerate_diagrams.pl14 $H_SIZE = "3.3";
21 $TABLE_COLS = int(($H_SIZE / (3 * $BOX_SIZE))) - 3;
235 \\hsize = $H_SIZE $SIZE_UNITS
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/random/
H A DISAACRandom.java51 private static final int H_SIZE = SIZE >> 1; field in ISAACRandom
151 isaacJ = H_SIZE; in isaac()
153 while (isaacI < H_SIZE) { in isaac()
157 while (isaacJ < H_SIZE) { in isaac()
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dgdns.h33 #define H_SIZE 1025 macro
48 char buffer[QUEUE_SIZE][H_SIZE]; /* data item */
H A Dgdns.c160 char h[H_SIZE]; in reverse_host()
164 st = getnameinfo (a, length, h, H_SIZE, NULL, 0, flags); in reverse_host()
/dports/textproc/the_silver_searcher/the_silver_searcher-2.2.0/src/
H A Dsearch.h36 extern uint8_t h_table[H_SIZE] __attribute__((aligned(64)));
H A Dutil.c176 for (h = word.as_word % H_SIZE; h_table[h]; h = (h + 1) % H_SIZE) in generate_hash()
215 for (h = *(const uint16_t *)(s + s_i) % H_SIZE; h_table[h]; h = (h + 1) % H_SIZE) { in hash_strnstr()
H A Dutil.h25 #define H_SIZE (64 * 1024) macro
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dfim.c44 #define H_SIZE (OFFSET+IM_ARR) /* 256x256 image with header */ macro
45 #define IM_SIZE (2*H_SIZE)
60 short int *ar, tmp_ar[H_SIZE], corr_ar[H_SIZE];
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dedid.h113 #define H_SIZE COMBINE_HI_8LO( H_SIZE_HI, H_SIZE_LO ) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dedid.h113 #define H_SIZE COMBINE_HI_8LO( H_SIZE_HI, H_SIZE_LO ) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dedid.h113 #define H_SIZE COMBINE_HI_8LO( H_SIZE_HI, H_SIZE_LO ) macro
/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dtab.macros.h330 H_REG, B_REG, TR_REG, H_SIZE, B_SIZE, TR_SIZE) \ argument
338 ALLOC_BLOCK(SuspFr_global_start(SUSP_FR), H_SIZE + B_SIZE + TR_SIZE, void *); \
339 SuspFr_local_start(SUSP_FR) = SuspFr_global_start(SUSP_FR) + H_SIZE; \
341 SuspFr_global_size(SUSP_FR) = H_SIZE; \
344 memcpy(SuspFr_global_start(SUSP_FR), SuspFr_global_reg(SUSP_FR), H_SIZE); \
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_support_format_lha.c209 #define H_SIZE 22 /* Minimum header size. */ macro
358 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) in archive_read_format_lha_bid()
374 if (window < (H_SIZE + 3)) in archive_read_format_lha_bid()
379 while (p + H_SIZE < (const char *)buff + bytes_avail) { in archive_read_format_lha_bid()
434 if (window < (H_SIZE + 3)) in lha_skip_sfx()
438 if (bytes < H_SIZE) in lha_skip_sfx()
447 while (p + H_SIZE < q) { in lha_skip_sfx()
495 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) { in archive_read_format_lha_read_header()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_read_support_format_lha.c209 #define H_SIZE 22 /* Minimum header size. */ macro
358 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) in archive_read_format_lha_bid()
374 if (window < (H_SIZE + 3)) in archive_read_format_lha_bid()
379 while (p + H_SIZE < (const char *)buff + bytes_avail) { in archive_read_format_lha_bid()
434 if (window < (H_SIZE + 3)) in lha_skip_sfx()
438 if (bytes < H_SIZE) in lha_skip_sfx()
447 while (p + H_SIZE < q) { in lha_skip_sfx()
495 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) { in archive_read_format_lha_read_header()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_support_format_lha.c211 #define H_SIZE 22 /* Minimum header size. */ macro
360 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) in archive_read_format_lha_bid()
376 if (window < (H_SIZE + 3)) in archive_read_format_lha_bid()
381 while (p + H_SIZE < (const char *)buff + bytes_avail) { in archive_read_format_lha_bid()
436 if (window < (H_SIZE + 3)) in lha_skip_sfx()
440 if (bytes < H_SIZE) in lha_skip_sfx()
449 while (p + H_SIZE < q) { in lha_skip_sfx()
499 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) { in archive_read_format_lha_read_header()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_lha.c211 #define H_SIZE 22 /* Minimum header size. */ macro
360 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) in archive_read_format_lha_bid()
376 if (window < (H_SIZE + 3)) in archive_read_format_lha_bid()
381 while (p + H_SIZE < (const char *)buff + bytes_avail) { in archive_read_format_lha_bid()
436 if (window < (H_SIZE + 3)) in lha_skip_sfx()
440 if (bytes < H_SIZE) in lha_skip_sfx()
449 while (p + H_SIZE < q) { in lha_skip_sfx()
499 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) { in archive_read_format_lha_read_header()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_lha.c211 #define H_SIZE 22 /* Minimum header size. */ macro
360 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) in archive_read_format_lha_bid()
376 if (window < (H_SIZE + 3)) in archive_read_format_lha_bid()
381 while (p + H_SIZE < (const char *)buff + bytes_avail) { in archive_read_format_lha_bid()
436 if (window < (H_SIZE + 3)) in lha_skip_sfx()
440 if (bytes < H_SIZE) in lha_skip_sfx()
449 while (p + H_SIZE < q) { in lha_skip_sfx()
499 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) { in archive_read_format_lha_read_header()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_lha.c211 #define H_SIZE 22 /* Minimum header size. */ macro
360 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) in archive_read_format_lha_bid()
376 if (window < (H_SIZE + 3)) in archive_read_format_lha_bid()
381 while (p + H_SIZE < (const char *)buff + bytes_avail) { in archive_read_format_lha_bid()
436 if (window < (H_SIZE + 3)) in lha_skip_sfx()
440 if (bytes < H_SIZE) in lha_skip_sfx()
449 while (p + H_SIZE < q) { in lha_skip_sfx()
499 if ((p = __archive_read_ahead(a, H_SIZE, NULL)) == NULL) { in archive_read_format_lha_read_header()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dhub.c523 value = V_SIZE(new_state->crtc_h) | H_SIZE(new_state->crtc_w); in tegra_shared_plane_atomic_update()
529 value = V_SIZE(new_state->crtc_h) | H_SIZE(new_state->crtc_w); in tegra_shared_plane_atomic_update()
H A Ddc.h634 #define H_SIZE(x) (((x) & 0x1fff) << 0) /* XXX 0x7fff on Tegra186 */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dhub.c523 value = V_SIZE(new_state->crtc_h) | H_SIZE(new_state->crtc_w); in tegra_shared_plane_atomic_update()
529 value = V_SIZE(new_state->crtc_h) | H_SIZE(new_state->crtc_w); in tegra_shared_plane_atomic_update()
H A Ddc.h634 #define H_SIZE(x) (((x) & 0x1fff) << 0) /* XXX 0x7fff on Tegra186 */ macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/tegra/
H A Dhub.c523 value = V_SIZE(new_state->crtc_h) | H_SIZE(new_state->crtc_w); in tegra_shared_plane_atomic_update()
529 value = V_SIZE(new_state->crtc_h) | H_SIZE(new_state->crtc_w); in tegra_shared_plane_atomic_update()
H A Ddc.h634 #define H_SIZE(x) (((x) & 0x1fff) << 0) /* XXX 0x7fff on Tegra186 */ macro
/dports/audio/snd/snd-21.2/
H A Dsnd-file.c1974 H_SIZE}; enumerator
1976 static int h_num_sample_types[H_SIZE] = {12 /* next */, 13 /* aifc */, 8 /* riff */, 8 /* rf64 */,…
1981 static mus_sample_t h_dfs[H_SIZE][H_DFS_MAX] = { /* next */ {MUS_BFLOAT, MUS_BSHORT, MUS_LSHORT, M…
2001 static const char *h_df_names[H_SIZE][H_DFS_MAX];
2003 static const char *h_names[H_SIZE] = {"au/next ", "aifc ", "wave ", "rf64 ", "raw ", "aiff…
2006 static mus_header_t h_pos_to_type[H_SIZE] = {MUS_NEXT, MUS_AIFC, MUS_RIFF, MUS_RF64, MUS_RAW, MUS_A…
2047 for (h = 0; h < H_SIZE; h++) in initialize_sample_type_lists()

12