HomeSort by relevance Sort by last modified time
    Searched full:xffff (Results 601 - 625 of 3558) sorted by null

<<21222324252627282930>>

  /external/iproute2/examples/diffserv/
efcbq 26 "maxburst 21 borrow split 2:0 defmap 0xffff \n";
  /external/iproute2/tc/
m_pedit.h 37 #define RU16 0xFFFF
  /external/iptables/extensions/
libxt_u32.man 69 \-\-u32 "\fB0 & 0xFFFF = 0x100:0xFFFF\fP"
73 AND that with 0xFFFF (giving bytes 2-3), and test whether that is in the range
74 [0x100:0xFFFF]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 210 for (i = 0; idx[i] != 0xffff; i++)
837 return debug(stream, "3DSTATE_DRAWING_RECTANGLE", (cmd & 0xffff) + 2);
839 return debug(stream, "3DSTATE_SCISSOR_RECTANGLE", (cmd & 0xffff) + 2);
841 return debug(stream, "3DSTATE_SPAN_STIPPLE", (cmd & 0xffff) + 2);
843 return debug_dest_vars(stream, "3DSTATE_DEST_BUFFER_VARS", (cmd & 0xffff) + 2);
845 return debug(stream, "3DSTATE_CONSTANT_BLEND_COLOR", (cmd & 0xffff) + 2);
847 return debug(stream, "3DSTATE_FOG_MODE", (cmd & 0xffff) + 2);
849 return debug_buf_info(stream, "3DSTATE_BUFFER_INFO", (cmd & 0xffff) + 2);
851 return debug(stream, "3DSTATE_DEPTH_OFFSET_SCALE", (cmd & 0xffff) + 2);
853 return debug(stream, "3DSTATE_DEFAULT_Z", (cmd & 0xffff) + 2)
    [all...]
  /external/openssl/crypto/rc2/
rc2_locl.h 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
  /external/smack/src/org/xbill/DNS/
DClass.java 69 if (i < 0 || i > 0xFFFF)
  /external/smali/smali-integration-tests/src/test/smali/jumbo-type-tests/
zzz99999.smali 33 #The index of the type_id_item for this class should be > 0xffff, to allow
  /external/tcpdump/
print-cnfp.c 97 nrecs = EXTRACT_32BITS(&nh->ver_cnt) & 0xffff;
139 (EXTRACT_32BITS(&nr->asses) >> 16) & 0xffff);
148 EXTRACT_32BITS(&nr->asses) & 0xffff);
151 EXTRACT_32BITS(&nr->ports) & 0xffff);
  /frameworks/base/core/jni/android/graphics/
TextLayout.h 27 #define UNICODE_NOT_A_CHAR 0xffff
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CallFailCause.java 58 static final int ERROR_UNSPECIFIED = 0xffff;
CdmaSmsBroadcastConfigInfo.java 25 * whose value is 0x0000 - 0xFFFF as defined in C.R1001G 9.3.1 and 9.3.2.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
CallFailCause.java 52 static final int ERROR_UNSPECIFIED = 0xffff;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
bit_and.pass.cpp 27 assert(f(0xFFFF, 0x58D3) == 0x58D3);
bit_xor.pass.cpp 27 assert(f(0xFFFF, 0x58D3) == 0xA72C);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_mount.h 66 #define NFS_MOUNT_FLAGMASK 0xFFFF
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs_mount.h 66 #define NFS_MOUNT_FLAGMASK 0xFFFF
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 41 (min), ((step) & 0xffff) | ((mute) ? 0x10000 : 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs_mount.h 66 #define NFS_MOUNT_FLAGMASK 0xFFFF
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 41 (min), ((step) & 0xffff) | ((mute) ? 0x10000 : 0)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
apm_bios.h 74 #define APM_DEVICE_OLD_ALL 0xffff
if_arp.h 76 #define ARPHRD_VOID 0xFFFF
ppp_defs.h 53 #define PPP_INITFCS 0xffff
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
apm_bios.h 74 #define APM_DEVICE_OLD_ALL 0xffff
if_arp.h 76 #define ARPHRD_VOID 0xFFFF
ppp_defs.h 53 #define PPP_INITFCS 0xffff

Completed in 508 milliseconds

<<21222324252627282930>>