/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
mod_devicetable.h | 163 #define INPUT_DEVICE_ID_KEY_MAX 0x1ff
|
/external/qemu/ |
qemu-io.c | 152 if (len & 0x1ff) { 441 if (offset & 0x1ff) { 446 if (count & 0x1ff) { 576 if (offset & 0x1ff) { 712 if (offset & 0x1ff) { 718 if (count & 0x1ff) { 826 if (offset & 0x1ff) { 948 if (offset & 0x1ff) { 1164 if (ctx->offset & 0x1ff) { 1259 if (ctx->offset & 0x1ff) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_vertprog.c | 153 inst[1] |= (target & 0x1ff) << 14; 162 inst[1] |= (target & 0x1ff) << 12;
|
nv40_vertprog.h | 98 #define NV40_VP_INST_SRC0L_MASK (0x1FF << 23)
|
/external/iproute2/include/linux/ |
atm.h | 57 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ 59 #define __SO_LEVEL_MATCH(c,m) (((c) >> 22) == ((m) & 0x1FF))
|
/external/kernel-headers/original/linux/ |
atm.h | 60 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ 62 #define __SO_LEVEL_MATCH(c,m) (((c) >> 22) == ((m) & 0x1FF))
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_vertprog.c | 153 inst[1] |= (target & 0x1ff) << 14; 162 inst[1] |= (target & 0x1ff) << 12;
|
/external/qemu-pc-bios/vgabios/ |
biossums.c | 78 } else if ((bios_len & 0x1FF) != 0) { 79 bios_len = (bios_len + 0x200) & ~0x1FF;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atm.h | 55 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ 57 #define __SO_LEVEL_MATCH(c,m) (((c) >> 22) == ((m) & 0x1FF))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm.h | 55 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ 57 #define __SO_LEVEL_MATCH(c,m) (((c) >> 22) == ((m) & 0x1FF))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm.h | 55 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | \ 57 #define __SO_LEVEL_MATCH(c,m) (((c) >> 22) == ((m) & 0x1FF))
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate_generic.c | 295 value |= (uint32_t)(((uint32_t)(CLAMP(src[2], -1, 1) * 0x1ff)) & 0x3ff) ; 296 value |= (uint32_t)((((uint32_t)(CLAMP(src[1], -1, 1) * 0x1ff)) & 0x3ff) << 10) ; 297 value |= (uint32_t)((((uint32_t)(CLAMP(src[0], -1, 1) * 0x1ff)) & 0x3ff) << 20) ; 355 value |= (uint32_t)(((uint32_t)(CLAMP(src[0], -1, 1) * 0x1ff)) & 0x3ff) ; 356 value |= (uint32_t)((((uint32_t)(CLAMP(src[1], -1, 1) * 0x1ff)) & 0x3ff) << 10) ; 357 value |= (uint32_t)((((uint32_t)(CLAMP(src[2], -1, 1) * 0x1ff)) & 0x3ff) << 20) ; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
eg_sq.h | 224 #define S_SQ_ALU_WORD0_SRC0_SEL(x) (((x) & 0x1FF) << 0) 225 #define G_SQ_ALU_WORD0_SRC0_SEL(x) (((x) >> 0) & 0x1FF) 257 #define S_SQ_ALU_WORD0_SRC1_SEL(x) (((x) & 0x1FF) << 13) 258 #define G_SQ_ALU_WORD0_SRC1_SEL(x) (((x) >> 13) & 0x1FF) 323 #define S_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) & 0x1FF) << 0) 324 #define G_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) >> 0) & 0x1FF) [all...] |
r600_sq.h | 174 #define S_SQ_ALU_WORD0_SRC0_SEL(x) (((x) & 0x1FF) << 0) 175 #define G_SQ_ALU_WORD0_SRC0_SEL(x) (((x) >> 0) & 0x1FF) 210 #define S_SQ_ALU_WORD0_SRC1_SEL(x) (((x) & 0x1FF) << 13) 211 #define G_SQ_ALU_WORD0_SRC1_SEL(x) (((x) >> 13) & 0x1FF) 276 #define S_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) & 0x1FF) << 0) 277 #define G_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) >> 0) & 0x1FF) [all...] |
r700_sq.h | 171 #define S_SQ_ALU_WORD0_SRC0_SEL(x) (((x) & 0x1FF) << 0) 172 #define G_SQ_ALU_WORD0_SRC0_SEL(x) (((x) >> 0) & 0x1FF) 183 #define S_SQ_ALU_WORD0_SRC1_SEL(x) (((x) & 0x1FF) << 13) 184 #define G_SQ_ALU_WORD0_SRC1_SEL(x) (((x) >> 13) & 0x1FF) 351 #define S_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) & 0x1FF) << 0) 352 #define G_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) >> 0) & 0x1FF) [all...] |
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_generic.c | 295 value |= (uint32_t)(((uint32_t)(CLAMP(src[2], -1, 1) * 0x1ff)) & 0x3ff) ; 296 value |= (uint32_t)((((uint32_t)(CLAMP(src[1], -1, 1) * 0x1ff)) & 0x3ff) << 10) ; 297 value |= (uint32_t)((((uint32_t)(CLAMP(src[0], -1, 1) * 0x1ff)) & 0x3ff) << 20) ; 355 value |= (uint32_t)(((uint32_t)(CLAMP(src[0], -1, 1) * 0x1ff)) & 0x3ff) ; 356 value |= (uint32_t)((((uint32_t)(CLAMP(src[1], -1, 1) * 0x1ff)) & 0x3ff) << 10) ; 357 value |= (uint32_t)((((uint32_t)(CLAMP(src[2], -1, 1) * 0x1ff)) & 0x3ff) << 20) ; [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
eg_sq.h | 224 #define S_SQ_ALU_WORD0_SRC0_SEL(x) (((x) & 0x1FF) << 0) 225 #define G_SQ_ALU_WORD0_SRC0_SEL(x) (((x) >> 0) & 0x1FF) 257 #define S_SQ_ALU_WORD0_SRC1_SEL(x) (((x) & 0x1FF) << 13) 258 #define G_SQ_ALU_WORD0_SRC1_SEL(x) (((x) >> 13) & 0x1FF) 323 #define S_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) & 0x1FF) << 0) 324 #define G_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) >> 0) & 0x1FF) [all...] |
r600_sq.h | 174 #define S_SQ_ALU_WORD0_SRC0_SEL(x) (((x) & 0x1FF) << 0) 175 #define G_SQ_ALU_WORD0_SRC0_SEL(x) (((x) >> 0) & 0x1FF) 210 #define S_SQ_ALU_WORD0_SRC1_SEL(x) (((x) & 0x1FF) << 13) 211 #define G_SQ_ALU_WORD0_SRC1_SEL(x) (((x) >> 13) & 0x1FF) 276 #define S_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) & 0x1FF) << 0) 277 #define G_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) >> 0) & 0x1FF) [all...] |
r700_sq.h | 171 #define S_SQ_ALU_WORD0_SRC0_SEL(x) (((x) & 0x1FF) << 0) 172 #define G_SQ_ALU_WORD0_SRC0_SEL(x) (((x) >> 0) & 0x1FF) 183 #define S_SQ_ALU_WORD0_SRC1_SEL(x) (((x) & 0x1FF) << 13) 184 #define G_SQ_ALU_WORD0_SRC1_SEL(x) (((x) >> 13) & 0x1FF) 351 #define S_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) & 0x1FF) << 0) 352 #define G_SQ_ALU_WORD1_OP3_SRC2_SEL(x) (((x) >> 0) & 0x1FF) [all...] |
/external/qemu/hw/ |
goldfish_events_device.c | 263 enqueue_event(s, EV_KEY, keycode&0x1ff, (keycode&0x200) ? 1 : 0); 420 * the previous code did set the [1..0x1ff] range, but 428 events_set_bits(s, EV_KEY, 0x160, 0x1ff);
|
/external/fsck_msdos/ |
boot.c | 140 || fsinfo[0x1ff] != 0xaa 151 fsinfo[0x1ff] = 0xaa;
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
bitset.cpp | 47 int32_t hash=(int32_t)(key>>55)&0x1ff;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_debug_fp.c | 340 assert((program[0] & 0x1ff) + 2 == sz);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga3d_caps.h | 61 SVGA3DCAPS_RECORD_DEVCAPS_MAX = 0x1ff,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_debug_fp.c | 302 GLuint size = program[0] & 0x1ff;
|