HomeSort by relevance Sort by last modified time
    Searched refs:x3F (Results 76 - 100 of 748) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
PL111Lcd.h 125 #define PL111_LCD_TIMING_0_PPL(ppl) (((hsw) & 0x3F) << 2)
130 #define PL111_LCD_TIMING_1_VSW(vsw) (((vsw) & 0x3F) << 10)
  /external/iptables/extensions/
libxt_tos.c 35 .flags = XTOPT_INVERT | XTOPT_MAND, .max = 0x3F},
89 if (numeric || !tos_try_print_symbolic("", info->tos, 0x3F))
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 100 return (pAddress + 0x3F) & (~0x3F);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
AnswerToResetTest.java 76 assertEquals(atr.getConventionByte(), (byte) 0x3F);
103 assertEquals(atr.getConventionByte(), (byte) 0x3F);
120 assertEquals(atr.getConventionByte(), (byte) 0x3F);
150 assertEquals(atr.getConventionByte(), (byte) 0x3F);
199 assertEquals(atr.getConventionByte(), (byte) 0x3F);
233 assertEquals(atr.getConventionByte(), (byte) 0x3F);
267 assertEquals(atr.getConventionByte(), (byte) 0x3F);
301 assertEquals(atr.getConventionByte(), (byte) 0x3F);
  /hardware/intel/img/psb_video/src/hwdefs/
msvdx_dmac_linked_list.h 220 #define DMAC_LL_RESERVED_07_LSBMASK (0x3F)
236 #define DMAC_LL_RESERVED_08_LSBMASK (0x3F)
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_rome.h 29 #define HCI_VENDOR_CMD_OGF 0x3F
36 #define HCI_VENDOR_CMD_OGF 0x3F
  /system/bt/stack/avdt/
avdt_defs.h 172 (sig) = (*(p)++) & 0x3F; \
177 (seid) = ((*(p)++) >> 2) & 0x3F; \
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.h 75 #define AB_SLOT_ACTIVE_VAL 0x3F
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
smcall.h 22 (((entity) & 0x3F) << 24) | \
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/ArmTrustZone/
ArmTrustZone.c 103 MmioWrite32((UINTN)(Region+2), ((Security & 0xF) <<28) | ((Size & 0x3F) << 1) | (Enabled & 0x1));
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL310L2Cache/
PL310L2Cache.c 55 Revision = Data & 0x3F;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SerialIo/
SerialIo.h 30 0xBB25CF6F, 0xF1D4, 0x11D2, {0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0xFD} \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/
Performance.h 25 { 0xFFECFFFF, 0x923C, 0x14d2, {0x9E, 0x3F, 0x22, 0xA0, 0xC9, 0x69, 0x56, 0x3B} }
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tls1.h 53 #define TLS_DH_RSA_WITH_AES_128_CBC_SHA256 {0x00, 0x3F}
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SerialIo.h 23 0xBB25CF6F, 0xF1D4, 0x11D2, {0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0xFD } \
  /external/flac/libFLAC/include/private/
bitmath.h 203 return DEBRUIJN_IDX64[v*FLAC__U64L(0x218A392CD3D5DBF)>>58&0x3F];
  /external/llvm/lib/Target/Lanai/
LanaiAluCode.h 55 unsigned const ALU_MASK = 0x3F;
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_vertprog.h 111 #define NV30_VP_INST_SRC0L_MASK (0x3F <<26) /* NV30_VP_SRC0_LOW_MASK << 26 */
  /external/syslinux/efi32/include/efi/
efiser.h 25 { 0xBB25CF6F, 0xF1D4, 0x11D2, {0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0xFD} }
  /external/syslinux/efi64/include/efi/
efiser.h 25 { 0xBB25CF6F, 0xF1D4, 0x11D2, {0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0xFD} }
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiser.h 25 { 0xBB25CF6F, 0xF1D4, 0x11D2, {0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0xFD} }
  /external/tcpdump/
appletalk.h 87 #define atpFlagMask 0x3F
  /external/tensorflow/tensorflow/examples/android/jni/
rgb2yuv.cc 87 const int g6 = ((rgb >> 5) & 0x3F);
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.c 53 uint32_t i = segStart & 0x3F;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
IPAddressTypeAvailabilityElement.java 76 private static final int IPV4_AVAILABILITY_MASK = 0x3F;

Completed in 586 milliseconds

1 2 34 5 6 7 8 91011>>