/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_to_llvm.c | 758 unsigned start; in radv_emit_stream_output() local 766 start = ffs(output->component_mask) - 1; in radv_emit_stream_output() 770 out[i] = ac_to_integer(&ctx->ac, shader_out->values[start + i]); in radv_emit_stream_output()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 449 arg.lk.start = lock->l_start; in fuse_reply_lock() 903 flock->l_start = fl->start; in convert_fuse_file_lock() 907 flock->l_len = fl->end - fl->start + 1; in convert_fuse_file_lock()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uregex.cpp | 687 int32_t startIx = regexp->fMatcher->start(groupNum, *status); in uregex_group() 715 int64_t start = regexp->fMatcher->start64(groupNum, *status); in uregex_group() local 721 // Group didn't match: start == end == -1. UText trims to 0, UText gives zero length result. in uregex_group() 722 // Zero Length Match: start == end. in uregex_group() 723 int32_t length = utext_extract(regexp->fMatcher->inputText(), start, limit, dest, destCapacity, status); in uregex_group() 1387 // Copy input string from the end of previous match to start of current match in appendReplacement() 1857 // up until the start of the delimiter into the next output string. in split()
|
/third_party/node/deps/minimatch/ |
H A D | index.js | 47 start: r[0], 552 // TODO: instead of injecting the start/end at this point, just return 553 // the BODY of the regexp, along with the start/end portions suitable 554 // for binding the start/end in either a joined full-path makeRe context 558 // In part-matching mode, the start is: 568 // pattern, so start is: 585 // And, if the start is adjusted slightly, can do the same there: 592 // performance, so probably better to return both start options. 595 // and the start always gets applied. 601 // - better detect what kind of start i [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 988 struct rule start; in tzparse() local 996 if ((name = getrule(name, &start)) == NULL) in tzparse() 1021 starttime = transtime(year, &start, stdoffset), in tzparse()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 1056 return AddNode(common()->Phi(rep, 2), n1, n2, graph()->start()); in Phi() 1059 return AddNode(common()->Phi(rep, 3), n1, n2, n3, graph()->start()); in Phi() 1062 return AddNode(common()->Phi(rep, 4), n1, n2, n3, n4, graph()->start()); in Phi()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 230 TNode<Smi> start = CAST(UnsafeLoadFixedArrayElement( in ConstructNewResultFromMatchInfo() local 239 CAST(CallBuiltin(Builtin::kSubString, context, string, start, end)); in ConstructNewResultFromMatchInfo() 247 AllocateRegExpResult(context, num_results, start, string, regexp, in ConstructNewResultFromMatchInfo()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser.h | 850 PreParserSourceRange(int start, int end) {} in PreParserSourceRange() argument 852 static PreParserSourceRange OpenEnded(int32_t start) { return Empty(); } in OpenEnded() argument 1040 TemplateLiteralState* state, int start, const PreParserExpression& tag) { in CloseTemplateLiteral() 1039 CloseTemplateLiteral( TemplateLiteralState* state, int start, const PreParserExpression& tag) CloseTemplateLiteral() argument
|
/third_party/node/deps/v8/src/regexp/arm64/ |
H A D | regexp-macro-assembler-arm64.cc | 37 * - x26 : Address at the start of the input string: input_start. 38 * - w27 : Where to start in the input string. 85 * character of the string). The remaining registers start out as garbage. 92 * Address start, 417 // x0: Address byte_offset1 - Address captured substring's start. in CheckNotBackReferenceIgnoreCase() 422 // Address of start of capture. in CheckNotBackReferenceIgnoreCase() 894 // Find negative length (offset of start relative to end). in GetCode() 921 // Load newline if index is at start, previous character otherwise. in GetCode() 982 // Keep capture start for the zero-length check later. in GetCode() 985 // Offsets need to be relative to the start o in GetCode() 1035 Label loop, start; GetCode() local [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_draw.cpp | 377 ptr[0] = dinfo->index_size ? draw->index_bias : draw->start; in fill_graphics_state_vars() 1233 draws[0].start, draws[0].index_bias, in d3d12_draw_vbo() 1237 draws[0].start, dinfo->start_instance); in d3d12_draw_vbo()
|
/third_party/mksh/ |
H A D | main.c | 510 if (!(s->start = s->str = argv[argi++])) in main_init() 519 s->str = s->start; in main_init() 841 s->start = s->str = comm; in command() 906 s->start = s->str = null; in shell()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 282 add $out, $tmp, $out ! start or end of key schedule 327 add $out, $tmp, $out ! start or end of key schedule 370 add $out, $tmp, $out ! start or end of key schedule
|
/third_party/python/Lib/test/ |
H A D | string_tests.py | 881 # only trim the start and end; does not strip internal characters 1230 for start in indices: 1234 L = list(s)[start:stop:step] 1236 slice(start, stop, step))
|
/third_party/python/Lib/ |
H A D | pdb.py | 105 for lineno, line in enumerate(fp, start=1): 606 You can use breakpoint commands to start your program up 1375 def _print_lines(self, lines, start, breaks=(), frame=None): 1382 for lineno, line in enumerate(lines, start):
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 282 add $out, $tmp, $out ! start or end of key schedule 327 add $out, $tmp, $out ! start or end of key schedule 370 add $out, $tmp, $out ! start or end of key schedule
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationProvokingVertexTests.cpp | 109 const deUint32 start = (mode == PROVOKING_VERTEX_LAST) in verifyXfbBuffer() local 121 for (deUint32 ndx = start; ndx < count; ndx += primitiveSize) in verifyXfbBuffer() 126 ": Expected " + de::toString(vertices[provoking[i + start]]) + ", got " + de::toString(xfbResults[ndx]); in verifyXfbBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 756 const tcu::Vec3 start(0.0f, 0.5f, zCoord); in prepareTriGeometries() 761 tcu::Vec3 point(start); in prepareTriGeometries() 771 geometry[2] = (maxTriangles >= 3 && trianglesCount - idx == 1u) ? start : rotateCcwZ(point, center, angle); in prepareTriGeometries()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_2_autogen.cpp | 339 GLuint start, in CaptureDrawRangeElementsBaseVertex() 349 paramBuffer.addValueParam("start", ParamType::TGLuint, start); in CaptureDrawRangeElementsBaseVertex() 358 CaptureDrawRangeElementsBaseVertex_indices(glState, isCallValid, modePacked, start, end, in CaptureDrawRangeElementsBaseVertex() 336 CaptureDrawRangeElementsBaseVertex(const State &glState, bool isCallValid, PrimitiveMode modePacked, GLuint start, GLuint end, GLsizei count, DrawElementsType typePacked, const void *indices, GLint basevertex) CaptureDrawRangeElementsBaseVertex() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 106 // Keep track the distance of a MI from the start of the current basic block. 258 if (I != LI.end() && I->start < MBBEndIdx) in sink3AddrInstruction() 878 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleMIBelowKill() 1068 if (I != LI.end() && I->start < MBBEndIdx) in rescheduleKillAboveMI() 1195 /// The 'Dist' arguments provides the distance of MI from the start of the
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_ext_autogen.h | 809 GLuint start, 846 GLint start, 1415 GLuint start,
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 280 p = &tables.curr_segment->start[VP8LPrefetchBits(br) & LENGTHS_TABLE_MASK]; in ReadHuffmanCodeLengths() 377 assert(huffman_tables->root.start == NULL); in ReadHuffmanCodes() 717 // Sets io->mb_y, io->mb_h & io->mb_w according to start row, end row and 719 // start of the cropped window. Note that pixels are in ARGB format even if 1680 assert(dec->hdr_.huffman_tables_.root.start != NULL); in VP8LDecodeImage()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uregex.cpp | 687 int32_t startIx = regexp->fMatcher->start(groupNum, *status); in uregex_group() 715 int64_t start = regexp->fMatcher->start64(groupNum, *status); in uregex_group() local 721 // Group didn't match: start == end == -1. UText trims to 0, UText gives zero length result. in uregex_group() 722 // Zero Length Match: start == end. in uregex_group() 723 int32_t length = utext_extract(regexp->fMatcher->inputText(), start, limit, dest, destCapacity, status); in uregex_group() 1387 // Copy input string from the end of previous match to start of current match in appendReplacement() 1857 // up until the start of the delimiter into the next output string. in split()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 986 struct rule start; in tzparse() local 994 if ((name = getrule(name, &start)) == NULL) in tzparse() 1019 starttime = transtime(year, &start, stdoffset), in tzparse()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 1116 The offsets are so as to start at the lowest useable value: 1326 colonPositions = [m.start() 1332 for start,end in columns: 1333 action = line[start:end] 1507 #start with repeat count 2 1540 #start with repeat count 2 1643 #start over on the right side
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfwoff2.c | 896 substreams[i].start = pos + offset; in reconstruct_glyf() 1066 substreams[GLYPH_STREAM].start ) ) in reconstruct_glyf() 1071 substreams[GLYPH_STREAM].start ); in reconstruct_glyf() 2053 /* Some more checks before we start reading the tables. */ in FT_LOCAL_DEF()
|