Searched defs:bytes (Results 101 - 125 of 135) sorted by relevance

123456

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsockotpt.c1057 size_t bytes; local
1064 bytes = 0;
1066 err = OTCountDataBytes(endpoint, &bytes);
1074 return bytes;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp1734 __int64 bytes = dwFreeClus; local
1735 bytes *= dwSecPerClus;
1736 bytes *= dwBytesPerSec;
1738 *aDiskSpaceAvailable = bytes;
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h326 char *bytes; member in struct:XPTString
330 XPT_NewString(XPTArena *arena, PRUint16 length, char *bytes);
333 XPT_NewStringZ(XPTArena *arena, char *bytes);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/
H A D_sre.c1685 Py_ssize_t size, bytes; local
1693 /* bytes = PyUnicode_GET_DATA_SIZE(string); */
1709 bytes = buffer->bf_getreadbuffer(string, 0, &ptr);
1710 if (bytes < 0) {
1722 if (PyString_Check(string) || bytes == size)
1725 else if (bytes == (Py_ssize_t) (size * sizeof(Py_UNICODE)))
2760 It also helps that SRE_CODE is always an unsigned type, either 2 bytes or 4
2761 bytes wide (the latter if Python is compiled for "wide" unicode support).
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c1694 Py_ssize_t size, bytes; local
1702 /* bytes = PyUnicode_GET_DATA_SIZE(string); */
1718 bytes = buffer->bf_getreadbuffer(string, 0, &ptr);
1719 if (bytes < 0) {
1731 if (PyString_Check(string) || bytes == size)
1734 else if (bytes == (Py_ssize_t) (size * sizeof(Py_UNICODE)))
2749 It also helps that SRE_CODE is always an unsigned type, either 2 bytes or 4
2750 bytes wide (the latter if Python is compiled for "wide" unicode support).
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c522 _PyLong_FromByteArray(const unsigned char* bytes, size_t n, argument
525 const unsigned char* pstartbyte; /* LSB of bytes */
527 const unsigned char* pendbyte; /* MSB of bytes */
528 size_t numsignificantbytes; /* number of bytes that matter */
537 pstartbyte = bytes;
538 pendbyte = bytes + n - 1;
542 pstartbyte = bytes + n - 1;
543 pendbyte = bytes;
551 significant byte. Leading 0 bytes are insignificant if the number
552 is positive, and leading 0xff bytes i
633 _PyLong_AsByteArray(PyLongObject* v, unsigned char* bytes, size_t n, int little_endian, int is_signed) argument
916 Py_ssize_t bytes = ival; local
927 size_t bytes = ival; local
939 PY_LONG_LONG bytes; local
991 unsigned PY_LONG_LONG bytes; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dhermon.c732 ( ( void * ) &stat_cfg->u.bytes[offset] );
3360 uint8_t bytes[8]; member in union:__anon15100
3375 &mac.bytes[ sizeof ( mac.bytes ) - ETH_ALEN ], ETH_ALEN );
3581 uint8_t bytes[8]; member in union:__anon15101
3599 memcpy ( mac, &buf.bytes[ sizeof ( buf.bytes ) - ETH_ALEN ],
3621 uint8_t bytes[8]; member in union:__anon15102
3628 memcpy ( &buf.bytes[ sizeof ( buf.bytes )
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_mad.h183 uint8_t bytes[64]; member in union:ib_smp_data
491 uint8_t bytes[232]; member in union:ib_cm_data
588 uint8_t bytes[256]; member in union:ib_mad
/vbox/src/libs/libxml2-2.6.31/
H A Druntest.c649 char bytes[4096]; local
661 res = read(fd, bytes, 4096);
666 if (memcmp(bytes, &mem[idx], res) != 0) {
669 if (bytes[ix] != mem[idx+ix])
2799 * @len: number of bytes to read
2803 * Returns the number of bytes read or -1 in case of error
4329 fprintf(stderr, "File %s leaked %d bytes\n",
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c240 unsigned long bytes, key; local
300 &bytes,
333 desc->bytesRecv = bytes;
388 completed_io->md.blocked_io_bytes = bytes;
594 int bytes)
621 thread->md.blocked_io_bytes = bytes;
630 DWORD rv, bytes; local
676 &thread->md.overlapped.overlapped, &bytes, FALSE);
680 thread->md.blocked_io_bytes = bytes;
1279 int bytes; local
591 _native_thread_io_nowait( PRThread *thread, int rv, int bytes) argument
1430 int bytes; local
1507 INT bytes = sizeof(seconds); local
1712 int bytes; local
1811 int bytes; local
2020 INT bytes = sizeof(seconds); local
2197 PRUint32 bytes; local
2348 PRInt32 bytes; local
4584 PRIntn bytes = sendto( local
4617 PRInt32 bytes = -1, err; local
4653 PRInt32 bytes = -1, err; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c158 long long file_bytes; /* Input/Output. no. of bytes to send */
163 unsigned long long bytes_sent; /* Output. no. of bytes sent */
270 * In glibc 2.1, struct sockaddr_in6 is 24 bytes. In glibc 2.2
272 * field and is 28 bytes. It is possible for socket functions
776 * Any number of bytes will complete the operation. It need
791 * Any number of bytes will complete the operation. It need
814 PRIntn bytes; local
821 * the amount until the amount goes away. Return the total bytes
827 bytes = write(op->arg1.osfd, op->arg2.buffer, tmp_amount);
829 bytes
868 PRIntn bytes; local
897 PRIntn bytes; local
939 PRIntn bytes = sendto( local
1308 PRInt32 syserrno, bytes = -1; local
1335 PRInt32 syserrno, bytes = -1; local
1379 PRInt32 syserrno, bytes, rv = -1; local
1516 PRInt32 rv, bytes = -1; local
1838 PRInt32 syserrno, bytes = -1; local
1896 PRInt32 syserrno, bytes = -1; local
2000 PRInt32 syserrno, bytes = -1; local
2071 PRInt32 syserrno, bytes = -1; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h639 CARD8 bytes[192]; member in union:pci_cfg_regs::__anon7605
646 CARD8 bytes[256/sizeof(CARD8)]; member in union:pci_cfg_spc
742 #define pci_user_config_0 cfgspc.regs.devspf.bytes[0]
743 #define pci_user_config_1 cfgspc.regs.devspf.bytes[1]
744 #define pci_user_config_2 cfgspc.regs.devspf.bytes[2]
745 #define pci_user_config_3 cfgspc.regs.devspf.bytes[3]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h639 CARD8 bytes[192]; member in union:pci_cfg_regs::__anon7970
646 CARD8 bytes[256/sizeof(CARD8)]; member in union:pci_cfg_spc
742 #define pci_user_config_0 cfgspc.regs.devspf.bytes[0]
743 #define pci_user_config_1 cfgspc.regs.devspf.bytes[1]
744 #define pci_user_config_2 cfgspc.regs.devspf.bytes[2]
745 #define pci_user_config_3 cfgspc.regs.devspf.bytes[3]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h611 CARD8 bytes[192]; member in union:pci_cfg_regs::__anon3137
618 CARD8 bytes[256/sizeof(CARD8)]; member in union:pci_cfg_spc
721 #define pci_user_config_0 cfgspc.regs.devspf.bytes[0]
722 #define pci_user_config_1 cfgspc.regs.devspf.bytes[1]
723 #define pci_user_config_2 cfgspc.regs.devspf.bytes[2]
724 #define pci_user_config_3 cfgspc.regs.devspf.bytes[3]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h640 CARD8 bytes[192]; member in union:pci_cfg_regs::__anon4750
647 CARD8 bytes[256/sizeof(CARD8)]; member in union:pci_cfg_spc
743 #define pci_user_config_0 cfgspc.regs.devspf.bytes[0]
744 #define pci_user_config_1 cfgspc.regs.devspf.bytes[1]
745 #define pci_user_config_2 cfgspc.regs.devspf.bytes[2]
746 #define pci_user_config_3 cfgspc.regs.devspf.bytes[3]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h640 CARD8 bytes[192]; member in union:pci_cfg_regs::__anon4317
647 CARD8 bytes[256/sizeof(CARD8)]; member in union:pci_cfg_spc
744 #define pci_user_config_0 cfgspc.regs.devspf.bytes[0]
745 #define pci_user_config_1 cfgspc.regs.devspf.bytes[1]
746 #define pci_user_config_2 cfgspc.regs.devspf.bytes[2]
747 #define pci_user_config_3 cfgspc.regs.devspf.bytes[3]
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c162 * Find the bin number for a given size (in bytes). This does not round up as
246 ** Keeps track of the number of bytes allocated via the BigAlloc()
247 ** allocator. When the number of bytes allocated, exceeds the
459 sprintf(str, "[1] Allocated %ld bytes at %p\n",
1149 PRInt32 bytes, chunkSize, segmentSize, totalFree; local
1170 bytes = OBJ_BYTES(h);
1171 PR_ASSERT(bytes != 0);
1172 np = (PRWord *) ((char *)p + bytes);
1181 _GCTRACE(GC_SWEEP, ("busy 0x%x (%d)", p, bytes));
1184 _GCTRACE(GC_SWEEP, ("free 0x%x (%d)", p, bytes));
1955 size_t bytes = OBJ_BYTES(h); local
2032 pr_DumpObject(FILE *out, GCType* tp, PRWord *p, size_t bytes, PRBool detailed) argument
2045 pr_DumpUnknown(FILE *out, GCType* tp, PRWord tix, PRWord *p, size_t bytes, PRBool detailed) argument
2116 size_t bytes = OBJ_BYTES(h); local
2194 pr_SummarizeObject(FILE *out, GCType* tp, PRWord *p, size_t bytes, PRBool detailed) argument
2510 BinAlloc(int cbix, PRInt32 bytes, int dub) argument
2601 BigAlloc(int cbix, PRInt32 bytes, int dub) argument
2700 PRWord bytes, requestedBytes; local
2766 PRInt32 bytes; local
3037 PRInt32 bytes; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c43 * For large (>= 512 bytes) requests, it is a pure best-fit allocator,
45 * For small (<= 64 bytes by default) requests, it is a caching
67 Return a pointer to a newly allocated chunk of at least n bytes, or null
73 as does chunk p up to the minimum of (n, p's size) bytes, or null
79 Return a pointer to a newly allocated chunk of n bytes, aligned
90 Returns a pointer to quantity * unit bytes, with all locations
95 Release all but pad bytes of freed top-most memory back
98 Report the number usable allocated bytes associated with allocated
99 chunk p. This may or may not report more bytes than were requested,
111 Assumed pointer representation: 4 or 8 bytes
1204 public_mALLOc(size_t bytes) argument
1224 public_rEALLOc(Void_t* m, size_t bytes) argument
1234 public_mEMALIGn(size_t alignment, size_t bytes) argument
1245 public_vALLOc(size_t bytes) argument
1256 public_pVALLOc(size_t bytes) argument
3065 mALLOc(size_t bytes) argument
3753 rEALLOc(Void_t* oldmem, size_t bytes) argument
4042 mEMALIGn(size_t alignment, size_t bytes) argument
4226 vALLOc(size_t bytes) argument
4244 pVALLOc(size_t bytes) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h16 * insert padding bytes.
18 * 3. All packets are hand-padded to a multiple of 4 bytes, for
277 BYTE lengthReason; /*num bytes in string following if failure */
280 CARD16 length B16; /* 1/4 additional bytes in setup info */
289 CARD16 nbytesVendor B16; /* number of bytes in vendor string */
499 CARD32 length B32; /* of additional bytes */
513 CARD32 length B32; /* of additional bytes */
971 * All errors are 32 bytes
991 * All events are 32 bytes
1207 INT8 bytes[2
1204 INT8 bytes[20]; member in struct:_xEvent::__anon9728::__anon9754::__anon9755::__anon9758
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h20 * insert padding bytes.
22 * 3. All packets are hand-padded to a multiple of 4 bytes, for
281 BYTE lengthReason; /*num bytes in string following if failure */
284 CARD16 length B16; /* 1/4 additional bytes in setup info */
293 CARD16 nbytesVendor B16; /* number of bytes in vendor string */
503 CARD32 length B32; /* of additional bytes */
517 CARD32 length B32; /* of additional bytes */
975 * All errors are 32 bytes
995 * All events are 32 bytes
1211 INT8 bytes[2
1208 INT8 bytes[20]; member in struct:_xEvent::__anon2172::__anon2198::__anon2199::__anon2202
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddbghelp.h392 DWORD bytes; member in struct:_IMAGEHLP_CBA_READ_MEMORY
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dmimepull.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jvnet/ org/jvnet/mimepull/ org/jvnet/mimepull/FinalArrayList ...
H A Dsaaj-impl.jar ... value int i java.io.InputStream httpIn byte[] bytes int length javax.xml.soap.SOAPException ex ...
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddbghelp.h332 DWORD bytes; member in struct:_IMAGEHLP_CBA_READ_MEMORY
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c1440 EFAB_TRACE ( "Executing spi command %d on device %d at %d for %zd bytes\n",
3032 falcon_alloc_special_buffer ( struct efab_nic *efab, int bytes, argument
3041 buffer = malloc_dma ( bytes, EFAB_BUF_ALIGN );
3050 remaining = bytes;
3064 EFAB_TRACE ( "Allocated 0x%x bytes at %p backed by buffer table "
3065 "entries 0x%x..0x%x\n", bytes, buffer, entry->id,
3204 /* Falcon's SPI interface only supports reads/writes of up to 16 bytes.
3703 EFAB_TRACE ( "popping rx_buf[%d] iob %p data %p with %d bytes %s\n",
3951 size_t bytes; local
3954 bytes
[all...]

Completed in 1161 milliseconds

123456