HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 76 - 100 of 723) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse_c.h 31 extern void X11_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/bluetooth/bluez/doc/
audio-api.txt 97 uint16 GetSpeakerGain() {deprecated}
102 uint16 GetMicrophoneGain() {deprecated}
107 void SetSpeakerGain(uint16 gain) {deprecated}
111 void SetMicrophoneGain(uint16 gain) {deprecated}
151 void SpeakerGainChanged(uint16 gain) {deprecated}
155 void MicrophoneGainChanged(uint16 gain) {deprecated}
199 uint16 SpeakerGain [readwrite]
203 uint16 MicrophoneGain [readwrite]
429 uint16 RegistrationStatus [readonly]
436 uint16 SignalStrength [readonly
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
Functions.h 82 uint32 bpi_memWriteCsa16( uint16* memPtrA, uint32 memSizeA, uint16 chkSumA );
85 uint32 bpi_memReadCsa16( const uint16* memPtrA );
88 void bpi_testCheckSum( struct bbs_Context* cpA, uint16* memPtrA, uint16 chkSumA, const char* fNameA );
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 114 bool SpellingTrie::if_valid_id_update(uint16 *splid) const {
137 bool SpellingTrie::is_half_id(uint16 splid) const {
144 bool SpellingTrie::is_full_id(uint16 splid) const {
150 bool SpellingTrie::half_full_compatible(uint16 half_id, uint16 full_id) const {
151 uint16 half_fr_full = full_to_half(full_id);
166 bool SpellingTrie::is_half_id_yunmu(uint16 splid) const {
238 uint16 SpellingTrie::half2full_num(uint16 half_id) const {
244 uint16 SpellingTrie::half_to_full(uint16 half_id, uint16 *spl_id_start) const
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format)
75 sample = (Uint16)((src[0]<<8)|src[1])+
76 (Uint16)((src[2]<<8)|src[3]);
86 sample = (Uint16)((src[1]<<8)|src[0])+
87 (Uint16)((src[3]<<8)|src[2]);
137 void SDLCALL SDL_ConvertStrip(SDL_AudioCVT *cvt, Uint16 format)
182 lsample = (Uint16)((src[0]<<8)|src[1]);
183 rsample = (Uint16)((src[2]<<8)|src[3]);
195 lsample = (Uint16)((src[1]<<8)|src[0]);
196 rsample = (Uint16)((src[3]<<8)|src[2])
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 39 uint16 spl_id;
63 uint16 step;
71 uint16 mtrx_nd_num;
72 uint16 dmi_num:15;
98 uint16 dmi_has_full_id:1;
117 uint16 spl_ids[kMaxRowNum];
118 uint16 spl_start[kMaxRowNum];
120 uint16 sublma_start[kMaxRowNum]; // Counted in Chinese characters.
122 uint16 length; // Counted in Chinese characters.
208 uint16 lma_start_[kMaxRowNum]; // Counted in spelling ids
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_huff_cw.h 88 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *);
89 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *);
90 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *);
91 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *);
92 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *);
93 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *);
94 uint16 pvmp3_decode_huff_cw_tab7(tmp3Bits *);
95 uint16 pvmp3_decode_huff_cw_tab8(tmp3Bits *);
96 uint16 pvmp3_decode_huff_cw_tab9(tmp3Bits *);
97 uint16 pvmp3_decode_huff_cw_tab10(tmp3Bits *)
    [all...]
pvmp3_tables.h 97 extern const uint16 huffTable_1[];
98 extern const uint16 huffTable_2[];
99 extern const uint16 huffTable_3[];
100 extern const uint16 huffTable_5[];
101 extern const uint16 huffTable_6[];
102 extern const uint16 huffTable_7[];
103 extern const uint16 huffTable_8[];
104 extern const uint16 huffTable_9[];
105 extern const uint16 huffTable_10[];
106 extern const uint16 huffTable_11[]
    [all...]
  /external/bluetooth/bluez/compat/
