Searched refs:SetBit (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/media/base/
H A Dbit_reader_unittest.cc11 static void SetBit(uint8* buf, size_t size, size_t bit_pos) { function in namespace:media
99 SetBit(buffer, sizeof(buffer), pos);
100 SetBit(buffer, sizeof(buffer), pos + read_bit_count - 1);
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c43 static __inline uint32_t SetBit(uint32_t in, int pos) { function
106 out = SetBit(out, i - kBandFirst);
136 out = SetBit(out, i - kBandFirst);
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator_wrapper.c26 static __inline uint32_t SetBit(uint32_t in, int pos) { function
89 out = SetBit(out, i - kBandFirst);
119 out = SetBit(out, i - kBandFirst);
/external/lldb/include/lldb/Core/
H A DRegisterValue.h210 SetBit (uint32_t bit);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc1205 inline void GeneratedMessageReflection::SetBit( function in class:google::protobuf::internal::GeneratedMessageReflection
1228 SetBit(message, field);
1234 SetBit(message, field);
H A Dgenerated_message_reflection.h322 inline void SetBit(Message* message,
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc1155 inline void GeneratedMessageReflection::SetBit( function in class:google::protobuf::internal::GeneratedMessageReflection
1178 SetBit(message, field);
1184 SetBit(message, field);
H A Dgenerated_message_reflection.h305 inline void SetBit(Message* message,
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.h368 void SetBit(size_t index, bool value);
H A Dstun.cc672 void StunUInt32Attribute::SetBit(size_t index, bool value) { function in class:cricket::StunUInt32Attribute
/external/lldb/source/Core/
H A DRegisterValue.cpp1201 RegisterValue::SetBit (uint32_t bit) function in class:RegisterValue

Completed in 259 milliseconds