Searched
refs:xf (Results
276 -
300 of
615) sorted by null
<<11121314151617181920>>
/external/chromium/net/base/ |
escape.cc | 59 escaped.push_back(IntToHex(c & 0xf));
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 63 li r31,0xf 79 li r31,0xf 312 li r31,0xf 328 li r31,0xf
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 65 li r31,0xf 81 li r31,0xf 314 li r31,0xf 330 li r31,0xf
|
/external/grub/netboot/ |
3c509.h | 227 #define SET_RD_0_MASK (unsigned short) (0xf<<11)
|
/external/icu4c/common/ |
utracimp.h | 80 UTRACE_EXITV_MASK = 0xf,
|
/external/kernel-headers/original/asm-x86/ |
desc_32.h | 41 (limit & 0x000f0000) | ((type & 0xff) << 8) | ((flags & 0xf) << 20);
|
/external/kernel-headers/original/linux/ |
elf.h | 101 #define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf)
|
/external/libvpx/vp8/encoder/ppc/ |
fdct_altivec.asm | 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3. 76 ;# Vertical xf on two rows. DCT values in comments are for inverse transform;
|
/external/libvpx/vp8/encoder/x86/ |
sad_ssse3.asm | 168 mov rdx, 0xf 279 mov rdx, 0xf
|
/external/ppp/pppd/plugins/pppoatm/ |
ans.c | 168 (addr[(pos+j) >> 1] >> 4*(1-((pos+j) & 1))) & 0xf);
|
text2atm.c | 109 addr->sas_addr.prv[8] |= 0xf;
|
/external/qemu/ |
a.out.h | 170 #define N_BTMASK (0xf)
|
/external/v8/src/ |
type-info.h | 79 int answer = type_ & 0xf;
|
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-ppc32-aix5.c | 128 sp_top_of_frame &= ~0xf;
|
sigframe-ppc64-aix5.c | 128 sp_top_of_frame &= ~0xf;
|
sigframe-x86-darwin.c | 127 sp_top_of_frame &= ~0xf;
|
/external/valgrind/main/include/ |
pub_tool_libcbase.h | 151 #define VG_IS_16_ALIGNED(aaa_p) (0 == (((Addr)(aaa_p)) & ((Addr)0xf)))
|
/frameworks/base/core/java/android/util/ |
TypedValue.java | 93 public static final int COMPLEX_UNIT_MASK = 0xf;
|
/frameworks/base/media/libstagefright/ |
AACExtractor.cpp | 150 sf_index = (header[0] >> 2) & 0xf;
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwb_math_op.cpp | 156 var_out = (int16)(var1 >> (var2 & 0xf));
|
/frameworks/base/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 541 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; 570 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf; [all...] |
/frameworks/base/opengl/tests/gl_perf/ |
fill_common.cpp | 255 m[y*16 + x] = rgb(x << 4, (((x+y) & 0xf) == 0x7) * 0xff, y << 4);
|
/frameworks/compile/libbcc/tests/ |
armreg.h | 242 #define CPU_CT_CTYPE(x) (((x) >> 25) & 0xf) /* cache type */
|
/hardware/ti/omap3/dspbridge/inc/ |
errbase.h | 202 #define DSP_ENOMORECONNECTIONS (DSP_EBASE + 0xf) [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
errbase.h | 202 #define DSP_ENOMORECONNECTIONS (DSP_EBASE + 0xf) [all...] |
Completed in 3219 milliseconds
<<11121314151617181920>>