OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wmask
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/string/
bcopy.c
38
* SO THAT
wmask
BELOW IS ALL ONES
43
#define
wmask
(wsize - 1)
macro
81
if ((t | (long)dst) &
wmask
) {
86
if ((t ^ (long)dst) &
wmask
|| length < wsize)
89
t = wsize - (t &
wmask
);
98
t = length &
wmask
;
104
* (t&
wmask
) bytes to align, not wsize-(t&
wmask
).
109
if ((t | (long)dst) &
wmask
) {
110
if ((t ^ (long)dst) &
wmask
|| length <= wsize
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_reconintra.c
442
const int
wmask
= (1 << bwl) - 1;
local
444
const int have_left = (block_idx &
wmask
) || xd->left_available;
445
const int have_right = ((block_idx &
wmask
) !=
wmask
);
/external/chromium_org/third_party/freetype/src/pshinter/
pshrec.c
338
FT_Int
wmask
= 0x80;
local
344
val = write[0] & ~
wmask
;
347
val |=
wmask
;
358
wmask
>>= 1;
359
if (
wmask
== 0 )
362
wmask
= 0x80;
/external/freetype/src/pshinter/
pshrec.c
338
FT_Int
wmask
= 0x80;
local
344
val = write[0] & ~
wmask
;
347
val |=
wmask
;
358
wmask
>>= 1;
359
if (
wmask
== 0 )
362
wmask
= 0x80;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm
53
; low word: s->
wmask
105
;
WMask
; 7fff
121
%define
WMask
07fffh
143
%define
WMask
[ rcx + dsWMask]
193
;;; uInt
wmask
= s->w_mask;
201
mov eax,
WMask
210
;;; It is then shifted into the high word, to make room for the
wmask
329
;;; } while ((cur_match = prev[cur_match &
wmask
]) > limit
339
;;; edx = chainlenwmask - i.e., ((chainlen << 16) |
wmask
)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconintra.c
890
const int
wmask
= (1 << bwl) - 1;
local
892
const int have_left = (block_idx &
wmask
) || xd->left_available;
893
const int have_right = ((block_idx &
wmask
) !=
wmask
);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c
475
int
wmask
= depth_stencil->stencil[1].writemask & 0xff;
local
491
(
wmask
<< BFM_STENCIL_WRITE_MASK_SHIFT));
[
all
...]
/external/mesa3d/src/gallium/drivers/i915/
i915_state.c
475
int
wmask
= depth_stencil->stencil[1].writemask & 0xff;
local
491
(
wmask
<< BFM_STENCIL_WRITE_MASK_SHIFT));
[
all
...]
/external/chromium_org/third_party/zlib/
deflate.c
1155
uInt
wmask
= s->w_mask;
local
[
all
...]
Completed in 699 milliseconds