Searched
refs:xff (Results
501 -
525 of
2888) sorted by null
<<21222324252627282930>>
/external/iproute2/testsuite/tests/ |
policer | 5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12 12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
|
/external/kernel-headers/original/asm-mips/dec/ |
kn02xa.h | 54 #define KN02XA_MER_RES_0 (0xff<<0) /* unused */
|
/external/kernel-headers/original/asm-mips/mips-boards/ |
generic.h | 88 #define MIPS_REVISION_SCONID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 24) & 0xff)
|
/external/kernel-headers/original/asm-x86/ |
mc146818rtc_32.h | 66 return cmos_lock & 0xff;
|
/external/kernel-headers/original/linux/ |
ipmi_msgdefs.h | 78 #define IPMI_ERR_UNSPECIFIED 0xff
|
/external/libpcap/ |
ppp.h | 18 #define PPP_ADDRESS 0xff /* The address byte value */
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 722 *dest++ = (char)((pixel >> 24) & 0xff); 723 *dest++ = (char)((pixel >> 16) & 0xff); 724 *dest++ = (char)((pixel >> 8) & 0xff); 725 *dest++ = (char)( pixel & 0xff); 732 *dest++ = (char)((pixel >> 24) & 0xff); 733 *dest++ = (char)((pixel >> 16) & 0xff); 734 *dest++ = (char)((pixel >> 8) & 0xff); 735 *dest++ = (char)( pixel & 0xff); 764 *dest++ = (char)((pixel >> 24) & 0xff); 765 *dest++ = (char)((pixel >> 16) & 0xff); [all...] |
/external/openssl/crypto/des/asm/ |
des-586.S | 30 andl $0xff,%eax 31 andl $0xff,%edx 59 andl $0xff,%eax 60 andl $0xff,%edx 88 andl $0xff,%eax 89 andl $0xff,%edx 117 andl $0xff,%eax 118 andl $0xff,%edx 146 andl $0xff,%eax 147 andl $0xff,%ed [all...] |
/external/openssl/crypto/mdc2/ |
mdc2dgst.c | 73 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ 74 *((c)++)=(unsigned char)(((l)>> 8L)&0xff), \ 75 *((c)++)=(unsigned char)(((l)>>16L)&0xff), \ 76 *((c)++)=(unsigned char)(((l)>>24L)&0xff))
|
/external/openssl/crypto/rc4/ |
rc4_skey.c | 102 id2 = (data[id1] + tmp + id2) & 0xff; \
|
/external/skia/gm/ |
texdata.cpp | 48 static const SkPMColor white = SkPackARGB32(0xff, 0xff, 0xff, 0xff);
|
/external/smack/src/org/jivesoftware/smack/proxy/ |
Socks5ProxySocketFactory.java | 140 switch((buf[1])&0xff) 258 buf[index++]=(byte)(port&0xff); 313 switch(buf[3]&0xff) 323 fill(in, buf, (buf[0]&0xff)+2);
|
/external/valgrind/main/drd/tests/ |
thread_name.c | 28 memset(&invalid_mutex, 0xff, sizeof(invalid_mutex));
|
/external/valgrind/main/none/tests/ppc32/ |
power6_bcmp.c | 40 mask += 0xff;
|
/external/valgrind/main/none/tests/ppc64/ |
power6_bcmp.c | 39 mask += 0xff;
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-169534.js | 55 var re = /(\|)([\w\x81-\xff ]*)(\|)([\/a-z][\w:\/\.]*\.[a-z]{3,4})(\|)/ig;
|
/external/webkit/Source/WebCore/platform/image-decoders/bmp/ |
BMPImageReader.h | 50 result = ((result & 0xff) << 8) | ((result & 0xff00) >> 8); 60 result = ((result & 0xff) << 24) | ((result & 0xff00) << 8) | ((result & 0xff0000) >> 8) | ((result & 0xff000000) >> 24); 232 // For images without alpha, return alpha of 0xff. 233 return m_bitMasks[3] ? getComponent(pixel, 3) : 0xff; 241 setRGBA(m_colorTable[colorIndex].rgbRed, m_colorTable[colorIndex].rgbGreen, m_colorTable[colorIndex].rgbBlue, 0xff);
|
/frameworks/av/cmds/stagefright/ |
WaveWriter.h | 56 fputc(x & 0xff, mFile);
|
/libcore/luni/src/test/java/libcore/io/ |
Base64Test.java | 41 Arrays.fill(data, 0xff);
|
/libcore/luni/src/test/java/libcore/java/io/ |
DataOutputStreamTest.java | 99 expected[0] = (byte) 0xff; 100 expected[1] = (byte) 0xff; 142 sb.append(String.format("%02x", array[0] & 0xff)); 145 sb.append(String.format("%02x", array[i] & 0xff));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
lbxzlib.h | 42 (p)[1] = (len) & 0xff; \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxzlib.h | 42 (p)[1] = (len) & 0xff; \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxzlib.h | 42 (p)[1] = (len) & 0xff; \
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/ |
cpu.h | 21 #define GET_OMAP_CLASS (system_rev & 0xff)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
ipmi_msgdefs.h | 45 #define IPMI_ERR_UNSPECIFIED 0xff
|
Completed in 504 milliseconds
<<21222324252627282930>>