/external/grub/netboot/ |
tulip.c | 443 {"Asante", 0, 0, 0x94, {0x1e00, 0x0000, 0x0800, 0x0100, 0x018c, 453 0x0100, 0x009E, /* 10baseT */ [all...] |
/system/bluetooth/bluez-clean-headers/bluetooth/ |
hci.h | 102 #define HCI_2DH3 0x0100 122 #define HCI_2EV5 0x0100 137 #define ESCO_2EV5 0x0100 [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 1035 { 0x011b, 0x011b, 0x011b, 0x0100, none }, /* escape */ 6476 mov cx, #0x0100 ;; counter (256 words = 512b) local 6616 mov cx, #0x0100 ;; counter (256 words = 512b) local [all...] |
/external/icu4c/test/cintltst/ |
cbiditst.c | 220 static uint8_t UCharToPseudo[TABLE_SIZE]; /* used for Unicode chars < 0x0100 */ 221 static uint8_t UCharToPseud2[TABLE_SIZE]; /* used for Unicode chars >=0x0100 */ 361 output[i] = uchar < 0x0100 ? UCharToPseudo[uchar] : [all...] |
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Pattern2Test.java | [all...] |
/external/clang/include/clang/AST/ |
DeclBase.h | 145 IDNS_TagFriend = 0x0100, [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 127 #define PROFILE_ITER_FINAL_SEEN 0x0100 [all...] |
/external/kernel-headers/original/linux/ |
fb.h | 797 #define FBINFO_HWACCEL_COPYAREA 0x0100 /* required */ [all...] |
videodev2.h | 530 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */ [all...] |
wireless.h | 481 #define IW_POWER_UNICAST_R 0x0100 /* Receive only unicast messages */ [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | 950 // i16 value in the range [0,255] or [0x0100, 0xff00] 951 return (Value >= 0 && Value < 256) || (Value >= 0x0100 && Value <= 0xff00); [all...] |
/external/openssl/crypto/asn1/ |
asn1.h | 144 #define B_ASN1_UNIVERSALSTRING 0x0100 [all...] |
/external/openssl/crypto/engine/ |
engine.h | 114 #define ENGINE_METHOD_STORE (unsigned int)0x0100 [all...] |
/external/openssl/include/openssl/ |
asn1.h | 144 #define B_ASN1_UNIVERSALSTRING 0x0100 [all...] |
engine.h | 114 #define ENGINE_METHOD_STORE (unsigned int)0x0100 [all...] |
/external/oprofile/events/ppc64/970MP/ |
event_mappings | 162 event:0X0100 mmcr0:0X00001029 mmcr1:0X000F0000851E9958 mmcra:0X00002000
|
/external/tcpdump/tests/ |
print-x.new | 55 0x0100: 6976 653a 2074 696d 656f 7574 3d31 352c
|
print-x.out | 55 0x0100: 6976 653a 2074 696d 656f 7574 3d31 352c
|
/external/wpa_supplicant/ |
wireless_copy.h | 495 #define IW_POWER_UNICAST_R 0x0100 /* Receive only unicast messages */ [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wireless_copy.h | 495 #define IW_POWER_UNICAST_R 0x0100 /* Receive only unicast messages */ [all...] |
/external/wpa_supplicant_8/src/drivers/ |
wireless_copy.h | 520 #define IW_POWER_UNICAST_R 0x0100 /* Receive only unicast messages */ [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vop.cpp | 304 profile |= 0x0100; [all...] |
/frameworks/base/services/java/com/android/server/location/ |
GpsLocationProvider.java | 127 private static final int GPS_DELETE_SVSTEER = 0x0100; [all...] |
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 120 assertEquals(0x0100, CalendarUtilities.getWord(bytes, 0)); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev2.h | 509 #define V4L2_BUF_FLAG_TIMECODE 0x0100 /* timecode field is valid */ [all...] |