Searched defs:cs (Results 1 - 25 of 43) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIAbstractDockIconPreview.cpp38 CGColorSpaceRef cs = CGColorSpaceCreateDeviceRGB(); local
39 Assert(cs);
43 CGImageRef ir = CGImageCreate(pFrameBuffer->width(), pFrameBuffer->height(), 8, 32, pFrameBuffer->bytesPerLine(), cs,
54 CGColorSpaceRelease(cs);
H A DVBoxUtils-darwin.cpp304 CGColorSpaceRef cs = CGColorSpaceCreateDeviceRGB(); local
308 CGImageRef ir = CGImageCreate(imageCopy->width(), imageCopy->height(), 8, 32, imageCopy->bytesPerLine(), cs,
311 CGColorSpaceRelease(cs);
334 CGColorSpaceRef cs = CGColorSpaceCreateDeviceRGB(); local
341 cs,
351 CGColorSpaceRelease(cs);
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dvj.c23 * Modified June 1993 by Paul Mackerras, paulus@cs.anu.edu.au,
145 register struct cstate *cs = comp->last_cs->cs_next; local
180 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr
181 || ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr
182 || *(long *)th != ((long *)&cs->cs_ip)[getip_hl(cs->cs_ip)]) {
199 lcs = cs; cs = cs->cs_next;
201 if (ip->ip_src.s_addr == cs
421 register struct cstate *cs; local
461 struct cstate *cs; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dvj.c23 * Modified June 1993 by Paul Mackerras, paulus@cs.anu.edu.au,
141 register struct cstate *cs = comp->last_cs->cs_next; local
178 if (!ip_addr_cmp(&ip->src, &cs->cs_ip.src)
179 || !ip_addr_cmp(&ip->dest, &cs->cs_ip.dest)
180 || *(long *)th != ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) {
197 lcs = cs; cs = cs->cs_next;
199 if (ip_addr_cmp(&ip->src, &cs
430 register struct cstate *cs; local
468 struct cstate *cs; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/
H A Dstring.h216 static inline int strncmp(const char * cs,const char * ct,size_t count) argument
234 :"1" (cs),"2" (ct),"3" (count));
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstringextra.c160 * @cs: The string to be searched
163 char * strpbrk(const char * cs,const char * ct) argument
167 for( sc1 = cs; *sc1 != '\0'; ++sc1) {
H A Dstring.c93 * @cs: One string
96 int strcmp(const char * cs,const char * ct) argument
101 if ((__res = *cs - *ct++) != 0 || !*cs++)
112 * @cs: One string
116 int strncmp(const char * cs,const char * ct,size_t count) argument
121 if ((__res = *cs - *ct++) != 0 || !*cs++)
275 * @cs: One area of memory
279 int memcmp(const void * cs,cons argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXthreads.h106 CRITICAL_SECTION cs; member in struct:__anon9834
129 InitializeCriticalSection(&(cv)->cs); \
132 # define xcondition_clear(cv) DeleteCriticalSection(&(cv)->cs)
136 EnterCriticalSection(&(cv)->cs); \
139 LeaveCriticalSection(&(cv)->cs); \
145 EnterCriticalSection(&(cv)->cs); \
150 LeaveCriticalSection(&(cv)->cs); \
154 EnterCriticalSection(&(cv)->cs); \
158 LeaveCriticalSection(&(cv)->cs); \
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFindMt.h33 CCriticalSection cs; member in struct:_CMtSync
/vbox/src/VBox/Devices/PC/BIOS/
H A Dinvop.c44 uint16_t cs; /* 822h */ member in struct:tag_ldall_286
162 void __far *ins = ra.cs :> ra.ip;
182 ret_addr->cs = ldbuf->cs;
H A Dbiosint.h125 uint16_t cs; member in struct:__anon14974
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dlibkir.h27 uint16_t cs; local
28 __asm__ __volatile__ ( "movw %%cs, %w0" : "=r" ( cs ) );
29 return cs;
H A Dregisters.h122 * pushw %gs ; pushw %fs ; pushw %es ; pushw %ds ; pushw %ss ; pushw %cs
139 uint16_t cs; member in struct:i386_seg_regs
156 * pushw %gs ; pushw %fs ; pushw %es ; pushw %ds ; pushw %ss ; pushw %cs
H A Dcomboot.h137 uint16_t cs; /* Offset 46 */ member in struct:__anon15032
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialog.cpp196 QSize cs = size(); local
201 if (cs.height() > ss.height())
206 if (cs.height() <= ss.height())
/vbox/src/libs/liblzf-3.4/
H A Dlzf.c179 ssize_t us, cs, len; local
187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
188 if (cs)
194 header[3] = cs >> 8;
195 header[4] = cs & 0xff;
198 len = cs + TYPE1_HDR_SIZE;
226 ssize_t rc, cs, us, bytes, over = 0; local
253 cs = -1;
262 cs = (header[3] << 8) | header[4];
271 bytes = cs
[all...]
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dradeon_cs.h84 /* cs functions */
88 int (*cs_write_reloc)(struct radeon_cs *cs,
93 int (*cs_begin)(struct radeon_cs *cs,
98 int (*cs_end)(struct radeon_cs *cs,
102 int (*cs_emit)(struct radeon_cs *cs);
103 int (*cs_destroy)(struct radeon_cs *cs);
104 int (*cs_erase)(struct radeon_cs *cs);
105 int (*cs_need_flush)(struct radeon_cs *cs);
106 void (*cs_print)(struct radeon_cs *cs, FILE *file);
123 static inline int radeon_cs_write_reloc(struct radeon_cs *cs, argument
136 radeon_cs_begin(struct radeon_cs *cs, uint32_t ndw, const char *file, const char *func, int line) argument
145 radeon_cs_end(struct radeon_cs *cs, const char *file, const char *func, int line) argument
153 radeon_cs_emit(struct radeon_cs *cs) argument
158 radeon_cs_destroy(struct radeon_cs *cs) argument
163 radeon_cs_erase(struct radeon_cs *cs) argument
168 radeon_cs_need_flush(struct radeon_cs *cs) argument
173 radeon_cs_print(struct radeon_cs *cs, FILE *file) argument
178 radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit) argument
187 radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword) argument
195 radeon_cs_write_qword(struct radeon_cs *cs, uint64_t qword) argument
204 radeon_cs_write_table(struct radeon_cs *cs, void *data, uint32_t size) argument
213 radeon_cs_space_set_flush(struct radeon_cs *cs, void (*fn)(void *), void *data) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp387 char* cs = aClass.ToString(); local
388 fprintf(stderr, "+++ nsGenericModule %s: unable to create factory for %s\n", mModuleName, cs);
390 // nsCRT::free(cs);
/vbox/src/VBox/Devices/Audio/
H A Daudiosniffer.c168 static void ictxReallocSamplesBuffer(SnifferInputCtx *pCtx, uint32_t cs) argument
170 uint32_t cbBuffer = cs * sizeof(st_sample_t);
188 static void ictxReallocRateBuffer(SnifferInputCtx *pCtx, uint32_t cs) argument
190 uint32_t cbBuffer = cs * sizeof(st_sample_t);
424 uint32_t cs = cbData / pCtx->cBytesPerFrame; /* How many samples. */ local
426 ictxReallocSamplesBuffer(pCtx, cs);
434 Assert(pCtx->cbSamplesBufferAllocated >= cs * sizeof(st_sample_t));
436 pCtx->conv(ps, pvData, cs, &nominal_volume);
441 uint32_t csConverted = (cs * pCtx->phw->info.freq) / pCtx->iFreq;
448 int csSrc = cs;
[all...]
/vbox/include/VBox/vmm/
H A Dcpumctx-v1_6.h142 RTSEL cs; member in struct:CPUMCTX_VER1_6
H A Dcpumctx.h110 /** Ring 0 cs.
112 * This value + 16 is the Ring 3 cs.
115 uint64_t cs; member in struct:CPUMSYSENTER
217 CPUMSELREG cs; member in struct:CPUMCTXCORE
325 CPUMSELREG cs; member in struct:CPUMCTX
392 uint64_t msrSTAR; /**< Legacy syscall eip, cs & ss. */
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c1106 CREATESTRUCT cs; local
1108 cs.lpCreateParams = window;
1110 cs.dwExStyle = WS_EX_NOACTIVATE | WS_EX_NOPARENTNOTIFY;
1111 cs.lpszName = WINDOW_NAME;
1112 cs.lpszClass = WINDOW_NAME;
1113 cs.style = window_style;
1114 cs.x = window->x;
1115 cs.y = window->y;
1116 cs.cx = window->BltInfo.width;
1117 cs
[all...]
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.h165 PDMCRITSECT cs; /**< Critical section - what is it protecting? */ member in struct:VPCIState_st
274 int rc = PDMCritSectEnter(&pState->cs, rcBusy);
285 PDMCritSectLeave(&pState->cs);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp1197 CGColorSpaceRef cs = CGColorSpaceCreateDeviceRGB(); local
1198 if (cs)
1204 ir = CGImageCreate(pFrameBuffer->width(), pFrameBuffer->height(), 8, 32, pFrameBuffer->bytesPerLine(), cs,
1209 CGColorSpaceRelease(cs);
/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A Dipcdclient.cpp206 ipcClientState *cs = new ipcClientState; local
207 if (!cs)
211 if (!cs->monitor || !cs->targetMap.Init())
213 if (!RTCritSectRwIsInitialized(&cs->critSect) || !cs->targetMap.Init())
216 delete cs;
220 return cs;

Completed in 132 milliseconds

12