Searched defs:SetBit (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/heap/cppgc/ |
D | object-start-bitmap.h | 118 void ObjectStartBitmap::SetBit(ConstAddress header_address) { in SetBit() function 228 void PlatformAwareObjectStartBitmap::SetBit(ConstAddress header_address) { in SetBit() function
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | cpu_set.h | 128 void SetBit(uintptr_t index) { in SetBit() function
|
/external/ImageMagick/coders/ |
D | stegano.c | 94 #define SetBit(i,set) SetPixelIndex(image,(Quantum) ((set) != 0 ? \ in ReadSTEGANOImage() macro
|
D | otb.c | 304 #define SetBit(a,i,set) \ in WriteOTBImage() macro
|
/external/v8/src/heap/ |
D | object-start-bitmap.h | 118 void ObjectStartBitmap::SetBit(Address base_ptr) { in SetBit() function
|
/external/webrtc/webrtc/modules/audio_processing/utility/ |
D | delay_estimator_wrapper.c | 26 static __inline uint32_t SetBit(uint32_t in, int pos) { in SetBit() function
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_table_driven_lite.h | 127 inline void SetBit(uint32* has_bits, uint32 has_bit_index) { in SetBit() function
|
D | generated_message_reflection.cc | 1981 void Reflection::SetBit(Message* message, const FieldDescriptor* field) const { in SetBit() function in google::protobuf::Reflection
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | call.h | 193 void SetBit(const uint32_t mask) { flags_ |= mask; } in SetBit() function
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.cc | 657 void StunUInt32Attribute::SetBit(size_t index, bool value) { in SetBit() function in cricket::StunUInt32Attribute
|
/external/ImageMagick/MagickCore/ |
D | visual-effects.c | 2458 #define SetBit(alpha,i,set) (Quantum) ((set) != 0 ? (size_t) (alpha) \ in SteganoImage() macro
|
/external/mesa3d/src/imgui/ |
D | imgui.h | 1954 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function
|
D | imgui_internal.h | 259 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function
|