/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d3drmobj.h | 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 219 #define IDirect3DRMObject_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 220 #define IDirect3DRMObject_AddRef(p) (p)->lpVtbl->AddRef(p) argument 221 #define IDirect3DRMObject_Release(p) (p)->lpVtbl->Release(p) argument 223 #define IDirect3DRMObject_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c) argument 224 #define IDirect3DRMObject_AddDestroyCallback(p,a,b) (p)->lpVtbl->AddDestroyCallback(p,a,b) argument 225 #define IDirect3DRMObject_DeleteDestroyCallback(p,a,b) (p)->lpVtbl->DeleteDestroyCallback(p,a,b) argument 226 #define IDirect3DRMObject_SetAppData(p,a) (p)->lpVtbl->SetAppData(p,a) argument 227 #define IDirect3DRMObject_GetAppData(p) (p)->lpVtbl->GetAppData(p) argument 228 #define IDirect3DRMObject_SetName(p,a) (p)->lpVtbl->SetName(p,a) argument [all …]
|
D | d3d9.h | 3 * Copyright (C) 2002-2003 Jason Edmeades 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 206 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 207 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p) argument 208 #define IDirect3D9_Release(p) (p)->lpVtbl->Release(p) argument 210 #define IDirect3D9_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p… argument 211 #define IDirect3D9_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) argument 212 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a… argument 213 #define IDirect3D9_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,… argument 214 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c… argument [all …]
|
D | d3d8.h | 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 156 #define IDirect3D8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 157 #define IDirect3D8_AddRef(p) (p)->lpVtbl->AddRef(p) argument 158 #define IDirect3D8_Release(p) (p)->lpVtbl->Release(p) argument 160 #define IDirect3D8_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) argument 161 #define IDirect3D8_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) argument 162 #define IDirect3D8_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b… argument 163 #define IDirect3D8_GetAdapterModeCount(p,a) (p)->lpVtbl->GetAdapterModeCount(p,a) argument 164 #define IDirect3D8_EnumAdapterModes(p,a,b,c) (p)->lpVtbl->EnumAdapterModes(p,a,b,c) argument 165 #define IDirect3D8_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,… argument [all …]
|
D | d3d.h | 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 226 #define IDirect3D_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 227 #define IDirect3D_AddRef(p) (p)->lpVtbl->AddRef(p) argument 228 #define IDirect3D_Release(p) (p)->lpVtbl->Release(p) argument 230 #define IDirect3D_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument 231 #define IDirect3D_EnumDevices(p,a,b) (p)->lpVtbl->EnumDevices(p,a,b) argument 232 #define IDirect3D_CreateLight(p,a,b) (p)->lpVtbl->CreateLight(p,a,b) argument 233 #define IDirect3D_CreateMaterial(p,a,b) (p)->lpVtbl->CreateMaterial(p,a,b) argument 234 #define IDirect3D_CreateViewport(p,a,b) (p)->lpVtbl->CreateViewport(p,a,b) argument 235 #define IDirect3D_FindDevice(p,a,b) (p)->lpVtbl->FindDevice(p,a,b) argument [all …]
|
D | ddraw.h | 16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 334 /* indicates surface can be re-ordered or retiled on load() */ 420 DDSCAPS ddsOldCaps; /* old DDSCAPS - superseded for DirectX6+ */ 430 DWORD dwSVBCaps; /* driver specific capabilities for System->Vmem blts */ 431 DWORD dwSVBCKeyCaps; /* driver color key capabilities for System->Vmem blts */ 432 DWORD dwSVBFXCaps; /* driver FX capabilities for System->Vmem blts */ 433 DWORD dwSVBRops[DD_ROP_SPACE];/* ROPs supported for System->Vmem blts */ 434 DWORD dwVSBCaps; /* driver specific capabilities for Vmem->System blts */ 435 DWORD dwVSBCKeyCaps; /* driver color key capabilities for Vmem->System blts */ 436 DWORD dwVSBFXCaps; /* driver FX capabilities for Vmem->System blts */ [all …]
|
D | d3drm.h | 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 110 #define IDirect3DRM_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 111 #define IDirect3DRM_AddRef(p) (p)->lpVtbl->AddRef(p) argument 112 #define IDirect3DRM_Release(p) (p)->lpVtbl->Release(p) argument 114 #define IDirect3DRM_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,c… argument 115 #define IDirect3DRM_CreateFrame(p,a,b) (p)->lpVtbl->CreateFrame(p,a,b) argument 116 #define IDirect3DRM_CreateMesh(p,a) (p)->lpVtbl->CreateMesh(p,a) argument 117 #define IDirect3DRM_CreateMeshBuilder(p,a) (p)->lpVtbl->CreateMeshBuilder(p,… argument 118 #define IDirect3DRM_CreateFace(p,a) (p)->lpVtbl->CreateFace(p,a) argument 119 #define IDirect3DRM_CreateAnimation(p,a) (p)->lpVtbl->CreateAnimation(p,a) argument [all …]
|
D | dsound.h | 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 249 #define DSBPAN_LEFT -10000 253 #define DSBVOLUME_MIN -10000 501 #define IDirectSound_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 502 #define IDirectSound_AddRef(p) (p)->lpVtbl->AddRef(p) argument 503 #define IDirectSound_Release(p) (p)->lpVtbl->Release(p) argument 505 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c) argument 506 #define IDirectSound_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument 507 #define IDirectSound_DuplicateSoundBuffer(p,a,b) (p)->lpVtbl->DuplicateSoundBuffer(p,a,b) argument 508 #define IDirectSound_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument [all …]
|
/aosp_15_r20/prebuilts/android-emulator/trusty-x86_64/share/qemu/ |
HD | openbios-ppc | ... ! 2 E Y l d k chrp,open-pic n n $ # , , P l 5 ... |
HD | openbios-sparc32 | ... Rstack Forth key ( Empty ) ( %x %p: %s R: ( ) outer-interpreter ... |
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | openbios-ppc | ... ! 2 E Y l d k chrp,open-pic n n $ # , , P l 5 ... |
D | openbios-sparc32 | ... Rstack Forth key ( Empty ) ( %x %p: %s R: ( ) outer-interpreter ... |
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | openbios-ppc | ... ! 2 E Y l d k chrp,open-pic n n $ # , , P l 5 ... |
D | openbios-sparc32 | ... Rstack Forth key ( Empty ) ( %x %p: %s R: ( ) outer-interpreter ... |
/aosp_15_r20/external/python/cpython3/Parser/ |
D | parser.c | 17 (KeywordToken[]) {{NULL, -1}}, 18 (KeywordToken[]) {{NULL, -1}}, 25 {NULL, -1}, 34 {NULL, -1}, 44 {NULL, -1}, 53 {NULL, -1}, 62 {NULL, -1}, 66 {NULL, -1}, 71 {NULL, -1}, 109 #define dotted_name_type 1029 // Left-recursive [all …]
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
H A D | s_logl.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2013 Bruce D. Evans 30 * Implementation of the natural logarithm of x for 128-bit format. 38 * [-1.0/256, 1.0/256), [1.0/256, 3.0/256), .... [2.0-1.0/256, 2.0+1.0/256) 47 * log(1 + d) = p(d) 49 * where p(d) = d - 0.5*d*d + ... is a special minimax polynomial of 53 * sometimes (if |k| is not large) the first term in p(d) must be evaluated 55 * rest of p(d). In the worst case when k = 0 and log(X_i) is 0, the final 56 * error is controlled mainly by the error in the second term in p(d). The [all …]
|
/aosp_15_r20/external/compiler-rt/test/builtins/Unit/ppc/ |
H A D | floatditf_test.h | 8 { INT64_C(0x0000000000000061), 0x1.84p+6, 0x0p+0 }, 9 { INT64_C(0xffffffffffffff9e), -0x1.88p+6, 0x0p+0 }, 10 { INT64_C(0x0000000000000062), 0x1.88p+6, 0x0p+0 }, 11 { INT64_C(0xffffffffffffff9d), -0x1.8cp+6, 0x0p+0 }, 13 { INT64_C(0xfffffffffffffbfc), -0x1.01p+10, 0x0p+0 }, 14 { INT64_C(0x000000000000040a), 0x1.028p+10, 0x0p+0 }, 15 { INT64_C(0xfffffffffffffbf5), -0x1.02cp+10, 0x0p+0 }, 16 { INT64_C(0x000000000000040c), 0x1.03p+10, 0x0p+0 }, 17 { INT64_C(0xfffffffffffffbf3), -0x1.034p+10, 0x0p+0 }, 18 { INT64_C(0x000000000000040e), 0x1.038p+10, 0x0p+0 }, [all …]
|
H A D | qsub_test.c | 30 { 0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 31 { -0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 33 { -0.0, 0.0, 0.0, 0.0, -0.0, 0.0 }, 35 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 }, 36 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 }, 38 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 }, 39 { INFINITY, 0.0, -1.0, 0.0, INFINITY, 0.0 }, 40 { -INFINITY, 0.0, -1.0, 0.0, -INFINITY, 0.0 }, 42 { -INFINITY, 0.0, 1.0, 0.0, -INFINITY, 0.0 }, 43 { INFINITY, 0.0, -HUGE, 0.0, INFINITY, 0.0 }, [all …]
|
H A D | qadd_test.c | 31 { -0.0, 0.0, 0.0, 0.0, 0.0, 0.0 }, 32 { 0.0, 0.0, -0.0, 0.0, 0.0, 0.0 }, 33 { -0.0, 0.0, -0.0, 0.0, -0.0, 0.0 }, 36 { -INFINITY, 0.0, 0.0, 0.0, -INFINITY, 0.0 }, 37 { INFINITY, 0.0, -0.0, 0.0, INFINITY, 0.0 }, 38 { -INFINITY, 0.0, -0.0, 0.0, -INFINITY, 0.0 }, 40 { -INFINITY, 0.0, 1.0, 0.0, -INFINITY, 0.0 }, 41 { INFINITY, 0.0, -1.0, 0.0, INFINITY, 0.0 }, 42 { -INFINITY, 0.0, -1.0, 0.0, -INFINITY, 0.0 }, 44 { -INFINITY, 0.0, HUGE, 0.0, -INFINITY, 0.0 }, [all …]
|
/aosp_15_r20/external/mesa3d/include/D3D9/ |
H A D | d3d9.h | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 468 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p) argument 469 #define IDirect3D9_Release(p) (p)->lpVtbl->Release(p) argument 471 #define IDirect3D9_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) argument 472 #define IDirect3D9_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) argument 473 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) argument 474 #define IDirect3D9_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b) argument 475 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d) argument 476 #define IDirect3D9_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b) argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/testdata/ |
D | parser.go | 2 // Use of this source code is governed by a BSD-style 48 tok token.Token // one token look-ahead 51 // Non-syntactic parser control 56 topScope *ast.Scope // top-most scope; may be pkgScope 75 func (p *parser) init(fset *token.FileSet, filename string, src []byte, mode uint) { 76 p.file = fset.AddFile(filename, fset.Base(), len(src)) 77 p.scanner.Init(p.file, src, p, scannerMode(mode)) 79 p.mode = mode 80 p.trace = mode&Trace != 0 // for convenience (p.trace is used frequently) 82 p.next() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/parser/ |
D | parser.go | 2 // Use of this source code is governed by a BSD-style 48 tok token.Token // one token look-ahead 53 // w/o making scanning progress - avoids potential endless 58 // Non-syntactic parser control 69 func (p *parser) init(fset *token.FileSet, filename string, src []byte, mode Mode) { 70 p.file = fset.AddFile(filename, -1, len(src)) 71 eh := func(pos token.Position, msg string) { p.errors.Add(pos, msg) } 72 p.scanner.Init(p.file, src, eh, scanner.ScanComments) 74 p.top = true 75 p.mode = mode [all …]
|
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/ |
H A D | LzmaEnc.c | 1 /* LzmaEnc.c -- LZMA Encoder 2 2009-11-24 : Igor Pavlov : Public domain */ 10 #define kBlockSizeMax ((1 << LZMA_NUM_BLOCK_SIZE_BITS) - 1) 31 void LzmaEncProps_Init(struct CLzmaEncProps *p) in LzmaEncProps_Init() argument 33 p->level = 5; in LzmaEncProps_Init() 34 p->dictSize = p->mc = 0; in LzmaEncProps_Init() 35 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; in LzmaEncProps_Init() 36 p->writeEndMark = 0; in LzmaEncProps_Init() 39 void LzmaEncProps_Normalize(struct CLzmaEncProps *p) in LzmaEncProps_Normalize() argument 41 int level = p->level; in LzmaEncProps_Normalize() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/serverlessapplicationrepository/src/main/resources/codegen-resources/ |
H A D | service-2.json | 3 "apiVersion" : "2017-09-08", 8 "protocol" : "rest-json", 10 "uid" : "serverlessrepo-2017-09-08", 26 "documentation" : "<p>Success</p>" 30 …"documentation" : "<p>The client is sending more than the allowed number of requests per unit of t… 33 "documentation" : "<p>One of the parameters in the request is invalid.</p>" 36 …"documentation" : "<p>The AWS Serverless Application Repository service encountered an internal er… 39 "documentation" : "<p>The resource already exists.</p>" 42 "documentation" : "<p>The client is not authenticated.</p>" 44 …mentation" : "<p>Creates an application, optionally including an AWS SAM file to create the first … [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ec2/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2016-11-15", 11 "uid":"ec2-2016-11-15", 12 "xmlNamespace":"http://ec2.amazonaws.com/doc/2016-11-15" 23 …p>Accepts an Elastic IP address transfer. For more information, see <a href=\"https://docs.aws.ama… 33 …umentation":"<p>Accepts the Convertible Reserved Instance exchange quote described in the <a>GetRe… 43 …"documentation":"<p>Accepts a request to associate subnets with a transit gateway multicast domain… 53 …ation":"<p>Accepts a transit gateway peering attachment request. The peering attachment must be in… 63 …p>Accepts a request to attach a VPC to a transit gateway.</p> <p>The VPC attachment must be in the… 73 "documentation":"<p>Accepts connection requests to your VPC endpoint service.</p>" 83 …p>Accept a VPC peering connection request. To accept a request, the VPC peering connection must be… [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | parser.go | 2 // Use of this source code is governed by a BSD-style 37 func (p *parser) init(file *PosBase, r io.Reader, errh ErrorHandler, pragh PragmaHandler, mode Mode… 38 p.top = true 39 p.file = file 40 p.errh = errh 41 p.mode = mode 42 p.pragh = pragh 43 p.scanner.init( 52 p.errorAt(p.posAt(line, col), msg) 64 pos = MakePos(p.file, line+1, colbase) [all …]
|