/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
keyboard.h | 54 #define KVAL(x) ((x) & 0xff)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
keyboard.h | 54 #define KVAL(x) ((x) & 0xff)
|
/system/core/fastboot/ |
fastboot.c | 162 if(info->ifc_class != 0xff) return -1;
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | 412 bS->prevByte = 0xff; 413 bS->prevPrevByte = 0xff; 461 (M4OSA_UInt8)(( bS->currBuff >> 16) & 0xff); 476 (M4OSA_UInt8)(( bS->currBuff >> 8) & 0xff); 491 (M4OSA_UInt8)((bS->currBuff) &0xff); 552 (M4OSA_UInt8)(( bS->currBuff >> 16) & 0xff); 567 (M4OSA_UInt8)(( bS->currBuff >> 8) & 0xff); 582 (M4OSA_UInt8)((bS->currBuff) &0xff); 641 (M4OSA_UInt8)(( bS->currBuff >> 16) & 0xff); 647 (M4OSA_UInt8)(( bS->currBuff >> 16) & 0xff); [all...] |
/external/bluetooth/bluez/test/ |
hciemu.c | 1307 vdev.features[0] = 0xff; 1308 vdev.features[1] = 0xff;
|
/external/chromium/chrome/browser/ |
browser_about_handler.cc | [all...] |
/external/dropbear/libtomcrypt/src/hashes/ |
tiger.c | [all...] |
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | [all...] |
/external/icu4c/tools/makeconv/ |
genmbcs.c | 662 (int)c, b, old&0xff); 666 (int)c, b, old&0xff); [all...] |
/external/iproute2/ip/ |
ipxfrm.c | 1142 (sel->sport & ~((__u16)0xff))) 1156 (sel->dport & ~((__u16)0xff)))
|
/external/ipsec-tools/src/racoon/ |
isakmp_inf.c | 956 isakmp->np = hash == NULL ? (np & 0xff) : ISAKMP_NPTYPE_HASH; 967 gen->np = np & 0xff; [all...] |
isakmp.c | 240 if (len == 1 && (x.buf[0]&0xff) == 0xff) { [all...] |
/external/llvm/lib/Target/ARM/InstPrinter/ |
ARMInstPrinter.cpp | 469 O << '#' << ((Imm & 256) ? "" : "-") << (Imm & 0xff); 485 O << '#' << ((Imm & 256) ? "" : "-") << ((Imm & 0xff) << 2);
|
/external/qemu/slirp/ |
tcp_input.c | 364 (ntohl(ti->ti_dst.s_addr) & 0xff) == ex_ptr->ex_addr) 643 int lastbyte=ntohl(so->so_faddr.s_addr) & 0xff; [all...] |
/external/qemu/slirp-android/ |
tcp_input.c | 364 (ip_geth(ti->ti_dst) & 0xff) == ex_ptr->ex_addr) 648 int lastbyte=so->so_faddr_ip & 0xff; [all...] |
/external/qemu/ |
usb-linux.c | 573 return usb_host_set_config(s, value & 0xff); 1108 class_id = 0xff; [all...] |
/external/valgrind/main/coregrind/m_scheduler/ |
scheduler.c | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap.c | 527 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || 528 reqId == ((lastId + 2) & 0xff))) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap.c | 961 id = rand() & 0xff; 965 return (id + 1) & 0xff; [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server.c | 977 id = rand() & 0xff; 981 return (id + 1) & 0xff; [all...] |
/frameworks/base/services/input/ |
EventHub.cpp | 932 driverVersion >> 16, (driverVersion >> 8) & 0xff, driverVersion & 0xff); [all...] |
/libcore/luni/src/main/java/java/io/ |
ObjectInputStream.java | 579 byte[] result = new byte[input.readByte() & 0xff]; 701 throw new StreamCorruptedException("Wrong format: " + Integer.toHexString(tc & 0xff)); [all...] |
/libcore/luni/src/main/java/java/lang/ |
String.java | 205 value[i] = (char) (high + (data[offset++] & 0xff)); 276 int val = b0 & 0xff; 351 // Illegal values 0x8*, 0x9*, 0xa*, 0xb*, 0xfd-0xff [all...] |
/external/qemu/block/ |
vvfat.c | 367 chs->head = 0xFF; 368 chs->sector = 0xFF; 369 chs->cylinder = 0xFF; 424 dest[i]=0xff; 550 p[0] = value&0xff; [all...] |
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 645 biosfn_scroll(GET_AL(),GET_BH(),GET_CH(),GET_CL(),GET_DH(),GET_DL(),0xFF,SCROLL_UP); 648 biosfn_scroll(GET_AL(),GET_BH(),GET_CH(),GET_CL(),GET_DH(),GET_DL(),0xFF,SCROLL_DOWN); 668 biosfn_write_teletype(GET_AL(),0xff,GET_BL(),NO_ATTR); local 852 if(line==0xFF) 1150 if(line==0xFF)return; 1263 // page == 0xFF if current 1275 if(line==0xFF)return; 1282 if(page==0xFF) [all...] |