OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:masks
(Results
26 - 50
of
240
) sorted by null
1
2
3
4
5
6
7
8
9
10
/dalvik/libdex/
SysUtil.h
29
* appropriate
masks
directly, so we define it here and verify it as the
/external/kernel-headers/original/linux/
ppdev.h
96
/* only
masks
user-visible flags */
in.h
193
* to the subnet mask, not these
masks
.
serio.h
172
* bit
masks
for use in "interrupt" flags (3rd argument)
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h
91
/* EgetShift
masks
*/
/frameworks/base/core/java/android/os/
Parcelable.java
68
* Bit
masks
for use with {@link #describeContents}: each bit represents a
/frameworks/base/awt/java/awt/image/
RescaleOp.java
242
int[]
masks
= new int[numBands];
local
247
masks
[i] = ~(maxValues[i]);
261
if (((int)pixels[i] &
masks
[bandIdx]) != 0) {
277
if (((int)pixels[i] &
masks
[bandIdx]) != 0) {
295
if (((int)pixels[i] &
masks
[bandIdx]) != 0) {
309
if (((int)pixels[i] &
masks
[bandIdx]) != 0) {
IndexColorModel.java
95
* the array of component
masks
.
167
* the array of component
masks
.
245
* the array of component
masks
.
281
* the array of component
masks
.
316
* the array of component
masks
.
347
* the array of component
masks
.
422
* the array of component
masks
.
[
all
...]
ConvolveOp.java
226
int[]
masks
= new int[numBands];
local
231
masks
[i] = ~(maxValues[i]);
283
if (((int)newPixels[pixelIndex + idx] &
masks
[idx]) != 0) {
BufferedImageFilter.java
324
int
masks
[] = new int[] {
local
327
raster = Raster.createPackedRaster(db, width, height, width,
masks
, null);
/external/v8/src/mips/
constants-mips.h
150
// ----- Miscellianous useful
masks
.
151
// Instruction bit
masks
.
161
// Misc
masks
.
/external/oprofile/daemon/
opd_ibs_macro.h
18
* The following defines are bit
masks
that are used to select
34
* The following defines are bit
masks
that are used to select
/external/webkit/WebCore/platform/mac/
WebFontCache.mm
73
const NSFontTraitMask
masks
[] = {
86
while ((mask =
masks
[i++])) {
/hardware/broadcom/wlan/bcm4329/src/include/
sdioh.h
265
/* Also provide definitions in "normal" form to allow combined
masks
*/
276
/*
Masks
to select CMD vs. DATA errors */
/bionic/libm/amd64/
fenv.h
192
* We assume that the
masks
for the x87 and the SSE unit are
/bionic/libm/i387/
fenv.c
123
* fnstenv
masks
all exceptions, so we need to save and
fenv.h
229
* We assume that the
masks
for the x87 and the SSE unit are
/bionic/libm/include/amd64/
fenv.h
192
* We assume that the
masks
for the x87 and the SSE unit are
/bionic/libm/include/i387/
fenv.h
229
* We assume that the
masks
for the x87 and the SSE unit are
/external/fsck_msdos/
dosfs.h
104
*
Masks
for cluster values
/external/icu4c/layout/
ArabicShaping.cpp
64
// defined in the above order, and have
masks
that
/external/kernel-headers/original/asm-x86/
vm86.h
116
* flags
masks
/external/opencore/protocols/rtp_payload_parser/rfc_2429/src/
h263_payload_parser.cpp
70
// H263 Payload Header
Masks
/frameworks/base/awt/java/awt/
AWTKeyStroke.java
44
* shift) were used in conjunction with the keystroke. The following
masks
449
* as a bitwise combination of
masks
taken from the following list:
479
* set of modifiers is given as a bitwise combination of
masks
taken from
514
* The set of modifiers is given as a bitwise combination of
masks
taken
/frameworks/base/include/camera/
Camera.h
29
* A set of bit
masks
for specifying how the received preview frames are
Completed in 354 milliseconds
1
2
3
4
5
6
7
8
9
10