Home
last modified time | relevance | path

Searched refs:bytes (Results 51 – 75 of 1716) sorted by relevance

12345678910>>...69

/freebsd/contrib/file/magic/Magdir/
H A Dgpt39 >>>>>>>>>>>>>>0 ubyte x of 8192 bytes
44 >>>>>>>>>>>>>>>0 ubyte x of 4096 bytes
49 >>>>>>>>>>>>>>>>0 ubyte x of 2048 bytes
69 >>>>>>>>>>>>>>0 ubyte x of 8192 bytes
74 >>>>>>>>>>>>>>>0 ubyte x of 4096 bytes
99 >>>>>>>>>>>>>>0 ubyte x of 8192 bytes
169 ##>>0 ubyte x of 8192 bytes
174 ##>>>0 ubyte x of 4096 bytes
179 ##>>>>0 ubyte x of 2048 bytes
184 ##>>>>>0 ubyte x of 1024 bytes
[all …]
H A Djavascript86 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
89 >>>>8 ulelong x source size: %u bytes,
93 >>>>28 ulelong x payload size: %u bytes,
108 >>>>8 ulelong x source size: %u bytes,
112 >>>>28 ulelong x payload size: %u bytes,
129 >>>>8 ulelong x source size: %u bytes,
132 >>>>20 ulelong x payload size: %u bytes,
144 >>>>8 ulelong x source size: %u bytes,
147 >>>>20 ulelong x payload size: %u bytes,
168 >>>8 ulelong x source size: %u bytes,
[all …]
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_02.X.out5 …0</words><characters>40</characters><bytes>0</bytes><bytes>1</bytes><bytes>2</bytes><bytes>3</byte…
H A Dtest_02.XP.out26 <bytes>0</bytes>
27 <bytes>1</bytes>
28 <bytes>2</bytes>
29 <bytes>3</bytes>
30 <bytes>4</bytes>
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h191 size_t bytes; in size_mul() local
193 if (check_mul_overflow(factor1, factor2, &bytes)) in size_mul()
196 return bytes; in size_mul()
210 size_t bytes; in size_add() local
212 if (check_add_overflow(addend1, addend2, &bytes)) in size_add()
215 return bytes; in size_add()
231 size_t bytes; in size_sub() local
234 check_sub_overflow(minuend, subtrahend, &bytes)) in size_sub()
237 return bytes; in size_sub()
328 u8 bytes[struct_size_t(type, member, count)]; \
/freebsd/crypto/heimdal/lib/krb5/
H A Dn-fold.c39 int bytes = (len + 7) / 8; in rr13() local
47 tmp = malloc(bytes); in rr13()
50 memcpy(tmp, buf, bytes); in rr13()
53 tmp[bytes - 1] &= 0xff << (8 - lbit); in rr13()
55 tmp[bytes - 1] |= buf[0] >> i; in rr13()
57 for(i = 0; i < bytes; i++) { in rr13()
68 if(bb + 8 > bytes * 8) in rr13()
73 b2 = (b1 + 1) % bytes; in rr13()
/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c52 uint32_t bytes; member
70 .bytes = 16,
78 .bytes = 32,
92 .bytes = 16,
125 arc4random_buf(xregs, xregs_banks[bank].regs * xregs_banks[bank].bytes); in fill_xregs()
133 for (k = 0; k < xregs_banks[bank].bytes; k++) { in dump_xregs()
155 r1 = xregs1 + i * xregs_banks[bank].bytes; in show_diff()
156 r2 = xregs2 + i * xregs_banks[bank].bytes; in show_diff()
157 for (j = 0; j < xregs_banks[bank].bytes; j++) { in show_diff()
178 int sz = xregs_banks[bank].regs * xregs_banks[bank].bytes; in worker_thread()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_ses.h159 uint8_t bytes[1]; member
191 uint8_t bytes[3]; member
253 uint8_t bytes[3]; member
313 uint8_t bytes[3]; member
340 uint8_t bytes[3]; member
375 uint8_t bytes[3]; member
397 uint8_t bytes[3]; member
424 uint8_t bytes[3]; member
465 uint8_t bytes[3]; member
493 uint8_t bytes[3]; member
[all …]
/freebsd/contrib/ofed/librdmacm/examples/
H A Drcopy.c61 static uint64_t bytes; variable
99 (long long) bytes, usec / 1000000., (bytes * 8) / (1000. * usec)); in show_perf()
280 munmap(file_addr, bytes); in server_close()
310 ret = _recv(rs, (char *) &bytes, sizeof bytes); in server_write()
311 if (ret != sizeof bytes) in server_write()
314 ret = ftruncate(fd, bytes); in server_write()
328 if (len != bytes) { in server_write()
469 munmap(file_addr, bytes); in client_open()
485 msg.size = bytes; in client_start_write()
514 munmap(file_addr, bytes); in client_close()
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Df11168 FWD: IN pkts 1 bytes 28 OUT pkts 0 bytes 0
169 REV: IN pkts 0 bytes 0 OUT pkts 0 bytes 0
174 FWD: IN pkts 1 bytes 28 OUT pkts 0 bytes 0
175 REV: IN pkts 1 bytes 28 OUT pkts 0 bytes 0
216 FWD: IN pkts 1 bytes 28 OUT pkts 0 bytes 0
217 REV: IN pkts 0 bytes 0 OUT pkts 0 bytes 0
222 FWD: IN pkts 1 bytes 28 OUT pkts 0 bytes 0
223 REV: IN pkts 1 bytes 28 OUT pkts 0 bytes 0
265 FWD: IN pkts 1 bytes 40 OUT pkts 0 bytes 0
266 REV: IN pkts 1 bytes 40 OUT pkts 0 bytes 0
/freebsd/lib/libc/amd64/string/
H A Dstpncpy.S95 test %rdx, %rdx # no bytes to copy?
99 and $~0xf, %rsi # align source to 16 bytes
104 shl %cl, %r9d # mask of bytes belonging to the string
154 add $16, %r10d # restore number of remaining bytes
179 pand %xmm1, %xmm0 # mask out bytes after the string
203 movdqu %xmm1, (%rdi, %r8, 1) # clear out following bytes
235 or %r9d, %r8d # merge found NUL bytes into NUL mask
243 cmp $16, %edx # at least 16 bytes to transfer?
247 cmp $8, %edx # at least 8 bytes to transfer?
250 cmp $4, %edx # at least 4 bytes to transfer?
[all …]
H A Dtimingsafe_bcmp.S41 cmp $16, %rdx # at least 17 bytes to process?
44 cmp $8, %edx # at least 9 bytes to process?
47 cmp $4, %edx # at least 5 bytes to process?
50 cmp $2, %edx # at least 3 bytes to process?
89 .Lgt16: mov (%rdi), %rax # process first 16 bytes
124 cmp $32, %rdx # at least 33 bytes to process?
127 cmp $16, %edx # at least 17 bytes to process?
130 cmp $8, %edx # at least 9 bytes to process?
133 cmp $4, %edx # at least 5 bytes to process?
136 cmp $2, %edx # at least 3 bytes to process?
[all …]
/freebsd/crypto/openssl/test/testutil/
H A Dformat_output.c210 int n = bytes * 2, i; in convert_bn_memory()
272 const size_t bytes = bn_bytes; in test_fail_bignum_common() local
301 len = ((l1 > l2 ? l1 : l2) + bytes - 1) / bytes * bytes; in test_fail_bignum_common()
319 cnt = 8 * (len - bytes); in test_fail_bignum_common()
320 n1 = convert_bn_memory(m1, bytes, b1, &lz1, bn1); in test_fail_bignum_common()
351 m1 += bytes; in test_fail_bignum_common()
353 m2 += bytes; in test_fail_bignum_common()
354 len -= bytes; in test_fail_bignum_common()
459 n1 = l1 > bytes ? bytes : l1; in test_fail_memory_common()
463 n2 = l2 > bytes ? bytes : l2; in test_fail_memory_common()
[all …]
/freebsd/crypto/openssl/crypto/rand/
H A Drandfile.c84 int RAND_load_file(const char *file, long bytes) in RAND_load_file() argument
102 if (bytes == 0) in RAND_load_file()
119 if (bytes < 0) { in RAND_load_file()
121 bytes = sb.st_size; in RAND_load_file()
123 bytes = RAND_DRBG_STRENGTH; in RAND_load_file()
148 if (bytes > 0) in RAND_load_file()
149 n = (bytes <= RAND_LOAD_BUF_SIZE) ? (int)bytes : RAND_BUF_SIZE; in RAND_load_file()
167 if (bytes > 0 && (bytes -= i) <= 0) in RAND_load_file()
H A Drand_egd.c21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() argument
31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() argument
109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() argument
116 if (bytes > (int)sizeof(tempbuf)) in RAND_query_egd_bytes()
178 tempbuf[1] = bytes; in RAND_query_egd_bytes()
204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() argument
208 num = RAND_query_egd_bytes(path, NULL, bytes); in RAND_egd_bytes()
/freebsd/lib/libc/db/btree/
H A Dbt_utils.c77 if (__ovfl_get(t, bl->bytes, in __bt_ret()
89 memmove(rkey->data, bl->bytes, bl->ksize); in __bt_ret()
94 key->data = bl->bytes; in __bt_ret()
102 if (__ovfl_get(t, bl->bytes + bl->ksize, in __bt_ret()
115 memmove(rdata->data, bl->bytes + bl->ksize, bl->dsize); in __bt_ret()
120 data->data = bl->bytes + bl->ksize; in __bt_ret()
163 bigkey = bl->bytes; in __bt_cmp()
165 k2.data = bl->bytes; in __bt_cmp()
171 bigkey = bi->bytes; in __bt_cmp()
173 k2.data = bi->bytes; in __bt_cmp()
/freebsd/contrib/flex/src/
H A Dtables.c286 int bytes, rv; in yytbl_write32() local
289 bytes = (int) sizeof (flex_uint32_t); in yytbl_write32()
293 wr->total_written += bytes; in yytbl_write32()
294 return bytes; in yytbl_write32()
305 int bytes, rv; in yytbl_write16() local
312 wr->total_written += bytes; in yytbl_write16()
313 return bytes; in yytbl_write16()
323 int bytes, rv; in yytbl_write8() local
325 bytes = (int) sizeof (flex_uint8_t); in yytbl_write8()
329 wr->total_written += bytes; in yytbl_write8()
[all …]
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c639 ssize_t bytes; in ossl_pool_acquire_entropy()
647 if (bytes > 0) { in ossl_pool_acquire_entropy()
648 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
649 bytes_needed -= bytes; in ossl_pool_acquire_entropy()
676 ssize_t bytes = 0; in ossl_pool_acquire_entropy()
688 if (bytes > 0) { in ossl_pool_acquire_entropy()
689 ossl_rand_pool_add_end(pool, bytes, 8 * bytes); in ossl_pool_acquire_entropy()
690 bytes_needed -= bytes; in ossl_pool_acquire_entropy()
728 size_t bytes = 0; in ossl_pool_acquire_entropy()
735 bytes = bytes_needed; in ossl_pool_acquire_entropy()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp169 const char *bytes = data.data(); in AppendData() local
171 if (bytes && length > 0) in AppendData()
172 m_data_sp->AppendData(bytes, length); in AppendData()
176 const uint8_t *bytes = data.data(); in AppendData() local
178 if (bytes && length > 0) in AppendData()
179 m_data_sp->AppendData(bytes, length); in AppendData()
183 const char *bytes = data.data(); in AppendCString() local
185 if (bytes) { in AppendCString()
187 m_data_sp->AppendData(bytes, length); in AppendCString()
188 if (length == 0 || bytes[length - 1] != '\0') in AppendCString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h254 uint8_t bytes[10]; member
265 uint8_t bytes[16]; // 128-bits for each XMM register member
299 uint8_t bytes[16]; // 16 * 8 bits for the high bytes of each YMM register member
303 uint8_t bytes[32]; // 16 * 16 bits for each YMM register member
311 uint8_t bytes[16]; // MPX 128 bit bound registers member
315 uint8_t bytes[8]; // MPX 64 bit bndcfgu and bndstatus registers (collectively member
377 ::memcpy(ret.bytes, xmm_bytes, sizeof(XMMReg)); in XStateToYMM()
378 ::memcpy(ret.bytes + sizeof(XMMReg), ymmh_bytes, sizeof(YMMHReg)); in XStateToYMM()
385 ::memcpy(xmm_bytes, input.bytes, sizeof(XMMReg)); in YMMToXState()
386 ::memcpy(ymmh_bytes, input.bytes + sizeof(XMMReg), sizeof(YMMHReg)); in YMMToXState()
/freebsd/sys/dev/ixl/
H A Di40e_nvm.c856 u8 *bytes, int *perrno);
859 u8 *bytes, int *perrno);
862 u8 *bytes, int *perrno);
916 u8 *bytes, int *perrno) in i40e_nvmupd_command() argument
951 bytes[0] = hw->nvmupd_state; in i40e_nvmupd_command()
954 bytes[1] = 0; in i40e_nvmupd_command()
1059 u8 *bytes, int *perrno) in i40e_nvmupd_state_init() argument
1525 u8 *bytes, int *perrno) in i40e_nvmupd_exec_aq() argument
1650 bytes += len; in i40e_nvmupd_get_aq_result()
1714 u8 *bytes, int *perrno) in i40e_nvmupd_nvm_read() argument
[all …]
/freebsd/contrib/tnftp/src/
H A Dprogressbar.c174 cursize = bytes + restart_point;
256 if (bytes > 0) {
257 bytespersec = bytes;
270 if (bytes <= 0 || elapsed <= 0.0 || cursize > filesize) {
276 ((filesize - restart_point) / (bytes / elapsed) -
329 if (bytes > 0) {
330 bytespersec = bytes;
336 (LLT)bytes, bytes == 1 ? "" : "s", direction);
363 && bytes + restart_point <= filesize) {
365 (bytes / elapsed) - elapsed);
[all …]
/freebsd/usr.sbin/bhyve/
H A Dpctestdev.c75 int port, int bytes, uint32_t *eax, void *arg);
80 int port, int bytes, uint32_t *eax, void *arg);
82 int port, int bytes, uint32_t *eax, void *arg);
181 int port __unused, int bytes __unused, uint32_t *eax, void *arg __unused) in pctestdev_debugexit_io()
214 int port, int bytes, uint32_t *eax, void *arg __unused) in pctestdev_ioport_io() argument
219 if (port + bytes > IOPORT_BASE + IOPORT_LEN) in pctestdev_ioport_io()
223 mask = (-1UL >> (32 - (bytes * 8))) << lsb; in pctestdev_ioport_io()
237 int bytes, uint32_t *eax, void *arg __unused) in pctestdev_irq_io() argument
241 if (bytes != 1) in pctestdev_irq_io()
/freebsd/contrib/cortex-strings/scripts/
H A Dplot-align.py11 def plot(records, bytes, function): argument
12 records = [x for x in records if x.bytes==bytes and x.function==function]
32 vals = [match.bytes*match.loops/match.elapsed/(1024*1024) for
61 for bytes in libplot.unique(records, 'bytes'):
62 plot(records, bytes, function)
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_att.c132 attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, type, bytes, len); in STACK_OF()
143 const unsigned char *bytes, in STACK_OF()
155 return ossl_x509at_add1_attr_by_OBJ(x, obj, type, bytes, len); in STACK_OF()
166 attr = X509_ATTRIBUTE_create_by_NID(NULL, nid, type, bytes, len); in STACK_OF()
176 const unsigned char *bytes, in STACK_OF()
188 return ossl_x509at_add1_attr_by_NID(x, nid, type, bytes, len); in STACK_OF()
200 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
211 const unsigned char *bytes, in STACK_OF()
216 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
306 const unsigned char *bytes, in X509_ATTRIBUTE_create_by_txt() argument
[all …]

12345678910>>...69