Searched refs:UInt16 (Results 1 – 17 of 17) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | Apple80211.h | 16 UInt16 link_qual; 17 UInt16 comms_qual; 18 UInt16 signal; 19 UInt16 noise; 20 UInt16 port_stat; 21 UInt16 client_mode; 22 UInt16 res1; 23 UInt16 power; 24 UInt16 res2; 36 UInt16 channel; [all …]
|
/external/bzip2/ |
D | blocksort.c | 350 UInt16* quadrant, in mainGtU() 356 UInt16 s1, s2; in mainGtU() 487 UInt16* quadrant, in mainSimpleSort() 623 UInt16* quadrant, in mainQSort3() 753 UInt16* quadrant, in mainSort() 766 UInt16 s; in mainSort() 776 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort() 779 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8); in mainSort() 782 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8); in mainSort() 785 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8); in mainSort() [all …]
|
D | bzlib_private.h | 47 typedef unsigned short UInt16; typedef 218 UInt16* mtfv; 384 UInt16 *ll16; 468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
|
D | compress.c | 152 UInt16* mtfv = s->mtfv; in generateMTFValues() 256 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues() 259 UInt16* mtfv = s->mtfv; in sendMTFValues() 361 register UInt16 icv; in sendMTFValues() 390 UInt16 icv = mtfv[i]; in sendMTFValues() 556 UInt16 mtfv_i; in sendMTFValues()
|
D | decompress.c | 212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress() 405 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress() 479 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
|
D | bzip2.c | 167 typedef unsigned short UInt16; typedef 1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 || in main()
|
D | bzlib.c | 199 s->mtfv = (UInt16*)s->arr1; in BZ_API()
|
/external/bluetooth/bluez/test/ |
D | test-telephony | 78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2])) 93 headset.SetProperty('MicrophoneGain', dbus.UInt16(args[2]))
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_config_macos.h | 35 typedef UInt16 uint16_t;
|
/external/tremolo/Tremolo/ |
D | os_types.h | 88 typedef UInt16 ogg_uint16_t;
|
/external/speex/include/speex/ |
D | speex_types.h | 55 typedef UInt16 spx_uint16_t;
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
D | CDPlayer.c | 35 #define kAudioCDFilesystemID (UInt16)(('J' << 8) | 'H') /* 'JH'; this avoids compiler warning */
|
/external/chromium/base/ |
D | file_path.cc | 495 const UInt16 lower_case_table[] = {
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginEventHandlerCarbon.mm | 231 UInt16 keyCode = [event keyCode];
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonWindowAdapter.mm | 877 …ent:(UInt32)inHICommandID withMenuRef:(MenuRef)inMenuRef andMenuItemIndex:(UInt16)inMenuItemIndex { argument
|
/external/webkit/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 5265 …typedef OSStatus (*ServiceWindowShowFunction)(id inWordString, NSRect inWordBoundary, UInt16 inLin…
|
/external/dbus/ |
D | ChangeLog | 3083 * mono/Makefile.am: Add Int16.cs and UInt16.cs 3088 * mono/DBusType/Int16.cs, mono/DBusType/UInt16.cs: New files,
|