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

<<21222324252627282930>>

  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ParsEvent.c 55 static int ParsEvent_GetEventParam( unsigned short uEventCmd,
58 unsigned short* pMaxPayload,
59 unsigned short* pPayloadNum,
83 unsigned short uMaxPayload = 0;
84 unsigned short uPayloadNum = 0;
185 static int ParsEvent_GetEventParam( unsigned short uEventCmd,
188 unsigned short* pMaxPayload,
189 unsigned short* pPayloadNum,
  /external/quake/quake/src/QW/client/
snd_mix.c 34 short *snd_out;
49 else if (val < (short)0x8000)
50 snd_out[i] = (short)0x8000;
57 else if (val < (short)0x8000)
58 snd_out[i+1] = (short)0x8000;
118 snd_out = (short *) pbuf + (lpos<<1);
202 short *out = (short *) pbuf;
209 else if (val < (short)0x8000)
210 val = (short)0x8000;
    [all...]
  /bionic/libc/kernel/common/linux/
atm.h 123 unsigned short sap_family;
125 short itf;
126 short vpi;
150 unsigned short sas_family;
160 typedef unsigned short atm_backend_t;
fd.h 118 short autodetect[8];
148 short probed_format;
149 short track;
150 short maxblock;
151 short maxtrack;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/bastore/
Test_bastore.java 115 * short
142 * short
156 * short
170 * short
184 * short
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_int_lit8/
Test_mul_int_lit8.java 99 * @title Arguments = 1, Short.MIN_VALUE
103 assertEquals(Short.MIN_VALUE, t.run(Short.MIN_VALUE));
107 * @title Arguments = 127, Short.MIN_VALUE
111 assertEquals(-4161536, t.run(Short.MIN_VALUE));
  /external/srec/srec/EventLog/include/
riff.h 48 unsigned short nFormatTag;
52 unsigned short nChannels;
64 unsigned short nBlockAlign;
68 unsigned short wBitsPerSample;
219 short **samples,
  /external/stlport/test/eh/
mwerks_console_OS_X.c 14 short InstallConsole(short fd)
71 short InstallConsole(short fd)
75 short theResult;
  /external/webkit/WebCore/dom/
MouseEvent.h 41 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
52 unsigned short button, PassRefPtr<EventTarget> relatedTarget);
56 unsigned short button() const { return m_button; }
75 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
78 unsigned short m_button;
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
eapol.h 30 unsigned short length; /* Length of body */
62 unsigned short length; /* Key Length (unaligned) */
93 unsigned short key_info; /* Key Information (unaligned) */
94 unsigned short key_len; /* Key Length (unaligned) */
101 unsigned short data_len; /* Key Data Length */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
atm.h 123 unsigned short sap_family;
125 short itf;
126 short vpi;
150 unsigned short sas_family;
160 typedef unsigned short atm_backend_t;
fd.h 118 short autodetect[8];
148 short probed_format;
149 short track;
150 short maxblock;
151 short maxtrack;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
atm.h 123 unsigned short sap_family;
125 short itf;
126 short vpi;
150 unsigned short sas_family;
160 typedef unsigned short atm_backend_t;
fd.h 118 short autodetect[8];
148 short probed_format;
149 short track;
150 short maxblock;
151 short maxtrack;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
atm.h 123 unsigned short sap_family;
125 short itf;
126 short vpi;
150 unsigned short sas_family;
160 typedef unsigned short atm_backend_t;
fd.h 118 short autodetect[8];
148 short probed_format;
149 short track;
150 short maxblock;
151 short maxtrack;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
atm.h 123 unsigned short sap_family;
125 short itf;
126 short vpi;
150 unsigned short sas_family;
160 typedef unsigned short atm_backend_t;
fd.h 118 short autodetect[8];
148 short probed_format;
149 short track;
150 short maxblock;
151 short maxtrack;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
atm.h 123 unsigned short sap_family;
125 short itf;
126 short vpi;
150 unsigned short sas_family;
160 typedef unsigned short atm_backend_t;
fd.h 118 short autodetect[8];
148 short probed_format;
149 short track;
150 short maxblock;
151 short maxtrack;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
atm.h 123 unsigned short sap_family;
125 short itf;
126 short vpi;
150 unsigned short sas_family;
160 typedef unsigned short atm_backend_t;
fd.h 118 short autodetect[8];
148 short probed_format;
149 short track;
150 short maxblock;
151 short maxtrack;
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 265 return (offset == (short) offset) ? Hex.s2(offset) : Hex.s4(offset);
350 * Helper method to determine if a signed int value fits in a short.
356 return (short) value == value;
360 * Helper method to determine if an unsigned int value fits in a short.
404 protected static short opcodeUnit(DalvInsn insn, int arg) {
415 return (short) (opcode | (arg << 8));
425 protected static short codeUnit(int low, int high) {
434 return (short) (low | (high << 8));
446 protected static short codeUnit(int n0, int n1, int n2, int n3) {
463 return (short) (n0 | (n1 << 4) | (n2 << 8) | (n3 << 12))
    [all...]
  /external/jpeg/
jmemdos.c 94 * compiler memory model. We assume "short" is 16 bits, "long" is 32.
99 unsigned short ax, dx, bx;
103 unsigned short ax, dx, bx;
107 extern short far jdos_open JPP((short far * handle, char far * filename));
108 extern short far jdos_close JPP((short handle));
109 extern short far jdos_seek JPP((short handle, long offset));
110 extern short far jdos_read JPP((short handle, void far * buffer
    [all...]
  /bootable/recovery/minzip/
Bits.h 25 INLINE unsigned short get2BE(unsigned char const* pSrc)
27 unsigned short result;
72 INLINE unsigned short get2LE(unsigned char const* pSrc)
74 unsigned short result;
127 INLINE unsigned short read2BE(unsigned char const** ppSrc)
129 unsigned short result;
174 INLINE unsigned short read2LE(unsigned char const** ppSrc)
176 unsigned short result;
279 INLINE void set2BE(unsigned char* buf, unsigned short val)
314 INLINE void set2LE(unsigned char* buf, unsigned short val
    [all...]

Completed in 98 milliseconds

<<21222324252627282930>>