HomeSort by relevance Sort by last modified time
    Searched refs:x80 (Results 301 - 325 of 6769) sorted by null

<<11121314151617181920>>

  /bionic/libc/arch-x86/syscalls/
times.S 11 int $0x80
umask.S 11 int $0x80
uname.S 11 int $0x80
unshare.S 11 int $0x80
  /bionic/libc/kernel/uapi/linux/
ncp_no.h 29 #define aSHARED (__cpu_to_le32(0x80))
  /bionic/libc/kernel/uapi/linux/usb/
tmc.h 24 #define USBTMC_STATUS_FAILED 0x80
  /bionic/libm/include/arm64/machine/
fenv.h 90 #define FE_DENORMAL 0x80
  /dalvik/dx/tests/116-leb128/com/android/dx/util/
Leb128UtilsTest.java 32 new ByteArrayByteInput((byte) 0x80, (byte) 0x7f)));
39 assertEquals(new byte[] { (byte) 0x80, 0x7f }, encodeUnsignedLeb(16256));
52 new ByteArrayByteInput((byte) 0x80, (byte) 0x7f)));
59 assertEquals(new byte[] { (byte) 0x80, 0x7f }, encodeSignedLeb(-128));
  /development/ndk/platforms/android-3/include/linux/
ncp_no.h 21 #define aSHARED (__constant_cpu_to_le32(0x80))
  /development/ndk/platforms/android-L/arch-arm64/include/machine/
fenv.h 90 #define FE_DENORMAL 0x80
  /development/ndk/platforms/android-L/include/linux/
ncp_no.h 29 #define aSHARED (__cpu_to_le32(0x80))
  /development/ndk/platforms/android-L/include/linux/usb/
tmc.h 24 #define USBTMC_STATUS_FAILED 0x80
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_stream_hixie75.py 48 for length, bytes in ((0, '\x00'), (0x7f, '\x7f'), (0x80, '\x81\x00'),
49 (0x1234, '\x80\xa4\x34')):
  /external/chromium_org/base/third_party/icu/
icu_utf.cc 106 utf8_minLegal[4]={ 0, 0x80, 0x800, 0x10000 };
156 illegal|=(trail&0xc0)^0x80;
165 illegal|=(trail&0xc0)^0x80;
169 illegal|=(trail&0xc0)^0x80;
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder5_test.cc 40 0x80, // Size of the target window cont'd
41 0x80, // Size of the target window cont'd
50 0x80, // Size of RUN cont'd
51 0x80, // Size of RUN cont'd
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.h 50 static const int kCpuHasSSE41 = 0x80;
  /external/kernel-headers/original/uapi/linux/
ncp_no.h 11 #define aSHARED (__cpu_to_le32(0x80))
  /external/kernel-headers/original/uapi/linux/usb/
tmc.h 19 #define USBTMC_STATUS_FAILED 0x80
  /external/llvm/test/MC/ARM/
thumb2be-beq.w-encoding.s 5 @ CHECK-LE: beq.w bar @ encoding: [A,0xf0'A',A,0x80'A']
7 @ CHECK-BE: beq.w bar @ encoding: [0xf0'A',A,0x80'A',A]
  /external/tcpdump/
slcompress.h 71 #define TYPE_COMPRESSED_TCP 0x80
  /external/wpa_supplicant_8/src/common/
ieee802_1x_defs.h 13 #define CS_ID_GCM_AES_128 {0x00, 0x80, 0x02, 0x00, 0x01, 0x00, 0x00, 0x01}
  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.h 12 #define IKEV2_FLAGS_LENGTH_INCLUDED 0x80
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Latin1Converter.java 50 * The 0x80..0x9F range is undefined in Latin-1, but is defined in Windows code
61 * 0xC3, 0xA2 (â) - 0xE2, 0x80, 0x9A (?) - 0x41 (a).
97 for (; expectedBytes < 8 && (test & 0x80) == 0x80; test = test << 1)
104 else // implicitly: b >= 0x80 && b < 0xC0
113 if (expectedBytes > 0 && (b & 0xC0) == 0x80)
166 * Converts a Cp1252 char (contains all Latin-1 chars above 0x80) into a
180 if (c >= 0x80)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
ftp.h 98 #define BLK_EOR 0x80 /* Block is End-of-Record */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ncp_no.h 11 #define aSHARED (__cpu_to_le32(0x80))

Completed in 754 milliseconds

<<11121314151617181920>>