Searched defs:identity (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcthread.h177 PRThread *identity; local
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlayer.c64 static PRDescIdentity identity; variable
78 PRFileDesc *layer = PR_CreateIOLayerStub(identity, &myMethods);
102 layer = PR_CreateIOLayerStub(identity, &myMethods);
123 PRFileDesc *popped = PR_PopIOLayer(stack, identity);
331 identity = PR_GetUniqueIdentity("Dummy");
H A Dnblayer.c67 static PRDescIdentity identity; variable
93 PRFileDesc *layer = PR_CreateIOLayerStub(identity, &myMethods);
104 PRFileDesc *popped = PR_PopIOLayer(stack, identity);
581 identity = PR_GetUniqueIdentity("Dummy");
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Data.c344 struct ata_identity identity; member in struct:ata_identify_private
350 * @v identify ATA identity data
353 static const char * ata_model ( struct ata_identity *identity ) {
355 uint16_t words[ sizeof ( identity->model ) / 2 ];
356 char text[ sizeof ( identity->model ) + 1 /* NUL */ ];
360 for ( i = 0 ; i < ( sizeof ( identity->model ) / 2 ) ; i++ )
361 buf.words[i] = bswap_16 ( identity->model[i] );
375 struct ata_identity *identity = &priv->identity; local
385 if ( identity
574 struct ata_identity *identity; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstateblock.c1180 static const struct wined3d_matrix identity = local
1194 state->transforms[WINED3D_TS_PROJECTION] = identity;
1195 state->transforms[WINED3D_TS_VIEW] = identity;
1198 state->transforms[WINED3D_TS_WORLD_MATRIX(i)] = identity;
1339 state->transforms[WINED3D_TS_TEXTURE0 + i] = identity;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlayer.c74 if (PR_IO_LAYER_HEAD == fd->identity) {
82 } else if ((fd->higher) && (PR_IO_LAYER_HEAD == fd->higher->identity)) {
220 newstyle_stack = (PR_IO_LAYER_HEAD == layer->identity) ? PR_TRUE : PR_FALSE;
340 newstyle_stack = (PR_IO_LAYER_HEAD == layer->identity) ? PR_TRUE : PR_FALSE;
486 fd->identity = ident;
511 fd->identity = PR_IO_LAYER_HEAD;
596 } else if ((PR_IO_LAYER_HEAD == stack->identity) &&
626 PRDescIdentity identity, length; local
663 identity = identity_cache.ident + 1;
664 if (identity > identity_cach
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_context.h380 GLfloat identity[4]; member in struct:tnl_clipspace
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h167 PRDescIdentity identity; /* Identity of this particular layer */ member in struct:PRFileDesc
539 * File descriptors may be layered. Each layer has it's own identity.
547 * PR_INVALID_IO_LAYER => an invalid layer identity, for error return
548 * PR_TOP_IO_LAYER => the identity of the top of the stack
549 * PR_NSPR_IO_LAYER => the identity used by NSPR proper
557 * A string may be associated with the creation of the identity. It
560 * is no facility for deleting an identity.
619 * just above the layer with the indicated identity.
621 * Note: Even if the identity parameter indicates the top-most layer of
633 * A layer may be popped from a stack by indicating the identity o
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c73 const float identity[] = variable
2299 This->view_ident = !memcmp(lpmatrix, identity, 16 * sizeof(float));
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_reg.h1481 SVGA3dVertexArrayIdentity identity; member in struct:__anon14731
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtwain.h364 /* DAT_TWUNKIDENTITY. Provides DS identity and 'other' information necessary */
367 TW_IDENTITY identity; /* Identity of data source. */ member in struct:__anon13869
1347 /* identity information. */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtwain.h373 /* DAT_TWUNKIDENTITY. Provides DS identity and 'other' information necessary */
376 TW_IDENTITY identity; /* Identity of data source. */ member in struct:__anon1225
1356 /* identity information. */

Completed in 100 milliseconds