/external/llvm/test/MC/Disassembler/ARM/ |
neon.txt | 517 # CHECK: vmin.s8 d16, d16, d17 519 # CHECK: vmin.s16 d16, d16, d17 521 # CHECK: vmin.s32 d16, d16, d17 523 # CHECK: vmin.u8 d16, d16, d17 525 # CHECK: vmin.u16 d16, d16, d17 527 # CHECK: vmin.u32 d16, d16, d17 529 # CHECK: vmin.f32 d16, d16, d17 531 # CHECK: vmin.s8 q8, q8, q9 533 # CHECK: vmin.s16 q8, q8, q9 535 # CHECK: vmin.s32 q8, q8, q [all...] |
/external/qemu/hw/ |
usb-hid.c | 497 static inline int int_clamp(int val, int vmin, int vmax) 499 if (val < vmin) 500 return vmin;
|
/external/kernel-headers/original/linux/ |
tty.h | 87 #define MIN_CHAR(tty) ((tty)->termios->c_cc[VMIN])
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsevents.c | 187 keyboard_termios.c_cc[VMIN] = 0; 561 mouse_termios.c_cc[VMIN] = 1;
|
/external/valgrind/main/none/tests/arm/ |
neon128.stdout.exp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSPrimitiveValue.h | 96 // From CSS Values and Units. Viewport-percentage Lengths (vw/vh/vmin/vmax).
|
CSSGrammar.y | 254 %token <number> VMIN [all...] |
CSSTokenizer-in.cpp | 859 CASE("vmin") { 860 m_token = VMIN; [all...] |
CSSPrimitiveValue.cpp | [all...] |
/external/e2fsprogs/e2fsck/ |
util.c | 147 tmp.c_cc[VMIN] = 1;
|
/external/libppp/src/ |
prompt.c | 439 newtio.c_cc[VMIN] = 1;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cdk.h | 221 unsigned short vmin; member in struct:asyport
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 221 unsigned short vmin; member in struct:asyport
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cdk.h | 221 unsigned short vmin; member in struct:asyport
|
/system/core/liblinenoise/ |
linenoise.c | 139 raw.c_cc[VMIN] = 1; raw.c_cc[VTIME] = 0; /* 1 byte, no timer */
|
/external/linux-tools-perf/ |
builtin-top.c | 514 tc.c_cc[VMIN] = 0; 634 tc.c_cc[VMIN] = 0;
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbevents.c | 194 keyboard_termios.c_cc[VMIN] = 0; 685 mouse_termios.c_cc[VMIN] = 1;
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_uart.c | 208 gComPortContext.nIoConfig.c_cc[VMIN] = 1; /* Control characters. Read is blocking until X characters are read */
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 238 cur_termios.c_cc[VMIN] = 0;
|
/external/clang/test/CodeGen/ |
arm_neon_intrinsics.c | [all...] |
/external/qemu/ |
qemu-char.c | 815 tty.c_cc[VMIN] = 1; 910 termios_p->c_cc[VMIN] = 0; [all...] |
/external/valgrind/main/VEX/priv/ |
host_arm_defs.c | 761 case ARMneon_VMINU: return "vmin"; 762 case ARMneon_VMINS: return "vmin"; 763 case ARMneon_VMINF: return "vmin"; [all...] |
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
userial_linux.c | [all...] |
/system/core/adb/ |
commandline.c | 229 tio.c_cc[VMIN] = 1; [all...] |
/external/llvm/lib/Target/ARM/ |
ARMScheduleSwift.td | [all...] |