/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prolock.c | 50 PRInt32 order, 55 #pragma unused( order, name ) 49 PR_CreateOrderedLock( PRInt32 order, const char *name ) argument
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_getmap.c | 43 GLdouble order[2]; local 85 cr_server.head_spu->dispatch_table.GetMapdv( target, query, order ); 86 retptr = &(order[0]); 118 GLfloat order[2]; local 160 cr_server.head_spu->dispatch_table.GetMapfv( target, query, order ); 161 retptr = &(order[0]); 193 GLint order[2]; local 235 cr_server.head_spu->dispatch_table.GetMapiv( target, query, order ); 236 retptr = &(order[0]);
|
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_map.c | 63 GLint order = READ_DATA( sizeof( int ) + 24, GLint ); local 73 cr_unpackDispatch.Map1d( target, u1, u2, stride, order, points ); 85 GLint order = READ_DATA( sizeof( int ) + 16, GLint ); local 88 cr_unpackDispatch.Map1f( target, u1, u2, stride, order, points );
|
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_map.c | 207 GLdouble u2, GLint stride, GLint order, const GLdouble *points ) 215 sizeof( order ); 228 packet_length += num_components * order * sizeof( *points ); 236 WRITE_DATA( 24, GLint, order ); 240 for (u = 0 ; u < order ; u++) 252 GLfloat u2, GLint stride, GLint order, const GLfloat *points ) 260 sizeof( order ); 273 packet_length += num_components * order * sizeof( *points ); 281 WRITE_DATA( 16, GLint, order ); 285 for (u = 0 ; u < order ; 206 crPackMap1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points ) argument 251 crPackMap1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points ) argument [all...] |
H A D | pack_swap_map.c | 183 GLdouble u2, GLint stride, GLint order, const GLdouble *points ) 191 sizeof( order ); 205 packet_length += num_components * order * sizeof( *points ); 213 WRITE_DATA( 24, GLint, SWAP32(order) ); 217 for (u = 0 ; u < order ; u++) 232 GLfloat u2, GLint stride, GLint order, const GLfloat *points ) 240 sizeof( order ); 254 packet_length += num_components * order * sizeof( *points ); 262 WRITE_DATA( 16, GLint, SWAP32(order) ); 266 for (u = 0 ; u < order ; 182 crPackMap1dSWAP( GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points ) argument 231 crPackMap1fSWAP( GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points ) argument [all...] |
H A D | pack_pica.c | 536 PICAuint order, 546 (void) order; 552 PICAuint order, 562 (void) order; 571 PICAuint order, 584 (void) order; 593 PICAuint order, 608 (void) order; 533 crPackPicaAddGfxFramelet(PICAcontextID lctx, const PICArect *srcRect, const PICApoint *dstPos, PICAuint order, PICAint iVolatile, PICAerror *return_value, int* writeback ) argument 549 crPackPicaAddGfxFrameletSWAP(PICAcontextID lctx, const PICArect *srcRect, const PICApoint *dstPos, PICAuint order, PICAint iVolatile, PICAerror *return_value, int* writeback ) argument 565 crPackPicaAddMemFramelet(PICAcontextID lctx, const PICAvoid *colorBuffer, const PICAvoid *depthBuffer, PICAuint span_x, const PICArect *srcRect, const PICApoint *dstPos, PICAuint order, PICAint iVolatile, PICAerror *return_value, int* writeback ) argument 587 crPackPicaAddMemFrameletSWAP(PICAcontextID lctx, const PICAvoid *colorBuffer, const PICAvoid *depthBuffer, PICAuint span_x, const PICArect *srcRect, const PICApoint *dstPos, PICAuint order, PICAint iVolatile, PICAerror *return_value, int* writeback ) argument
|
/vbox/include/VBox/HGSMI/ |
H A D | HGSMIMemAlloc.h | 69 RTLISTANCHOR aListFreeBlocks[HGSMI_MA_DESC_ORDER_MASK + 1]; /* For free blocks of each order. */ 86 DECLINLINE(HGSMISIZE) HGSMIMAOrder2Size(HGSMIOFFSET order) argument 88 return (UINT32_C(1) << (HGSMI_MA_DESC_ORDER_BASE + order)); 93 HGSMIOFFSET order = HGSMIPopCnt32(cb - 1) - HGSMI_MA_DESC_ORDER_BASE; local 94 Assert(HGSMIMAOrder2Size(order) == cb); 95 return order;
|
/vbox/src/VBox/GuestHost/OpenGL/include/state/ |
H A D | cr_evaluators.h | 39 GLint order; member in struct:__anon16184
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | infback.c | 269 static const unsigned short order[19] = /* permutation of code lengths */ local 380 state->lens[order[state->have++]] = (unsigned short)BITS(3); 384 state->lens[order[state->have++]] = 0;
|
H A D | inflate.c | 564 PULLBYTE() directly in order to pull just enough bytes to decode the next 591 during that inflate() call in order to return the proper return code. 629 static const unsigned short order[19] = /* permutation of code lengths */ local 922 state->lens[order[state->have++]] = (unsigned short)BITS(3); 926 state->lens[order[state->have++]] = 0; 1335 found in order so far, in 0..3. On return *have is updated to the new
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | ns_print.c | 362 u_int order, preference; local 368 order = ns_get16(rdata); rdata += NS_INT16SZ; 370 len = SPRINTF((t, "%u %u ", order, preference));
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsInput.h | 80 UIShortcutCacheItemFunctor(int iColumn, Qt::SortOrder order) argument 82 , m_order(order) 221 void sort(int iColumn, Qt::SortOrder order = Qt::AscendingOrder);
|
/vbox/src/VBox/GuestHost/HGSMI/ |
H A D | HGSMIMemAlloc.cpp | 27 * * bits 0..3 - order, which is log2 size of the block - 5: 2^(0+5) ... 2^(15+5) == 32B .. 1MB 32 * offset F order 62 DECLINLINE(HGSMIOFFSET) hgsmiMADescriptor(HGSMIOFFSET off, bool fFree, HGSMIOFFSET order) argument 66 (order & HGSMI_MA_DESC_ORDER_MASK); 116 HGSMIOFFSET order = HGSMIMASize2Order(cbBlock); local 129 pBlock->descriptor = hgsmiMADescriptor(off, true, order); 158 HGSMIOFFSET order = HGSMI_MA_DESC_ORDER(pIter->descriptor); local 159 RTListAppend(&pMA->aListFreeBlocks[order], &pIter->nodeFree); 208 static HGSMIMABLOCK *hgsmiMAGetFreeBlock(HGSMIMADATA *pMA, HGSMIOFFSET order) argument 213 for (i = order; 292 HGSMIOFFSET order = HGSMIMASize2Order(u32BlockSize); local 395 hgsmiMAMergeFreeBlocks(HGSMIMADATA *pMA, HGSMIOFFSET order) argument 460 HGSMIOFFSET order = HGSMIPopCnt32(cb - 1) - HGSMI_MA_DESC_ORDER_BASE; local [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/infback9/ |
H A D | infback9.c | 249 static const unsigned short order[19] = /* permutation of code lengths */ local 366 state->lens[order[state->have++]] = (unsigned short)BITS(3); 370 state->lens[order[state->have++]] = 0;
|
/vbox/src/libs/zlib-1.2.6/contrib/puff/ |
H A D | puff.c | 20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code 200 * each length, which for a canonical code are stepped through in order. 201 * symbol[] are the symbol values in canonical order, where the number of 221 * build the code value reversed from what is in the stream in order to 311 * sorted by length, retaining their original order within each length. The 336 * - Within a given code length, the symbols are kept in ascending order for 369 * put symbols in table sorted by length, by symbol order within each 591 * - The code lengths are stored in order for the symbols, so lengths are 640 * code. The code length code lengths are received in a permuted order (see 641 * the order[] arra 673 static const short order[19] = /* permutation of code length codes */ local [all...] |
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_lists.c | 843 GLint order; local 845 order = g->eval.eval1D[i].order; 848 diff_api.GetMapiv(i + GL_MAP1_COLOR_4, GL_ORDER, &order); 850 if (order>0) 852 coeffs = crAlloc(order * gleval_sizes[i] * sizeof(GLfloat)); 861 CRSTATE_SET_CAP(eval.eval1D[i].order, order, "%i"); 879 GLint order[2]; local 881 order[ [all...] |
H A D | state_evaluators.c | 52 e->eval1D[k].order = 1; 405 e->eval1D[i].order = uorder; 421 GLint stride, GLint order, const GLfloat * points) 423 map1(target, u1, u2, stride, order, points, GL_FLOAT); 428 GLint order, const GLdouble * points) 430 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE); local 627 size = gleval_sizes[i] * e->eval1D[i].order; 633 *v = (GLdouble) e->eval1D[i].order; 699 size = gleval_sizes[i] * e->eval1D[i].order; 705 *v = (GLfloat) e->eval1D[i].order; 420 crStateMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat * points) argument 427 crStateMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble * points) argument [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/ |
H A D | ctf_lib.c | 273 * In order to mmap a section from the ELF file, we must round down sh_offset 372 uchar_t order = ELFDATA2MSB; local 374 uchar_t order = ELFDATA2LSB; 383 if (hdr.e32.e_ident[EI_DATA] != order)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | shader_sm4.c | 317 DWORD order; local 330 order = (token & WINED3D_SM4_REGISTER_ORDER_MASK) >> WINED3D_SM4_REGISTER_ORDER_SHIFT; 332 if (order < 1) src_param->reg.idx = ~0U; 335 if (order < 2) src_param->reg.array_idx = ~0U; 338 if (order > 2) FIXME("Unhandled order %u.\n", order); 382 DWORD order; local 395 order = (token & WINED3D_SM4_REGISTER_ORDER_MASK) >> WINED3D_SM4_REGISTER_ORDER_SHIFT; 397 if (order < [all...] |
/vbox/src/VBox/HostDrivers/VBoxPci/linux/ |
H A D | VBoxPci-linux.c | 191 * Undo the work done during start (in reverse order). 1028 int order; local 1029 order = iommu_unmap(domain, GuestStart, get_order(cMemSize)); 1030 NOREF(order);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | shader_sm4.c | 317 DWORD order; local 330 order = (token & WINED3D_SM4_REGISTER_ORDER_MASK) >> WINED3D_SM4_REGISTER_ORDER_SHIFT; 332 if (order < 1) src_param->reg.idx = ~0U; 335 if (order < 2) src_param->reg.array_idx = ~0U; 338 if (order > 2) FIXME("Unhandled order %u.\n", order); 382 DWORD order; local 395 order = (token & WINED3D_SM4_REGISTER_ORDER_MASK) >> WINED3D_SM4_REGISTER_ORDER_SHIFT; 397 if (order < [all...] |
/vbox/src/VBox/ExtPacks/VNC/ |
H A D | VBoxVNC.cpp | 789 VRDEORDERHDR *order = (VRDEORDERHDR *)ptr; local 791 if (order == NULL) 823 uint32_t joff = order->y * width + order->x; 828 desty < (joff + order->h * width) * VNC_SIZEOFRGBA; 833 destx < desty + order->w * VNC_SIZEOFRGBA; 845 desty < (joff + order->h * width) * VNC_SIZEOFRGBA; 849 destx < desty + order->w * VNC_SIZEOFRGBA; 860 rfbMarkRectAsModified(instance->mVNCServer, order->x, order [all...] |
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/ |
H A D | dlm_pointers.c | 159 int crdlm_pointers_Map1d( struct instanceMap1d *instance, GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points ) argument 162 unsigned int size = order * numValues * sizeof(GLdouble); 164 /* This one's a little different - we rearrange the order to 171 for (i = 0; i < order; i++) { 182 int crdlm_pointers_Map1f( struct instanceMap1f *instance, GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points ) argument 185 unsigned int size = order * numValues * sizeof(GLfloat); 187 /* This one's a little different - we rearrange the order to 194 for (i = 0; i < order; i++) { 891 * - first time with instance = NULL in order to get actual size of data provided by pointer 892 * - the second time with valid instance in order t [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | shader_sm4.c | 524 DWORD order; local 566 order = (token & WINED3D_SM4_REGISTER_ORDER_MASK) >> WINED3D_SM4_REGISTER_ORDER_SHIFT; 568 if (order < 1) 580 if (order < 2) 592 if (order > 2) 593 FIXME("Unhandled order %u.\n", order);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDispVRDP.cpp | 620 /* There were no clipping for the order. Therefore do nothing 621 * here and just return that order must be reported without 711 VRDEORDERSOLIDRECT order; local 713 order.x = (int16_t)prclTrg->left; 714 order.y = (int16_t)prclTrg->top; 715 order.w = (uint16_t)(prclTrg->right - prclTrg->left); 716 order.h = (uint16_t)(prclTrg->bottom - prclTrg->top); 717 order.rgb = rgb; 719 vrdpReportOrderGeneric (pDev, pClipRects, &order, sizeof (order), VRDE_ORDER_SOLIDREC 728 VRDEORDERSOLIDBLT order; local 747 VRDEORDERPATBLTBRUSH order; local 785 VRDEORDERDSTBLT order; local 802 VRDEORDERSCREENBLT order; local 822 VRDEORDERMEMBLT order; local 874 VRDEORDERCACHEDBITMAP order; local 899 VRDEORDERDELETEDBITMAP order; local 958 VRDEORDERLINE order; local 1036 VRDEORDERELLIPSE order; local 1062 VRDEORDERPOLYLINE order; local 1257 VRDEORDERSAVESCREEN order; local 1272 VRDEORDERSAVESCREEN order; local [all...] |