Home
last modified time | relevance | path

Searched refs:index (Results 5226 - 5250 of 7662) sorted by relevance

1...<<201202203204205206207208209210>>...307

/third_party/icu/icu4c/source/test/intltest/
H A Djamotest.cpp56 JamoTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
58 switch (index) { in runIndexedTest()
H A Dcanittst.cpp35 void CanonicalIteratorTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
37 switch (index) { in runIndexedTest()
H A Dtsputil.cpp17 PUtilTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
20 switch (index) { in runIndexedTest()
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp125 UPerfFunction* StringPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
129 switch (index) { in runIndexedTest()
/third_party/lwip/src/include/lwip/
H A Dstats.h476 void stats_display_memp(struct stats_mem *mem, int index);
483 #define stats_display_memp(mem, index)
/third_party/lwip/src/include/netif/ppp/
H A Dppp.h493 #define ppp_set_ipcp_dnsaddr(ppp, index, addr) (ppp->ipcp_allowoptions.dnsaddr[index] = ip4_addr_get_u32(addr))
/third_party/node/deps/v8/src/compiler/
H A Dproperty-access-builder.cc15 #include "src/objects/field-index-inl.h"
17 #include "src/objects/internal-index.h"
155 InternalIndex index = access_info.dictionary_index(); in FoldLoadDictPrototypeConstant() local
157 access_info.holder()->GetOwnDictionaryProperty(index, dependencies()); in FoldLoadDictPrototypeConstant()
/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc48 src_index = src_loc.index(); in Split()
49 // For operands that occupy multiple slots, the index refers to the last in Split()
59 dst_index = dst_loc.index(); in Split()
/third_party/node/deps/v8/include/libplatform/
H A Dv8-tracing.h142 TraceObject* GetEventAt(size_t index) { return &chunk_[index]; } in GetEventAt() argument
/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dv8-tracing.h142 TraceObject* GetEventAt(size_t index) { return &chunk_[index]; } in GetEventAt() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.h115 // Gets root index for the name of the add/set function.
139 TNode<IntPtrT> index);
144 TNode<HeapObject> elements, TNode<IntPtrT> index);
166 // comparison code generated by {key_compare}. The key index is returned if
181 // {key} and returns the entry's key index. If {key} cannot be found, jumps to
H A Dbuiltins-string-gen.h34 TNode<IntPtrT> index,
108 TNode<String> receiver, TNode<IntPtrT> length, TNode<IntPtrT> index)>;
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h97 uint32_t index = 0; member
321 // Allocates a temporary local variable. The given {index} is absolute within
323 uint32_t TempVariable(int index);
/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.h46 void set_merged_index(int index) { in set_merged_index() argument
48 merged_index_ = index; in set_merged_index()
336 // addresses (for heap objects we insert an index which is created in
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64-inl.h121 int index = in code_target_object_handle_at() local
123 return GetCodeTarget(index); in code_target_object_handle_at()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.cc126 void* memory = page_backend.AllocateNormalPageMemory(space.index()); in Create()
160 backend->FreeNormalPageMemory(space.index(), reinterpret_cast<Address>(page)); in Destroy()
/third_party/node/deps/v8/src/heap/
H A Dbasic-memory-chunk.h151 inline Address MarkbitIndexToAddress(uint32_t index) const { in MarkbitIndexToAddress()
152 return this->address() + (index << kTaggedSizeLog2); in MarkbitIndexToAddress()
H A Dmarking-visitor.h215 uint32_t index = ptr >> kExternalPointerIndexShift; variable
216 external_pointer_table_->Mark(index);
H A Dread-only-spaces.h157 Tagged_t OffsetForPage(size_t index) const { return page_offsets_[index]; } in OffsetForPage()
/third_party/node/deps/v8/src/objects/
H A Djs-list-format.cc256 int index = 0; in FormattedListToJSArray() local
265 Intl::AddElement(isolate, array, index++, in FormattedListToJSArray()
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.cc166 HeapSnapshot* HeapProfiler::GetSnapshot(int index) { in GetSnapshot() argument
167 return snapshots_.at(index).get(); in GetSnapshot()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c138 uint32_t index = hash % cache->size; in util_cache_entry_get() local
149 uint32_t i = (index + probe) % cache->size; in util_cache_entry_get()
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp182 int* m_Index; // array where we will store index topology
219 void DefineIndex(int index, int indexStorageOffset);
222 // Couple of trivial ways to generate index data just given points and no other connectivity.
312 // The code below patches index values produces during triangulation, so triangulation doesn't have to know
322 // So we let the stitching code think it sees sequential vertices, and when it emits a vertex index,
324 int PatchIndexValue(int index);
337 // A second index patch we have to do handles the leftover strip of quads in the middle of an odd quad patch after
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.cpp346 void AluGroup::forward_set_blockid(int id, int index) in forward_set_blockid() argument
350 m_slots[i]->set_blockid(id, index); in forward_set_blockid()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h346 /** Maximum index buffer valid for the current shader_rec. */
348 /** Last index bias baked into the current shader_rec. */
454 unsigned index,
456 int vc4_get_driver_query_info(struct pipe_screen *pscreen, unsigned index,

Completed in 21 milliseconds

1...<<201202203204205206207208209210>>...307