/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgr.h | 114 * Threshold (in Bytes) for moving to Short-Doze from 118 * The power mode of doze (short-doze / long-doze) that 131 * the pass to short doze from active event from the
|
/external/e2fsprogs/intl/ |
plural.c | 195 static const short yyprhs[] = 200 static const short yyrhs[] = 213 static const short yyrline[] = 233 static const short yyr1[] = 240 static const short yyr2[] = 249 static const short yydefact[] = 256 static const short yydefgoto[] = 261 static const short yypact[] = 268 static const short yypgoto[] = 277 static const short yytable[] [all...] |
/frameworks/base/awt/java/awt/image/ |
IndexColorModel.java | 581 } else if (obj instanceof short[]) { 582 short sa[] = (short[])obj; 647 } else if (pixel instanceof short[]) { 648 short sa[] = (short[])pixel; 734 short sa[] = (short[])getDataElements(rgb, null); 1003 short[] sa = new short[1] [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESKeySpecTest.java | 111 * in the cases of: null array, short array, normal array. 139 fail("Should raise an InvalidKeyException on a short byte array."); 162 fail("Should raise an InvalidKeyException on a short byte array."); 246 + "in case of short byte array."); 300 + "in case of short byte array.");
|
RC5ParameterSpecTest.java | 72 + "in the case of short iv."); 79 + "in the case of short iv."); 120 + "in the case of short iv."); 127 + "in the case of short iv."); 135 + "in the case of short iv.");
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
MappedByteBufferAdapter.java | 221 public short getShort() { 224 short result = this.wrapped.getShort(); 230 public short getShort(int index) { 364 public ByteBuffer putShort(int index, short value) { 372 public ByteBuffer putShort(short value) {
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
Node.java | 141 public static final short ELEMENT_NODE = 1; 145 public static final short ATTRIBUTE_NODE = 2; 149 public static final short TEXT_NODE = 3; 153 public static final short CDATA_SECTION_NODE = 4; 157 public static final short ENTITY_REFERENCE_NODE = 5; 161 public static final short ENTITY_NODE = 6; 165 public static final short PROCESSING_INSTRUCTION_NODE = 7; 169 public static final short COMMENT_NODE = 8; 173 public static final short DOCUMENT_NODE = 9; 177 public static final short DOCUMENT_TYPE_NODE = 10 [all...] |
/external/e2fsprogs/ext2ed/ |
ext2ed.h | 94 unsigned short fields_num; 97 unsigned short field_lengths [MAX_FIELDS]; 98 unsigned short field_positions [MAX_FIELDS]; 129 unsigned short block_size; 208 extern short block_size;
|
/external/iptables/extensions/ |
libipt_string.c | 90 short hex_f = 0, literal_f = 0; 246 static unsigned short int 247 is_hex_string(const char *str, const unsigned short int len) 261 print_hex_string(const char *str, const unsigned short int len) 278 print_string(const char *str, const unsigned short int len)
|
/external/jhead/ |
jhead.h | 143 unsigned short Tag; // tag value, i.e. TAG_MODEL 152 unsigned short Tag; 173 int Get16u(void * Short); 207 int GpsTagToFormatType(unsigned short tag); 209 TagTable_t* GpsTagToTagTableEntry(unsigned short tag);
|
/external/kernel-headers/original/linux/ |
fd.h | 168 short autodetect[8]; /* autodetected formats */ 205 short probed_format; 206 short track; /* current track */ 207 short maxblock; /* id of highest block read */ 208 short maxtrack; /* id of highest half track read */
|
/external/kernel-headers/original/linux/sunrpc/ |
svc.h | 129 short rq_argused; /* pages used for argument */ 130 short rq_arghi; /* pages available in argument page list */ 131 short rq_resused; /* pages used for result */ 138 unsigned short 319 int svc_register(struct svc_serv *, int, unsigned short);
|
/external/oprofile/daemon/ |
opd_ibs_macro.h | 207 #define IBS_FETCH_FETCH_LATENCY(x) ((unsigned short)(x->ibs_fetch_ctl_high & FETCH_MASK_LATENCY)) 219 #define IBS_FETCH_TLB_PAGE_SIZE(x) ((unsigned short)((x->ibs_fetch_ctl_high >> 21) & 0x3)) 249 #define IBS_OP_COM_TO_RETIRE_CYCLES(x) ((unsigned short)(x->ibs_op_data1_low & BR_MASK_RETIRE)) 252 #define IBS_OP_TAG_TO_RETIRE_CYCLES(x) ((unsigned short)((x->ibs_op_data1_low >> 16) & BR_MASK_RETIRE)) 290 #define IBS_OP_DC_MISS_LATENCY(x) ((unsigned short)(x->ibs_op_data3_high & 0xffff))
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_xbios.c | 203 static const unsigned short MASK1[3] = { 0, 0x6000, 0 }; 204 static const unsigned short MASK2[4] = { 0xFFF0, 0xFF8F, 0xF0FF, 0x0FFF }; 205 static const unsigned short INDEX1[4] = { 1, 3, 5, 7 }; 206 static const unsigned short INDEX2[4] = { 0, 2, 4, 6 }; 207 unsigned short sync_div,dev_ctrl,dest_ctrl;
|
/external/quake/quake/src/QW/client/ |
gl_model.h | 105 unsigned short v[2];
138 short texturemins[2];
139 short extents[2];
173 unsigned short firstsurface;
174 unsigned short numsurfaces;
|
/external/quake/quake/src/WinQuake/ |
gl_model.h | 101 unsigned short v[2]; 134 short texturemins[2]; 135 short extents[2]; 169 unsigned short firstsurface; 170 unsigned short numsurfaces;
|
/external/tcpdump/ |
config.h | 119 /* Long story short: aclocal.m4 depends on autoconf 2.13 296 /* Define to the one symbol short name of this package. */ 317 /* The size of `short', as computed by sizeof. */ 329 /* Define to `short' if int16_t not defined. */ 341 /* Define to `unsigned short' if u_int16_t not defined. */
|
config.h.in | 118 /* Long story short: aclocal.m4 depends on autoconf 2.13 295 /* Define to the one symbol short name of this package. */ 316 /* The size of `short', as computed by sizeof. */ 328 /* Define to `short' if int16_t not defined. */ 340 /* Define to `unsigned short' if u_int16_t not defined. */
|
/external/webkit/WebCore/bridge/objc/ |
objc_utility.mm | 121 Number coerced to char, short, int, long, float, double, or NSNumber, as appropriate 164 result.shortValue = (short)d; 215 short number 263 return jsNumber(exec, *(short*)buffer); 265 return jsNumber(exec, *(unsigned short*)buffer);
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
common.h | 50 static inline unsigned short bswap_16(unsigned short v) 136 typedef unsigned short u16; 173 static inline unsigned short wpa_swap_16(unsigned short v)
|
/external/zlib/contrib/puff/ |
puff.c | 19 * assumes that long's are at least 32 bits. puff.c uses the short data type, 42 * - Use short data type for large arrays 189 short *count; /* number of symbols of each length */ 190 short *symbol; /* canonically ordered symbols */ 254 short *next; /* next number of codes */ 319 local int construct(struct huffman *h, short *length, int n) 324 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ 421 static const short lens[29] = { /* Size base for length codes 257..285 */ 424 static const short lext[29] = { /* Extra bits for length codes 257..285 */ 427 static const short dists[30] = { /* Offset base for distance codes 0..29 * [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
std.h | 167 typedef short MdInt; /* MDSIZE-bit signed integer */ 175 typedef unsigned short MdUns; /* MDSIZE-bit unsigned integer */ 183 typedef unsigned short MdBits; /* MDSIZE-bit bit string */ 195 typedef short int Short;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
std.h | 167 typedef short MdInt; /* MDSIZE-bit signed integer */ 175 typedef unsigned short MdUns; /* MDSIZE-bit unsigned integer */ 183 typedef unsigned short MdBits; /* MDSIZE-bit bit string */ 195 typedef short int Short;
|
/dalvik/libcore/luni/src/main/java/java/io/ |
EmulatedFields.java | 372 * Finds and returns the short value of a given field named {@code name} in 386 public short get(String name, short defaultValue) 388 ObjectSlot slot = findSlot(name, Short.TYPE); 391 throw new IllegalArgumentException("no short field '" + name + "'"); 393 return slot.defaulted ? defaultValue : ((Short) slot.fieldValue) 575 * Find and set the short value of a given field named {@code name} in the 586 public void put(String name, short value) throws IllegalArgumentException { 587 ObjectSlot slot = findSlot(name, Short.TYPE); 589 throw new IllegalArgumentException("no short field '" + name + "'") [all...] |
/external/grub/netboot/ |
ns8390.c | 33 static unsigned short eth_nic_base, eth_asic_base; 136 *((unsigned short *)dst) = inw(eth_asic_base + ASIC_PIO); 185 outw(*((unsigned short *)src), eth_asic_base + ASIC_PIO); 392 unsigned short type; 435 unsigned short len, frag; 436 unsigned short pktoff; 530 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs, 533 struct nic *eth_probe(struct nic *nic, unsigned short *probe_addrs) 538 unsigned short chksum; 635 static unsigned short base[] = [all...] |