Searched defs:bytes (Results 26 - 50 of 135) sorted by relevance

123456

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h164 GLint largeCmdBytesSoFar; /* bytes received so far */
165 GLint largeCmdBytesTotal; /* total bytes expected */
206 int bytes; member in struct:__anon8467
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h106 int elem_size; /* element size in bytes */
147 GLint largeCmdBytesSoFar; /* bytes received so far */
148 GLint largeCmdBytesTotal; /* total bytes expected */
187 int bytes; member in struct:__anon8787
H A Dmisc.h184 * Calculate the number of bytes needed to hold bits.
186 * @return The number of bytes needed to hold bits.
194 * bytes.
195 * @param bytes The minimum number of bytes needed.
196 * @return The number of 4-byte units needed to hold bytes.
199 bytes_to_int32(const int bytes) { argument
200 return (((bytes) + 3) >> 2);
204 * Calculate the number of bytes (in multiples of 4) needed to hold bytes
209 pad_to_int32(const int bytes) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h106 int elem_size; /* element size in bytes */
147 GLint largeCmdBytesSoFar; /* bytes received so far */
148 GLint largeCmdBytesTotal; /* total bytes expected */
187 int bytes; member in struct:__anon9101
H A Dmisc.h184 * Calculate the number of bytes needed to hold bits.
186 * @return The number of bytes needed to hold bits.
194 * bytes.
195 * @param bytes The minimum number of bytes needed.
196 * @return The number of 4-byte units needed to hold bytes.
199 bytes_to_int32(const int bytes) { argument
200 return (((bytes) + 3) >> 2);
204 * Calculate the number of bytes (in multiples of 4) needed to hold bytes
209 pad_to_int32(const int bytes) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h106 int elem_size; /* element size in bytes */
147 GLint largeCmdBytesSoFar; /* bytes received so far */
148 GLint largeCmdBytesTotal; /* total bytes expected */
187 int bytes; member in struct:__anon9420
H A Dmisc.h184 * Calculate the number of bytes needed to hold bits.
186 * @return The number of bytes needed to hold bits.
194 * bytes.
195 * @param bytes The minimum number of bytes needed.
196 * @return The number of 4-byte units needed to hold bytes.
199 bytes_to_int32(const int bytes) { argument
200 return (((bytes) + 3) >> 2);
204 * Calculate the number of bytes (in multiples of 4) needed to hold bytes
209 pad_to_int32(const int bytes) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h106 int elem_size; /* element size in bytes */
147 GLint largeCmdBytesSoFar; /* bytes received so far */
148 GLint largeCmdBytesTotal; /* total bytes expected */
187 int bytes; member in struct:__anon4950
H A Dmisc.h184 * Calculate the number of bytes needed to hold bits.
186 * @return The number of bytes needed to hold bits.
194 * bytes.
195 * @param bytes The minimum number of bytes needed.
196 * @return The number of 4-byte units needed to hold bytes.
199 bytes_to_int32(const int bytes) { argument
200 return (((bytes) + 3) >> 2);
204 * Calculate the number of bytes (in multiples of 4) needed to hold bytes
209 pad_to_int32(const int bytes) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxserver.h98 int elem_size; /* element size in bytes */
139 GLint largeCmdBytesSoFar; /* bytes received so far */
140 GLint largeCmdBytesTotal; /* total bytes expected */
179 int bytes; member in struct:__anon5263
H A Dmisc.h194 * Calculate the number of bytes needed to hold bits.
196 * @return The number of bytes needed to hold bits.
204 * bytes.
205 * @param bytes The minimum number of bytes needed.
206 * @return The number of 4-byte units needed to hold bytes.
209 bytes_to_int32(const int bytes) { argument
210 return (((bytes) + 3) >> 2);
214 * Calculate the number of bytes (in multiples of 4) needed to hold bytes
219 pad_to_int32(const int bytes) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxserver.h92 int elem_size; /* element size in bytes */
133 GLint largeCmdBytesSoFar; /* bytes received so far */
134 GLint largeCmdBytesTotal; /* total bytes expected */
173 int bytes; member in struct:__anon5576
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxserver.h91 int elem_size; /* element size in bytes */
132 GLint largeCmdBytesSoFar; /* bytes received so far */
133 GLint largeCmdBytesTotal; /* total bytes expected */
172 int bytes; member in struct:__anon5885
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Dkern_mbuf.c431 mbuf_jumbo_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int fWait) argument
436 return (contigmalloc(bytes, M_JUMBOFRAME, fWait, (vm_paddr_t)0,
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dpcivpd.c180 uint8_t *bytes = buf; local
201 *(bytes++) = data;
222 const uint8_t *bytes = buf; local
246 data = ( ( data & ~0xff ) | *(bytes++) );
474 " to %zd bytes:\n", PCI_ARGS ( vpd->pci ),
539 " to %zd bytes:\n", PCI_ARGS ( vpd->pci ),
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Daoe.h48 uint8_t bytes[6]; member in union:aoeata::__anon15479
H A Data.h35 * 64-bit integer in native byte order, unioned with bytes named so
73 } bytes; member in union:ata_lba
91 } bytes; member in union:ata_fifo
H A Dib_packet.h19 uint8_t bytes[8]; member in union:ib_guid
33 uint8_t bytes[16]; member in union:ib_gid
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java158 printValue(Object value, int bytes, String stringFormat) argument
161 if (bytes == 1) {
163 } else if (bytes == 2) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglxserver.h116 int elem_size; /* element size in bytes */
157 GLint largeCmdBytesSoFar; /* bytes received so far */
158 GLint largeCmdBytesTotal; /* total bytes expected */
197 int bytes; member in struct:__anon4570
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglxserver.h116 int elem_size; /* element size in bytes */
157 GLint largeCmdBytesSoFar; /* bytes received so far */
158 GLint largeCmdBytesTotal; /* total bytes expected */
197 int bytes; member in struct:__anon4131
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dacceptreademu.c122 PR_fprintf(std_out, "PR_Recv (client) succeeded: %d bytes\n", nbytes);
140 PRInt32 bytes; local
184 bytes = PR_AcceptRead(
187 if (-1 == bytes) PL_FPrintError(err_out, "PR_AcceptRead (server) failed");
194 bytes = PR_Write(accept_sock, buf, bytes);
200 if (-1 != bytes)
H A Dbigfile.c120 output, " type: %s, size: %llu bytes,\n",
137 PRInt32 loop, bytes; local
217 bytes = file->methods->write(file, buffer, BUFFER_SIZE);
218 if (bytes != BUFFER_SIZE) return Error("write", filename);
268 bytes = file->methods->write(file, buffer, BUFFER_SIZE);
269 if (bytes != BUFFER_SIZE)
H A Dthrpool_client.c124 int bytes; local
128 for (rem=len; rem; offset += bytes, rem -= bytes) {
129 DPRINTF(("thread = 0x%lx: calling PR_Recv, bytes = %d\n",
131 bytes = PR_Recv(sockfd, buf + offset, rem, 0,
133 DPRINTF(("thread = 0x%lx: returning from PR_Recv, bytes = %d\n",
134 PR_GetCurrentThread(), bytes));
135 if (bytes < 0) {
150 int bytes; local
153 for (rem=len; rem; offset += bytes, re
181 PRInt32 bytes, i, j; local
[all...]
H A Dthruput.c103 PRInt32 bytes, sampled; local
151 bytes = PR_Recv(
155 shared->sampled += bytes;
173 } while (bytes > 0);
212 PRInt32 bytes, sampled; local
237 bytes = PR_Send(
242 shared->sampled += bytes;
259 } while (bytes > 0);

Completed in 97 milliseconds

123456