Home
last modified time | relevance | path

Searched defs:set (Results 501 - 525 of 3087) sorted by relevance

1...<<21222324252627282930>>...124

/third_party/ltp/testcases/kernel/syscalls/nice/
H A Dnice05.c77 cpu_set_t *set; in setup() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/getcpu/
H A Dgetcpu01.c21 static unsigned int max_cpuid(size_t size, cpu_set_t * set) in max_cpuid() argument
37 cpu_set_t *set; in set_cpu_affinity() local
[all...]
/third_party/node/deps/v8/src/base/
H A Denum-set.h38 void Add(EnumSet set) { bits_ |= set.bits_; } in Add() argument
40 void Remove(EnumSet set) { bits_ &= ~set.bits_; } in Remove() argument
42 void Intersect(EnumSet set) { bits_ &= set.bits_; } in Intersect() argument
58 operator |=(EnumSet set) operator |=() argument
59 operator &=(EnumSet set) operator &=() argument
60 operator -=(EnumSet set) operator -=() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h140 inline void set(int index, Smi value) { in set() function in v8::internal::FixedArray
625 void set(int index, const T& value) { copy_in(index, &value, 1); } set() function
[all...]
H A Dproperty-array-inl.h54 void PropertyArray::set(int index, Object value) { in set() function in v8::internal::PropertyArray
63 void PropertyArray::set(int index, Object value, WriteBarrierMode mode) { in set() function in v8::internal::PropertyArray
71 void PropertyArray::set(int index, Object value, SeqCstAccessTag tag) { in set() function in v8::internal::PropertyArray
/third_party/node/deps/v8/src/regexp/
H A Dgen-regexp-special-case.cc21 PrintSet(std::ofstream& out, const char* name, const icu::UnicodeSet& set) PrintSet() argument
[all...]
/third_party/node/deps/uv/src/unix/
H A Dposix-poll.c136 sigset_t set; in uv__io_poll() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dunion_bitfield.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
H A Dderive-debug-bitfield.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
H A Dderive-debug-bitfield-core.rs77 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
H A Dderive-partialeq-bitfield.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
H A Dincomplete-array-padding.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
/third_party/rust/crates/clap/src/util/
H A Dflat_set.rs101 let mut set = Self::new(); in from_iter() variables
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dincomplete-array-padding.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp121 void set (size_t ndx, bool value) in set() function in vkt::memory::__anon29285::BitVector
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig_unittest.cpp74 egl::ConfigSet set; in TEST() local
91 egl::ConfigSet set; in TEST() local
117 egl::ConfigSet set; TEST() local
179 egl::ConfigSet set; TEST() local
[all...]
H A DFence.cpp35 angle::Result FenceNV::set(const Context *context, GLenum condition) in set() function in gl::FenceNV
95 angle::Result Sync::set(const Context *context, GLenum condition, GLbitfield flags) in set() function in gl::Sync
H A DCLBitField.h56 void set(cl_bitfield bits) { mBits |= bits; } in set() function in cl::BitField
57 void set(const BitField &other) { mBits |= other.mBits; } in set() function in cl::BitField
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DDisplayImpl.h109 virtual void setBlobCacheFuncs(EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) {} in setBlobCacheFuncs() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp124 void NamedStreamMap::set(StringRef Stream, uint32_t StreamNo) { in set() function in NamedStreamMap
/third_party/skia/src/gpu/
H A DGrColor.h102 void set(const SkPMColor4f& color, bool wideColor) { in set() function in GrVertexColor
H A DGrSimpleMesh.h47 inline void GrSimpleMesh::set(sk_sp<const GrBuffer> vertexBuffer, int vertexCount, int baseVertex) { in set() function in GrSimpleMesh
/third_party/skia/src/core/
H A DSkTLazy.h65 T* set(const T& src) { in set() function in SkTLazy
74 T* set(T&& src) { in set() function in SkTLazy
H A DSkRecord.h136 T* set(T* ptr) { in set() function
/third_party/skia/src/gpu/tessellate/
H A DTessellation.h107 void set(const SkStrokeRec& stroke) { in set() function

Completed in 12 milliseconds

1...<<21222324252627282930>>...124