Searched defs:from (Results 1 - 25 of 77) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dkeymap.h18 /** Character read from keyboard */
19 uint8_t from; member in struct:key_mapping
/vbox/src/VBox/Devices/Network/slirp/
H A Dsbuf.c10 * available from http://www.virtualbox.org. This file is free software;
200 * Copy the data from m into sb
252 * Copy data from sbuf to a normal, straight buffer
259 char *from; local
261 from = sb->sb_rptr + off;
262 if (from >= sb->sb_data + sb->sb_datalen)
263 from -= sb->sb_datalen;
265 if (from < sb->sb_wptr)
269 memcpy(to, from, len);
274 off = (sb->sb_data + sb->sb_datalen) - from;
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c1177 CRAttribState *from = &(fromCtx->attrib); local
1178 if (to->attribStackDepth != 0 || from->attribStackDepth != 0)
H A Dstate_diff.c14 void crStateDiffContext( CRContext *from, CRContext *to ) argument
16 CRbitvalue *bitID = from->bitid;
23 crStateTransformDiff( &(sb->transform), bitID, from, to );
27 crStatePixelDiff( &(sb->pixel), bitID, from, to );
31 crStateViewportDiff( &(sb->viewport), bitID, from, to );
35 crStateFogDiff( &(sb->fog), bitID, from, to );
39 crStateTextureDiff( &(sb->texture), bitID, from, to );
43 crStateListsDiff( &(sb->lists), bitID, from, to );
47 crStateBufferDiff( &(sb->buffer), bitID, from, to );
52 crStateBufferObjectDiff( &(sb->bufferobject), bitID, from, t
443 crStateSwitchContext( CRContext *from, CRContext *to ) argument
[all...]
H A Dstate_point.c207 CRPointState *from = &(fromCtx->point); local
220 if (from->pointSmooth != to->pointSmooth)
223 from->pointSmooth = to->pointSmooth;
229 if (from->pointSize != to->pointSize)
232 from->pointSize = to->pointSize;
238 if (from->minSize != to->minSize)
241 from->minSize = to->minSize;
247 if (from->maxSize != to->maxSize)
250 from->maxSize = to->maxSize;
256 if (from
318 CRPointState *from = &(fromCtx->point); local
[all...]
H A Dstate_current.c160 const CRCurrentState *from = &(fromCtx->current); local
171 const GLfloat fromX = from->rasterAttrib[VERT_ATTRIB_POS][0];
172 const GLfloat fromY = from->rasterAttrib[VERT_ATTRIB_POS][1];
173 const GLfloat fromZ = from->rasterAttrib[VERT_ATTRIB_POS][2];
196 if (to->colorIndex != from->colorIndex) {
205 if (to->edgeFlag != from->edgeFlag) {
224 if (COMPARE_VECTOR (from->vertexAttrib[i], to->vertexAttribPre[i])) {
243 if (COMPARE_COLOR(from->vertexAttrib[VERT_ATTRIB_COLOR0],to->vertexAttrib[VERT_ATTRIB_COLOR0])) {
254 if (COMPARE_COLOR(from->vertexAttrib[VERT_ATTRIB_COLOR1],to->vertexAttrib[VERT_ATTRIB_COLOR1])) {
266 if (from
303 CRCurrentState *from = &(fromCtx->current); local
[all...]
H A Dstate_pixel.c559 CRPixelState *from = &(fromCtx->pixel); local
568 if (from->mapColor != to->mapColor)
571 from->mapColor = to->mapColor;
573 if (from->mapStencil != to->mapStencil)
576 from->mapStencil = to->mapStencil;
578 if (from->indexOffset != to->indexOffset)
581 from->indexOffset = to->indexOffset;
583 if (from->indexShift != to->indexShift)
586 from->indexShift = to->indexShift;
588 if (from
682 CRPixelState *from = &(fromCtx->pixel); local
[all...]
H A Dstate_texdiff.c100 CRTextureState *from = &(fromCtx->texture); local
120 if (from->unit[i].enabled1D != to->unit[i].enabled1D)
126 if (from->unit[i].enabled2D != to->unit[i].enabled2D)
133 if (from->unit[i].enabled3D != to->unit[i].enabled3D)
142 from->unit[i].enabledCubeMap != to->unit[i].enabledCubeMap)
151 from->unit[i].enabledRect != to->unit[i].enabledRect)
158 if (from->unit[i].textureGen.s != to->unit[i].textureGen.s ||
159 from->unit[i].textureGen.t != to->unit[i].textureGen.t ||
160 from->unit[i].textureGen.r != to->unit[i].textureGen.r ||
161 from
523 crStateTextureCheckDirtyImages(CRContext *from, CRContext *to, GLenum target, int textureUnit) argument
603 CRTextureState *from = &(fromCtx->texture); local
930 CRTextureState *from = &(fromCtx->texture); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_clip_tmp.h50 const GLfloat *from = (GLfloat *)clip_vec->start; local
58 const GLfloat cx = from[0];
59 const GLfloat cy = from[1];
60 const GLfloat cz = from[2];
61 const GLfloat cw = from[3];
126 const GLfloat *from = (GLfloat *)clip_vec->start; local
133 const GLfloat cx = from[0];
134 const GLfloat cy = from[1];
135 const GLfloat cz = from[2];
136 const GLfloat cw = from[
178 const GLfloat *from = (GLfloat *)clip_vec->start; local
211 const GLfloat *from = (GLfloat *)clip_vec->start; local
[all...]
H A Dm_norm_tmp.h50 const GLfloat *from = in->start; local
63 const GLfloat ux = from[0], uy = from[1], uz = from[2];
92 const GLfloat ux = from[0], uy = from[1], uz = from[2];
117 const GLfloat *from = in->start; local
130 const GLfloat ux = from[0], uy = from[
182 const GLfloat *from = in->start; local
211 const GLfloat *from = in->start; local
243 const GLfloat *from = in->start; local
273 const GLfloat *from = in->start; local
303 const GLfloat *from = in->start; local
349 const GLfloat *from = in->start; local
[all...]
H A Dm_xform_tmp.h50 * them from the vertex array interface.
79 GLfloat *from = from_vec->start; local
88 const GLfloat ox = from[0];
105 GLfloat *from = from_vec->start; local
112 to[i][0] = from[0];
125 GLfloat *from = from_vec->start; local
132 const GLfloat ox = from[0];
147 GLfloat *from = from_vec->start; local
153 const GLfloat ox = from[0];
168 GLfloat *from local
192 GLfloat *from = from_vec->start; local
215 GLfloat *from = from_vec->start; local
245 GLfloat *from = from_vec->start; local
271 GLfloat *from = from_vec->start; local
292 GLfloat *from = from_vec->start; local
314 GLfloat *from = from_vec->start; local
335 GLfloat *from = from_vec->start; local
362 GLfloat *from = from_vec->start; local
391 GLfloat *from = from_vec->start; local
416 GLfloat *from = from_vec->start; local
442 GLfloat *from = from_vec->start; local
464 GLfloat *from = from_vec->start; local
487 GLfloat *from = from_vec->start; local
509 GLfloat *from = from_vec->start; local
535 GLfloat *from = from_vec->start; local
558 GLfloat *from = from_vec->start; local
584 GLfloat *from = from_vec->start; local
610 GLfloat *from = from_vec->start; local
633 GLfloat *from = from_vec->start; local
657 GLfloat *from = from_vec->start; local
680 GLfloat *from = from_vec->start; local
705 GLfloat *from = from_vec->start; local
729 GLfloat *from = from_vec->start; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DtestAutomata.c80 int from, to; local
82 from = scanNumber(&ptr);
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
106 from = scanNumber(&ptr);
112 if (states[from] == NULL)
113 states[from] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], state
132 int from, to; local
[all...]
H A Derror.c632 * @domain: where the error comes from
937 * @from: a source error
945 xmlCopyError(xmlErrorPtr from, xmlErrorPtr to) { argument
948 if ((from == NULL) || (to == NULL))
951 message = (char *) xmlStrdup((xmlChar *) from->message);
952 file = (char *) xmlStrdup ((xmlChar *) from->file);
953 str1 = (char *) xmlStrdup ((xmlChar *) from->str1);
954 str2 = (char *) xmlStrdup ((xmlChar *) from->str2);
955 str3 = (char *) xmlStrdup ((xmlChar *) from->str3);
967 to->domain = from
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
208 from = out - dist;
210 PUP(out) = PUP(from);
216 from = window - OFF;
218 from += wsize - op;
219 if (op < len) { /* some from window */
222 PUP(out) = PUP(from);
[all...]
H A Dinfback.c7 This code is largely copied from inflate.c. Normally either infback.o or
74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
127 /* Load returned state from inflate_fast() */
138 /* Set state from registers for inflate_fast() */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
193 /* Remove n bits from the bit accumulator */
208 if it's full. If the write fails, return from inflateBack() with a
264 unsigned char FAR *from; /* wher local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DDevGenisis.c58 int EFIAPI fbadop_rename (const char *from, const char *to) argument
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf2.c17 * may be used to endorse or promote products derived from this software
45 * may be used to endorse or promote products derived from this software
165 * cannot increase from 1, as that would require posession of mbuf
190 * len bytes from <n, off> sits in single mbuf, but the caller does
217 * we need to take hlen from <n, off> and tlen from <n->m_next, 0>,
242 * we need to use m_copydata() to get data from <n->m_next, 0>.
290 /* get hlen from <n, off> into <o, 0> */
294 /* get tlen from <n->m_next, 0> into <o, hlen> */
428 /* Unlink and free a packet tag chain, starting from give
518 m_tag_copy_chain(struct mbuf *to, struct mbuf *from, int how) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAToken.h77 not derived from ANTLRCommonRefCountToken, the parser will compile
225 ANTLRCommonNoRefCountToken (const ANTLRCommonNoRefCountToken& from) : argument
226 ANTLRAbstractToken(from) {
227 setType(from._type);
228 setLine(from._line);
230 setText(from._text);
298 ANTLRCommonToken (const ANTLRCommonToken& from) : argument
299 ANTLRRefCountToken(from) {
300 setType(from._type);
301 setLine(from
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c127 /* CurPos now indicates the point we are seeking from, so seek... */
173 // Convert name from MBCS to WCS and change '/' to '\\'
199 /** EFI Shell specific operations for reading from a file.
624 @param[in] from Name of the file to be renamed.
634 const char *from,
647 OldFd = open(from, O_RDWR, 0);
727 FreePool(FileInfo); // Free up the buffer from ShellGetFileInfo()
748 free(FileInfo); // Free buffer from ShellFindFirstFile()
633 da_ShellRename( const char *from, const char *to ) argument
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dregops.c10 * available from http://www.virtualbox.org. This file is free software;
95 * Read from a regular file.
119 LogFunc(("read from non regular file %d\n", inode->i_mode));
695 unsigned from = pos & (PAGE_SIZE - 1); local
702 err = sf_reg_write_aux(__func__, sf_g, sf_r, buf+from, &nwritten, pos);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetio.cpp78 PRNetAddr *from; local
81 fd, &accepted, &from, buf, amount, timeout);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTHashtable.h62 * and <strong>must not declare any virtual functions or derive from classes
206 * @param aEntry the entry-pointer to remove (obtained from GetEntry or
218 * @param userArg passed unchanged from <code>EnumerateEntries</code>
265 const PLDHashEntryHdr *from,
387 const PLDHashEntryHdr *from,
391 NS_CONST_CAST(EntryType*, NS_REINTERPRET_CAST(const EntryType*, from));
386 s_CopyEntry(PLDHashTable *table, const PLDHashEntryHdr *from, PLDHashEntryHdr *to) argument
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringObsolete.cpp313 char_type* from = mData + aOffset; local
316 while (from < end)
318 char_type theChar = *from++;
424 // walk forward from start to end
447 // walk backward from end to start
H A DnsTSubstring.cpp188 // copy prefix from old string
194 // copy suffix from old string to new offset
195 size_type from = cutStart + cutLen; local
196 size_type fromLen = mLength - from;
198 char_traits::copy(mData + to, oldData + from, fromLen);
211 PRUint32 from = cutStart + cutLen; local
212 PRUint32 fromLen = mLength - from;
214 char_traits::move(mData + to, mData + from, fromLen);
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinfback9.c124 then return a Z_BUF_ERROR from inflateBack(). */
137 /* Get a byte of input into the bit accumulator, or return from inflateBack()
148 not enough available input to do that, then return from inflateBack() with
160 /* Remove n bits from the bit accumulator */
175 if it's full. If the write fails, return from inflateBack() with a
238 unsigned long offset; /* distance back to copy string from */
240 unsigned char FAR *from; /* where to copy match bytes from */ local
328 /* copy stored block from input to output */
562 /* copy match from windo
[all...]

Completed in 98 milliseconds

1234