OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x7
(Results
101 - 125
of
977
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c
51
return 0
x7
;
76
return 0
x7
;
101
return 0
x7
;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_etc_tmp.h
46
in = (in >> 3) + lookup[in & 0
x7
];
106
block->modifier_tables[0] = TAG(etc1_modifier_tables)[(src[3] >> 5) & 0
x7
];
107
block->modifier_tables[1] = TAG(etc1_modifier_tables)[(src[3] >> 2) & 0
x7
];
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c
51
return 0
x7
;
76
return 0
x7
;
101
return 0
x7
;
/external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h
46
in = (in >> 3) + lookup[in & 0
x7
];
106
block->modifier_tables[0] = TAG(etc1_modifier_tables)[(src[3] >> 5) & 0
x7
];
107
block->modifier_tables[1] = TAG(etc1_modifier_tables)[(src[3] >> 2) & 0
x7
];
/bionic/libc/kernel/arch-mips/asm/
pgtable-32.h
74
#define pte_to_pgoff(_pte) ((((_pte).pte >> 1) & 0
x7
) | (((_pte).pte >> 2) & 0x8) | (((_pte).pte >> 8) << 4))
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0
x7
) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
/development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h
74
#define pte_to_pgoff(_pte) ((((_pte).pte >> 1) & 0
x7
) | (((_pte).pte >> 2) & 0x8) | (((_pte).pte >> 8) << 4))
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0
x7
) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pack_color.h
225
*r = (ubyte) (((p >> 8) & 0xf8) | ((p >> 13) & 0
x7
));
227
*b = (ubyte) (((p << 3) & 0xf8) | ((p >> 2) & 0
x7
));
234
*r = (ubyte) (((p >> 7) & 0xf8) | ((p >> 12) & 0
x7
));
235
*g = (ubyte) (((p >> 2) & 0xf8) | ((p >> 7) & 0
x7
));
236
*b = (ubyte) (((p << 3) & 0xf8) | ((p >> 2) & 0
x7
));
243
*r = (ubyte) (((p >> 7) & 0xf8) | ((p >> 12) & 0
x7
));
244
*g = (ubyte) (((p >> 2) & 0xf8) | ((p >> 7) & 0
x7
));
245
*b = (ubyte) (((p << 3) & 0xf8) | ((p >> 2) & 0
x7
));
/external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h
225
*r = (ubyte) (((p >> 8) & 0xf8) | ((p >> 13) & 0
x7
));
227
*b = (ubyte) (((p << 3) & 0xf8) | ((p >> 2) & 0
x7
));
234
*r = (ubyte) (((p >> 7) & 0xf8) | ((p >> 12) & 0
x7
));
235
*g = (ubyte) (((p >> 2) & 0xf8) | ((p >> 7) & 0
x7
));
236
*b = (ubyte) (((p << 3) & 0xf8) | ((p >> 2) & 0
x7
));
243
*r = (ubyte) (((p >> 7) & 0xf8) | ((p >> 12) & 0
x7
));
244
*g = (ubyte) (((p >> 2) & 0xf8) | ((p >> 7) & 0
x7
));
245
*b = (ubyte) (((p << 3) & 0xf8) | ((p >> 2) & 0
x7
));
/external/qemu/hw/
mips_timer.c
66
qemu_irq_lower(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0
x7
]);
101
qemu_irq_raise(env->irq[(env->CP0_IntCtl >> CP0IntCtl_IPTI) & 0
x7
]);
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h
59
#define TABLA_OCP_220_MA 0
x7
69
#define TABLA_DCYCLE_2047 0
x7
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h
57
#define TABLA_OCP_220_MA 0
x7
66
#define TABLA_DCYCLE_2047 0
x7
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h
74
#define pte_to_pgoff(_pte) ((((_pte).pte >> 1) & 0
x7
) | (((_pte).pte >> 2) & 0x8) | (((_pte).pte >> 8) << 4))
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0
x7
) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
74
#define pte_to_pgoff(_pte) ((((_pte).pte >> 1) & 0
x7
) | (((_pte).pte >> 2) & 0x8) | (((_pte).pte >> 8) << 4))
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0
x7
) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h
74
#define pte_to_pgoff(_pte) ((((_pte).pte >> 1) & 0
x7
) | (((_pte).pte >> 2) & 0x8) | (((_pte).pte >> 8) << 4))
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0
x7
) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h
74
#define pte_to_pgoff(_pte) ((((_pte).pte >> 1) & 0
x7
) | (((_pte).pte >> 2) & 0x8) | (((_pte).pte >> 8) << 4))
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0
x7
) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
74
#define pte_to_pgoff(_pte) ((((_pte).pte >> 1) & 0
x7
) | (((_pte).pte >> 2) & 0x8) | (((_pte).pte >> 8) << 4))
75
#define pgoff_to_pte(off) ((pte_t) { (((off) & 0
x7
) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
/art/runtime/verifier/
dex_gc_map.h
114
static const uint8_t kRegMapFormatMask = 0
x7
;
/bionic/libc/kernel/common/asm-generic/bitops/
le.h
25
#define BITOP_LE_SWIZZLE ((BITS_PER_LONG-1) & ~0
x7
)
/development/ndk/platforms/android-3/include/asm-generic/bitops/
le.h
19
#define BITOP_LE_SWIZZLE ((BITS_PER_LONG-1) & ~0
x7
)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDeviceInfo.h
41
ByteStores = 0
x7
, // ByteStores available(!HD4XXX).
/external/kernel-headers/original/asm-generic/bitops/
le.h
8
#define BITOP_LE_SWIZZLE ((BITS_PER_LONG-1) & ~0
x7
)
/external/kernel-headers/original/asm-mips/mips-boards/
malta.h
89
#define SMSC_CONFIG_DEVNUM 0
x7
/external/lzma/Asm/x86/
7zAsm.asm
49
x7
equ EDI
define
78
r7 equ
x7
/external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h
41
ByteStores = 0
x7
, // ByteStores available(!HD4XXX).
/external/oprofile/events/mips/5K/
events
19
event:0
x7
counters:0 um:zero minimum:500 name:ITLB_MISSES : ITLB miss
32
event:0
x7
counters:1 um:zero minimum:500 name:TLB_MISS_EXCEPTIONS : TLB miss exceptions
Completed in 666 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>