fakehid.txt 76 UINT16 0x656e
77 UINT16 0x006a
78 UINT16 0x0100
122 0 uint16 magic # 0x5a5a
128 17 uint16 x # Horizontal coordinate
129 19 uint16 y # Vertical coordinate
130 21 uint16 time # Some sort of timestamp
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h 52 RtpDumpFileHeader(uint32 start_ms, uint32 s, uint16 p);
60 uint16 port; // UDP port.
61 uint16 padding; // 2 bytes padding.
77 bool GetRtpSeqNum(uint16* seq_num) const;
145 uint16 rtp_seq_num_increase_;
155 uint16 first_rtp_seq_num_;
158 uint16 prev_rtp_seq_num_;
  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq16.c 38 void bim_createHisto16( uint16* histoPtrA,
42 uint16* dstPtrL;
43 const uint16* srcPtrL;
66 void bim_createHistoOfSection16( uint16* histoPtrA,
71 const uint16* srcPtrL;
72 uint16* dstPtrL;
121 const uint16* histoPtrA )
126 const uint16* histoArrPtrL;
127 uint16* dstPtrL;
128 uint16 mappingL[ 256 ]
    [all...]
  /external/webkit/Source/WebCore/platform/
PlatformTouchEvent.h 39 typedef unsigned short uint16; typedef
41 #define AEEEvent uint16
76 PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
  /external/webkit/Source/WebCore/platform/image-decoders/haiku/
ImageDecoderHaiku.cpp 57 destinationHandle[0] = static_cast<uint16>(sourceHandle[0]) * 255 / sourceHandle[3];
58 destinationHandle[1] = static_cast<uint16>(sourceHandle[1]) * 255 / sourceHandle[3];
59 destinationHandle[2] = static_cast<uint16>(sourceHandle[2]) * 255 / sourceHandle[3];
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 95 uint16 len;
96 uint16 max;
102 uint16 num_prec;
103 uint16 hi_prec;
104 uint16 max;
105 uint16 len;
112 uint16 num_prec;
113 uint16 hi_prec;
114 uint16 max;
115 uint16 len
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 95 uint16 len;
96 uint16 max;
102 uint16 num_prec;
103 uint16 hi_prec;
104 uint16 max;
105 uint16 len;
112 uint16 num_prec;
113 uint16 hi_prec;
114 uint16 max;
115 uint16 len
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c 203 Uint16 *srcp = (Uint16 *)(from); \
204 Uint16 *dstp = (Uint16 *)(to); \
293 Uint16 *srcp = (Uint16 *)(from); \
294 Uint16 *dstp = (Uint16 *)(to); \
416 Uint16 *src = (Uint16 *)(from);
    [all...]
  /external/chromium/net/base/
dnsrr_resolver.cc 86 static bool DnsRRIsParsedByWindows(uint16 rrtype) {
101 static const uint16 kClassIN = 1;
148 RRResolverWorker(const std::string& name, uint16 rrtype, uint16 flags,
403 const uint16 rrtype_;
404 const uint16 flags_;
437 bool U16(uint16* v) {
440 *v = static_cast<uint16>(p_[0]) << 8 |
441 static_cast<uint16>(p_[1]);
501 uint16 offset = static_cast<uint16>(d) << 8
    [all...]
dnssec_chain_verifier.h 52 uint16 rrtype() const;
72 bool U16(uint16*);
83 uint16 keyid,
102 uint16 rrtype_;
  /external/bluetooth/bluez/test/
service-opp.xml 29 <uint16 value="0x0100" name="version"/>
  /external/chromium/chrome/browser/importer/
importer_progress_dialog.h 25 uint16 items,
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 77 uint16 selected_items = importer::NONE;
93 uint16 supported_items = source_profile.services_supported;
95 uint16 import_services = (selected_items & supported_items);
126 uint16 browser_services = source_profile.services_supported;
  /external/qemu/hw/
bt-sdp.c 777 #define UINT16(val) { \
824 LIST(UUID128(L2CAP_UUID) UINT16(BT_PSM_HID_CTRL))
829 UINT16(0x656e) UINT16(0x006a) UINT16(0x0100)
832 LIST(UUID128(HID_PROFILE_ID) UINT16(0x0100))
840 ATTRIBUTE(DEVICE_RELEASE_NUMBER, UINT16(0x0091)) /* Deprecated, remove */
841 ATTRIBUTE(PARSER_VERSION, UINT16(0x0111))
884 LIST(UINT16(0x0409) UINT16(0x0100)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avc_types.h 23 typedef uint16_t uint16; typedef
  /frameworks/ex/variablespeed/jni/
integral_types.h 29 typedef unsigned short uint16; // NOLINT typedef
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bcmip.h 102 uint16 tot_len;
103 uint16 id;
104 uint16 frag;
107 uint16 hdr_chksum;

Completed in 562 milliseconds

1 2 34 5 6 7 8 91011>>