Searched refs:csp (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c47 unsigned char *csp, *lina; local in function:vm86_GP_fault
52 csp = lina = SEG_ADR((unsigned char *), X86_CS, IP);
61 switch (MEM_RB(pInt, (int)csp++)) {
76 csp--; /* oops one too many */
78 X86_IP += (csp - lina);
80 switch (MEM_RB(pInt, (int)csp)) {
131 if (prefix66) X86_EAX = x_inl(csp[1]);
132 else X86_AX = x_inw(csp[1]);
137 X86_AL = x_inb(csp[1]);
153 if (prefix66) x_outl(csp[
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c47 unsigned char *csp, *lina; local in function:vm86_GP_fault
52 csp = lina = SEG_ADR((unsigned char *), X86_CS, IP);
61 switch (MEM_RB(pInt, (int) csp++)) {
96 csp--; /* oops one too many */
98 X86_IP += (csp - lina);
100 switch (MEM_RB(pInt, (int) csp)) {
158 X86_EAX = x_inl(csp[1]);
160 X86_AX = x_inw(csp[1]);
165 X86_AL = x_inb(csp[1]);
184 x_outl(csp[
[all...]
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c883 xConnSetupPrefix csp; local in function:ErrorConnMax
902 csp.success = xFalse;
903 csp.lengthReason = sizeof(NOROOM) - 1;
904 csp.length = (sizeof(NOROOM) + 2) >> 2;
905 csp.majorVersion = X_PROTOCOL;
906 csp.minorVersion = X_PROTOCOL_REVISION;
910 swaps(&csp.majorVersion, whichbyte);
911 swaps(&csp.minorVersion, whichbyte);
912 swaps(&csp.length, whichbyte);
915 iov[0].iov_base = (char *) &csp;
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dconnection.c716 xConnSetupPrefix csp; local in function:ConnMaxNotify
721 csp.success = xFalse;
722 csp.lengthReason = sizeof(NOROOM) - 1;
723 csp.length = (sizeof(NOROOM) + 2) >> 2;
724 csp.majorVersion = X_PROTOCOL;
725 csp.minorVersion = X_PROTOCOL_REVISION;
728 swaps(&csp.majorVersion);
729 swaps(&csp.minorVersion);
730 swaps(&csp.length);
733 iov[0].iov_base = (char *) &csp;
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatch.c1132 FcSortWalk (FcSortNode **n, int nnode, FcFontSet *fs, FcCharSet **csp, FcBool trim) argument
1139 if (trim || csp)
1185 if (csp)
1187 *csp = cs;
1212 FcCharSet **csp,
1369 if (!FcSortWalk (nodeps, nnodes, ret, csp, trim))
1396 FcCharSet **csp,
1415 ret = FcFontSetSort (config, sets, nsets, p, trim, csp, result);
1207 FcFontSetSort(FcConfig * config FC_UNUSED,FcFontSet ** sets,int nsets,FcPattern * p,FcBool trim,FcCharSet ** csp,FcResult * result) argument
1393 FcFontSort(FcConfig * config,FcPattern * p,FcBool trim,FcCharSet ** csp,FcResult * result) argument
/xsrc/external/mit/xfs/dist/difs/
H A Ddispatch.c340 fsConnSetup csp = { local in function:ProcEstablishConnection
352 WriteSConnSetup(client, &csp);
354 (void) WriteToClient(client, SIZEOF(fsConnSetup), (char *) &csp);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c3590 xConnSetupPrefix csp; local in function:SendConnSetup
3592 csp.success = xFalse;
3593 csp.lengthReason = strlen(reason);
3594 csp.length = bytes_to_int32(csp.lengthReason);
3595 csp.majorVersion = X_PROTOCOL;
3596 csp.minorVersion = X_PROTOCOL_REVISION;
3598 WriteSConnSetupPrefix(client, &csp);
3600 (void)WriteToClient(client, sz_xConnSetupPrefix, (char *) &csp);
3601 (void)WriteToClient(client, (int)csp
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c3694 xConnSetupPrefix csp; local in function:SendConnSetup
3696 csp.success = xFalse;
3697 csp.lengthReason = strlen(reason);
3698 csp.length = bytes_to_int32(csp.lengthReason);
3699 csp.majorVersion = X_PROTOCOL;
3700 csp.minorVersion = X_PROTOCOL_REVISION;
3702 WriteSConnSetupPrefix(client, &csp);
3704 WriteToClient(client, sz_xConnSetupPrefix, &csp);
3705 WriteToClient(client, (int) csp
[all...]
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h792 FcCharSet **csp,
799 FcCharSet **csp,

Completed in 17 milliseconds