| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_ir.h | 138 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 D | spirv_instruction_builder_autogen.cpp | 2215 WriteBitFieldInsert(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef insert, IdRef offset, IdRef count) WriteBitFieldInsert() argument
|
| H A D | spirv_instruction_parser_autogen.cpp | 2654 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 D | MachinePipeliner.cpp | 2285 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { insert() function in SMSchedule [all...] |
| H A D | CodeGenPrepare.cpp | 2414 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 D | ac_nir_to_llvm.c | 409 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 D | builtin_functions.cpp | 7605 ir_variable *insert = in_var(type, "insert"); in _bitfieldInsert() local
|
| /third_party/mksh/ |
| H A D | edit.c | 3583 static int insert; /* <>0 in insert mode */ variable [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | LLVMReactor.cpp | 2644 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__.py | 2942 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 D | nir_to_dxil.c | 2098 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 D | imgui.h | 1222 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 D | macro-assembler-aarch64.h | 373 void insert(BranchInfo branch_info) { in insert() function in vixl::aarch64::VeneerPool::BranchInfoSet
|
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | php-upb.c | 1539 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() function
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui.h | 1747 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 D | vk_mem_alloc.h | 4964 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 D | upb.c | 1514 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 D | rust-library.rs | 6044 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |