Home
last modified time | relevance | path

Searched refs:index (Results 13151 - 13175 of 22913) sorted by relevance

1...<<521522523524525526527528529530>>...917

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h426 * Otherwise, the driver query at the specified \p index is returned
430 unsigned index,
437 * Otherwise, the driver query group at the specified \p index is returned
441 unsigned index,
722 * Vertex state CSO functions for precomputing vertex and index buffer
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDraw.cpp187 info.index.resource = null_ib ? null_ib : pDevice->index_buffer; in DrawIndexed()
288 info.index.resource = null_ib ? null_ib : pDevice->index_buffer; in DrawIndexedInstanced()
/third_party/node/lib/internal/dns/
H A Dutils.js105 ArrayPrototypeForEach(servers, (serv, index) => {
106 validateString(serv, `servers[${index}]`);
/third_party/node/deps/base64/base64/lib/
H A Dcodec_choose.c37 static inline uint64_t _xgetbv (uint32_t index) in _xgetbv() argument
40 __asm__ __volatile__("xgetbv" : "=a"(eax), "=d"(edx) : "c"(index)); in _xgetbv()
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h337 int64_t hdr_count_at_index(const struct hdr_histogram* h, int32_t index);
339 int64_t hdr_value_at_index(const struct hdr_histogram* h, int32_t index);
381 /** raw index into the counts array */
387 /** sum of all of the counts up to and including the count at this index */
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_compute_push_layout.c236 .index = binding->index, in anv_nir_compute_push_layout()
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_complexconverter.cpp154 // - the Nth converter (index N-1) converts to the smallest unit, for which in convert()
206 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
211 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
H A Duspoof_impl.h157 // For longer strings, the value array contains an index into the strings table.
258 // Get the code point (key) at the specified index.
259 UChar32 codePointAt(int32_t index) const;
261 // Get the confusable skeleton (value) at the specified index.
264 int32_t appendValueTo(int32_t index, UnicodeString& dest) const;
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dprscmnts.cpp187 int32_t index, in getAt()
214 if(count == index){ in getAt()
185 getAt(const char16_t* source, int32_t srcLen, char16_t** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dfmtable.h461 * @param index the specified index.
465 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; } in operator []() argument
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
H A Dindex.js144 await Promise.all(dirEntries.map(async (name, index) => {
147 dirEntries[index] = Object.assign(st, { name })
/third_party/mesa3d/src/util/
H A Dslab.c76 struct slab_page_header *page, unsigned index) in slab_get_element()
79 ((uint8_t*)&page[1] + (parent->element_size * index)); in slab_get_element()
75 slab_get_element(struct slab_parent_pool *parent, struct slab_page_header *page, unsigned index) slab_get_element() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.c34 nv50_create_query(struct pipe_context *pipe, unsigned type, unsigned index) in nv50_create_query() argument
39 q = nv50_hw_create_query(nv50, type, index); in nv50_create_query()
/third_party/icu/icu4c/source/test/intltest/
H A Djacoll.cpp182 void CollationKanaTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
186 switch (index) { in runIndexedTest()
H A Dselfmts.cpp35 void SelectFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
38 switch (index) { in runIndexedTest()
H A Dsdtfmtts.cpp23 void IntlTestSimpleDateFormatAPI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
26 switch (index) { in runIndexedTest()
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dtstdtmod.cpp217 TestData* RBTestDataModule::createTestData(int32_t index, UErrorCode &status) const in createTestData() argument
224 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status); in createTestData()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H A Dminimal-ws-client.c81 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
107 "tid: %d, msg: %d", whoami, index++); in thread_spam()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
H A Dminimal-ws-client-spam.c32 int index; member
96 clients[n].index = n; in callback_minimal_spam()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H A Dprotocol_lws_minimal.c86 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
113 whoami, index++); in thread_spam()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H A Dminimal-http-server-sse-ring.c95 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
121 "%s: tid: %d, msg: %d", __func__, whoami, index++); in thread_spam()
342 /* .def */ "index.html", /* default filename */
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A Dprotocol_lws_minimal.c86 int len = 128, index = 1, n, whoami = 0; in thread_spam() local
113 whoami, index++); in thread_spam()
/third_party/libinput/src/
H A Dfilter.c176 unsigned int index = in trackers_by_offset() local
179 return &trackers->trackers[index]; in trackers_by_offset()
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-inspect.c16 char *index = g_strdup_printf("%d: ", i++); in inspect_ptr_list() local
17 ast_append_child(node, index, ptr, inspect); in inspect_ptr_list()
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.h53 UChar operator[](size_t index) const { return m_impl[index]; } in operator []()

Completed in 25 milliseconds

1...<<521522523524525526527528529530>>...917