OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwidth
(Results
1 - 5
of
5
) sorted by null
/external/quake/quake/src/QW/client/
vid_x.c
217
int
pwidth
;
local
249
pwidth
= x_visinfo->depth / 8;
250
if (
pwidth
== 3)
pwidth
= 4;
251
mem = ((vid.width*
pwidth
+7)&~7) * vid.height;
/external/quake/quake/src/WinQuake/
vid_sunx.cpp
393
int
pwidth
;
local
402
pwidth
= x_visinfo->depth / 8;
403
if (
pwidth
== 3)
pwidth
= 4;
404
mem = ((vid.width*
pwidth
+3)&~3) * vid.height;
vid_x.cpp
296
int
pwidth
;
local
328
pwidth
= x_visinfo->depth / 8;
329
if (
pwidth
== 3)
pwidth
= 4;
330
mem = ((vid.width*
pwidth
+7)&~7) * vid.height;
/external/mksh/src/
edit.c
862
static int
pwidth
; /* width of prompt */
variable
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h
[
all
...]
Completed in 103 milliseconds