/external/wpa_supplicant_8/src/wps/ |
wps_registrar.c | 702 reg, (u8 *) "\xff\xff\xff\xff\xff\xff"); 717 u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
RIL.java | 335 dataLength[2] = (byte)((data.length >> 8) & 0xff); 336 dataLength[3] = (byte)((data.length) & 0xff); 464 messageLength = ((buffer[0] & 0xff) << 24) 465 | ((buffer[1] & 0xff) << 16) 466 | ((buffer[2] & 0xff) << 8) 467 | (buffer[3] & 0xff); [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnJpnDic/ |
WnnJpnDic.c | 39 0x00, 0xfe, 0x00, 0xff, 0x01, 0x03, 0x01, 0x04, 0x01, 0x06, 0x01, 0x0c, 0x01, 0x1a, 0x01, 0x1b, 70 0x45, 0xeb, 0x8d, 0xc0, 0x45, 0xf9, 0x4e, 0x00, 0x45, 0xff, 0x4e, 0x40, 0x46, 0x23, 0x4e, 0x80, 95 0xfb, 0x47, 0x80, 0x67, 0xfc, 0x41, 0x2b, 0x88, 0x00, 0x47, 0xff, 0x48, 0x40, 0x68, 0x04, 0x81, 211 0x08, 0x00, 0x49, 0x6a, 0xc8, 0x40, 0x49, 0x6a, 0xc9, 0x00, 0x22, 0xff, 0x52, 0x60, 0x49, 0x6a, 263 0xd9, 0xd3, 0x80, 0x49, 0xdc, 0x41, 0x00, 0x49, 0xdc, 0x81, 0x40, 0x23, 0xff, 0x61, 0x60, 0x49, 290 0x5f, 0x4b, 0x00, 0x6a, 0x5f, 0x52, 0xfa, 0x4b, 0x80, 0x6a, 0x60, 0x12, 0xff, 0x4c, 0x40, 0x4a, 299 0xc0, 0x6a, 0x89, 0x93, 0xfb, 0x52, 0x40, 0x6a, 0x8a, 0x13, 0xff, 0x92, 0x80, 0x4a, 0x89, 0x92, [all...] |
/external/bluetooth/bluez/src/ |
adapter.c | 80 #define IO_CAPABILITY_INVALID 0xFF 923 class[2] = (new_class >> 16) & 0xff; 924 class[1] = (new_class >> 8) & 0xff; 925 class[0] = new_class & 0xff; [all...] |
/external/flac/libFLAC/ |
metadata_iterators.c | [all...] |
stream_decoder.c | [all...] |
/external/llvm/lib/Target/CellSPU/ |
SPUISelLowering.cpp | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 672 os_memset(mgmt->da, 0xff, ETH_ALEN); 673 os_memset(mgmt->bssid, 0xff, ETH_ALEN); 843 algs[0] = algs[1] = algs[2] = 0xff; 862 algs[pos] == 0xff) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
mlme.c | 659 os_memset(mgmt->da, 0xff, ETH_ALEN); 660 os_memset(mgmt->bssid, 0xff, ETH_ALEN); 829 algs[0] = algs[1] = algs[2] = 0xff; 847 algs[pos] == 0xff) [all...] |
/external/blktrace/ |
blkparse.c | [all...] |
/external/bluetooth/bluez/lib/ |
hci.c | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | [all...] |
/external/qemu/ |
vl-android.c | 472 return 0xff; 494 ioport_write(0, address, data & 0xff); 496 ioport_write(0, address, (data >> 8) & 0xff); [all...] |
vl.c | 304 return 0xff; 326 ioport_write(0, address, data & 0xff); 328 ioport_write(0, address, (data >> 8) & 0xff); [all...] |
/external/sonivox/jet_tools/JetCreator/ |
midifile.py | 75 SYSTEM_RESET = 0xff
105 META_EVENT = 0xff
[all...] |
/external/valgrind/unittest/ |
racecheck_unittest.cc | [all...] |
/bionic/libc/tzcode/ |
localtime.c | 307 result = (result << 8) | (codep[i] & 0xff); 320 result = result * 256 + (codep[i] & 0xff); [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_gtk.cc | [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
location_bar_view_gtk.cc | 119 const double kContentSettingTopColor[] = { 0xff / 255.0, 122 const double kContentSettingBottomColor[] = { 0xff / 255.0, [all...] |
/external/dropbear/libtomcrypt/src/ciphers/twofish/ |
twofish_tab.c | 35 0x31, 0xc2, 0x27, 0x90, 0x20, 0xf6, 0x60, 0xff, 0x96, 0x5c, 57 0x85, 0xcb, 0x11, 0xd0, 0x93, 0xb8, 0xa6, 0x83, 0x20, 0xff, [all...] |
/external/grub/stage2/ |
asm.S | 1678 movb $0xff, %al [all...] |
/external/icu4c/test/intltest/ |
itrbnf.cpp | 473 LLAssert(llong((int8_t)0xff).asInt() == (int8_t)0xff); [all...] |
/external/icu4c/tools/gennorm/ |
store.c | 298 haveSeenFlags[(c>>5)&0xff]|=(1<<(c&0x1f)); 303 #define HAVE_SEEN(c) (haveSeenFlags[((c)>>5)&0xff]&(1<<((c)&0x1f))) [all...] |
/external/icu4c/tools/tzcode/ |
localtime.c | 239 result = (result << 8) | (codep[i] & 0xff); 252 result = result * 256 + (codep[i] & 0xff); [all...] |