OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xff000000
(Results
376 - 400
of
584
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libyuv/files/source/
row_win.cc
375
pcmpeqb xmm7, xmm7 // generate mask 0
xff000000
414
pcmpeqb xmm7, xmm7 // generate mask 0
xff000000
/external/openssl/crypto/aes/
aes_core.c
[
all
...]
/external/qemu/
kqemu.c
934
#define QPI_COMM_PAGE_PHYS_ADDR 0
xff000000
992
kqemu_comm_base = 0
xff000000
| 1;
/external/skia/src/utils/
SkParseColor.cpp
414
*color = gColorNames[mid] | 0
xFF000000
;
507
SkASSERT(result == (SkColor) (nameRGB.rgb | 0
xFF000000
));
/external/srtp/crypto/cipher/
aes.c
[
all
...]
/external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp
424
Color black(0
xFF000000
);
670
helper.context()->fillRect(pixel, 0
xFF000000
, ColorSpaceDeviceRGB);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pci_regs.h
252
#define PCI_AGP_STATUS_RQ_MASK 0
xff000000
/* Maximum number of requests - 1 */
260
#define PCI_AGP_COMMAND_RQ_MASK 0
xff000000
/* Master: Maximum number of requests */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci_regs.h
252
#define PCI_AGP_STATUS_RQ_MASK 0
xff000000
/* Maximum number of requests - 1 */
260
#define PCI_AGP_COMMAND_RQ_MASK 0
xff000000
/* Master: Maximum number of requests */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci_regs.h
252
#define PCI_AGP_STATUS_RQ_MASK 0
xff000000
/* Maximum number of requests - 1 */
260
#define PCI_AGP_COMMAND_RQ_MASK 0
xff000000
/* Master: Maximum number of requests */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java
54
if ((pixel & 0
xFF000000
) != 0) {
149
return (rgb & 0
xFF000000
) == 0x00000000;
/sdk/emulator/qtools/
armdis.cpp
236
offset |= 0
xff000000
;
727
offset |= 0
xff000000
;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.c
[
all
...]
/external/icu4c/i18n/
ucol_tok.cpp
55
int32_t len = (key->source & 0
xFF000000
)>>24;
78
uint32_t s1L = ((p1->source & 0
xFF000000
) >> 24);
79
uint32_t s2L = ((p2->source & 0
xFF000000
) >> 24);
[
all
...]
ucol_bld.cpp
345
if((lh->baseCE & 0
xFF000000
)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0
xFF000000
) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
714
int32_t cSize = (tok->source & 0
xFF000000
) >> 24;
[
all
...]
/device/moto/stingray/recovery/
masterclear_bp.c
242
((hdr_in->length & 0
xFF000000
) >> 24);
/external/compiler-rt/test/Unit/
clzsi2_test.c
548
if (test__clzsi2(0
xFF000000
, 0))
/external/icu4c/layout/
LETypes.h
156
#define LE_CLIENT_MASK 0
xFF000000
/external/kernel-headers/original/linux/
capability.h
52
#define VFS_CAP_REVISION_MASK 0
xFF000000
mtio.h
309
#define MT_ST_DENSITY_MASK 0
xff000000
/external/llvm/include/llvm/Support/
MachO.h
681
CPUArchMask = 0
xff000000
, // Mask for architecture bits
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
304
*TargetPtr &= 0
xFF000000
;
/external/mesa3d/src/mesa/main/
compiler.h
260
((x & 0
xff000000
) >> 24));
/external/openssl/ssl/
s2_lib.c
440
if ((l & 0
xff000000
) != 0x02000000) return(0);
/external/qemu/android/
qemulator.c
66
params.ring_color = 0
xff000000
;
/external/qemu/android/skin/
file.c
525
layout->color = aconfig_unsigned( root, "color", 0x808080 ) | 0
xff000000
;
Completed in 1031 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>