/third_party/icu/icu4c/source/test/intltest/ |
H A D | jamotest.cpp | 56 JamoTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument 58 switch (index) { in runIndexedTest()
|
H A D | canittst.cpp | 35 void CanonicalIteratorTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument 37 switch (index) { in runIndexedTest()
|
H A D | tsputil.cpp | 17 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 D | stringperf.cpp | 125 UPerfFunction* StringPerformanceTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument 129 switch (index) { in runIndexedTest()
|
/third_party/lwip/src/include/lwip/ |
H A D | stats.h | 476 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 D | ppp.h | 493 #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 D | property-access-builder.cc | 15 #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 D | gap-resolver.cc | 48 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 D | v8-tracing.h | 142 TraceObject* GetEventAt(size_t index) { return &chunk_[index]; } in GetEventAt() argument
|
/third_party/node/deps/v8/include/v8-include/libplatform/ |
H A D | v8-tracing.h | 142 TraceObject* GetEventAt(size_t index) { return &chunk_[index]; } in GetEventAt() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-collections-gen.h | 115 // 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 D | builtins-string-gen.h | 34 TNode<IntPtrT> index, 108 TNode<String> receiver, TNode<IntPtrT> length, TNode<IntPtrT> index)>;
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.h | 97 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 D | constant-pool.h | 46 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 D | assembler-riscv64-inl.h | 121 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 D | heap-page.cc | 126 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 D | basic-memory-chunk.h | 151 inline Address MarkbitIndexToAddress(uint32_t index) const { in MarkbitIndexToAddress() 152 return this->address() + (index << kTaggedSizeLog2); in MarkbitIndexToAddress()
|
H A D | marking-visitor.h | 215 uint32_t index = ptr >> kExternalPointerIndexShift; variable 216 external_pointer_table_->Mark(index);
|
H A D | read-only-spaces.h | 157 Tagged_t OffsetForPage(size_t index) const { return page_offsets_[index]; } in OffsetForPage()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-list-format.cc | 256 int index = 0; in FormattedListToJSArray() local 265 Intl::AddElement(isolate, array, index++, in FormattedListToJSArray()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-profiler.cc | 166 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 D | u_cache.c | 138 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 D | tessellator.hpp | 182 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 D | sfn_instr_alugroup.cpp | 346 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 D | vc4_context.h | 346 /** 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,
|