/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 426 * 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 D | Draw.cpp | 187 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 D | utils.js | 105 ArrayPrototypeForEach(servers, (serv, index) => { 106 validateString(serv, `servers[${index}]`);
|
/third_party/node/deps/base64/base64/lib/ |
H A D | codec_choose.c | 37 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 D | hdr_histogram.h | 337 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 D | anv_nir_compute_push_layout.c | 236 .index = binding->index, in anv_nir_compute_push_layout()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | units_complexconverter.cpp | 154 // - 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 D | uspoof_impl.h | 157 // 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 D | prscmnts.cpp | 187 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 D | fmtable.h | 461 * @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 D | index.js | 144 await Promise.all(dirEntries.map(async (name, index) => { 147 dirEntries[index] = Object.assign(st, { name })
|
/third_party/mesa3d/src/util/ |
H A D | slab.c | 76 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 D | nv50_query.c | 34 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 D | jacoll.cpp | 182 void CollationKanaTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 186 switch (index) { in runIndexedTest()
|
H A D | selfmts.cpp | 35 void SelectFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 38 switch (index) { in runIndexedTest()
|
H A D | sdtfmtts.cpp | 23 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 D | tstdtmod.cpp | 217 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 D | minimal-ws-client.c | 81 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 D | minimal-ws-client-spam.c | 32 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 D | protocol_lws_minimal.c | 86 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 D | minimal-http-server-sse-ring.c | 95 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 D | protocol_lws_minimal.c | 86 int len = 128, index = 1, n, whoami = 0; in thread_spam() local 113 whoami, index++); in thread_spam()
|
/third_party/libinput/src/ |
H A D | filter.c | 176 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 D | ast-inspect.c | 16 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 D | string-16.h | 53 UChar operator[](size_t index) const { return m_impl[index]; } in operator []()
|