OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:umask
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libX11/dist/src/
WMGeom.c
61
int
umask
; /* parse mask of returned values */
local
94
rmask =
umask
= XParseGeometry (user_geom, &ux, &uy, &uwidth, &uheight);
106
rwidth = ((((
umask
& WidthValue) ? uwidth :
109
rheight = ((((
umask
& HeightValue) ? uheight :
131
if (
umask
& XValue) {
132
rx = ((
umask
& XNegative) ?
144
if (
umask
& YValue) {
145
ry = ((
umask
& YNegative) ?
/xsrc/external/mit/xorgproto/dist/include/X11/
Xw32defs.h
49
# define
umask
_umask
macro
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c
232
LLVMValueRef lmask,
umask
, mask;
local
336
umask
= lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type,
340
coord0 = lp_build_select(int_coord_bld,
umask
, coord0, length_minus_one);
342
mask = LLVMBuildAnd(builder, lmask,
umask
, "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c
232
LLVMValueRef lmask,
umask
, mask;
local
336
umask
= lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type,
340
coord0 = lp_build_select(int_coord_bld,
umask
, coord0, length_minus_one);
342
mask = LLVMBuildAnd(builder, lmask,
umask
, "");
Completed in 8 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026