HomeSort by relevance Sort by last modified time
    Searched refs:UInt16 (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/aacdec/
check_crc.cpp 134 UInt16 flag = (UInt16)((hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0);
135 UInt16 flag1 = (UInt16)((bMask & bValue) ? 1 : 0);
esc_iquant_scaling.h 90 UInt16 scale,
pv_audio_type_defs.h 107 #ifndef UInt16
108 typedef uint16_t UInt16;
huffspec_fxp.cpp 274 const UInt16 exptable[4] =
334 UInt16 scale;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
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/clang/test/CodeGen/
pascal-wchar-string.c 8 typedef unsigned short UInt16;
10 typedef UInt16 UniChar;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_macos.h 35 typedef UInt16 uint16_t;
  /system/core/adb/
usb_osx.c 57 UInt16 vendor, UInt16 product);
128 UInt16 vendor;
129 UInt16 product;
199 UInt16 buffer[256];
200 UInt16 languages[128];
296 CheckInterface(IOUSBInterfaceInterface **interface, UInt16 vendor, UInt16 product)
339 UInt16 maxPacketSize;
  /external/bluetooth/bluez/test/
test-telephony 78 headset.SetProperty('SpeakerGain', dbus.UInt16(args[2]))
93 headset.SetProperty('MicrophoneGain', dbus.UInt16(args[2]))
test-health-sink 17 app_path = hdp_manager.CreateApplication({"DataType": dbus.types.UInt16(4103),
test-health 102 "DataType": dbus.types.UInt16(dtype),
108 "DataType": dbus.types.UInt16(dtype),
  /external/chromium/chrome/browser/
keychain_mac.h 56 UInt16 port, SecProtocolType protocol,
keychain_mac.cc 50 UInt16 port, SecProtocolType protocol,
keychain_mock_mac.h 56 UInt16 port, SecProtocolType protocol,
  /external/speex/include/speex/
speex_types.h 55 typedef UInt16 spx_uint16_t;
  /external/tremolo/Tremolo/
os_types.h 88 typedef UInt16 ogg_uint16_t;
  /external/bzip2/
blocksort.c 350 UInt16* quadrant,
356 UInt16 s1, s2;
487 UInt16* quadrant,
623 UInt16* quadrant,
753 UInt16* quadrant,
766 UInt16 s;
776 j = (j >> 8) | ( ((UInt16)block[i]) << 8);
779 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8);
782 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8);
785 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8)
    [all...]
bzlib_private.h 47 typedef unsigned short UInt16;
218 UInt16* mtfv;
384 UInt16 *ll16;
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
compress.c 137 ((UInt16*)s->arr1) [ 0 .. s->nblock-1 ].
152 UInt16* mtfv = s->mtfv;
256 UInt16 cost[BZ_N_GROUPS];
259 UInt16* mtfv = s->mtfv;
361 register UInt16 icv;
390 UInt16 icv = mtfv[i];
556 UInt16 mtfv_i;
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 219 if (stringListSize < static_cast<Size>(sizeof(UInt16)))
228 UInt16 numStrings = *reinterpret_cast<UInt16*>(ptr);
229 ptr += sizeof(UInt16);
231 for (UInt16 i = 0; i < numStrings; ++i) {
  /external/clang/test/Analysis/
system-header-simulator-objc.h 4 typedef unsigned short UInt16;
10 typedef UInt16 UniChar;
  /system/core/fastboot/
usb_osx.c 186 UInt16 maxPacketSize;
329 UInt16 buffer[256];
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 413 typedef unsigned short UInt16;
584 UInt16* mtfv;
750 UInt16 *ll16;
830 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 436 typedef unsigned short UInt16;
607 UInt16* mtfv;
773 UInt16 *ll16;
853 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 429 typedef unsigned short UInt16;
600 UInt16* mtfv;
766 UInt16 *ll16;
846 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
    [all...]

Completed in 2260 milliseconds

1 2