Searched refs:x1 (Results 1 - 18 of 18) sorted by relevance

/system/core/include/cutils/
H A Dandroid_reboot.h28 #define ANDROID_RB_FLAG_NO_SYNC 0x1
/system/core/fs_mgr/
H A Dfs_mgr_priv.h75 #define MF_WAIT 0x1
/system/vold/
H A Dcryptfs.h36 #define CRYPT_MNT_KEY_UNENCRYPTED 0x1 /* The key for the partition is not encrypted. */
70 #define VOL_NONREMOVABLE 0x1
/system/core/sh/
H A Dexpand.h51 #define EXP_FULL 0x1 /* perform word splitting & file globbing */
H A Dparser.h57 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */
H A Dmiscbltin.c343 enum { SOFT = 0x1, HARD = 0x2 }
/system/core/include/diskconfig/
H A Ddiskconfig.h32 #define PART_SCHEME_MBR 0x1
54 #define PART_ACTIVE_FLAG 0x1
/system/core/include/system/
H A Daudio.h94 AUDIO_FORMAT_PCM_SUB_16_BIT = 0x1, /* DO NOT CHANGE - PCM signed 16 bits */
160 AUDIO_CHANNEL_OUT_FRONT_LEFT = 0x1,
287 AUDIO_DEVICE_OUT_EARPIECE = 0x1,
331 AUDIO_DEVICE_IN_COMMUNICATION = AUDIO_DEVICE_BIT_IN | 0x1,
376 AUDIO_OUTPUT_FLAG_DIRECT = 0x1, // this output directly connects a track
/system/core/toolbox/
H A Dnewfs_msdos.c271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
570 x1 = bpb.res + rds;
572 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
574 x1 += x * bpb.nft;
575 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
581 x1 += (bpb.bspf - 1) * bpb.nft;
583 cls = (bpb.bsec - x1) / bpb.spc;
595 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
641 x1 = sizeof(struct bs);
642 bsbpb = (struct bsbpb *)(img + x1);
[all...]
H A Dnetstat.c59 case 0x1: return "ESTABLISHED";
/system/core/libpixelflinger/
H A Dtrap.cpp516 int32_t x1 = v1[0]; local
521 int32_t dx01 = x0 - x1;
529 swap(x0, x1);
531 dx01 = x0 - x1;
536 int32_t dx12 = x1 - x2;
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS;
555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
694 const int x1 = top[0]; local
695 const int dx = bot[0] - x1;
880 const int x1 = top[0]; local
[all...]
H A Dscanline.cpp630 const int x1 = c->iterators.xr; local
631 int xc = x1 - xs;
1894 const uint32_t x1 = c->iterators.xr; local
1895 const uint32_t xc = x1 - xs;
1985 const uint32_t x1 = c->iterators.xr; local
1986 const uint32_t xc = x1 - xs;
/system/core/adb/
H A Dadb.h438 #define ADB_PROTOCOL 0x1
/system/extras/libublock/
H A Dublock.c44 #define CTX_INITED 0x1
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp521 if (getpid() & 0x1) {
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h83 OUT_OF_REGISTERS = 0x1
H A Dtexturing.cpp60 // 0x1: color component
299 if (tmu.format.c[0].h) tmu.mask |= 0x1;
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp1290 int32_t newFrameCounts[4] = { 0x0, 0x1, 0x10, 0x100 };

Completed in 325 milliseconds