OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clear_mask
(Results
1 - 3
of
3
) sorted by null
/external/fio/lib/
axmap.c
235
unsigned long
clear_mask
= ~(1UL << ffz(~overlap));
local
237
mask &=
clear_mask
;
238
overlap &=
clear_mask
;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c
217
uint32_t
clear_mask
= arg.clear_zstencil.mask;
local
226
__FUNCTION__, clear_value,
clear_mask
);
238
clear_value &=
clear_mask
;
242
assert(
clear_mask
== 0xff);
246
if (
clear_mask
== 0xffff) {
258
uint16_t tmp = ~
clear_mask
& *row;
266
if (
clear_mask
== 0xffffffff) {
278
uint32_t tmp = ~
clear_mask
& *row;
/external/v8/src/heap/
spaces.h
281
uint32_t
clear_mask
= ~((1u << IndexInCell(index)) - 1);
local
282
cells()[end_cell_index] &=
clear_mask
;
[
all
...]
Completed in 285 milliseconds