/kernel/linux/linux-6.6/security/apparmor/ |
H A D | label.c | 1838 const char *end = str + n; in label_count_strn_entries() local 1844 for (split = aa_label_strn_split(str, end - str); in label_count_strn_entries() 1846 split = aa_label_strn_split(str, end - str)) { in label_count_strn_entries() 1892 const char *end = str + n; in aa_label_strn_parse() local 1903 len = label_count_strn_entries(str, end - str); in aa_label_strn_parse() 1919 for (split = aa_label_strn_split(str, end - str), i = stack; in aa_label_strn_parse() 1931 split = aa_label_strn_split(str, end - str); in aa_label_strn_parse() 1935 vec[i] = fqlookupn_profile(base, currbase, str, end - str); in aa_label_strn_parse()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_synth.c | 197 char buf[4], *end, *start; in synth_field_string_size() local 206 end = strchr(type, ']'); in synth_field_string_size() 207 if (!end || end < start || type + strlen(type) > end + 1) in synth_field_string_size() 210 len = end - start; in synth_field_string_size() 364 goto end; in print_synth_event() 420 end: in print_synth_event() 1145 * automatically adds a NULL to the end of the arg list. If this
|
H A D | blktrace.c | 1308 int i, end; in blk_log_dump_pdu() local 1317 for (end = pdu_len - 1; end >= 0; end--) in blk_log_dump_pdu() 1318 if (pdu_buf[end]) in blk_log_dump_pdu() 1320 end++; in blk_log_dump_pdu() 1333 if (i == end && end != pdu_len - 1) { in blk_log_dump_pdu()
|
/kernel/linux/linux-6.6/mm/ |
H A D | page-writeback.c | 1338 * So we end up using (2) to always keep in wb_update_dirty_ratelimit() 2331 * @end: ending page index (inclusive) 2333 * This function scans the page range from @start to @end (inclusive) and tags 2342 pgoff_t start, pgoff_t end) in tag_pages_for_writeback() 2349 xas_for_each_marked(&xas, page, end, PAGECACHE_TAG_DIRTY) { in tag_pages_for_writeback() 2404 pgoff_t end; /* Inclusive */ in write_cache_pages() local 2412 end = -1; in write_cache_pages() 2415 end = wbc->range_end >> PAGE_SHIFT; in write_cache_pages() 2420 tag_pages_for_writeback(mapping, index, end); in write_cache_pages() 2426 while (!done && (index <= end)) { in write_cache_pages() 2341 tag_pages_for_writeback(struct address_space *mapping, pgoff_t start, pgoff_t end) tag_pages_for_writeback() argument [all...] |
/kernel/linux/linux-6.6/net/appletalk/ |
H A D | ddp.c | 953 int end; in atalk_sum_skb() local 957 end = start + skb_frag_size(frag); in atalk_sum_skb() 958 if ((copy = end - offset) > 0) { in atalk_sum_skb() 972 start = end; in atalk_sum_skb() 976 int end; in atalk_sum_skb() local 980 end = start + frag_iter->len; in atalk_sum_skb() 981 if ((copy = end - offset) > 0) { in atalk_sum_skb() 990 start = end; in atalk_sum_skb() 1137 /* Set the address 'our end' of the connection */
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_sample_user.c | 1561 goto end; in sample_run() 1595 end: in sample_run() 1614 goto end; in get_driver_name() 1622 goto end; in get_driver_name() 1629 end: in get_driver_name() 1647 goto end; in get_mac_addr() 1655 goto end; in get_mac_addr() 1660 end: in get_mac_addr()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_h2645.c | 518 size_t size, start, end; in cbs_h2645_split_fragment() local 549 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment() 552 frag->data + start, end - start, in cbs_h2645_split_fragment() 573 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment() 576 frag->data + start, end - start, in cbs_h2645_split_fragment() 587 av_log(ctx->log_ctx, AV_LOG_WARNING, "%u bytes left at end of AVCC " in cbs_h2645_split_fragment() 593 size_t size, start, end; in cbs_h2645_split_fragment() local 627 end = bytestream2_tell(&gbc); in cbs_h2645_split_fragment() 630 frag->data + start, end - start, in cbs_h2645_split_fragment()
|
H A D | ac3dec.c | 652 int ch, end; in decode_transform_coeffs() local 669 end = s->end_freq[CPL_CH]; in decode_transform_coeffs() 671 end = s->end_freq[ch]; in decode_transform_coeffs() 674 s->fixed_coeffs[ch][end] = 0; in decode_transform_coeffs() 675 while (++end < 256); in decode_transform_coeffs() 689 int end, bndend; in do_rematrixing() local 691 end = FFMIN(s->end_freq[1], s->end_freq[2]); in do_rematrixing() 695 bndend = FFMIN(end, ff_ac3_rematrix_band_tab[bnd + 1]); in do_rematrixing() 784 * @param[in] end_subband subband number for end of range 855 and end subband in spx_strategy() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake_opencl.c | 142 // Keeps track of where the start and end of contiguous motion data is (to 185 // Returned from function that determines start and end values for iteration 189 int end; member 829 // Returns indices to start and end iteration at in order to iterate over a window 833 // means specifying negative indices or indices past the end of the values in the 839 indices.end = deshake_ctx->abs_motion.curr_frame_offset + (length / 2) + (length % 2); in start_end_for() 857 // which we use repeatedly at the end of the video. in ringbuf_float_at() 916 for (int i = indices.start, j = 0; i < indices.end; ++i, ++j) { in smooth() 922 for (int i = indices.start, j = 0; i < indices.end; ++i, ++j) { in smooth() 934 for (int i = indices.start, j = 0; i < indices.end; in smooth() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_deblock.asm | 291 ;end tc calculations 324 ;end beta calculations 347 ;end weak / strong decision 363 ; end calc for weak filter 397 ;end tc25 calculations 415 ;----beta_3 comparison end----- 426 ;----tc25 comparison end--- 595 ;end beta calculations
|
/third_party/icu/icu4c/source/i18n/ |
H A D | timezone.cpp | 674 // area at the end in initMap() 1651 const UChar *end = u_strchr(start, (UChar)0x20); in getWindowsID() local 1652 if (end == NULL) { in getWindowsID() 1653 end = tzids + len; in getWindowsID() 1656 if (canonicalID.compare(start, static_cast<int32_t>(end - start)) == 0) { in getWindowsID() 1661 start = end + 1; in getWindowsID() 1713 const UChar *end = u_strchr(tzids, (UChar)0x20); in getIDForWindowsID() local 1714 if (end == NULL) { in getIDForWindowsID() 1717 id.setTo(tzids, static_cast<int32_t>(end - tzids)); in getIDForWindowsID()
|
/third_party/node/lib/ |
H A D | net.js | 482 this.on('end', onReadableStreamEnd); 522 // The user has called .end(), and all the bytes have been 556 // Provide a better error message when we call end() as a result 557 // of the other side sending a FIN. The standard 'write after end' 730 Socket.prototype.end = function(data, encoding, callback) { 731 stream.Duplex.prototype.end.call(this, 785 // Called when the 'end' event is emitted. 795 this.end(); 1528 self.end(); 2122 function end(er [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | timezone.cpp | 674 // area at the end in initMap() 1667 const char16_t *end = u_strchr(start, (char16_t)0x20); in getWindowsID() local 1668 if (end == nullptr) { in getWindowsID() 1669 end = tzids + len; in getWindowsID() 1672 if (canonicalID.compare(start, static_cast<int32_t>(end - start)) == 0) { in getWindowsID() 1677 start = end + 1; in getWindowsID() 1729 const char16_t *end = u_strchr(tzids, (char16_t)0x20); in getIDForWindowsID() local 1730 if (end == nullptr) { in getIDForWindowsID() 1733 id.setTo(tzids, static_cast<int32_t>(end - tzids)); in getIDForWindowsID()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-intl.cc | 540 Handle<Object> end = args.atOrUndefined(isolate, 2); in NumberFormatRange() local 543 // 3. If start is undefined or end is undefined, throw a TypeError exception. in NumberFormatRange() 550 if (end->IsUndefined(isolate)) { in NumberFormatRange() 553 factory->NewStringFromStaticChars("end"), end)); in NumberFormatRange() 562 // 5. Let y be ? ToIntlMathematicalValue(end). in NumberFormatRange() 566 Intl::ToIntlMathematicalValueAsNumberBigIntOrString(isolate, end)); in NumberFormatRange() 998 // 3. If start is undefined or end is undefined, throw a TypeError exception. in BUILTIN() 1000 Handle<Object> end = args.atOrUndefined(isolate, 2); in BUILTIN() local 1006 if (end in BUILTIN() [all...] |
H A D | builtins-array.cc | 192 double start, double end) { in GenericArrayFill() 194 while (start < end) { in GenericArrayFill() 240 uint32_t start, end; in TryFastArrayFill() local 242 CHECK(DoubleToUint32IfEqualToSelf(end_index, &end)); in TryFastArrayFill() 245 RETURN_ON_EXCEPTION_VALUE(isolate, accessor->Fill(array, value, start, end), in TryFastArrayFill() 278 // 5. If end is undefined, let relativeEnd be len; in BUILTIN() 279 // else let relativeEnd be ? ToInteger(end). in BUILTIN() 282 Handle<Object> end = args.atOrUndefined(isolate, 3); in BUILTIN() local 286 isolate, end_index, GetRelativeIndex(isolate, length, end, length)); in BUILTIN() 1192 std::sort(indices.begin(), indices.end()); in IterateElements() 189 GenericArrayFill(Isolate* isolate, Handle<JSReceiver> receiver, Handle<Object> value, double start, double end) GenericArrayFill() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | string.cc | 617 void String::PrintUC16(std::ostream& os, int start, int end) { in PrintUC16() argument 618 if (end < 0) end = length(); in PrintUC16() 620 for (int i = start; i < end && stream.HasMore(); i++) { in PrintUC16() 625 void String::PrintUC16(StringStream* accumulator, int start, int end) { in PrintUC16() argument 626 if (end < 0) end = length(); in PrintUC16() 628 for (int i = start; i < end && stream.HasMore(); i++) { in PrintUC16() 793 // Negative length means the to the end of the string. in ToCString() 963 // Include one character beyond the end o in CalculateLineEndsImpl() [all...] |
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 113 int i, end, ret = 0; in use_ecc() local 124 end = sk_SSL_CIPHER_num(cipher_stack); in use_ecc() 125 for (i = 0; i < end; i++) { in use_ecc() 436 int i, end; in tls_construct_ctos_use_srtp() local 450 end = sk_SRTP_PROTECTION_PROFILE_num(clnt); in tls_construct_ctos_use_srtp() 451 for (i = 0; i < end; i++) { in tls_construct_ctos_use_srtp() 727 goto end; in tls_construct_ctos_cookie() 731 end: in tls_construct_ctos_cookie()
|
/third_party/python/Lib/ |
H A D | doctest.py | 11 In simplest use, end each module M to be tested with: 35 with assorted summaries at the end. 302 # Exact end matches required more characters than we have, as in 311 # due to an ellipsis at the start or end of `want`. That's OK. 339 start, end = 0, len(msg) 343 end = i 345 i = msg.find(':', 0, end) 347 end = i 349 i = msg.rfind('.', 0, end) 352 return msg[start: end] [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 171 const bool depthAsDSAttachment = (depthAccess == AspectAccess::RW || (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::DS_ATTACHMENT))); in incompatibleInputAttachmentAccess() 172 const bool stencilAsDSAttachment = (stencilAccess == AspectAccess::RW || (stencilAccess == AspectAccess::RO && de::contains(begin(*stencilROAccesses), end(*stencilROAccesses), ReadOnlyAccess::DS_ATTACHMENT))); in incompatibleInputAttachmentAccess() 173 const bool depthAsInputAttachment = (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in incompatibleInputAttachmentAccess() 174 const bool stencilAsInputAttachment = (stencilAccess == AspectAccess::RO && de::contains(begin(*stencilROAccesses), end(*stencilROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in incompatibleInputAttachmentAccess() 312 return (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in depthAsInputAttachment() 317 return (stencilAccess == AspectAccess::RO && de::contains(begin(*stencilROAccesses), end(*stencilROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in stencilAsInputAttachment() 335 return (depthAccess == AspectAccess::RW || (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::DS_ATTACHMENT))); in needsDepthTest() 341 return (stencilAccess == AspectAccess::RW || (stencilAccess == AspectAccess::RO && de::contains(begin(*stencilROAccesses), end(*stencilROAccesses), ReadOnlyAccess::DS_ATTACHMENT))); in needsStencilTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageDepthStencilDescriptorTests.cpp | 171 const bool depthAsDSAttachment = (depthAccess == AspectAccess::RW || (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::DS_ATTACHMENT))); in incompatibleInputAttachmentAccess() 172 const bool stencilAsDSAttachment = (stencilAccess == AspectAccess::RW || (stencilAccess == AspectAccess::RO && de::contains(begin(*stencilROAccesses), end(*stencilROAccesses), ReadOnlyAccess::DS_ATTACHMENT))); in incompatibleInputAttachmentAccess() 173 const bool depthAsInputAttachment = (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in incompatibleInputAttachmentAccess() 174 const bool stencilAsInputAttachment = (stencilAccess == AspectAccess::RO && de::contains(begin(*stencilROAccesses), end(*stencilROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in incompatibleInputAttachmentAccess() 312 return (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in depthAsInputAttachment() 317 return (stencilAccess == AspectAccess::RO && de::contains(begin(*stencilROAccesses), end(*stencilROAccesses), ReadOnlyAccess::INPUT_ATTACHMENT)); in stencilAsInputAttachment() 335 return (depthAccess == AspectAccess::RW || (depthAccess == AspectAccess::RO && de::contains(begin(*depthROAccesses), end(*depthROAccesses), ReadOnlyAccess::DS_ATTACHMENT))); in needsDepthTest() 341 return (stencilAccess == AspectAccess::RW || (stencilAccess == AspectAccess::RO && de::contains(begin(*stencilROAccesses), end(*stencilROAccesses), ReadOnlyAccess::DS_ATTACHMENT))); in needsStencilTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 497 auto *ResE = Res.end(); in addModuleToGlobalRes() 506 // way they are handled by lld), otherwise we can end up with two in addModuleToGlobalRes() 552 assert(ResI != Res.end()); in writeToResolutionFile() 567 assert(ResI == Res.end()); in writeToResolutionFile() 582 if (Error Err = addModule(*Input, I, ResI, Res.end())) in add() 585 assert(ResI == Res.end()); in add() 699 auto MsymI = SymTab.symbols().begin(), MsymE = SymTab.symbols().end(); in addRegularLTO() 921 if (It == GUIDPrevailingResolutions.end()) in run() 1160 } // end anonymous namespace 1248 } // end anonymou [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_decorations.cpp | 84 decorations.begin(), decorations.end(), in isBuiltInVar() 93 decorations.begin(), decorations.end(), [](const Decoration& d) { in isBuiltInStruct() 102 return std::any_of(decorations.begin(), decorations.end(), in hasImportLinkageAttribute() 114 return std::vector<uint32_t>(inst->words().begin() + 2, inst->words().end()); in getStructMembers() 162 !std::all_of(hasOffset.begin(), hasOffset.end(), in isMissingOffsetInStruct() 282 // Returns size of a struct member. Doesn't include padding at the end of struct 453 member_offsets.begin(), member_offsets.end(), 1254 if (seen_per_id.find(excl_k) != seen_per_id.end()) { 1287 if (seen_per_member.find(excl_k) != seen_per_member.end()) {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationESEXT.cpp | 388 GLuint end, in ValidateDrawRangeElementsBaseVertexEXT() 400 if (end < start) in ValidateDrawRangeElementsBaseVertexEXT() 422 if (indexRange.end > end || indexRange.start < start) in ValidateDrawRangeElementsBaseVertexEXT() 555 GLuint end, in ValidateDrawRangeElementsBaseVertexOES() 567 if (end < start) in ValidateDrawRangeElementsBaseVertexOES() 589 if (indexRange.end > end || indexRange.start < start) in ValidateDrawRangeElementsBaseVertexOES() 384 ValidateDrawRangeElementsBaseVertexEXT(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawRangeElementsBaseVertexEXT() argument 551 ValidateDrawRangeElementsBaseVertexOES(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawRangeElementsBaseVertexOES() argument
|
/third_party/skia/src/core/ |
H A D | SkStroke.cpp | 129 // return false if start and end are too close to have a unique middle 130 bool init(SkScalar start, SkScalar end) { in init() 132 fMidT = (start + end) * SK_ScalarHalf; in init() 133 fEndT = end; in init() 352 } else { // add caps to start and end in finishContour() 353 // cap the end in finishContour() 655 // Now loop over the t-values, and reject any that evaluate to either end-point 727 can have square and round end caps. */ 765 can have square and round end caps. */ 825 // Given a conic and a t range, find the start and end i [all...] |
/third_party/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 113 int i, end, ret = 0; in use_ecc() local 124 end = sk_SSL_CIPHER_num(cipher_stack); in use_ecc() 125 for (i = 0; i < end; i++) { in use_ecc() 436 int i, end; in tls_construct_ctos_use_srtp() local 450 end = sk_SRTP_PROTECTION_PROFILE_num(clnt); in tls_construct_ctos_use_srtp() 451 for (i = 0; i < end; i++) { in tls_construct_ctos_use_srtp() 727 goto end; in tls_construct_ctos_cookie() 731 end: in tls_construct_ctos_cookie()
|