HomeSort by relevance Sort by last modified time
    Searched refs:x10000 (Results 426 - 450 of 1027) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/
addrs.h 76 #define IP27PROM_CORP_SIZE 0x10000
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
addrs.h 76 #define IP27PROM_CORP_SIZE 0x10000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fd.h 230 #define FD_RAW_FAILURE 0x10000
if.h 42 #define IFF_LOWER_UP 0x10000
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ucn.py 100 for code in xrange(0x10000):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ucn.py 100 for code in xrange(0x10000):
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 56 OPT_CONFERENCE = 0x10000, // tune the audio stream for conference mode
64 OPT_INTERPOLATE = 0x10000 // Increase the output framerate by 2x by
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 536 borrow = (y & 0x10000) >> 16;
538 borrow = (z & 0x10000) >> 16;
543 borrow = (y & 0x10000) >> 16;
545 borrow = (z & 0x10000) >> 16;
655 borrow = (y & 0x10000) >> 16;
657 borrow = (z & 0x10000) >> 16;
687 borrow = (y & 0x10000) >> 16;
689 borrow = (z & 0x10000) >> 16;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.cpp 113 if (c < 0x10000 || c > 0x10FFFF)
216 } else if (ch < (UChar32)0x10000) {

Completed in 402 milliseconds

<<11121314151617181920>>