HomeSort by relevance Sort by last modified time
    Searched refs:xff (Results 476 - 500 of 2888) sorted by null

<<11121314151617181920>>

  /external/skia/src/utils/
SkMD5.cpp 213 output[j ] = (uint8_t) (input[i] & 0xff);
214 output[j+1] = (uint8_t)((input[i] >> 8) & 0xff);
215 output[j+2] = (uint8_t)((input[i] >> 16) & 0xff);
216 output[j+3] = (uint8_t)((input[i] >> 24) & 0xff);
221 output[0] = (uint8_t) (input & 0xff);
222 output[1] = (uint8_t)((input >> 8) & 0xff);
223 output[2] = (uint8_t)((input >> 16) & 0xff);
224 output[3] = (uint8_t)((input >> 24) & 0xff);
225 output[4] = (uint8_t)((input >> 32) & 0xff);
226 output[5] = (uint8_t)((input >> 40) & 0xff);
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
msm-adie-codec.h 55 ((reg) = ((packed >> 16) & (0xff))); \
56 ((mask) = ((packed >> 8) & (0xff))); \
57 ((val) = ((packed) & (0xff))); \
  /external/srtp/crypto/cipher/
aes.c     [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 218 *ptr++ = 0xff;
230 *ptr++ = (aac_frame_length >> 3) & 0xff;
685 *ptr++ = kPID_PMT & 0xff;
693 memset(ptr, 0xff, sizeLeft);
739 *ptr++ = kPID_PMT & 0xff;
755 *ptr++ = kPID_PCR & 0xff;
764 *ptr++ = (program_info_length & 0xff);
780 *ptr++ = track->PID() & 0xff;
789 *ptr++ = (ES_info_length & 0xff);
801 crcDataStart[2] = section_length & 0xff;
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
cpu.h 26 #define GET_OMAP_CLASS (system_rev & 0xff)
  /bionic/libc/kernel/arch-mips/asm/dec/
kn02xa.h 46 #define KN02XA_MER_RES_0 (0xff<<0)
  /bionic/libc/kernel/arch-mips/asm/mips-boards/
generic.h 64 #define MIPS_REVISION_SCONID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 24) & 0xff)
  /bionic/libc/kernel/common/linux/
ipmi_msgdefs.h 52 #define IPMI_ERR_UNSPECIFIED 0xff
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modff.c 30 j0 = ((i0>>23)&0xff)-0x7f; /* exponent of x */
s_rintf.c 38 j0 = ((i0>>23)&0xff)-0x7f;
s_scalbnf.c 44 if (k==0xff) return x+x; /* NaN or Inf */
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
cpu.h 21 #define GET_OMAP_CLASS (system_rev & 0xff)
  /development/ndk/platforms/android-3/include/linux/
ipmi_msgdefs.h 45 #define IPMI_ERR_UNSPECIFIED 0xff
  /development/ndk/platforms/android-9/arch-mips/include/asm/dec/
kn02xa.h 46 #define KN02XA_MER_RES_0 (0xff<<0)
  /development/ndk/platforms/android-9/arch-mips/include/asm/mips-boards/
generic.h 64 #define MIPS_REVISION_SCONID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 24) & 0xff)
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 59 #define UINT16_LOW_BYTE(x) ((x) & 0xff)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 409 left = (in[inOff + 0] & 0xff) << 24;
410 left |= (in[inOff + 1] & 0xff) << 16;
411 left |= (in[inOff + 2] & 0xff) << 8;
412 left |= (in[inOff + 3] & 0xff);
414 right = (in[inOff + 4] & 0xff) << 24;
415 right |= (in[inOff + 5] & 0xff) << 16;
416 right |= (in[inOff + 6] & 0xff) << 8;
417 right |= (in[inOff + 7] & 0xff);
485 out[outOff + 0] = (byte)((right >>> 24) & 0xff);
486 out[outOff + 1] = (byte)((right >>> 16) & 0xff);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
PKCS12ParametersGenerator.java 61 int x = (b[b.length - 1] & 0xff) + (a[aOff + b.length - 1] & 0xff) + 1;
68 x += (b[i] & 0xff) + (a[aOff + i] & 0xff);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
ISO10126d2Padding.java 70 int count = in[in.length - 1] & 0xff;
PKCS7Padding.java 59 int count = in[in.length - 1] & 0xff;
X923Padding.java 71 int count = in[in.length - 1] & 0xff;
  /external/chromium/net/websockets/
websocket_net_log_params.cc 35 key += base::StringPrintf("\\x%02x", headers_[pos] & 0xff);
  /external/clang/test/Sema/
parentheses.c 20 (void)(i & 0xff < 30); // expected-warning {{& has lower precedence than <}} \
  /external/eigen/blas/
common.h 36 #define INVALID 0xff
58 return OP(*op)!=0xff;
63 return SIDE(*side)!=0xff;
68 return UPLO(*uplo)!=0xff;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DES.java 287 left = (in[inOff + 0] & 0xff) << 24;
288 left |= (in[inOff + 1] & 0xff) << 16;
289 left |= (in[inOff + 2] & 0xff) << 8;
290 left |= (in[inOff + 3] & 0xff);
292 right = (in[inOff + 4] & 0xff) << 24;
293 right |= (in[inOff + 5] & 0xff) << 16;
294 right |= (in[inOff + 6] & 0xff) << 8;
295 right |= (in[inOff + 7] & 0xff);
363 out[outOff + 0] = (byte) ((right >>> 24) & 0xff);
364 out[outOff + 1] = (byte) ((right >>> 16) & 0xff);
    [all...]

Completed in 773 milliseconds

<<11121314151617181920>>