Home
last modified time | relevance | path

Searched +full:576 +full:i (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/sys/dev/videomode/
H A Dvideomode.c23 #define I VID_INTERLACE macro
44 M("1024x768x87i",1024,768,44900,1032,1208,1264,768,776,817,HP|VP|I),
93 M("512x384x87i",512,384,22450,516,604,632,384,388,408,HP|VP|DS|I),
99 M("576x432x75",576,432,54000,608,672,800,432,434,450,HP|VP|DS),
119 M("416x312x74",416,312,28642,432,464,576,312,314,333,HN|VN|DS),
120 M("576x384x54",576,384,32497,589,657,736,385,388,403,HP|VP|DS),
123 M("576x450x66",576,450,47250,596,660,764,451,453,468,HN|VN|DS),
124 M("576x450x76",576,450,52780,584,640,736,451,453,471,HN|VN|DS),
/freebsd/contrib/bc/tests/bc/scripts/
H A Dscreen.bc3 define a(i, j) {
5 if(i % 2 == 0) return i;
6 if(j - i >= 0.5) return i + 1;
7 return i - 1;
14 i = h / f
17 return a(i, j);
20 x(720, 576, 600)
/freebsd/contrib/netbsd-tests/net/in_cksum/
H A Dt_in_cksum.sh13 ${incksum} -l 16 -u $0 -i ${TIMING_LOOPS} \
16 ${incksum} -l 16 -u $0 -i ${TIMING_LOOPS} \
20 ${incksum} -l 64 -u $0 -i ${TIMING_LOOPS} \
24 ${incksum} -l 16 -u $0 -i ${TIMING_LOOPS} \
30 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 2048 || fail
31 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 40 || fail
32 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 1536 || fail
33 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 576 || fail
34 ${incksum} -l 16 -u $1 -i ${TIMING_LOOPS} 1536 1536 1536 1536 1536 640 \
/freebsd/contrib/diff/man/
H A Dcmp.114 \fB\-i\fR SKIP \fB\-\-ignore\-initial\fR=\fISKIP\fR
17 \fB\-i\fR SKIP1:SKIP2 \fB\-\-ignore\-initial\fR=\fISKIP1\fR:SKIP2
38 kB 1000, K 1024, MB 1,000,000, M 1,048,576,
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h184 #define BWN_NTAB_C0_IQLT_R3 BWN_NTAB32(26, 320) /* I/Q lookup 0 */
186 #define BWN_NTAB_C0_PAPD_COMP_R3 BWN_NTAB16(26, 576)
190 #define BWN_NTAB_C1_IQLT_R3 BWN_NTAB32(27, 320) /* I/Q lookup 1 */
192 #define BWN_NTAB_C1_PAPD_COMP_R3 BWN_NTAB16(27, 576)
/freebsd/contrib/ntp/scripts/stats/
H A Dpsummary.awk39 # 140.173.48.2 576 0.016 4.092 350.512 213 126 88 16
47 i = n
50 i = j
52 if (i == n) {
53 peer_ident[i] = $1
56 peer_count[i]++
58 peer_count[i]++
59 peer_mean[i] += $3
60 peer_var[i] += $4 * $4
61 if ($5 > peer_max[i])
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libcmdutils/common/
H A Dnicenum.c64 * (i.e. 1024/1000, 1,048,576/1,000,000, etc). Stop once S(n) in nicenum_scale()
65 * is the largest prefix supported (i.e. don't bother computing in nicenum_scale()
105 int i; in nicenum_scale() local
106 for (i = 2; i >= 0; i--) { in nicenum_scale()
107 if ((rc = snprintf(buf, buflen, "%.*f%c", i, in nicenum_scale()
/freebsd/contrib/kyua/utils/
H A Doptional_test.cpp93 /// function works (i.e. the necessary constructors are available).
220 optional< int > opt = utils::make_optional(576); in ATF_TEST_CASE_BODY()
222 ATF_REQUIRE_EQ(576, opt.get()); in ATF_TEST_CASE_BODY()
/freebsd/lib/libutil/
H A Dexpand_number.381 .It Li M Ta No mega Ta 1,048,576
94 string (i.e.
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Damlogic,meson-dw-hdmi.yaml37 selects either the ENCI encoder for the 576i or 480i formats or the ENCP
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c99 {3, {6, 5, 3}, 6, {-144, -576, -743, -384, -74, 0, 1}, },
138 {5, {3, 2, 2, 2, 2}, 6, {-208, -576, -600, -288, -57, 0, 1}, },
149 {5, {6, 3, 3, 2, 2}, 8, {-576, -2784, -5412, -5440, -3015, -896, -118, 0, 1}, },
151 {5, {6, 5, 3, 2, 2}, 8, {-576, -3168, -6404, -6400, -3455, -992, -126, 0, 1}, },
154 {5, {6, 5, 5, 2, 2}, 8, {-576, -3552, -7396, -7360, -3895, -1088, -134, 0, 1}, },
230 int i; in poly_print() local
237 for (i = 0; i <= n; i++) { in poly_print()
238 if (!coeff[i]) in poly_print()
241 if (coeff[i] < 0) { in poly_print()
243 t = -coeff[i]; in poly_print()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dradix.sh77 Suppose that I write a program for i386 that creates giant VM objects,
79 64, 65, 72, 73, 512, 513, 520, 521, 576, 577, 584, 585, 4096, 4097,
81 different on amd64.) I could work around the 32-bit address space
84 radix tree than pages. If I create enough of these VM objects, then I
122 int i;
124 for (i = 0; i < N; i++)
125 state[i] = 0;
132 int i;
135 for (i = 0; i < N; i++)
136 value += state[i] << (i * WIDTH);
[all …]
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_avx512.c53 DcC[] = { 448, 512, 576, 640, 704, 768, 832, 896 }; in fletcher_4_avx512f_fini()
56 uint64_t i; in fletcher_4_avx512f_fini() local
64 for (i = 1; i < 8; i++) { in fletcher_4_avx512f_fini()
65 A += ctx->avx512[0].v[i]; in fletcher_4_avx512f_fini()
66 B += 8 * ctx->avx512[1].v[i] - i * ctx->avx512[0].v[i]; in fletcher_4_avx512f_fini()
67 C += 64 * ctx->avx512[2].v[i] - CcB[i] * ctx->avx512[1].v[i] + in fletcher_4_avx512f_fini()
68 CcA[i] * ctx->avx512[0].v[i]; in fletcher_4_avx512f_fini()
69 D += 512 * ctx->avx512[3].v[i] - DcC[i] * ctx->avx512[2].v[i] + in fletcher_4_avx512f_fini()
70 DcB[i] * ctx->avx512[1].v[i] - DcA[i] * ctx->avx512[0].v[i]; in fletcher_4_avx512f_fini()
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dcamellia-expect-vt.txt6 I=1
10 I=2
14 I=3
18 I=4
22 I=5
26 I=6
30 I=7
34 I=8
38 I=9
42 I=10
[all …]
/freebsd/sbin/dhclient/
H A Doptions.c262 size_t i, pointer; in find_search_domain_name_len() local
266 i = *offset; in find_search_domain_name_len()
267 while (i < option->len) { in find_search_domain_name_len()
268 label_len = option->data[i]; in find_search_domain_name_len()
274 *offset = i + 1; in find_search_domain_name_len()
278 if (i + 1 >= option->len) { in find_search_domain_name_len()
286 option->data[i + 1]; in find_search_domain_name_len()
303 *offset = i + 2; in find_search_domain_name_len()
307 if (i + label_len >= option->len) { in find_search_domain_name_len()
320 i += label_len + 1; in find_search_domain_name_len()
[all …]
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_helper.c65 int i; in pqisrc_take_devices_offline() local
68 for(i = 0; i < PQI_MAX_DEVICES; i++) { in pqisrc_take_devices_offline()
69 device = softs->dev_list[i]; in pqisrc_take_devices_offline()
157 uint32_t i = 0; in pqisrc_wait_on_condition() local
167 if ((timeout_in_msec != TIMEOUT_INFINITE) && (i++ == loop_cnt)) { in pqisrc_wait_on_condition()
354 ASSERT(sizeof(pqi_dev_cap_t)== 576); in check_struct_sizes()
375 uint32_t i, active_io = 0;
378 for(i = 1; i <= softs->max_outstanding_io; i++) {
379 rcb = &softs->rcb[i];
/freebsd/usr.bin/compress/doc/
H A DREADME117 1,048,576 16 10
186 > compiler. The original posting has a bug which I fixed,
187 > causing incompatible files. I recommend you NOT to use this
229 >Here is the README that I sent with my first posting:
232 >>run identically to pack(1), unpack(1), and pcat(1). Here is what I
248 >>>in particular) going around, I decided to implement the text compression
255 >>>pack got about 30% compression, whereas compress got over 50%. So, I
256 >>>decided I had something, and that others might be interested, too.
258 >>>As is probably true of compact and pack (although I haven't checked),
264 >>>byte order at the same time). Anyway, I've linted the code (both with
[all …]
/freebsd/contrib/arm-optimized-routines/string/bench/
H A Dmemcpy.c72 {984, 1}, { 74, 1}, {408, 1}, { 75, 1}, { 92, 1}, {576, 1},
109 int i, j, freq, size, n; in init_copy_distribution() local
111 for (n = i = 0; (freq = size_freq[i].freq) != 0; i++) in init_copy_distribution()
112 for (j = 0, size = size_freq[i].size; j < freq; j++) in init_copy_distribution()
116 for (n = i = 0; (freq = src_align_freq[i].freq) != 0; i++) in init_copy_distribution()
117 for (j = 0, size = src_align_freq[i].align; j < freq; j++) in init_copy_distribution()
121 for (n = i = 0; (freq = dst_align_freq[i].freq) != 0; i++) in init_copy_distribution()
122 for (j = 0, size = dst_align_freq[i].align; j < freq; j++) in init_copy_distribution()
133 for (int i = 0; i < NUM_TESTS; i++) in init_copies() local
135 test_arr[i].dst = (rand32 (0) & (max_size - 1)); in init_copies()
[all …]
/freebsd/lib/libc/gen/
H A Dtls.c141 * There are two versions of variant I of TLS
143 * - ARM and aarch64 uses original variant I as is described in [1] and [2],
150 * - PowerPC and RISC-V use modified version of variant I, described in [3]
165 * https://members.openpowerfoundation.org/document/dl/576
196 * Free Static TLS using the Variant I method. The tcbsize
211 * Allocate Static TLS using the Variant I method.
409 int i; in _init_tls() local
436 for (i = 0; (unsigned) i < phnum; i++) { in _init_tls()
437 if (phdr[i].p_type == PT_TLS) { in _init_tls()
438 libc_tls_static_space = roundup2(phdr[i].p_memsz, in _init_tls()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-filter.manmisc.in189 I.e., the Ethernet
509 \fBi\fR
510 Information (I) PDUs
1133 To select all IPv4 HTTP packets to and from port 80, i.e. print only
1142 To select IPv4 packets longer than 576 bytes sent through gateway `snup':
1145 \fBgateway\fP snup \fBand ip[\fP2:2\fB] >\fP 576
1158 To select all ICMP packets that are not echo requests/replies (i.e., not
/freebsd/contrib/ofed/libibmad/
H A Dfields.c504 {576, 64, "SamplesOnlyOptionMask", mad_dump_hex},
564 {576, 32, "FECCorrectableBlockCtrLane7", mad_dump_uint},
866 {BITSOFFS(576, 16), "CS_ReturnDelay", mad_dump_hex}, /* TODO: CCT dump */
1092 {576, 32, "FECCorrectableSymbolCtrLane7", mad_dump_uint},
1106 {576, 64, "SymbolErrorCounter", mad_dump_uint},
1187 uint32_t val = 0, v = 0, i; in _get_field() local
1197 i = base_offs + (f->bitoffs + f->bitlen) / 8; in _get_field()
1198 val = (p[3 ^ i] & ((1 << postbits) - 1)); in _get_field()
/freebsd/sys/dev/drm2/
H A Ddrm_edid.c143 int i, score = 0; in drm_edid_header_is_valid() local
145 for (i = 0; i < sizeof(edid_header); i++) in drm_edid_header_is_valid()
146 if (raw_edid[i] == edid_header[i]) in drm_edid_header_is_valid()
164 int i; in drm_edid_block_valid() local
182 for (i = 0; i < EDID_LENGTH; i++) in drm_edid_block_valid()
183 csum += raw_edid[i]; in drm_edid_block_valid()
215 for (i = 0; i < EDID_LENGTH; ) { in drm_edid_block_valid()
216 printf("%02x", raw_edid[i]); in drm_edid_block_valid()
217 i++; in drm_edid_block_valid()
218 if (i % 16 == 0 || i == EDID_LENGTH) in drm_edid_block_valid()
[all …]
/freebsd/contrib/tcpdump/
H A Dtcpdump.1.in62 .B \-i
270 not 1,048,576 bytes).
286 .B -i
294 .B -i
323 .B \-i
432 .BI \-i " interface"
459 .B \-I
477 .B \-I
480 .B \-I
614 Don't convert addresses (i.e., host addresses, port numbers, etc.) to names.
[all …]
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_encoders.c43 * i.e. Use 4 bits from each coefficient and pack them into bytes
76 * i.e. Use 6 bits from each coefficient and pack them into bytes
117 * i.e. Use 10 bits from each coefficient and pack them into bytes
192 * for ML-DSA-65 (i.e. eta = 4)
227 int i, ret = 0; in poly_decode_signed_4() local
232 for (i = 0; i < (ML_DSA_NUM_POLY_COEFFICIENTS / 8); i++) { in poly_decode_signed_4()
271 * for ML-DSA-44 and ML-DSA-87 (i.e. eta = 2)
325 int i, ret = 0; in poly_decode_signed_2() local
330 for (i = 0; i < (ML_DSA_NUM_POLY_COEFFICIENTS / 8); i++) { in poly_decode_signed_2()
425 int i, ret = 0; in poly_decode_signed_two_to_power_12() local
[all …]
/freebsd/sys/dev/iicbus/controller/vybrid/
H A Dvf_i2c.c66 #define IBCR_IBIE (1 << 6) /* I-Bus Interrupt Enable. */
78 #define IBSR_IBIF (1 << 1) /* I-Bus Interrupt Flag. */
80 #define I2C_IBDR 0x4 /* I2C Bus Data I/O Register */
138 { 0x2C, 576 }, { 0x2D, 640 }, { 0x2E, 768 }, { 0x32, 896 },
354 vf_i2c_dbg(sc, "cant i2c start: %i\n", error); in i2c_start()
421 int error, i; in i2c_get_div_val() local
430 for (i = 0; i < nitems(vf610_div_table) - 1; i++) in i2c_get_div_val()
431 if ((clk_freq / vf610_div_table[i].div) <= sc->freq) in i2c_get_div_val()
433 div_reg = vf610_div_table[i].reg_val; in i2c_get_div_val()

123456