/third_party/node/deps/v8/src/compiler/ |
H A D | js-typed-lowering.cc | 1362 Node* control = graph()->start(); in ReduceJSHasContextExtension() 1392 Node* control = graph()->start(); in ReduceJSLoadContext() 1413 Node* control = graph()->start(); in ReduceJSStoreContext()
|
H A D | pipeline.cc | 845 os << info->optimization_id() << "," << source_id << "} start{"; in PrintFunctionSource() 849 int start = shared->StartPosition(); in PrintFunctionSource() local 850 int len = shared->EndPosition() - start; in PrintFunctionSource() 851 SubStringRange source(String::cast(script->source()), no_gc, start, in PrintFunctionSource() 3240 << function_body.end - function_body.start << " codesize " in GenerateCodeForWasmFunction()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 225 static_cast<int>(reloc_info_writer.pos() - buffer_->start()); in GetCode() 875 if (trampoline_.start() > pos) { in get_trampoline_entry() 2126 byte* new_start = new_buffer->start(); in GrowBuffer()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 287 static_cast<int>(reloc_info_writer.pos() - buffer_->start()); in GetCode() 2060 DCHECK_EQ(buffer_start_, buffer_->start()); in GrowBuffer() 2077 byte* new_start = new_buffer->start(); in GrowBuffer()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 650 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start, in FlushICache() argument 653 USE(start); in FlushICache() 759 V8_EXPORT_PRIVATE void RunFrom(Instruction* start);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_autogen.cpp | 615 GLuint start, in CaptureDrawRangeElements() 624 paramBuffer.addValueParam("start", ParamType::TGLuint, start); in CaptureDrawRangeElements() 633 CaptureDrawRangeElements_indices(glState, isCallValid, modePacked, start, end, count, in CaptureDrawRangeElements() 612 CaptureDrawRangeElements(const State &glState, bool isCallValid, PrimitiveMode modePacked, GLuint start, GLuint end, GLsizei count, DrawElementsType typePacked, const void *indices) CaptureDrawRangeElements() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderAtomicCountersTests.cpp | 400 bool CheckBufferBindingState(GLuint index, GLint binding, GLint64 start, GLint64 size) in CheckBufferBindingState() argument 427 if (i64 != start) in CheckBufferBindingState() 433 << ", expected: " << static_cast<GLint>(start) << ", index: " << index << tcu::TestLog::EndMessage; in CheckBufferBindingState() 2076 return NL "1. Create atomic counter buffers and init them with start values." NL in Purpose()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessBuffersTests.cpp | 1783 glw::GLuint start = static_cast<glw::GLuint>((offset) / sizeof(s_reference[0])); in CompareWithReference() local 1787 for (glw::GLuint i = start; i < end; ++i) in CompareWithReference() 1793 if (data[i - start] != s_reference[i]) in CompareWithReference()
|
/third_party/openssl/test/ |
H A D | bntest.c | 98 TEST_error("%s:%d: Can't find %s", s->test_file, s->start, attribute); in getBN() 2953 s->test_file, s->start, tp->name); in file_test_run() 2959 TEST_info("%s:%d: Unknown test", s->test_file, s->start); in file_test_run()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgxvar.c | 548 FT_Short start, peak, end; in ft_var_load_item_variation_store() local 551 if ( FT_READ_SHORT( start ) || in ft_var_load_item_variation_store() 556 axisCoords[j].startCoord = FT_fdot14ToFixed( start ); in ft_var_load_item_variation_store() 1809 /* to check against start/end -- the documentation says we don't. */ in ft_var_apply_tuple()
|
/third_party/python/Lib/test/ |
H A D | test_statistics.py | 1252 # And so does mixed start argument. 2765 for exp, x in enumerate(row, start=1): 2841 start = center - width 2843 x_arr = [start + i*dx for i in range(steps)]
|
H A D | test_collections.py | 613 'self', 'sequence', 'set', 'side', 'specified', 'split', 'start', 1927 for start in range(-3, len(nativeseq) + 3): 1928 assert_index_same(nativeseq, seqseq, (letter, start)) 1931 nativeseq, seqseq, (letter, start, stop))
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 5000 int start = (size - 2) >> 1, end; in mz_zip_reader_sort_central_dir_offsets_by_filename() local 5001 while (start >= 0) { in mz_zip_reader_sort_central_dir_offsets_by_filename() 5002 int child, root = start; in mz_zip_reader_sort_central_dir_offsets_by_filename() 5015 start--; in mz_zip_reader_sort_central_dir_offsets_by_filename() 6231 // Basic ZIP archive filename validity checks: Valid filenames cannot start in mz_zip_writer_validate_archive_name() 7950 unsigned short *start; member 8500 // Traverse the lists that start at scode[m] and scode[mm]. in hufBuildEncTable() 8506 // Merge the lists that start at scode[m] and scode[mm] in hufBuildEncTable() 9273 cd.start = tmpBufferEnd; in CompressPiz() 9274 cd.end = cd.start; in CompressPiz() [all...] |
/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.cpp | 139 * @tc.desc: Test whether write a elemnet start tag with the given name successfully. 156 * @tc.desc: Test whether write a elemnet start tag with the given name successfully. 175 * @tc.desc: Test whether write a elemnet start tag with the given name successfully. 194 * @tc.desc: Test whether write a elemnet start tag with the given name successfully. 215 * @tc.desc: Test whether write a elemnet start tag with the given name successfully. 2182 size_t start = 0; in HWTEST_F() local 2186 size_t res = XmlTest::ParseTagValueInner(env, start, result, position, xmlStr); in HWTEST_F() 2189 start = 1; in HWTEST_F() 2191 res = XmlTest::ParseTagValueInner(env, start, result, position, xmlStr); in HWTEST_F()
|
/third_party/ffmpeg/libavformat/ |
H A D | mxfenc.c | 954 avio_wb64(pb, mxf->tc.start); in mxf_write_timecode_component() 1770 // index start position in mxf_write_index_table_segment() 1980 // mark the start of the headermetadata and calculate metadata size in mxf_write_partition() 1981 int64_t pos, start; in mxf_write_partition() local 1985 start = avio_tell(s->pb); in mxf_write_partition() 1990 header_byte_count = pos - start + klv_fill_size(pos); in mxf_write_partition() 2988 !(ie.flags & 0x33)) { // I-frame, GOP start in mxf_write_packet()
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl32.h | 996 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1101 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1753 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1798 GL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
|
/third_party/openGLES/api/GLES3/ |
H A D | gl32.h | 977 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1082 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1734 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1779 GL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 446 int minGPR, int maxGPR, Instruction *start, in findFirstUsesBB() 450 const BasicBlock *bb = start->bb; in findFirstUsesBB() 456 if (start == bb->getEntry()) { in findFirstUsesBB() 462 for (Instruction *insn = start; insn != bb->getExit(); insn = insn->next) { in findFirstUsesBB() 445 findFirstUsesBB( int minGPR, int maxGPR, Instruction *start, const Instruction *texi, std::list<TexUse> &uses, std::unordered_set<const BasicBlock *> &visited) findFirstUsesBB() argument
|
/third_party/libinput/include/valgrind/ |
H A D | valgrind.h | 6616 ones start at 0x2000. 6744 start and the backtrace (if present). */ 6916 'addr' is the start of the usable block (ie. after any 6918 can apply redzones -- these are blocks of padding at the start and end of 7078 start is the lowest addressable stack byte, end is the highest 7080 #define VALGRIND_STACK_REGISTER(start, end) \ 7083 start, end, 0, 0, 0) 7091 /* Change the start and end address of the stack id. 7092 start is the new lowest addressable stack byte, end is the new highest 7094 #define VALGRIND_STACK_CHANGE(id, start, en [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeS390X.c | 732 SLJIT_S390X_INSTRUCTION(name, sljit_gpr dst, sljit_gpr src, sljit_u8 start, sljit_u8 end, sljit_u8 rot) \ 737 i3 = (sljit_ins)start << 24; \ 859 SLJIT_S390X_INSTRUCTION(risbhgz, sljit_gpr dst, sljit_gpr src, sljit_u8 start, sljit_u8 end, sljit_u8 rot) in SLJIT_S390X_INSTRUCTION() argument 861 return risbhg(dst, src, start, 0x8 | end, rot); in SLJIT_S390X_INSTRUCTION()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 134 void start (de::SpinBarrier* groupBarrier); 178 (*threadIter)->start(&m_barrier); in run() 201 void ThreadGroupThread::start (de::SpinBarrier* groupBarrier) in start() function in vkt::api::__anon27803::ThreadGroupThread 204 de::Thread::start(); in start()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 134 void start (de::SpinBarrier* groupBarrier); 178 (*threadIter)->start(&m_barrier); in run() 201 void ThreadGroupThread::start (de::SpinBarrier* groupBarrier) in start() function in vkt::api::__anon29057::ThreadGroupThread 204 de::Thread::start(); in start()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl32.h | 998 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1103 GL_APICALL void GL_APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1755 typedef void (GL_APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1800 GL_APICALL void GL_APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex);
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-rn-operand-rm-shift-rs-a32.cc | 5167 int32_t start = masm.GetCursorOffset(); in TestHelper() local 5180 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 5181 VIXL_ASSERT(start < end); in TestHelper() 5182 uint32_t result_size = end - start; in TestHelper()
|
H A D | test-assembler-cond-rdlow-rnlow-operand-immediate-imm8-t32.cc | 2176 int32_t start = masm.GetCursorOffset(); in TestHelper() local 2189 masm.GetBuffer()->GetOffsetAddress<const byte*>(start); in TestHelper() 2190 VIXL_ASSERT(start < end); in TestHelper() 2191 uint32_t result_size = end - start; in TestHelper()
|