HomeSort by: relevance | last modified time | path
    Searched defs:buffers (Results 1 - 22 of 22) sorted by relevancy

  /src/usr.bin/xlint/lint2/
msg.c 110 } buffers[2]; local
113 struct buffer *buf = buffers + buf_index;
  /src/external/bsd/zstd/dist/tests/regression/
data.h 96 * Calls memcmp() on the contents [0, size) of both buffers.
107 data_buffer_t const* buffers; member in struct:__anon6579
112 * @returns a list of buffers for every file in data. It is zero sized on error.
117 * Frees the data buffers.
119 void data_buffers_free(data_buffers_t buffers);
data.c 201 * data buffers helpers.
205 data_buffers_t buffers = {.size = 0}; local
207 if (filenames == NULL) return buffers;
210 return buffers;
217 return buffers;
219 buffers.buffers = (data_buffer_t const*)buffersPtr;
220 buffers.size = filenames->tableSize;
226 data_buffers_free(buffers);
233 return buffers;
    [all...]
  /src/external/bsd/libevent/dist/
buffer_iocp.c 69 /** How many chains are pinned; how many of the fields in buffers
72 WSABUF buffers[MAX_WSABUFS]; member in struct:evbuffer_overlapped
120 len = buf->buffers[i].len;
204 memset(buf_o->buffers, 0, sizeof(buf_o->buffers));
209 WSABUF *b = &buf_o->buffers[i];
229 if (WSASend(buf_o->fd, buf_o->buffers, i, &bytesSent, 0,
270 memset(buf_o->buffers, 0, sizeof(buf_o->buffers));
280 &buf_o->buffers[i]
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/
bench.c 227 zone_buffers_t buffers = { 1, &owner, &rdata }; local
229 if (zone_open(&parser, &options, &buffers, argv[argc-1], NULL) < 0)
  /src/external/bsd/nsd/dist/
zonec.c 391 zone_buffers_t buffers = { 1, &name_buffer, &rdata_buffer }; local
413 if (zone_parse(&parser, &options, &buffers, zonefile, &state) != 0) {
ixfr.c 2603 zone_buffers_t buffers = { 1, &name_buffer, &rdata_buffer }; local
2616 if(zone_parse(&parser, &options, &buffers, ixfrfile, &state) != 0) {
  /src/external/bsd/ntp/dist/sntp/libevent/
buffer_iocp.c 68 /** How many chains are pinned; how many of the fields in buffers
71 WSABUF buffers[MAX_WSABUFS]; member in struct:evbuffer_overlapped
119 len = buf->buffers[i].len;
203 memset(buf_o->buffers, 0, sizeof(buf_o->buffers));
208 WSABUF *b = &buf_o->buffers[i];
228 if (WSASend(buf_o->fd, buf_o->buffers, i, &bytesSent, 0,
269 memset(buf_o->buffers, 0, sizeof(buf_o->buffers));
279 &buf_o->buffers[i]
    [all...]
  /src/usr.bin/systat/
bufcache.c 145 " %*d metadata buffers using %*"PRIu64" kBytes of "
254 struct buf_sysctl *bp, *buffers; local
268 /* Get metadata buffers */
270 buffers = NULL;
279 error("can't get buffers size: %s\n", strerror(errno));
286 buffers = malloc(size);
287 if (buffers == NULL) {
288 error("can't allocate buffers: %s\n", strerror(errno));
291 if (sysctl(mib, 6, buffers, &size, NULL, 0) < 0) {
292 free(buffers);
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-common.h 75 struct simple_object_write_section_buffer *buffers; member in struct:simple_object_write_section_struct
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-common.h 75 struct simple_object_write_section_buffer *buffers; member in struct:simple_object_write_section_struct
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-common.h 75 struct simple_object_write_section_buffer *buffers; member in struct:simple_object_write_section_struct
  /src/sys/dev/raidframe/
rf_paritylog.h 99 int totalBuffers; /* size of array 'buffers' */
100 int availableBuffers; /* num available 'buffers' */
103 void **buffers; /* array buffers used to hold parity */ member in struct:RF_RegionBufferQueue_s
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_svm.c 894 static const struct nvif_mclass buffers[] = { local
916 ret = nvif_mclass(&drm->client.device.object, buffers);
923 ret = nouveau_svm_fault_buffer_ctor(svm, buffers[ret].oclass, 0);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 51 #define NBUFS 64 /* Number of text buffers */
82 Buffer *buffers; /* array of text buffers */ member in struct:DataHandle
238 /* allocate our buffers in virtual memory */
239 /* later, we will remap buffers individually to the file */
269 /* set up an array of buffers, pointing them to the virtual addresses */
272 hndl->buffers = (Buffer*) __collector_allocCSize (__collector_heap, NBUFS * sizeof (Buffer), 1);
273 if (hndl->buffers == NULL)
275 TprintfT (0, "create_handle allocCSize for hndl->buffers failed\n");
281 Buffer *buf = &hndl->buffers[i]
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 51 #define NBUFS 64 /* Number of text buffers */
82 Buffer *buffers; /* array of text buffers */ member in struct:DataHandle
238 /* allocate our buffers in virtual memory */
239 /* later, we will remap buffers individually to the file */
269 /* set up an array of buffers, pointing them to the virtual addresses */
272 hndl->buffers = (Buffer*) __collector_allocCSize (__collector_heap, NBUFS * sizeof (Buffer), 1);
273 if (hndl->buffers == NULL)
275 TprintfT (0, "create_handle allocCSize for hndl->buffers failed\n");
281 Buffer *buf = &hndl->buffers[i]
    [all...]
  /src/lib/libform/
form.h 207 int nbuf; /* number of buffers associated with this field */
238 FORM_STR *buffers; /* array of buffers for the field */ member in struct:_form_field
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
nouveau_drm.h 108 __u64 buffers; member in struct:drm_nouveau_gem_pushbuf
  /src/external/bsd/nsd/dist/simdzone/include/
zone.h 267 * as much as possible buffers are required to be padded by the number of
472 * @note Future versions may leverage multiple buffers to improve throughput
477 /** Number of name and rdata buffers available. */
479 /** Vector of name buffers to use as scratch buffer. */
481 /** Vector of rdata buffers to use as scratch buffer. */
504 } buffers; member in struct:zone_parser
545 * @param[in] buffers Scratch buffers used for parsing.
555 zone_buffers_t *buffers,
570 * @param[in] buffers Scratch buffers used by parsing
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 103 buffer_t* buffers; member in struct:ZSTDMT_bufferPool_s
110 if (bufPool->buffers) {
113 DEBUGLOG(4, "free buffer %2u (address:%08X)", u, (U32)(size_t)bufPool->buffers[u].start);
114 ZSTD_customFree(bufPool->buffers[u].start, bufPool->cMem);
116 ZSTD_customFree(bufPool->buffers, bufPool->cMem);
131 bufPool->buffers = (buffer_t*)ZSTD_customCalloc(maxNbBuffers * sizeof(buffer_t), cMem);
132 if (bufPool->buffers==NULL) {
152 totalBufferSize += bufPool->buffers[u].capacity;
159 * all future buffers provided by this buffer pool will have _at least_ this size
160 * note : it's better for all buffers to have same size
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 85 * Buffers do not have their own mutexes, rather they rely on the
102 * Arc buffers may have an associated eviction callback function.
139 * caches data in two ways -- in a list of arc buffers (arc_buf_t) and
272 /* set with ZFS_DEBUG=watch, to enable watchpoints on frozen buffers */
472 * Note that buffers can be in one of 6 states:
481 * the only buffers that can be evicted or deleted. Within each
487 * Anonymous buffers are buffers that are not associated with
488 * a DVA. These are buffers that hold dirty block copies
494 * The ARC_l2c_only state is for buffers that are in the secon
2324 uint32_t buffers = 0; local
2379 uint32_t buffers = 0; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 583 ;; each of these variables, all meant to be local to PO mode buffers.
586 ;; page below. Exceptionally, this variable is local to *all* buffers.
589 ;; PO buffers are kept read-only to prevent random modifications. READ-ONLY
2060 (defun po-ediff-buffers-exit-recursive (b1 b2 oldbuf end)
2063 `ediff-buffers' to compare both strings and replace the two variants in
2068 (ediff-buffers b1 b2)
2078 `po-subedit-ediff' calls `po-ediff-buffers-exit-recursive' to edit translation
2129 (po-ediff-buffers-exit-recursive buf1 buf2 oldbuf end-2)
3348 ;; Or else, kill buffers and quit for true.

Completed in 60 milliseconds