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

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.h 122 extern volatile unsigned short SDL_MintAudio_numbuf; /* Buffer to play */
123 extern volatile unsigned short SDL_MintAudio_mutex;
126 extern unsigned short SDL_MintAudio_hasfpu; /* To preserve fpu registers if needed */
  /external/srec/srec/include/
swimodel.h 34 short num_pdfs; /* number of pdfs for this state */
51 short num_dims; /* feature vector dimensions ~ 36 or 28 */
68 scodata mixture_diagonal_gaussian_swimodel(const preprocessed *prep, const SWIhmmState *spd, short num_dims);
  /external/tcpdump/missing/
bittypes.h 44 typedef unsigned short u_int16_t;
62 typedef unsigned short u_int32_t;
80 typedef unsigned short u_int64_t;
  /external/tcpdump/
tftp.h 56 unsigned short th_opcode; /* packet type */
58 unsigned short tu_block; /* block # */
59 unsigned short tu_code; /* error code */
  /external/webkit/WebCore/wml/
WMLElement.cpp 79 // Clamp tabindex to the range of 'short' to match Firefox's behavior.
80 setTabIndexExplicitly(max(static_cast<int>(std::numeric_limits<short>::min()), min(tabindex, static_cast<int>(std::numeric_limits<short>::max()))));
  /external/webkit/WebKit/win/Interfaces/
DOMRange.idl 145 - (short)compareBoundaryPoints:(unsigned short)how :(DOMRange *)sourceRange;
147 HRESULT compareBoundaryPoints([in] unsigned short how, [in] IDOMRange* sourceRange);
  /hardware/broadcom/wlan/bcm4329/src/include/
typedefs.h 153 typedef unsigned short ushort;
171 typedef unsigned short uint16;
191 typedef signed short int16;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
in.h 161 unsigned short int sin_port;
164 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) -
165 sizeof(unsigned short int) - sizeof(struct in_addr)];
blkdev.h 146 unsigned short nr_phys_segments;
148 unsigned short nr_hw_segments;
150 unsigned short ioprio;
333 unsigned short max_phys_segments;
334 unsigned short max_hw_segments;
335 unsigned short hardsect_size;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
in.h 161 unsigned short int sin_port;
164 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) -
165 sizeof(unsigned short int) - sizeof(struct in_addr)];
blkdev.h 146 unsigned short nr_phys_segments;
148 unsigned short nr_hw_segments;
150 unsigned short ioprio;
333 unsigned short max_phys_segments;
334 unsigned short max_hw_segments;
335 unsigned short hardsect_size;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
in.h 161 unsigned short int sin_port;
164 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) -
165 sizeof(unsigned short int) - sizeof(struct in_addr)];
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
in.h 161 unsigned short int sin_port;
164 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) -
165 sizeof(unsigned short int) - sizeof(struct in_addr)];
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
in.h 161 unsigned short int sin_port;
164 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) -
165 sizeof(unsigned short int) - sizeof(struct in_addr)];
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
in.h 161 unsigned short int sin_port;
164 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) -
165 sizeof(unsigned short int) - sizeof(struct in_addr)];
  /packages/apps/Launcher2/res/values/
attrs.xml 48 <!-- Padding to apply at the start of the short axis -->
50 <!-- Padding to apply at the end of the short axis -->
52 <!-- Number of cells on the short axis of the CellLayout -->
  /prebuilt/windows/sdl/host/include/SDL/
SDL_types.h 45 typedef signed short Sint16;
50 typedef unsigned short Uint16;
51 typedef signed short Sint16;
  /bionic/libc/kernel/common/linux/
blkdev.h 146 unsigned short nr_phys_segments;
148 unsigned short nr_hw_segments;
150 unsigned short ioprio;
333 unsigned short max_phys_segments;
334 unsigned short max_hw_segments;
335 unsigned short hardsect_size;
  /dalvik/dx/src/junit/framework/
Assert.java 187 static public void assertEquals(String message, short expected, short actual) {
188 assertEquals(message, new Short(expected), new Short(actual));
193 static public void assertEquals(short expected, short actual) {
  /dalvik/libcore/junit/src/main/java/junit/framework/
Assert.java 187 static public void assertEquals(String message, short expected, short actual) {
188 assertEquals(message, new Short(expected), new Short(actual));
193 static public void assertEquals(short expected, short actual) {
  /dalvik/tests/021-string2/src/junit/framework/
Assert.java 187 static public void assertEquals(String message, short expected, short actual) {
188 assertEquals(message, new Short(expected), new Short(actual));
193 static public void assertEquals(short expected, short actual) {
  /dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java 187 static public void assertEquals(String message, short expected, short actual) {
188 assertEquals(message, new Short(expected), new Short(actual));
193 static public void assertEquals(short expected, short actual) {
  /external/grub/netboot/
tiara.c 79 !!!!+-----------ENABLE SHORT PKT
100 !!!!+------------DISABLE SHORT PACKETS
109 static unsigned short ioaddr;
222 struct nic *tiara_probe(struct nic *nic, unsigned short *probe_addrs)
225 static unsigned short io_addrs[] = {
234 unsigned short *p;
  /external/junit/src/junit/framework/
Assert.java 184 static public void assertEquals(String message, short expected, short actual) {
185 assertEquals(message, new Short(expected), new Short(actual));
190 static public void assertEquals(short expected, short actual) {
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
AbstractJDBCDriverTest.java 49 short[] twos = {10, 20};
120 short[] twos) throws SQLException {
135 private void assertAllFromTbl1(Statement stmt, String[] ones, short[] twos)
160 short[] twos) throws SQLException {
184 short[] twos) throws SQLException {
204 private void updateOnes(Statement stmt, String[] onesUpdated, short[] twos)

Completed in 824 milliseconds

<<31323334353637383940>>