/external/zlib/contrib/masm686/ |
match.asm | 163 jl SHORT LastMatchGood
182 jl SHORT LookaheadLess
209 jg SHORT LimitPositive
236 jmp SHORT LoopEntry
271 jnz SHORT LookupLoop
276 jnz SHORT LookupLoop
313 jnz SHORT LeaveLoopCmps
317 jnz SHORT LeaveLoopCmps4
320 jnz SHORT LoopCmps
329 jnz SHORT LenLower [all...] |
/frameworks/base/awt/java/awt/image/renderable/ |
ParameterBlock.java | 267 * Wraps the short value in a Short and places it in the parameter block at 271 * the short value of the parameter. 276 public ParameterBlock set(short s, int index) { 277 return set(new Short(s), index); 281 * Wraps the short value in a Short and adds it to the parameter block. 284 * the short value of the parameter. 287 public ParameterBlock add(short s) { 288 return add(new Short(s)) [all...] |
/dalvik/dexdump/ |
OpCodeNames.c | 117 "aget-short", 126 "aput-short", 133 "iget-short", 140 "iput-short", 149 "sget-short", 156 "sput-short", 194 "int-to-short",
|
/external/freetype/include/freetype/ |
fttypes.h | 116 typedef signed short FT_FWord; /* distance in FUnits */ 128 typedef unsigned short FT_UFWord; /* unsigned distance */ 192 /* A typedef for signed short. */ 194 typedef signed short FT_Short; 203 /* A typedef for unsigned short. */ 205 typedef unsigned short FT_UShort; 260 typedef signed short FT_F2Dot14; [all...] |
/packages/apps/Browser/tests/src/com/android/browser/ |
JNIBindingsTest.java | 54 float floatParam, int intParam, long longParam, short shortParam, 62 short expectedShortParam = 6000; 104 float[] floatArray, int[] intArray, long[] longArray, short[] shortArray, 112 short[] expectedShortArray = {7,8,9}; 170 double doubleParam, float floatParam, int intParam, long longParam, short shortParam, 180 short expectedShortParam = 104; 266 public short returnShort() { return 12345; }
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
fastcodemb.cpp | 54 Short *output, *dataBlock; 64 Int(*BlockQuantDequantH263)(Short *, Short *, struct QPstruct *, 66 Int(*BlockQuantDequantH263DC)(Short *, Short *, struct QPstruct *, 68 void (*BlockDCT1x1)(Short *, UChar *, UChar *, Int); 69 void (*BlockDCT2x2)(Short *, UChar *, UChar *, Int); 70 void (*BlockDCT4x4)(Short *, UChar *, UChar *, Int); 71 void (*BlockDCT8x8)(Short *, UChar *, UChar *, Int); 90 // M4VENC_MEMSET(output,0,(sizeof(Short)<<6)*6); /* reset quantized coeff. to zero , 7/24/01* [all...] |
/frameworks/base/awt/java/awt/image/ |
DirectColorModel.java | 58 private short to_LINEAR_16RGB_LUT[]; // Lookup table for conversion from 192 short sa[]; 194 sa = new short[1]; 196 sa = (short[])obj; 198 sa[0] = (short)pixel; 320 short sa[]; 322 sa = new short[1]; 324 sa = (short[])pixel; 326 sa[0] = (short)pxl; 454 short sa[] = (short[])pixel [all...] |
/external/proguard/src/proguard/gui/ |
default.pro | 106 public static java.lang.String toString(short); 107 public static short parseShort(java.lang.String); 108 public static short parseShort(java.lang.String,int); 109 public static java.lang.Short valueOf(java.lang.String,int); 110 public static java.lang.Short valueOf(java.lang.String); 111 public static java.lang.Short valueOf(short); 112 public static java.lang.Short decode(java.lang.String); 113 public static short reverseBytes(short); [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
MatrixCursorTest.java | 255 mMatrixCursor.addRow(new Short[] { Short.MIN_VALUE, 0, Short.MAX_VALUE }); 262 assertEquals(Short.MIN_VALUE, mMatrixCursor.getShort(COLUMN0_INDEX)); 264 assertEquals(Short.MAX_VALUE, mMatrixCursor.getShort(COLUMN2_INDEX)); 266 assertEquals(Short.MIN_VALUE, mMatrixCursor.getInt(COLUMN0_INDEX)); 268 assertEquals(Short.MAX_VALUE, mMatrixCursor.getInt(COLUMN2_INDEX)); 270 assertEquals(Short.MIN_VALUE, mMatrixCursor.getLong(COLUMN0_INDEX)); 272 assertEquals(Short.MAX_VALUE, mMatrixCursor.getLong(COLUMN2_INDEX));
|
/dalvik/libcore/support/src/test/java/tests/util/ |
CallVerificationStack.java | 185 * Pushes a short onto the top of this stack. 190 public void push(short val) { 272 * Pop a short. 276 public short popShort() { 278 Short value = (Short) wrapper.getValue(); 340 * Constructs a wrapper object for the base type <code> short </code> . 342 public BaseTypeWrapper(short val) { 343 this.value = new Short(val);
|
/external/iproute2/include/linux/ |
rtnetlink.h | 132 unsigned short rta_len; 133 unsigned short rta_type; 303 unsigned short rtnh_len; 428 unsigned short ifi_type; /* ARPHRD_* */ 442 unsigned short prefix_pad2; 475 unsigned short tcm__pad2; 509 unsigned short nduseropt_opts_len; /* Total length of options */ 513 unsigned short nduseropt_pad2; 603 unsigned short tca__pad2;
|
/bionic/libc/kernel/common/linux/ |
pkt_sched.h | 58 unsigned short overhead; 59 short cell_align; 60 unsigned short mpu; 69 short cell_align; 338 unsigned short __res2;
|
/cts/tools/vm-tests/src/dot/junit/opcodes/add_int_lit16/ |
Test_add_int_lit16.java | 98 * @title Arguments = 0 + Short.MAX_VALUE 102 assertEquals(Short.MAX_VALUE, t.run()); 106 * @title Arguments = Integer.MAX_VALUE + Short.MAX_VALUE 138 * @title Arguments = Short.MIN_VALUE + Short.MIN_VALUE
|
/cts/tools/vm-tests/src/dot/junit/opcodes/aput_byte/ |
Test_aput_byte.java | 105 * @title types of arguments - array, double, short 131 * @title types of arguments - object, int, short 144 * @title types of arguments - double[], int, short 157 * @title types of arguments - long[], int, short 170 * @title types of arguments - array, reference, short
|
/dalvik/dx/src/com/android/dx/dex/file/ |
ProtoIdItem.java | 37 /** {@code non-null;} the short-form of the prototype */ 65 * Creates the short-form of the given prototype. 68 * @return {@code non-null;} the short form 85 * Gets the short-form character for the given type. 88 * @return the corresponding short-form character
|
/dalvik/libcore/luni/src/main/java/java/io/ |
EmulatedFieldsForDumping.java | 157 * Find and set the short value of a given field named <code>name</code> 166 public void put(String name, short value) { 211 } else if (type == Short.TYPE) { 212 output.writeShort(fieldValue != null ? ((Short) fieldValue) 213 .shortValue() : (short) 0);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/ |
CFBBlockCipher.java | 54 * An IV which is too short is handled in FIPS compliant fashion. 165 throw new DataLengthException("input buffer too short"); 170 throw new DataLengthException("output buffer too short"); 213 throw new DataLengthException("input buffer too short"); 218 throw new DataLengthException("output buffer too short");
|
/external/grub/netboot/ |
sk_g16.h | 125 unsigned short mode; /* Mode Register */ 146 volatile short blen; /* Buffer Length (two's complement) */ 147 unsigned short mlen; /* Message Byte Count */ 164 unsigned short blen; /* Buffer Length (two's complement) */ 165 unsigned volatile short status2; /* Error Status Bits */
|
/external/grub/stage2/ |
pc_slice.h | 41 ( *( (unsigned short *) (((int) mbr_ptr) + PC_MBR_SIG_OFFSET) ) \ 45 ( *( (unsigned short *) (((int) mbr_ptr) + PC_MBR_SIG_OFFSET) ) ) 187 ( *( (unsigned short *) (((int) l_ptr) + BSD_LABEL_MAG_OFFSET + 4) ) ) 190 ( *( (unsigned short *) (((int) l_ptr) + BSD_LABEL_NPARTS_OFFSET) ) ) 213 ( *( (unsigned short *) (((int) l_ptr) + BSD_PART_OFFSET + 14 \
|
smp-imps.h | 122 unsigned short base_length; 128 unsigned short oem_table_size; 129 unsigned short entry_count; 131 unsigned short extended_length; 173 unsigned short flags;
|
/external/quake/quake/src/WinQuake/ |
crc.cpp | 32 static unsigned short crctable[256] =
68 void CRC_Init(unsigned short *crcvalue)
73 void CRC_ProcessByte(unsigned short *crcvalue, byte data)
78 unsigned short CRC_Value(unsigned short crcvalue)
|
net_bw.cpp | 107 struct { unsigned short s_w1,s_w2; } S_un_w;
120 short sin_family;
121 unsigned short sin_port;
164 short localPort;
168 short dataAvailable;
174 unsigned short info2Offset;
181 short remotePort;
183 unsigned short dataLenPlus8;
191 short remotePort;
192 unsigned short dataLen; [all...] |
/external/tcpdump/ |
tcpdump-stdinc.h | 69 typedef short ino_t; 153 extern __inline__ unsigned short __ntohs (unsigned short x); 169 extern __inline__ unsigned short __ntohs (unsigned short x)
|
/external/webkit/WebCore/rendering/ |
InlineTextBox.h | 33 const unsigned short cNoTruncation = USHRT_MAX; 34 const unsigned short cFullTruncation = USHRT_MAX - 1; 65 unsigned short truncation() { return m_truncation; } 120 unsigned short m_len; 122 unsigned short m_truncation; // Where to truncate when text overflow is applied. We use special constants to
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
osTIType.h | 82 #define _T unsigned short 96 typedef short INT16, *PINT16; 97 typedef unsigned short UINT16, *PUINT16; 134 unsigned short Data2; 135 unsigned short Data3;
|