Home
last modified time | relevance | path

Searched refs:index (Results 5026 - 5050 of 7580) sorted by relevance

1...<<201202203204205206207208209210>>...304

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h240 analysis.GetInLivenessFor(merge_offset)->RegisterIsLive(reg.index())); in CheckIsLoopPhiIfNeeded()
241 if (!assignments.ContainsLocal(reg.index())) return; in CheckIsLoopPhiIfNeeded()
277 if (assignments.ContainsLocal(reg.index())) { in MergePointInterpreterFrameState()
461 // The loop jump is defined to unconditionally be index 0. in MergeLoopValue()
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h142 // map and return false. In either case set |*index_out| to the index
157 int* index = map_.Find(obj); in Lookup() local
158 if (index == nullptr) { in Lookup()
161 *index_out = *index; in Lookup()
388 // therefore be identified by an incrementing integer index, which is
389 // effectively an index into a vector of the currently registered forward
399 // ArrayBuffers. Note that the index begins at 1 and not 0, because when a
402 // from index 0.
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c263 fd_hw_create_query(struct fd_context *ctx, unsigned query_type, unsigned index) in fd_hw_create_query() argument
286 q->index = index; in fd_hw_create_query()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gv100.h210 case SV_TID : id = 0x21 + val->reg.data.sv.index; break; in emitSYS()
211 case SV_CTAID : id = 0x25 + val->reg.data.sv.index; break; in emitSYS()
217 case SV_CLOCK : id = 0x50 + val->reg.data.sv.index; break; in emitSYS()
/third_party/mesa3d/src/util/indices/
H A Du_indices_gen.py78 * Functions to translate and generate index lists
254 def close_func(index):
292 def close_func(index):
310 def close_func(index):
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c85 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index) in use_temporary() argument
87 if (index > code->pixsize) in use_temporary()
88 code->pixsize = index; in use_temporary()
/third_party/node/deps/undici/src/lib/cache/
H A Dcache.js11 const { fetching } = require('../fetch/index')
261 let index = 0
269 request: requestList[index], // 7.3.3
275 index++ // 7.3.6
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DCompilerRegressionTest.java72 errors.format("FAILED [%s]: First difference at index %d\n", tc.getName(), diffIndex); in testCompiledBytesEqualExpectedMatcherBytes()
154 private int index = 0; field in CompilerRegressionTest.Sequence
162 return index < seq.length(); in hasNext()
167 return seq.getDigit(index++); in next()
274 // Return the index of the first difference, or -1 is the byte arrays are the same.
/third_party/python/Doc/
H A Dmake.bat175 if EXIST "%BUILDDIR%\html\index.html" (
176 echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
177 start "" "%BUILDDIR%\html\index.html"
/third_party/python/Lib/
H A Dcompileall.py238 for index, opt_level in enumerate(optimize):
243 if index > 0 and hardlink_dupes:
244 previous_cfile = opt_cfiles[optimize[index - 1]]
/third_party/pulseaudio/src/pulsecore/
H A Dsample-util.c65 pa_silence_memory((uint8_t*) data+c->index, c->length, spec); in pa_silence_memchunk()
270 ret->index = 0; in pa_silence_memchunk_get()
356 if (fwrite((uint8_t*) p + c->index, 1, c->length, f) != c->length) in pa_memchunk_dump_to_file()
/third_party/python/Lib/email/
H A D_parseaddr.py105 mm = _monthnames.index(mm) + 1
555 def __getitem__(self, index):
557 return self.addresslist[index]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp390 int index = 0; in elemsStr() local
394 result += std::string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()
396 index++; in elemsStr()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
H A Dshader_translator.cpp38 static void PrintVariable(const std::string &prefix, size_t index, const sh::ShaderVariable &var);
492 void PrintVariable(const std::string &prefix, size_t index, const sh::ShaderVariable &var) in PrintVariable() argument
681 static_cast<unsigned int>(index), var.name.c_str(), var.mappedName.c_str(), in PrintVariable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h128 void onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) override;
265 Error programCacheQuery(EGLint index,
293 const char *queryStringi(const EGLint name, const EGLint index);
H A DProgramExecutable.h248 const LinkedUniform &getUniformByIndex(GLuint index) const
250 ASSERT(index < static_cast<size_t>(mUniforms.size()));
251 return mUniforms[index];
406 // EXT_blend_func_extended secondary outputs (ones with index 1)
H A Dqueryutils.h157 GLint GetUniformResourceProperty(const Program *program, GLuint index, const GLenum prop);
165 GLuint index,
175 UniformBlockIndex index,
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dcpp_interface_test.cpp60 EXPECT_EQ(1u, position.index); in TEST()
119 EXPECT_EQ(0u, position.index); in TEST()
180 EXPECT_EQ(0u, position.index); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/lint/
H A Ddivergence_analysis_test.cpp35 std::cerr << "error: line " << position.index << ": " << message in CLIMessageConsumer()
39 std::cout << "warning: line " << position.index << ": " << message in CLIMessageConsumer()
43 std::cout << "info: line " << position.index << ": " << message in CLIMessageConsumer()
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dexpect.py145 def read_word(binary, index, little_endian):
146 """Reads the index-th word from the given binary file."""
147 word = binary[index * 4:(index + 1) * 4]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp141 void enable(unsigned index) const in enable()
144 glVertexAttribPointer(index, mData.getDimension(), mGLType, mNormalized, mStride, in enable()
147 glEnableVertexAttribArray(index); in enable()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DUniformsPerf.cpp155 for (size_t index = 0; index < count; ++index) in GenMatrixData()
/third_party/skia/src/codec/
H A DSkBmpRLECodec.cpp173 uint8_t index) { in setPixel()
184 dstRow[dstX] = fColorTable->operator[](index); in setPixel()
189 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
505 // In RLE8 or RLE4, the second byte read gives the index in the in decodeRLE()
507 // RLE8 has one color index that gets repeated in decodeRLE()
171 setPixel(void* dst, size_t dstRowBytes, const SkImageInfo& dstInfo, uint32_t x, uint32_t y, uint8_t index) setPixel() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.h449 // Returns the loop at a particular |index|. The |index| must be in bounds,
451 inline Loop& GetLoopByIndex(size_t index) const { in GetLoopByIndex()
452 assert(loops_.size() > index && in GetLoopByIndex()
454 return *loops_[index]; in GetLoopByIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.h449 // Returns the loop at a particular |index|. The |index| must be in bounds,
451 inline Loop& GetLoopByIndex(size_t index) const { in GetLoopByIndex()
452 assert(loops_.size() > index && in GetLoopByIndex()
454 return *loops_[index]; in GetLoopByIndex()

Completed in 23 milliseconds

1...<<201202203204205206207208209210>>...304