Searched refs:data (Results 1 - 25 of 1809) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dusbvar.h31 unsigned char data[1]; member in struct:report_desc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dusbvar.h29 unsigned char data[1]; member in struct:report_desc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dusbvar.h29 unsigned char data[1]; member in struct:report_desc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dusbvar.h32 unsigned char data[1]; member in struct:report_desc
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dusbvar.h32 unsigned char data[1]; member in struct:report_desc
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Drotate.h14 rol32 ( uint32_t data, unsigned int rotation ) { argument
15 return ( ( data << rotation ) | ( data >> ( 32 - rotation ) ) );
19 ror32 ( uint32_t data, unsigned int rotation ) { argument
20 return ( ( data >> rotation ) | ( data << ( 32 - rotation ) ) );
24 rol64 ( uint64_t data, unsigned int rotation ) { argument
25 return ( ( data << rotation ) | ( data >> ( 64 - rotation ) ) );
29 ror64 ( uint64_t data, unsigne argument
[all...]
H A Dnvs.h37 /** Read data from device
41 * @v data Data buffer
42 * @v len Length of data buffer
48 void *data, size_t len );
49 /** Write data to device
53 * @v data Data buffer
54 * @v len Length of data buffer
60 const void *data, size_t len );
64 void *data, size_t len );
66 const void *data, size_
[all...]
H A Drandom_nz.h14 extern int get_random_nz ( void *data, size_t len );
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapproto.h72 int XETrapWriteXLib (XETrapEnv *penv , BYTE *data , CARD32 nbytes );
95 void XETSwSimpleReq (xReq *data );
96 void XETSwResourceReq (xResourceReq *data );
97 void XETSwCreateWindow (xCreateWindowReq *data , ClientPtr client );
98 void XETSwChangeWindowAttributes (xChangeWindowAttributesReq *data , ClientPtr client );
99 void XETSwReparentWindow (xReparentWindowReq *data );
100 void XETSwConfigureWindow (xConfigureWindowReq *data , ClientPtr client );
101 void XETSwInternAtom (xInternAtomReq *data );
102 void XETSwChangeProperty (xChangePropertyReq *data );
103 void XETSwDeleteProperty (xDeletePropertyReq *data );
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dswapdevids.pl35 $len = read(F, $data, 64*1024);
37 substr($data, 0, 2) eq "\x55\xAA" or die "$file: Not a boot ROM image\n";
38 ($pci, $pnp) = unpack('v2', substr($data, 0x18, 4));
40 (substr($data, $pci, 4) eq 'PCIR' and substr($data, $pnp, 4) eq '$PnP')
42 &swaplocs(\$data, $pci+13, $pci+15);
43 &swaplocs(\$data, $pnp+18, $pnp+20);
45 print F $data;
47 print "PCI devids now: ", &printdevids(\$data, $pci+13), "\n";
48 print "PnP devids now: ", &printdevids(\$data,
[all...]
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR0LibSharedFolders.c78 VBoxGuestHGCMConnectInfo data; local
82 RT_ZERO(data);
83 data.result = VINF_SUCCESS;
84 data.Loc.type = VMMDevHGCMLoc_LocalHost_Existing;
85 strcpy (data.Loc.u.host.achName, "VBoxSharedFolders");
87 rc = VbglHGCMConnect (&pClient->handle, &data);
90 rc, data.result));
94 rc = data.result;
99 pClient->ulClientID = data.u32ClientID;
108 VBoxGuestHGCMDisconnectInfo data; local
131 VBoxSFQueryMappings data; local
171 VBoxSFQueryMapName data; local
200 VBoxSFMapFolder data; local
263 VBoxSFUnmapFolder data; local
288 VBoxSFCreate data; local
319 VBoxSFClose data; local
347 VBoxSFRemove data; local
379 VBoxSFRename data; local
414 VBoxSFRead data; local
495 VBoxSFWrite data; local
622 VBoxSFFlush data; local
657 VBoxSFList data; local
703 VBoxSFInformation data; local
738 VBoxSFLock data; local
787 VBoxSFReadLink data; local
819 VBoxSFSymlink data; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dos_port.h25 * data. Rely on the fact that get_random_nz() does not
40 static void AES_encrypt ( const struct aes_key_st *ctx, uint32_t *data );
41 static void AES_decrypt ( const struct aes_key_st *ctx, uint32_t *data );
43 void axtls_aes_encrypt ( void *ctx, uint32_t *data ) {
44 AES_encrypt ( ctx, data );
47 void axtls_aes_decrypt ( void *ctx, uint32_t *data ) {
48 AES_decrypt ( ctx, data );
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.h57 * to hold underlying data. It has no methods. So, its use requires no linkage
111 * use to help them do all the 'standard' nsIVariant data conversions.
123 static nsresult Initialize(nsDiscriminatedUnion* data);
124 static nsresult Cleanup(nsDiscriminatedUnion* data);
126 static nsresult ConvertToInt8(const nsDiscriminatedUnion& data, PRUint8 *_retval);
127 static nsresult ConvertToInt16(const nsDiscriminatedUnion& data, PRInt16 *_retval);
128 static nsresult ConvertToInt32(const nsDiscriminatedUnion& data, PRInt32 *_retval);
129 static nsresult ConvertToInt64(const nsDiscriminatedUnion& data, PRInt64 *_retval);
130 static nsresult ConvertToUint8(const nsDiscriminatedUnion& data, PRUint8 *_retval);
131 static nsresult ConvertToUint16(const nsDiscriminatedUnion& data, PRUint1
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
H A Ddbus-core.h33 void *data);
34 typedef void (*dbus_core_disconnect_hook) (void *data);
39 void *data; member in struct:dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxsha1.h8 * Add some data to be hashed. ctx is the value returned by x_sha1_init()
11 int x_sha1_update(void *ctx, void *data, int size);
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs58 /// <param name="data">The data to update the checksum with</param>
59 /// <param name="offset">Where in <c>data</c> to start updating</param>
60 /// <param name="count">The number of bytes from <c>data</c> to use</param>
61 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
62 /// <exception cref="NullReferenceException"><c>data</c> is a null reference</exception>
66 public abstract void Update(byte[] data, int offset, int count); argument
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data) argument
82 Update(string data) argument
92 Update(string data, Encoding encoding) argument
109 crc32(uint crc, int data, uint length) argument
133 Update(byte[] data, int offset, int count) argument
160 adler32(uint adler, int data, uint length) argument
184 Update(byte[] data, int offset, int count) argument
[all...]

Completed in 134 milliseconds

1234567891011>>