Searched refs:decl (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/libs/zlib-1.2.6/
H A Dzlib2ansi24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/Ia32/
H A DSetMem64.S44 decl %ecx
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffast.S292 decl %eax
298 decl %eax
523 decl %eax
603 decl %eax /* (1 << op) - 1 */
655 decl out_r
679 decl %eax
697 decl %eax
1035 decl out_r
1292 decl %ebx
/vbox/src/libs/xpcom18a4/python/
H A Dxpt.py291 decl = in_comment = out_comment = result_comment = None
294 decl = name
304 return decl, in_comment, out_comment, result_comment
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DDivU64x64Remainder.S73 decl %ebx # adjust quotient by -1
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A Dc.py161 for decl in var.Declarator.split(','):
162 DeclList = decl.split('=')
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c521 * The attr. decl. OR a QName-ref. to an attr. decl. OR
685 xmlSchemaTreeItemPtr children; /* first particle (OR "element decl" OR "wildcard") */
894 xmlSchemaElementPtr decl; /* the element/attribute declaration */ member in struct:_xmlSchemaNodeInfo
949 xmlSchemaAttributePtr decl; /* the attribute declaration */ member in struct:_xmlSchemaAttrInfo
1655 *buf = xmlStrdup(BAD_CAST "attribute decl.");
1670 *buf = xmlStrdup(BAD_CAST "element decl.");
4742 fprintf(stderr, "Unable to lookup element decl. %s", name);
4744 fprintf(stderr, "Unable to lookup element decl. %s:%s", name,
7425 * TODO: Should this go into the attr decl
8440 xmlSchemaElementPtr decl = NULL; local
25720 xmlSchemaElementPtr decl = NULL; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dmromprefix.S312 decl %ecx
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2emx.s64 decl %eax
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_Darwin_x86.s75 decl %eax
H A Dos_Linux_x86.s64 decl %eax
H A Dos_Linux_x86_64.s62 decl %eax
H A Dos_SunOS_x86_64.s66 decl %eax
H A Dos_SunOS_x86.s108 decl %eax
/vbox/src/libs/zlib-1.2.6/contrib/asm686/
H A Dmatch.S134 decl %ebx
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Ddtrace_asm.s247 decl %ecx / Decrement remaining count
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9mesh.h136 UINT WINAPI D3DXGetDeclVertexSize(const D3DVERTEXELEMENT9 *decl, DWORD stream_idx);
/vbox/src/libs/zlib-1.2.6/contrib/amd64/
H A Damd64-match.S178 decl %chainlenwmask
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h151 struct wined3d_vertex_declaration *decl; member in struct:fvf_declaration
H A Ddevice.c305 wined3d_vertex_declaration_decref(device->fvf_decls[i].decl);
352 wined3d_vertex_declaration_decref(device->fvf_decls[i].decl);
2579 TRACE("found %p.\n", fvf_decls[p].decl);
2580 return fvf_decls[p].decl;
2618 fvf_decls[low].decl = wined3d_declaration;
2630 struct wined3d_vertex_declaration *decl; local
2641 if (!(decl = device_get_fvf_declaration(device, fvf)))
2648 wined3d_device_set_vertex_declaration(device->wined3d_device, decl);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dd3d8_private.h184 struct IDirect3DVertexDeclaration8 *decl; member in struct:FvfToDecl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c2427 /* Will prevent the decl from being destroyed */
2437 IDirect3DVertexDeclaration9 *decl; local
2449 decl = getConvertedDecl(This, FVF);
2452 if (!decl)
2460 hr = IDirect3DDevice9Impl_SetVertexDeclaration(iface, decl);
2469 IDirect3DVertexDeclaration9 *decl; local
2474 hr = IDirect3DDevice9_GetVertexDeclaration(iface, &decl);
2483 if (decl)
2485 *pFVF = ((IDirect3DVertexDeclaration9Impl *)decl)->convFVF;
2486 IDirect3DVertexDeclaration9_Release(decl);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstateblock.c482 struct wined3d_vertex_declaration *decl; local
489 if ((decl = state->vertex_declaration))
492 wined3d_vertex_declaration_decref(decl);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9mesh.h775 UINT WINAPI D3DXGetDeclLength(const D3DVERTEXELEMENT9 *decl);
776 UINT WINAPI D3DXGetDeclVertexSize(const D3DVERTEXELEMENT9 *decl, DWORD stream_idx);
816 HRESULT WINAPI D3DXFVFFromDeclarator(const D3DVERTEXELEMENT9 *decl, DWORD *fvf);

Completed in 147 milliseconds

12