HomeSort by relevance Sort by last modified time
    Searched full:short (Results 476 - 500 of 5109) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/
apm_bios.h 19 typedef unsigned short apm_event_t;
20 typedef unsigned short apm_eventinfo_t;
29 unsigned short version;
30 unsigned short cseg;
32 unsigned short cseg_16;
33 unsigned short dseg;
34 unsigned short flags;
35 unsigned short cseg_len;
36 unsigned short cseg_16_len;
37 unsigned short dseg_len
    [all...]
console_struct.h 20 unsigned short vc_num; /* Console number */
30 unsigned short *vc_screenbuf; /* In-memory character/attribute buffer */
42 unsigned short vc_complement_mask; /* [#] Xor mask for mouse pointer */
43 unsigned short vc_s_complement_mask; /* Saved mouse pointer mask */
48 unsigned short vc_hi_font_mask; /* [#] Attribute set for upper 256 chars of font or 0 if not supported */
50 unsigned short vc_video_erase_char; /* Background erase character */
91 unsigned short * vc_translate;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c 76 cursor->ph_cursor->size1.x = (short)w;
77 cursor->ph_cursor->size1.y = (short)h;
78 cursor->ph_cursor->offset1.x = (short)hot_x;
79 cursor->ph_cursor->offset1.y = (short)hot_y;
82 cursor->ph_cursor->size2.x = (short)w;
83 cursor->ph_cursor->size2.y = (short)h;
84 cursor->ph_cursor->offset2.x = (short)hot_x;
85 cursor->ph_cursor->offset2.y = (short)hot_y;
172 short abs_x, abs_y;
198 short abs_x
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dosio.h 27 unsigned short cyl; /* Cylinder (or track) */
28 unsigned short head;
29 unsigned short sector;
30 unsigned short offset; /* Offset of byte within the sector */
45 unsigned short cyls;
46 unsigned short heads;
47 unsigned short sects;
  /external/kernel-headers/original/asm-x86/
