Home
last modified time | relevance | path

Searched refs:index (Results 8676 - 8700 of 20589) sorted by relevance

1...<<341342343344345346347348349350>>...824

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_vector_insert.cpp74 unsigned index = idx->value.u[0]; in handle_rvalue() local
76 if (index >= expr->operands[0]->type->vector_elements) { in handle_rvalue()
89 /* Replace (vector_insert (vec) (scalar) (index)) with a dereference of in handle_rvalue()
95 * where mask is the component selected by index. in handle_rvalue()
108 /* Replace (vector_insert (vec) (scalar) (index)) with a dereference of in handle_rvalue()
112 * if (index == 0) in handle_rvalue()
114 * if (index == 1) in handle_rvalue()
116 * if (index == 2) in handle_rvalue()
118 * if (index == 3) in handle_rvalue()
H A Dir_array_refcount.cpp151 dr->index = idx->get_int_component(0); in visit_enter()
159 dr->index = dr->size; in visit_enter()
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_util.h96 * \brief Asserts if operand index "index" is out of range.
99 * \param[in] index The operand index to check.
101 #define ASSERT_INSTR_OPERAND_INDEX(instr, index) \
102 assert((index) < (instr)->num_operands)
/third_party/node/test/fixtures/wpt/streams/transform-streams/
H A Dlipfuzz.any.js14 // lastIndex is the index of the first character after the last substitution.
24 this.partialChunk = chunk.substring(match.index);
25 chunk = chunk.substring(0, match.index);
/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.h67 WasmCompilationUnit(int index, ExecutionTier tier, ForDebugging for_debugging) in WasmCompilationUnit() argument
68 : func_index_(index), tier_(tier), for_debugging_(for_debugging) {} in WasmCompilationUnit()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Ddifferential_fuzz_library.js60 const result = map.call(array, (value, index, array) => {
61 if (value === undefined && !(index in array)) return "";
/third_party/node/deps/icu-small/source/common/
H A Dcharstr.h80 char operator[](int32_t index) const { return buffer[index]; } in operator []()
114 /** @return last index of c, or -1 if c is not in this string */
H A Drbbi_cache.h48 * @param firstRuleStatus The rule status index that applies to the break at startPos
49 * @param otherRuleStatus The rule status index that applies to boundaries other than startPos
181 static inline int32_t modChunkSize(int index) { return index & (CACHE_SIZE - 1); } in modChunkSize() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_padding.cpp20 addPaddingHelper(UChar32 paddingCp, int32_t requiredPadding, FormattedStringBuilder &string, int32_t index, in addPaddingHelper() argument
24 string.insertCodePoint(index, paddingCp, kUndefinedField, status); in addPaddingHelper()
/third_party/mesa3d/src/panfrost/util/
H A Dpan_lower_xfb.c42 nir_ssa_def *index = nir_iadd(b, in lower_xfb_output() local
54 nir_imul_imm(b, index, stride), in lower_xfb_output()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.h76 int index; /* immediates == -1 */ member
106 unsigned index; member
/third_party/icu/icu4c/source/test/intltest/
H A Dpptest.cpp24 void ParsePositionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument
27 switch (index) { in runIndexedTest()
H A Dquantityformattertest.cpp32 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override;
36 void QuantityFormatterTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) { in runIndexedTest() argument
H A Dstring_segment_test.cpp19 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override;
24 void StringSegmentTest::runIndexedTest(int32_t index, UBool exec, const char*&name, char*) { in runIndexedTest() argument
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp86 UPerfFunction* StringSearchPerformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *par) { in runIndexedTest() argument
87 switch (index) { in runIndexedTest()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h30 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
32 //| switch (index) {
53 //| void MyTest::runIndexedTest(int32_t index, UBool exec,
67 if (index == testCaseAutoNumber++) { \
161 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // override !
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_table.h53 u32_t index; member
99 u32_t index; member
/third_party/lwip/src/include/lwip/
H A Dnetifapi.h80 err_t netifapi_netif_name_to_index(const char *name, u8_t *index);
82 err_t netifapi_netif_index_to_name(u8_t index, char *name);
/third_party/node/deps/v8/src/compiler/
H A Dallocation-builder.h39 void Store(ElementAccess const& access, Node* index, Node* value) { in Store() argument
41 index, value, effect_, control_); in Store()
H A Dbytecode-analysis.h31 bool ContainsParameter(int index) const;
32 bool ContainsLocal(int index) const;
/third_party/node/deps/v8/src/compiler/backend/
H A Dframe-elider.cc152 Instruction* FrameElider::InstructionAt(int index) const { in InstructionAt()
153 return code_->InstructionAt(index); in InstructionAt()
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.h63 inline Object root(RootIndex index) const;
64 inline Handle<Object> root_handle(RootIndex index) const;
/third_party/node/deps/v8/src/objects/
H A Dmodule-inl.h124 Isolate* isolate, int index) { in GetAsyncParentModule()
126 SourceTextModule::cast(async_parent_modules().Get(index)), isolate); in GetAsyncParentModule()
123 GetAsyncParentModule( Isolate* isolate, int index) GetAsyncParentModule() argument
H A Dname.h56 inline bool AsArrayIndex(uint32_t* index);
57 inline bool AsIntegerIndex(size_t* index);
117 // Array index strings this short can keep their index in the hash field.
121 // value into an array index.
124 // "integer index" in the spec sense, i.e. a canonical representation of a
133 // the case for the string '0'. 24 bits are used for the array index value.
153 // array index.
H A Dtemplates.h175 Address GetCFunction(int index) const;
176 const CFunctionInfo* GetCSignature(int index) const;

Completed in 19 milliseconds

1...<<341342343344345346347348349350>>...824