Searched refs:buffers (Results 51 - 75 of 97) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-coff.c666 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
747 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
H A Dsimple-object-xcoff.c922 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
1004 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object-coff.c666 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
747 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
H A Dsimple-object-xcoff.c922 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
1004 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
/netbsd-current/external/bsd/tmux/dist/
H A DMakefile.am96 cmd-list-buffers.c \
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-coff.c666 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
747 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
H A Dsimple-object-xcoff.c922 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
1004 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-coff.c666 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
747 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
H A Dsimple-object-xcoff.c922 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
1004 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
/netbsd-current/lib/libform/
H A Dform.h207 int nbuf; /* number of buffers associated with this field */
238 FORM_STR *buffers; /* array of buffers for the field */ member in struct:_form_field
H A Dinternals.c3008 if (cur->buffers[0].string == NULL) {
3015 count = _formi_skip_blanks(cur->buffers[0].string, 0);
3020 if (cur->buffers[0].string[count] == '\0') {
3573 if (field->buffers[0].string != NULL)
3574 free(field->buffers[0].string);
3575 field->buffers[0].allocated = length;
3576 field->buffers[0].length = length - 1;
3577 field->buffers[0].string = nstr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Ddotproduct.s2 # wired input buffers of 128 samples each. These values are in
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h350 buffers. */
413 /* Memory buffers. */
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Ddotproduct.s2 # wired input buffers of 128 samples each. These values are in
/netbsd-current/external/bsd/tmux/usr.bin/tmux/
H A DMakefile41 cmd-list-buffers.c \
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_svm.c894 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);
H A Dnouveau_gem.c752 bo = u_memcpya(req->buffers, req->nr_buffers, sizeof(*bo));
758 /* Ensure all push buffers are on validate list */
885 u64_to_user_ptr(req->buffers);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h366 buffers. */
429 /* Memory buffers. */
/netbsd-current/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx0.asm21 NUM_RX_BUF = 32 ; # of RX element buffers
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-xcoff.c922 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
1004 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dsimple-object-xcoff.c922 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
1004 for (buffer = section->buffers; buffer != NULL; buffer = buffer->next)
/netbsd-current/external/mit/xorg/lib/
H A Dlibmesa.old.mk27 buffers.c \
H A Dlibmesa.mk28 buffers.c \
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-tdep.c231 /* Inferior's displaced step buffers. */
2602 /* Figure out the location of the buffers. They are contiguous, starting
2611 std::vector<CORE_ADDR> buffers; local
2613 buffers.push_back (disp_step_buf_addr + i * buf_len);
2615 per_inferior->disp_step_bufs.emplace (buffers);
2737 NUM_DISP_STEP_BUFFERS is the number of displaced step buffers to use. If 0,
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/
H A Dgssapi.h837 size_t buffers; /**< extra GSS_IOV_BUFFER_TYPE_EMPTY buffer to pass */ member in struct:__anon77

Completed in 411 milliseconds

1234