Home
last modified time | relevance | path

Searched defs:insert (Results 251 - 269 of 269) sorted by relevance

1...<<11

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h138 std::pair<iterator, bool> insert(const V& v) { in insert() function in r600_sb::sb_set
205 std::pair<iterator, bool> insert(const datatype& d) { in insert() function in r600_sb::sb_map
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp2215 WriteBitFieldInsert(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef insert, IdRef offset, IdRef count) WriteBitFieldInsert() argument
H A Dspirv_instruction_parser_autogen.cpp2654 ParseBitFieldInsert(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRef *insert, IdRef *offset, IdRef *count) ParseBitFieldInsert() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2285 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { insert() function in SMSchedule
[all...]
H A DCodeGenPrepare.cpp2414 void insert(Instruction *Inst) { insert() function in __anon23994::TypePromotionTransaction::InsertionHandler
2996 bool insert(PHINode *Ptr) { insert() function in __anon23996::PhiNodeSet
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c409 emit_bitfield_select(struct ac_llvm_context *ctx, LLVMValueRef mask, LLVMValueRef insert, LLVMValueRef base) emit_bitfield_select() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7605 ir_variable *insert = in_var(type, "insert"); in _bitfieldInsert() local
/third_party/mksh/
H A Dedit.c3583 static int insert; /* <>0 in insert mode */ variable
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp2644 Value *insert = Nucleus::createInsertElement(vector, rhs.value(), 0); in Int4() local
2827 Value *insert = Nucleus::createInsertElement(vector, rhs.value(), 0); in UInt4() local
3151 Value *insert = Nucleus::createInsertElement(vector, rhs.value(), 0); in Float4() local
[all...]
/third_party/python/Lib/tkinter/
H A D__init__.py2942 def insert(self, *args): member in Canvas
3120 def insert(self, index, string): member in Entry
3261 def insert(self, index, *elements): member in Listbox
3378 def insert(self, index, itemType, cnf={}, **kw): member in Menu
3805 def insert(self, index, chars, *args): global() member in Text
4306 def insert(self, index, s): global() member in Spinbox
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c2098 emit_bitfield_insert(struct ntd_context *ctx, nir_alu_instr *alu, const struct dxil_value *base, const struct dxil_value *insert, const struct dxil_value *offset, const struct dxil_value *width) emit_bitfield_insert() argument
/third_party/mesa3d/src/imgui/
H A Dimgui.h1222 inline T* insert(const T* it, const T& v) { IM_ASSERT(it >= Data && it <= Data+Size); const ptrdiff_t off = it - Data; if (Size == Capacity) reserve(_grow_capacity(Size + 1)); if (off < (int)Size) memmove(Data + off + 1, Data + off, ((size_t)Size - (size_t)off) * sizeof(T)); memcpy(&Data[off], &v, sizeof(v)); Size++; return Data + off; } in insert() function
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h373 void insert(BranchInfo branch_info) { in insert() function in vixl::aarch64::VeneerPool::BranchInfoSet
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1539 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() function
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h1747 inline T* insert(const T* it, const T& v) { IM_ASSERT(it >= Data && it <= Data + Size); const ptrdiff_t off = it - Data; if (Size == Capacity) reserve(_grow_capacity(Size + 1)); if (off < (int)Size) memmove(Data + off + 1, Data + off, ((size_t)Size - (size_t)off) * sizeof(T)); memcpy(&Data[off], &v, sizeof(v)); Size++; return Data + off; } in insert() function
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h4964 void insert(size_t index, const T& src) in insert() function in VmaVector
5174 void insert(size_t index, const T& src) in insert() function in VmaSmallVector
5827 iterator insert(iterator it, const T& value) { return iterator(&m_RawList, m_RawList.InsertBefore(it.m_pItem, value)); } in insert() function in VmaList
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1514 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() function
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs6044 fn insert() { insert() functions
17528 pub fn insert(&mut self, idx: usize, ch: char) { insert() functions
30619 pub fn insert(&mut self, key: K, value: V) -> Option<V> insert() functions
32931 pub fn insert(&mut self, value: T) -> bool insert() functions
35358 pub fn insert(self, value: V) -> &'a mut V { insert() functions
35518 pub fn insert(&mut self, value: V) -> V { into_mut() functions
38776 fn insert(mut self, key: K, val: V) -> (InsertResult<'a, K, V, marker::Leaf>, *mut V) { insert() functions
38833 fn insert( insert() functions
41922 pub fn insert(&mut self, index: usize, value: T) { insert() functions
48111 pub fn insert(&mut self, index: usize, element: T) { insert() functions
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 168 milliseconds

1...<<11