Home
last modified time | relevance | path

Searched refs:chunk (Results 176 – 200 of 267) sorted by relevance

1234567891011

/freebsd/contrib/file/magic/Magdir/
H A Dandroid244 # 04: chunk size (4, skipped)
250 # 16: chunk size (4, skipped)
H A Dacorn9 # We guess the file type from the type of the first chunk.
/freebsd/sys/dev/ips/
H A Dipsreg.h371 ips_chunk_t chunk[IPS_MAX_CHUNKS]; member
/freebsd/contrib/libdiff/test/
H A Dtest021.left.txt143 sr_error(sd->sd_sc, "%s requires exactly one chunk",
673 /* Make sure chunk is not already in use. */
715 * Create and populate chunk metadata.
769 /* Add chunk to volume. */
846 /* Make sure chunk is not already in use. */
908 /* Construct key disk chunk. */
H A Dtest122.left-P.txt144 sr_error(sd->sd_sc, "%s requires exactly one chunk",
650 /* Make sure chunk is not already in use. */
692 * Create and populate chunk metadata.
746 /* Add chunk to volume. */
823 /* Make sure chunk is not already in use. */
885 /* Construct key disk chunk. */
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp314 [](uptr chunk, void *alloc) { in InsertLiveBlocks() argument
318 A->GetMemprofChunk((void *)chunk, user_requested_size); in InsertLiveBlocks()
/freebsd/contrib/libcbor/doc/source/
H A Dinternal.rst40 …ength strings, arrays, and maps require client to handle every fixed-size chunk explicitly in orde…
/freebsd/sys/kern/
H A Dvfs_vnops.c724 int chunk; in vn_rdwr_inchunks() local
732 chunk = MAXBSIZE - (uoff_t)offset % MAXBSIZE; in vn_rdwr_inchunks()
734 if (chunk > len) in vn_rdwr_inchunks()
735 chunk = len; in vn_rdwr_inchunks()
739 error = vn_rdwr(rw, vp, base, chunk, offset, segflg, in vn_rdwr_inchunks()
741 len -= chunk; /* aresid calc already includes length */ in vn_rdwr_inchunks()
744 offset += chunk; in vn_rdwr_inchunks()
745 base = (char *)base + chunk; in vn_rdwr_inchunks()
H A Duipc_mbuf.c755 int chunk = min(nsize - n->m_len, m->m_len - moff); in m_dup() local
757 m_copydata(m, moff, chunk, n->m_data + n->m_len); in m_dup()
758 moff += chunk; in m_dup()
759 n->m_len += chunk; in m_dup()
760 remain -= chunk; in m_dup()
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt338 Previously, each evbuffer was a huge chunk of memory. When we ran out of
339 space in an evbuffer, we used realloc() to grow the chunk of memory. When
361 If you need access to the whole buffer as a linear chunk of memory, the
363 the buffer's contents in a linear chunk before you can use it.
392 either with a reference-counted chunk (via evbuffer_add_reference), or
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt338 Previously, each evbuffer was a huge chunk of memory. When we ran out of
339 space in an evbuffer, we used realloc() to grow the chunk of memory. When
361 If you need access to the whole buffer as a linear chunk of memory, the
363 the buffer's contents in a linear chunk before you can use it.
392 either with a reference-counted chunk (via evbuffer_add_reference), or
/freebsd/lib/libc/amd64/string/
H A Dmemchr.S164 0: movdqa (%rdi), %xmm0 # load next string chunk
H A Dstrrchr.S158 add $16, %rdi # advance to next chunk
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2509 int chunk = zc->l_entry.le_value_chunk; in fzap_leaf_array() local
2518 struct zap_leaf_array *la = &ZAP_LEAF_CHUNK(zl, chunk).l_array; in fzap_leaf_array()
2521 ASSERT3U(chunk, <, ZAP_LEAF_NUMCHUNKS(zl)); in fzap_leaf_array()
2534 chunk = la->la_next; in fzap_leaf_array()
2664 uint16_t chunk = *chunkp; in zap_leaf_lookup() local
2666 le = ZAP_LEAF_ENTRY(zl, chunk); in zap_leaf_lookup()
2669 zc = &ZAP_LEAF_CHUNK(zl, chunk); in zap_leaf_lookup()
/freebsd/contrib/unbound/services/
H A Dauthzone.c4367 while(*chunk) { in chunkline_get_line()
4369 if(*chunk_pos < (*chunk)->len) { in chunkline_get_line()
4371 while(*chunk_pos < (*chunk)->len) { in chunkline_get_line()
4372 char c = (char)((*chunk)->data[*chunk_pos]); in chunkline_get_line()
4388 *chunk = (*chunk)->next; in chunkline_get_line()
4472 if(!chunkline_get_line(chunk, chunk_pos, buf)) { in chunkline_get_line_collated()
4483 if(!chunkline_get_line(chunk, chunk_pos, buf)) { in chunkline_get_line_collated()
4578 struct auth_chunk* chunk; in http_zonefile_syntax_check() local
4587 chunk = xfr->task_transfer->chunks_first; in http_zonefile_syntax_check()
5064 struct auth_chunk* chunk; in apply_http() local
[all …]
/freebsd/contrib/libpcap/
H A Dpcap.c2437 char *chunk; local
2444 chunk = calloc(total_size, 1);
2445 if (chunk == NULL) {
2454 p = (pcap_t *)chunk;
2473 p->priv = (void *)(chunk + private_offset);
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2928 for (GdbChunk &chunk : ret->chunks) in create()
2930 chunk.compilationUnits.size() * 16 + chunk.addressAreas.size() * 20; in create()
2944 for (GdbChunk &chunk : chunks) { in writeTo()
2945 for (CuEntry &cu : chunk.compilationUnits) { in writeTo()
2946 write64le(buf, chunk.sec->outSecOff + cu.cuOffset); in writeTo()
2956 for (GdbChunk &chunk : chunks) { in writeTo()
2957 for (AddressEntry &e : chunk.addressAreas) { in writeTo()
2965 cuOff += chunk.compilationUnits.size(); in writeTo()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp4236 int chunk = 0; in __kmp_parse_single_omp_schedule() local
4333 chunk = __kmp_str_to_int(delim + 1, *ptr); in __kmp_parse_single_omp_schedule()
4334 if (chunk < 1) { in __kmp_parse_single_omp_schedule()
4335 chunk = KMP_DEFAULT_CHUNK; in __kmp_parse_single_omp_schedule()
4347 } else if (chunk > KMP_MAX_CHUNK) { in __kmp_parse_single_omp_schedule()
4348 chunk = KMP_MAX_CHUNK; in __kmp_parse_single_omp_schedule()
4351 KMP_INFORM(Using_int_Value, name, chunk); in __kmp_parse_single_omp_schedule()
4362 __kmp_hier_scheds.append(sched, chunk, layer); in __kmp_parse_single_omp_schedule()
4366 __kmp_chunk = chunk; in __kmp_parse_single_omp_schedule()
/freebsd/contrib/libucl/doc/
H A Dapi.md87 …Y` - try to use zero-copy mode when reading files (in zero-copy mode text chunk being parsed witho…
122 Add new text chunk with `data` of length `len` to the parser. At the moment, `libucl` parser is not…
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque913 // __annotations_beg_map - first chunk which annotations we want to modify
914 // __annotations_end_map - last chunk which annotations we want to modify
932 // __old_c_beg_map - memory block (chunk) with first element
933 // __old_c_end_map - memory block (chunk) with end of old container
941 // __new_edge_map - memory block (chunk) with new edge, it always equals to
943 // __old_edge_map - memory block (chunk) with old edge, it always equals to
950 // First and last chunk may be partially poisoned.
951 // __annotate_end_map may point at not existing chunk, therefore we have to have a check for it.
975 // If the edge is in a different chunk it points on corresponding end of the memory block
983 // If the edge is in a different chunk it points on corresponding end of the memory block
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2369 const DeclaratorChunk *chunk = getInnermostNonParenChunk(); in isArrayOfUnknownBound() local
2370 return (chunk && chunk->Kind == DeclaratorChunk::Array && in isArrayOfUnknownBound()
2371 !chunk->Arr.NumElts); in isArrayOfUnknownBound()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c529 #define zfs_kmap_atomic(chunk) ((void *)chunk) argument
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1432 for (auto chunk : pdataSec->chunks) { in mergeSections() local
1433 if (chunk->getMachine() == AMD64) { in mergeSections()
1434 hybridPdata.first = chunk; in mergeSections()
1440 pdata.first = chunk; in mergeSections()
1441 pdata.last = chunk; in mergeSections()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c574 char *chunk; in qat_uclo_map_chunk() local
583 chunk = buf + file_chunk->offset; in qat_uclo_map_chunk()
585 qat_uclo_calc_str_checksum(chunk, file_chunk->size)) in qat_uclo_map_chunk()
589 obj_hdr->file_buff = chunk; in qat_uclo_map_chunk()
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1204 const char *chunk; in __itt_get_groups() local
1205 while ((group_str = __itt_fsplit(group_str, ",; ", &chunk, &len)) != NULL) { in __itt_get_groups()
1207 __itt_fstrcpyn(gr, sizeof(gr) - 1, chunk, min_len); in __itt_get_groups()

1234567891011