/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
dirent.h | 18 unsigned short d_reclen; 25 unsigned short d_reclen;
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
dirent.h | 18 unsigned short d_reclen; 25 unsigned short d_reclen;
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
dirent.h | 18 unsigned short d_reclen; 25 unsigned short d_reclen;
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
dirent.h | 18 unsigned short d_reclen; 25 unsigned short d_reclen;
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
dirent.h | 18 unsigned short d_reclen; 25 unsigned short d_reclen;
|
/bionic/libc/stdlib/ |
seed48.c | 17 extern unsigned short __rand48_seed[3]; 18 extern unsigned short __rand48_mult[3]; 19 extern unsigned short __rand48_add; 21 unsigned short * 22 seed48(unsigned short xseed[3]) 24 static unsigned short sseed[3];
|
/external/libffi/testsuite/libffi.call/ |
promotion.c | 9 static int promotion(signed char sc, signed short ss, 10 unsigned char uc, unsigned short us) 25 signed short ss; 26 unsigned short us; 54 CHECK((int)rint == (signed char) sc + (signed short) ss + 55 (unsigned char) uc + (unsigned short) us);
|
cls_sshort.c | 13 *(ffi_arg*)resp = *(signed short *)args[0]; 14 printf("%d: %d\n",*(signed short *)args[0], 17 typedef signed short (*cls_ret_sshort)(signed short); 27 signed short res;
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
xf86vmode.h | 90 unsigned short hdisplay; 91 unsigned short hsyncstart; 92 unsigned short hsyncend; 93 unsigned short htotal; 94 unsigned short hskew; 95 unsigned short vdisplay; 96 unsigned short vsyncstart; 97 unsigned short vsyncend; 98 unsigned short vtotal; 111 unsigned short hdisplay [all...] |
/external/webkit/WebCore/page/ |
Connection.idl | 29 readonly attribute unsigned short type; 31 const unsigned short UNKNOWN = 0; 32 const unsigned short ETHERNET = 1; 33 const unsigned short WIFI = 2; 34 const unsigned short CELL_2G = 3; 35 const unsigned short CELL_3G = 4;
|
/external/webkit/WebCore/svg/ |
SVGRenderingIntent.idl | 30 const unsigned short RENDERING_INTENT_UNKNOWN = 0; 31 const unsigned short RENDERING_INTENT_AUTO = 1; 32 const unsigned short RENDERING_INTENT_PERCEPTUAL = 2; 33 const unsigned short RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3; 34 const unsigned short RENDERING_INTENT_SATURATION = 4; 35 const unsigned short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
|
SVGFECompositeElement.idl | 31 const unsigned short SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; 32 const unsigned short SVG_FECOMPOSITE_OPERATOR_OVER = 1; 33 const unsigned short SVG_FECOMPOSITE_OPERATOR_IN = 2; 34 const unsigned short SVG_FECOMPOSITE_OPERATOR_OUT = 3; 35 const unsigned short SVG_FECOMPOSITE_OPERATOR_ATOP = 4; 36 const unsigned short SVG_FECOMPOSITE_OPERATOR_XOR = 5; 37 const unsigned short SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
|
/frameworks/base/awt/java/awt/image/ |
DataBufferShort.java | 26 * the underlying data is short. 35 short data[][]; 38 * Instantiates a new data buffer of type short. 48 public DataBufferShort(short dataArrays[][], int size, int offsets[]) { 54 * Instantiates a new data buffer of type short. 61 public DataBufferShort(short dataArrays[][], int size) { 67 * Instantiates a new data buffer of type short with a single underlying 77 public DataBufferShort(short dataArray[], int size, int offset) { 79 data = new short[1][]; 84 * Instantiates a new data buffer of type short with a single underlyin [all...] |
DataBufferUShort.java | 28 * the underlying data is unsigned short. 37 short data[][]; 40 * Instantiates a new data buffer of type unsigned short. 50 public DataBufferUShort(short dataArrays[][], int size, int offsets[]) { 63 * Instantiates a new data buffer of type unsigned short. 70 public DataBufferUShort(short dataArrays[][], int size) { 76 * Instantiates a new data buffer of type unsigned short with a single 86 public DataBufferUShort(short dataArray[], int size, int offset) { 92 data = new short[1][]; 97 * Instantiates a new data buffer of type unsigned short with a singl [all...] |
/external/grub/netboot/ |
3c595.h | 81 * Some short functions, worth to let them be a macro 223 #define GLOBAL_RESET (unsigned short) 0x0000 /* Wait at least 1ms 225 #define WINDOW_SELECT (unsigned short) (0x1<<11) 226 #define START_TRANSCEIVER (unsigned short) (0x2<<11) /* Read ADDR_CFG reg to 232 #define RX_DISABLE (unsigned short) (0x3<<11) /* state disabled on 234 #define RX_ENABLE (unsigned short) (0x4<<11) 235 #define RX_RESET (unsigned short) (0x5<<11) 236 #define RX_DISCARD_TOP_PACK (unsigned short) (0x8<<11) 237 #define TX_ENABLE (unsigned short) (0x9<<11) 238 #define TX_DISABLE (unsigned short) (0xa<<11 [all...] |
/external/kernel-headers/original/asm-x86/ |
termios.h | 8 unsigned short ws_row; 9 unsigned short ws_col; 10 unsigned short ws_xpixel; 11 unsigned short ws_ypixel; 16 unsigned short c_iflag; /* input mode flags */ 17 unsigned short c_oflag; /* output mode flags */ 18 unsigned short c_cflag; /* control mode flags */ 19 unsigned short c_lflag; /* local mode flags */ 56 unsigned short __tmp; \ 58 *(unsigned short *) &(termios)->x = __tmp; [all...] |
types.h | 6 typedef unsigned short umode_t; 16 typedef __signed__ short __s16; 17 typedef unsigned short __u16; 50 typedef signed short s16; 51 typedef unsigned short u16;
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILAnimation.java | 23 public static final short ADDITIVE_REPLACE = 0; 24 public static final short ADDITIVE_SUM = 1; 32 public short getAdditive(); 33 public void setAdditive(short additive) 37 public static final short ACCUMULATE_NONE = 0; 38 public static final short ACCUMULATE_SUM = 1; 46 public short getAccumulate(); 47 public void setAccumulate(short accumulate) 51 public static final short CALCMODE_DISCRETE = 0; 52 public static final short CALCMODE_LINEAR = 1 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemevents.c | 51 static int do_messages(_THIS, short *message); 52 static void do_keyboard(short kc, short ks); 53 static void do_mouse(_THIS, short mx, short my, short mb, short ks); 70 short mousex, mousey, mouseb, dummy; 71 short kstate, prevkc, prevks; 81 short buffer[8], kc [all...] |
/external/webkit/WebCore/loader/appcache/ |
DOMApplicationCache.idl | 34 const unsigned short UNCACHED = 0; 35 const unsigned short IDLE = 1; 36 const unsigned short CHECKING = 2; 37 const unsigned short DOWNLOADING = 3; 38 const unsigned short UPDATEREADY = 4; 39 const unsigned short OBSOLETE = 5; 40 readonly attribute unsigned short status;
|
/frameworks/base/libs/rs/scriptc/ |
rs_types.rsh | 3 typedef short int16_t; 8 typedef unsigned short uint16_t; 58 typedef short short2 __attribute__((ext_vector_type(2))); 59 typedef short short3 __attribute__((ext_vector_type(3))); 60 typedef short short4 __attribute__((ext_vector_type(4))); 61 typedef short short8 __attribute__((ext_vector_type(8))); 62 typedef short short16 __attribute__((ext_vector_type(16)));
|
/external/webkit/WebKit/win/Interfaces/ |
DOMEvents.idl | 68 const unsigned short DOMEVENT_CAPTURING_PHASE = 1; 69 const unsigned short DOMEVENT_AT_TARGET = 2; 70 const unsigned short DOMEVENT_BUBBLING_PHASE = 3; 73 const unsigned short DOMEVENT_MOUSEDOWN = 1; 74 const unsigned short DOMEVENT_MOUSEUP = 2; 75 const unsigned short DOMEVENT_MOUSEOVER = 4; 76 const unsigned short DOMEVENT_MOUSEOUT = 8; 77 const unsigned short DOMEVENT_MOUSEMOVE = 16; 78 const unsigned short DOMEVENT_MOUSEDRAG = 32; 79 const unsigned short DOMEVENT_CLICK = 64 [all...] |
/cts/tools/dx-tests/src/dxc/junit/opcodes/sastore/ |
Test_sastore.java | 30 short[] arr = new short[2]; 31 t.run(arr, 1, (short) 10000); 40 short[] arr = new short[2]; 41 t.run(arr, 0, (short) 10000); 50 short[] arr = new short[2]; 52 t.run(arr, 2, (short) 10000); 65 t.run(null, 2, (short) 10000) [all...] |
/bionic/libc/kernel/common/linux/ |
sem.h | 38 unsigned short sem_nsems; 44 unsigned short sem_num; 45 short sem_op; 46 short sem_flg; 52 unsigned short __user *array;
|
/external/kernel-headers/original/linux/ |
tiocl.h | 14 unsigned short xs; /* X start */ 15 unsigned short ys; /* Y start */ 16 unsigned short xe; /* X end */ 17 unsigned short ye; /* Y end */ 18 unsigned short sel_mode; /* selection mode */
|