/vbox/src/VBox/Devices/PC/ipxe/src/tests/comboot/ |
H A D | shuffle-simple.asm | 25 mov dword [source], eax 36 source: dd 0 define
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/ |
H A D | xptcinvoke_ipf32.cpp | 58 nsXPTCVariant* source = s; local 66 if (source[indx].IsPtrData()) 70 *((void**) dest) = source[indx].ptr; 75 *(adr+1) = (uint32_t) source[indx].ptr; 79 switch (source[indx].type) 81 case nsXPTType::T_I8 : *(dest) = source[indx].val.i8; break; 82 case nsXPTType::T_I16 : *(dest) = source[indx].val.i16; break; 83 case nsXPTType::T_I32 : *(dest) = source[indx].val.i32; break; 84 case nsXPTType::T_I64 : *(dest) = source[indx].val.i64; break; 85 case nsXPTType::T_U8 : *(dest) = source[ind [all...] |
H A D | xptcinvoke_ipf64.cpp | 59 nsXPTCVariant* source = s; local 67 if (source[indx].IsPtrData()) 70 *((void**) dest) = source[indx].ptr; 73 switch (source[indx].type) 75 case nsXPTType::T_I8 : *(dest) = source[indx].val.i8; break; 76 case nsXPTType::T_I16 : *(dest) = source[indx].val.i16; break; 77 case nsXPTType::T_I32 : *(dest) = source[indx].val.i32; break; 78 case nsXPTType::T_I64 : *(dest) = source[indx].val.i64; break; 79 case nsXPTType::T_U8 : *(dest) = source[indx].val.u8; break; 80 case nsXPTType::T_U16 : *(dest) = source[ind [all...] |
H A D | xptcinvoke_pa32.cpp | 100 nsXPTCVariant* source = s; local 109 for (indx = paramCount; indx > 0; --indx, --dest, ++source) 111 if (source->IsPtrData()) 113 *((void**) dest) = source->ptr; 117 switch (source->type) 119 case nsXPTType::T_I8 : *((PRInt32*) dest) = source->val.i8; break; 120 case nsXPTType::T_I16 : *((PRInt32*) dest) = source->val.i16; break; 121 case nsXPTType::T_I32 : *((PRInt32*) dest) = source->val.i32; break; 130 *((uint32*) dest) = ((DU *) source)->lo; 131 *((uint32*) --dest) = ((DU *) source) [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/ |
H A D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) argument 44 _buffer[(_tail+i) % _capacity] = source[offset+i];
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/ |
H A D | UIWizardFirstRunPageBasic.cpp | 99 registerField("source", this, "source"); 163 QString UIWizardFirstRunPageBasic::source() const function in class:UIWizardFirstRunPageBasic
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | zpipe.c | 30 /* Compress from file source to file dest until EOF on source. 36 int def(FILE *source, FILE *dest, int level) argument 54 strm.avail_in = fread(in, 1, CHUNK, source); 55 if (ferror(source)) { 59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH; 63 compression if all of source has been read in */ 86 /* Decompress from file source to file dest until stream ends or EOF. 92 int inf(FILE *source, FILE *dest) argument 112 strm.avail_in = fread(in, 1, CHUNK, source); [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | fakedhcp.c | 41 * @v source Source settings block 46 struct settings *source, 61 if ( ( rc = copy_encap_settings ( dest, source, 68 len = fetch_setting_len ( source, &setting ); 74 check_len = fetch_setting ( source, &setting, 92 * @v source Source settings block 96 struct settings *source ) { 97 return copy_encap_settings ( dest, source, 0 ); 45 copy_encap_settings( struct dhcp_packet *dest, struct settings *source, unsigned int encapsulator ) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UIDownloader.h | 74 const QUrl& source() const { return m_source; } function in class:UIDownloader
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/ |
H A D | cursorstr.h | 59 * source and mask point directly to the bits, which are in the server-defined 63 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/common/crOpenGL/pack/ |
H A D | packspu_getshaders.c | 189 void PACKSPU_APIENTRY packspu_GetShaderSource(GLuint shader, GLsizei bufSize, GLsizei * length, char * source) argument 195 if (!source) return; 206 crMemcpy(source, &pLocal[1], (bufSize >= pLocal[0]) ? pLocal[0] : bufSize); 210 source[pLocal[0]] = 0;
|
/vbox/src/libs/zlib-1.2.6/contrib/puff/ |
H A D | pufftest.c | 93 unsigned char *source = NULL, *dest; local 117 source = load(name, &len); 118 if (source == NULL) { 125 free(source); 130 free(source); 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); 153 free(source); 156 puff(dest, &destlen, source + skip, &sourcelen); 163 free(source);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | cursorstr.h | 57 * source and mask point directly to the bits, which are in the server-defined 61 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | cursorstr.h | 57 * source and mask point directly to the bits, which are in the server-defined 61 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | cursorstr.h | 57 * source and mask point directly to the bits, which are in the server-defined 61 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | cursorstr.h | 57 * source and mask point directly to the bits, which are in the server-defined 61 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | cursorstr.h | 58 * source and mask point directly to the bits, which are in the server-defined 62 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | cursorstr.h | 58 * source and mask point directly to the bits, which are in the server-defined 62 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | cursorstr.h | 58 * source and mask point directly to the bits, which are in the server-defined 62 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | cursorstr.h | 58 * source and mask point directly to the bits, which are in the server-defined 62 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | cursorstr.h | 58 * source and mask point directly to the bits, which are in the server-defined 62 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | cursorstr.h | 58 * source and mask point directly to the bits, which are in the server-defined 62 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | cursorstr.h | 58 * source and mask point directly to the bits, which are in the server-defined 62 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | cursorstr.h | 58 * source and mask point directly to the bits, which are in the server-defined 62 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | cursorstr.h | 57 * source and mask point directly to the bits, which are in the server-defined 61 unsigned char *source; /* points to bits */ member in struct:_CursorBits
|