HomeSort by relevance Sort by last modified time
    Searched refs:uint32 (Results 651 - 675 of 717) sorted by null

<<212223242526272829

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
residual.cpp 269 trailing_ones_sign_flag |= ((uint32)level[i--] >> 31); /* 0 or positive, 1 for negative */
  /external/bluetooth/bluez/src/
sdpd-request.c 105 uint32_t uint32; member in union:attrid::__anon1887
204 bt_put_unaligned(ntohl(bt_get_unaligned((uint32_t *)p)), (uint32_t *)&aid->uint32);
579 uint32_t range = bt_get_unaligned((uint32_t *)&aid->uint32);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 45 const uint32 MSG_TIMEOUT = 1;
46 const uint32 MSG_ERROR = 2;
47 const uint32 MSG_STATE = 3;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 234 ::google::protobuf::uint32 tag;
568 ::google::protobuf::uint32 tag;
889 ::google::protobuf::uint32 tag;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 711 LOGV ("loc_event_cb, client = %d, loc_event = 0x%x", (int32) client_handle, (uint32) loc_event);
753 (uint32) location_report_ptr->valid_mask, location_report_ptr->session_status);
841 (uint32) gnss_report_ptr->valid_mask,
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 399 uint32 EntryImpl::GetHash() {
404 uint32 hash) {
450 bool EntryImpl::IsSameEntry(const std::string& key, uint32 hash) {
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp 740 uint32 PVGetVideoTimeStamp(VideoDecControls *decCtrl)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
descriptor_database.cc 351 const uint32 kNameTag = internal::WireFormatLite::MakeTag(
  /external/bluetooth/bluez/lib/
sdp.c 389 d->val.uint32 = bt_get_unaligned((uint32_t *) value);
834 u32 = htonl(d->val.uint32);
1093 d->val.uint32 = ntohl(bt_get_unaligned((uint32_t *) p));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 490 "::google::protobuf::uint32 _has_bits_[($field_count$ + 31) / 32];\n");
497 "::google::protobuf::uint32 _has_bits_[1];\n");
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 504 uint32_t uint32; member in union:sdp_data_struct::__anon1860
  /external/bluetooth/bluez/tools/
ubcsp.c 318 static uint32 ubcsp_which_le_payload (const uint8 *payload)
    [all...]
  /external/chromium/base/
string_util.h 563 typedef uint32 Unsigned;
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc 217 uint32 result = RegOverridePredefKey(HKEY_LOCAL_MACHINE, 0);
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 341 uint32 blacklist_flags = gpu_data_manager->GetGpuFeatureFlags().flags();
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 238 srand(static_cast<uint32>(time(NULL)));
  /external/chromium/net/socket/
dns_cert_provenance_checker.cc 261 // The "2*sizeof(uint32)" here covers the padding length which we add next
264 unsigned pad_bytes = kPadSize - ((p.size() + 2*sizeof(uint32)) % kPadSize);
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 422 void PseudoTcpChannel::OnTcpClosed(PseudoTcp* tcp, uint32 nError) {
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 311 uint32 iL;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 90 typedef uint32_t Uint32;
100 Uint32 hi;
101 Uint32 lo;
113 SDL_COMPILE_TIME_ASSERT(uint32, sizeof(Uint32) == 4);
249 : "0" (dst), "1" (val), "2" ((Uint32)(len)) \
258 Uint32 *_p = (Uint32 *)(dst); \
259 Uint32 _val = (val); \
586 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1
    [all...]
  /frameworks/base/media/libstagefright/chromium_http/
support.cpp 148 uint32 SfNetLog::NextID() {
  /frameworks/base/media/libstagefright/codecs/aacdec/
fxp_mul32_arm_v4.h 229 uint32 b = (UInt32)(sum);
fxp_mul32_arm_v5.h 170 uint32 b = (UInt32)(sum);
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
mb_access.cpp 195 const static uint32 C = 0x5750;

Completed in 4509 milliseconds

<<212223242526272829