mpspec_def.h 37 unsigned short mpc_length; /* Size of table */
43 unsigned short mpc_oemsize; /* 0 if not present */
44 unsigned short mpc_oemcount;
115 unsigned short mpc_irqflag;
138 unsigned short mpc_irqflag;
150 unsigned short oem_length; /* Size of table */
164 unsigned short trans_reserved;
vm86.h 89 unsigned short cs, __csh;
92 unsigned short ss, __ssh;
96 unsigned short es, __esh;
97 unsigned short ds, __dsh;
98 unsigned short fs, __fsh;
99 unsigned short gs, __gsh;
158 unsigned short es, __esh;
159 unsigned short ds, __dsh;
160 unsigned short fs, __fsh;
161 unsigned short gs, __gsh
    [all...]
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 67 unsigned short membership[16]; // UCHAR_MAX/sizeof(unsigned short)/8
102 short *values_or_question1; /*if leaf node, this is the value at the node. If not, this
104 short *question2; /*also used to hold backoff_output for leaf nodes*/
105 short *left_nodes; /*right_node_index is always left_nodex+1, so just store left.
133 unsigned short membership[16]; // UCHAR_MAX/sizeof(unsigned short)/8
  /external/webkit/WebCore/xml/
XMLHttpRequest.idl 49 const unsigned short UNSENT = 0;
50 const unsigned short OPENED = 1;
51 const unsigned short HEADERS_RECEIVED = 2;
52 const unsigned short LOADING = 3;
53 const unsigned short DONE = 4;
55 readonly attribute unsigned short readyState;
85 readonly attribute unsigned short status
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 52 #define FIR_COEF(coef) (short)(0x10000 * coef)
53 static const short fir21[] = {
102 short in[BUF_SIZE];
106 short out[BUF_SIZE];
109 const short* firp = &fir21[0];
110 const short* inp = &in[i * 2];
114 out[i] = (short)(sum >> 16);
  /packages/apps/Mms/src/org/w3c/dom/smil/
Time.java 50 public static final short SMIL_TIME_INDEFINITE = 0;
51 public static final short SMIL_TIME_OFFSET = 1;
52 public static final short SMIL_TIME_SYNC_BASED = 2;
53 public static final short SMIL_TIME_EVENT_BASED = 3;
54 public static final short SMIL_TIME_WALLCLOCK = 4;
55 public static final short SMIL_TIME_MEDIA_MARKER = 5;
61 public short getTimeType();
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
compiler.h 139 extern void outb(unsigned short, unsigned char);
140 extern void outw(unsigned short, unsigned short);
141 extern void outl(unsigned short, unsigned int);
142 extern unsigned int inb(unsigned short);
143 extern unsigned int inw(unsigned short);
144 extern unsigned int inl(unsigned short);
149 extern void outw(unsigned long, unsigned short);
160 extern unsigned long ldw_u(unsigned short *);
163 extern void stw_u(unsigned long, unsigned short *);
    [all...]
  /external/grub/stage2/
serial.c 46 unsigned short div;
50 static unsigned short serial_hw_port = 0;
66 inb (unsigned short port)
78 outb (unsigned short port, unsigned char value)
118 unsigned short
122 const unsigned short *addr = (const unsigned short *) 0x0400;
135 serial_hw_init (unsigned short port, unsigned int speed,
139 unsigned short div = 0;
218 short key
    [all...]
  /external/webkit/WebCore/css/
CSSPrimitiveValue.h 105 unsigned short primitiveType() const { return m_type; }
123 short computeLengthShort(RenderStyle* currStyle, RenderStyle* rootStyle);
124 short computeLengthShort(RenderStyle* currStyle, RenderStyle* rootStyle, double multiplier);
130 void setPrimitiveType(unsigned short type) { m_type = type; }
132 double getDoubleValue(unsigned short unitType, ExceptionCode&);
133 double getDoubleValue(unsigned short unitType);
136 void setFloatValue(unsigned short unitType, double floatValue, ExceptionCode&);
137 float getFloatValue(unsigned short unitType, ExceptionCode& ec) { return static_cast<float>(getDoubleValue(unitType, ec)); }
138 float getFloatValue(unsigned short unitType) { return static_cast<float>(getDoubleValue(unitType)); }
141 int getIntValue(unsigned short unitType, ExceptionCode& ec) { return static_cast<int>(getDoubleValue(unitType, ec));
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gccint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gccint.info     [all...]
  /external/jpeg/
jmemdosa.asm 39 ; short far jdos_open (short far * handle, char far * filename)
74 ; short far jdos_close (short handle)
106 ; short far jdos_seek (short handle, long offset)
140 ; short far jdos_read (short handle, void far * buffer, unsigned short count)
163 jmp short read_er
    [all...]
  /bootable/bootloader/legacy/include/boot/
usb_descriptors.h 29 static unsigned short manufacturer_string[] = {
34 static unsigned short product_string[] = {
39 static unsigned short default_string[] = {
44 static unsigned short language_table[] = {
139 unsigned short length;
140 unsigned short id;
  /cts/tools/vm-tests/src/dot/junit/opcodes/not_int/
Test_not_int.java 106 * @title Argument = Short.MAX_VALUE
110 assertEquals(Short.MIN_VALUE, t.run(Short.MAX_VALUE));
114 * @title Argument = Short.MIN_VALUE
118 assertEquals(Short.MAX_VALUE, t.run(Short.MIN_VALUE));
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorImpl.java 40 private short fSeverity = DOMError.SEVERITY_WARNING;
73 public DOMErrorImpl(short severity, String message, String type) {
85 public DOMErrorImpl(short severity, String message, String type,
101 public DOMErrorImpl(short severity, String message, String type,
116 * @return A short containing the DOMError severity
118 public short getSeverity() {
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
UserDataHandler.java 30 public static final short NODE_CLONED = 1;
34 public static final short NODE_IMPORTED = 2;
41 public static final short NODE_DELETED = 3;
45 public static final short NODE_RENAMED = 4;
49 public static final short NODE_ADOPTED = 5;
66 public void handle(short operation,
  /external/webkit/WebCore/dom/
MouseEvent.cpp 39 unsigned short button, PassRefPtr<EventTarget> relatedTarget,
43 , m_button(button == (unsigned short)-1 ? 0 : button)
44 , m_buttonDown(button != (unsigned short)-1)
57 unsigned short button, PassRefPtr<EventTarget> relatedTarget)
70 m_button = button == (unsigned short)-1 ? 0 : button;
71 m_buttonDown = button != (unsigned short)-1;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 42 private short [] mAnalyzer = new short[256];
79 short newval = (short)(mVizData[i] * (i/16+2));
80 short oldval = mAnalyzer[i];
84 newval = (short)(oldval - 800);
  /bionic/libc/include/
utmp.h 54 short int e_termination;
55 short int e_exit;
61 short int ut_type;

Completed in 148 milliseconds

<<11121314151617181920>>