Searched
full:short (Results
1701 -
1725 of
5109) sorted by null
<<61626364656667686970>>
/external/bluetooth/bluez/tools/ |
hciattach_tialt.c | 66 static int read_command_complete(int fd, unsigned short opcode, unsigned char len) { 240 unsigned short lmp_subv = resp[13] | (resp[14] << 8); 241 unsigned short brf_chip = (lmp_subv & 0x7c00) >> 10;
|
/external/dbus/ |
config.h | 235 /* Define to the one symbol short name of this package. */ 253 /* The size of a `short', as computed by sizeof. */ 254 #define SIZEOF_SHORT sizeof(short)
|
/external/expat/lib/ |
xmltok.h | 169 unsigned short **toP, 170 const unsigned short *toLim); 281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
/external/grub/netboot/ |
sk_g16.c | 401 unsigned volatile short ioreg;/* LANCE I/O Register */ 451 static unsigned short ioaddr; /* base io address */ 462 * See for short explanation of each function its definitions header. 465 static int SK_probe1(struct nic *nic, short ioaddr1); 476 struct nic *SK_probe(struct nic *nic, unsigned short *probe_addrs); 483 static int SK_lance_init(struct nic *nic, unsigned short mode); 628 short len; 744 struct nic *SK_probe(struct nic *nic, unsigned short *probe_addrs) 746 unsigned short *p; 747 static unsigned short io_addrs[] = SK_IO_PORTS [all...] |
/external/jhead/ |
makernote.c | 120 int IsoCode = Get16u(ValuePtr + 16*sizeof(unsigned short)); 128 int WhiteBalance = Get16u(ValuePtr + 7*sizeof(unsigned short)); 141 int temp_dist = Get16u(ValuePtr + 19*sizeof(unsigned short));
|
/external/jpeg/ |
jdct.h | 56 typedef MULTIPLIER ISLOW_MULT_TYPE; /* short or int, whichever is faster */ 58 typedef MULTIPLIER IFAST_MULT_TYPE; /* 16 bits is OK, use short if faster */ 81 /* Short forms of external names for systems with brain-damaged linkers. */
|
/external/kernel-headers/original/linux/ |
socket.h | 12 unsigned short ss_family; /* address family */ 14 char __data[_K_SS_MAXSIZE - sizeof(unsigned short)]; 33 typedef unsigned short sa_family_t;
|
telephony.h | 55 * (other vendors following this API shuld add a short description of 116 #define PHONE_RING_CADENCE _IOW ('q', 0x86, short) 197 unsigned short buf_min, buf_opt, buf_max;
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
vlc_encode_inline.h | 23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) 113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) 227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
|
/external/opencore/doc/oscl_html/ |
classOsclBinIStream.html | 27 <tr><td> </td><td><font size=-1><em>This method reads an unsigned short from the stream.</em> <a href="#a2"></a><em></em></font><br><br></td></tr> 161 This method reads an unsigned short from the stream. 164 Unsigned short read from the stream. </dl> </td>
|
/external/openssl/crypto/conf/ |
keysets.pl | 134 #define KEYTYPES(c) ((unsigned short *)((c)->meth_data)) 167 print "static unsigned short CONF_type_default[256]={"; 177 print "static unsigned short CONF_type_win32[256]={";
|
/frameworks/base/core/java/android/gesture/ |
GestureStore.java | 46 // 2 bytes short File format version number 75 private static final short FILE_FORMAT_VERSION = 1; 290 final short versionNumber = in.readShort();
|
/packages/apps/Mms/src/com/android/mms/model/ |
MediaModel.java | 55 protected short mFill; 202 public short getFill() { 209 public void setFill(short fill) {
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
machmode.h | 180 #define GET_MODE_SIZE(MODE) ((unsigned short) mode_size[MODE]) 181 #define GET_MODE_BITSIZE(MODE) ((unsigned short) (GET_MODE_SIZE (MODE) * BITS_PER_UNIT)) 184 extern const unsigned short mode_precision[NUM_MACHINE_MODES];
|
/system/core/sh/ |
error.c | 98 * there is a short period after a fork before the signal handlers are 284 short errcode; /* error number */ 285 short action; /* operation which encountered the error */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_types.h | 54 typedef unsigned short uint16; 64 typedef short int16; 285 b15 - Indicates Preamble type (1=SHORT, 0=LONG).
|
/system/wlan/ti/sta_dk_4_0_4_32/config/ |
tiwlan.ini | 64 # rate policy - short / long retries 87 # 2 - Short Doze 92 AutoPowerModeDozeMode = 2 # 2 - Short Doze
|
/bionic/libc/include/ |
dirent.h | 56 unsigned short d_reclen;
|
/bionic/libc/include/netinet/ |
in_systm.h | 50 typedef u_int16_t n_short; /* short as received from the net */
|
/bionic/libc/inet/ |
bindresvport.c | 41 static short port;
|
/bionic/libc/kernel/common/linux/ |
in6.h | 33 unsigned short int sin6_family;
|
netlink.h | 46 unsigned short nl_pad;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Canvas_VertexModeTest.java | 60 short[] indices = { 0, 1, 2, 3, 4, 1 };
|
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_InstanceNonce.c | 43 // public native short returnShort(); 83 // public native short[] returnShortArray(); 155 // public native boolean takeShort(short v); 222 // public native boolean takeOneOfEach(boolean v0, byte v1, short v2,
|
android_jni_cts_StaticNonce.c | 43 // public static native short returnShort(); 83 // public static native short[] returnShortArray(); 171 // public static native boolean takeShort(short v); 237 // public static native boolean takeOneOfEach(boolean v0, byte v1, short v2,
|
Completed in 368 milliseconds
<<61626364656667686970>>