HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 276 - 300 of 982) sorted by null

<<11121314151617181920>>

  /system/core/toolbox/
newfs_msdos.c 271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
569 x1 = bpb.res + rds;
571 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
573 x1 += x * bpb.nft;
574 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
580 x1 += (bpb.bspf - 1) * bpb.nft;
582 cls = (bpb.bsec - x1) / bpb.spc;
594 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
640 x1 = sizeof(struct bs);
641 bsbpb = (struct bsbpb *)(img + x1);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 449 int x1 = BytesTo32Bits(src, srcIndex + 4) ^ gSubKeys[INPUT_WHITEN + 1]; local
458 t1 = Fe32_3(x1);
467 x1 = (x1 << 1 | x1 >>> 31) ^ (t0 + 2*t1 + gSubKeys[k++]);
473 Bits32ToBytes(x1 ^ gSubKeys[OUTPUT_WHITEN + 3], dst, dstIndex + 12);
490 int x1 = BytesTo32Bits(src, srcIndex+12) ^ gSubKeys[OUTPUT_WHITEN + 3]; local
498 x1 ^= t0 + 2*t1 + gSubKeys[k--];
500 x1 = x1 >>>1 | x1 << 31
    [all...]
  /device/samsung/crespo/alsa-utils/alsamixer/
alsamixer.c 1316 int x1, x2, y1, y2; local
    [all...]
  /bionic/libc/kernel/common/linux/
if.h 22 #define IFF_UP 0x1
47 #define IFF_802_1Q_VLAN 0x1
  /bionic/libm/include/sparc64/
fenv.h 53 #define FE_TOWARDZERO 0x1
132 d = 0x1.ffp1023;
  /bionic/libm/sparc64/
fenv.h 53 #define FE_TOWARDZERO 0x1
132 d = 0x1.ffp1023;
  /development/ndk/platforms/android-3/include/linux/
if.h 22 #define IFF_UP 0x1
47 #define IFF_802_1Q_VLAN 0x1
  /development/ndk/platforms/android-9/include/android/
configuration.h 71 ACONFIGURATION_SCREENLONG_NO = 0x1,
80 ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
  /external/bzip2/
Android.mk 18 # measurements show that the ARM version of ZLib is about x1.17 faster
  /external/chromium/third_party/icu/source/i18n/
nfrs.cpp 67 int64_t x1 = x; local
71 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
73 x1 >>= 1;
78 if ((x1 & 1) == 1) {
81 t = x1;
89 x1 = t;
93 t = x1 - y1;
96 int64_t gcd = x1 << p2;
  /external/freetype/include/freetype/
ftimage.h 463 #define FT_OUTLINE_OWNER 0x1
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 67 int64_t x1 = x; local
71 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
73 x1 >>= 1;
78 if ((x1 & 1) == 1) {
81 t = x1;
89 x1 = t;
93 t = x1 - y1;
96 int64_t gcd = x1 << p2;
  /external/iproute2/include/linux/
if.h 31 #define IFF_UP 0x1 /* interface is up */
60 #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
  /external/kernel-headers/original/linux/
if.h 30 #define IFF_UP 0x1 /* interface is up */
57 #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */
  /external/libvpx/vpx/
vpx_codec.h 146 #define VPX_CODEC_CAP_DECODER 0x1 /**< Is a decoder */
485 #define VPX_CODEC_MEM_ZERO 0x1 /**< Segment must be zeroed by allocation */
  /external/openssl/crypto/asn1/
a_utf8.c 135 value = ((unsigned long)(*p++ & 0x1)) << 30;
203 *str++ = (unsigned char)(((value >> 30) & 0x1) | 0xfc);
  /external/openssl/crypto/rsa/
rsa_pss.c 138 if (DB[i++] != 0x1)
250 *p++ ^= 0x1;
  /external/skia/src/core/
SkAntiRun.h 65 int x1 = (stop - 1) >> kShift;
66 int middle = x1 - x0;
  /external/skia/tests/
ClipCubicTest.cpp 35 float x1, float y1,
40 crv[1].fX = SkFloatToScalar(x1); crv[1].fY = SkFloatToScalar(y1);
  /external/zlib/
Android.mk 4 # measurements show that the ARM version of ZLib is about x1.17 faster
  /frameworks/base/native/include/android/
configuration.h 73 ACONFIGURATION_SCREENLONG_NO = 0x1,
82 ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
DataCtrl_Api.h 71 #define RECV_OK 0x1
139 #define XFER_OK 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if.h 22 #define IFF_UP 0x1
47 #define IFF_802_1Q_VLAN 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if.h 22 #define IFF_UP 0x1
47 #define IFF_802_1Q_VLAN 0x1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if.h 22 #define IFF_UP 0x1
47 #define IFF_802_1Q_VLAN 0x1

Completed in 625 milliseconds

<<11121314151617181920>>