/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_vector_insert.cpp | 74 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 D | ir_array_refcount.cpp | 151 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 D | rogue_util.h | 96 * \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 D | lipfuzz.any.js | 14 // 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 D | function-compiler.h | 67 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 D | differential_fuzz_library.js | 60 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 D | charstr.h | 80 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 D | rbbi_cache.h | 48 * @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 D | number_padding.cpp | 20 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 D | pan_lower_xfb.c | 42 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 D | nv30_state.h | 76 int index; /* immediates == -1 */ member 106 unsigned index; member
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | pptest.cpp | 24 void ParsePositionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 27 switch (index) { in runIndexedTest()
|
H A D | quantityformattertest.cpp | 32 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 D | string_segment_test.cpp | 19 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 D | strsrchperf.cpp | 86 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 D | uperf.h | 30 //| 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 D | snmp_table.h | 53 u32_t index; member 99 u32_t index; member
|
/third_party/lwip/src/include/lwip/ |
H A D | netifapi.h | 80 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 D | allocation-builder.h | 39 void Store(ElementAccess const& access, Node* index, Node* value) { in Store() argument 41 index, value, effect_, control_); in Store()
|
H A D | bytecode-analysis.h | 31 bool ContainsParameter(int index) const; 32 bool ContainsLocal(int index) const;
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | frame-elider.cc | 152 Instruction* FrameElider::InstructionAt(int index) const { in InstructionAt() 153 return code_->InstructionAt(index); in InstructionAt()
|
/third_party/node/deps/v8/src/execution/ |
H A D | local-isolate.h | 63 inline Object root(RootIndex index) const; 64 inline Handle<Object> root_handle(RootIndex index) const;
|
/third_party/node/deps/v8/src/objects/ |
H A D | module-inl.h | 124 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 D | name.h | 56 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 D | templates.h | 175 Address GetCFunction(int index) const; 176 const CFunctionInfo* GetCSignature(int index) const;
|