/kernel/linux/linux-6.6/security/integrity/platform_certs/ |
H A D | load_ipl_s390.c | 20 void *ptr, *end; in load_ipl_certs() local 27 end = ptr + ipl_cert_list_size; in load_ipl_certs() 28 while ((void *) ptr < end) { in load_ipl_certs()
|
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A D | bebob_terratec.c | 23 goto end; in phase88_rack_clk_src_get() 26 goto end; in phase88_rack_clk_src_get() 34 end: in phase88_rack_clk_src_get()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | It_stdio_mblen_001.cpp | 39 const char *end = str + strlen(str); in Testcase() local 42 while (str < end) { in Testcase() 43 int next = mblen(str, end - str); in Testcase()
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_info.c | 37 Dwarf_Addr *start, Dwarf_Addr *end, in dwfl_module_info() 48 if (end) in dwfl_module_info() 49 *end = mod->high_addr; in dwfl_module_info() 36 dwfl_module_info(Dwfl_Module *mod, void ***userdata, Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *dwbias, Dwarf_Addr *symbias, const char **mainfile, const char **debugfile) dwfl_module_info() argument
|
/third_party/json/docs/examples/ |
H A D | basic_json__InputIt_InputIt.cpp | 14 json j_array_range(j_array.begin() + 1, j_array.end() - 2); in main() 15 json j_number_range(j_number.begin(), j_number.end()); in main() 26 json j_invalid(j_number.begin() + 1, j_number.end()); in main()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __string_read.c | 8 char *end = memchr(src, 0, k); in __string_read() local 9 if (end) k = end-src; in __string_read()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __string_read.c | 8 char *end = memchr(src, 0, k); in __string_read() local 9 if (end) k = end-src; in __string_read()
|
/third_party/ninja/src/ |
H A D | clparser_perftest.cc | 148 int64_t end = GetTimeMillis(); in main() local 150 if (end - start > 2000) { in main() 151 int delta_ms = (int)(end - start); in main()
|
/third_party/node/benchmark/crypto/ |
H A D | randomInt.js | 18 bench.end(n); 23 return bench.end(n); 34 bench.end(n);
|
/third_party/node/benchmark/process/ |
H A D | bench-hrtime.js | 21 bench.end(n); 28 bench.end(n); 35 bench.end(n);
|
/third_party/node/benchmark/assert/ |
H A D | throws.js | 23 bench.end(n); 30 bench.end(n); 37 bench.end(n);
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/trust/ |
H A D | filter.js | 6 return (ca.validFor.start <= criteria.start && ca.validFor.end >= criteria.end); 21 criteria.targetDate <= tlog.validFor.end);
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | stl_util.h | 34 const ForwardIterator& end) { in STLDeleteContainerPairSecondPointers() 35 for (ForwardIterator it = begin; it != end; ++it) { in STLDeleteContainerPairSecondPointers() 43 for (typename T::iterator it = container->begin(); it != container->end(); in STLDeleteElements() 33 STLDeleteContainerPairSecondPointers(const ForwardIterator& begin, const ForwardIterator& end) STLDeleteContainerPairSecondPointers() argument
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unilib.cc | 51 const char* end = begin + byte_length; in SpanInterchangeValid() local 52 while (p < end) { in SpanInterchangeValid() 53 int bytes_consumed = charntorune(&rune, p, static_cast<int>(end - p)); in SpanInterchangeValid()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | check_byte_count-ice.c | 15 check_byte_count-ice.c:20:0: error: Expected } at end of function 16 check_byte_count-ice.c:20:0: error: got end-of-input 18 * check-error-end
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | caged-heap-local-data.cc | 33 std::fill(table_.begin(), table_.end(), Age::kOld); in Reset() 36 const uintptr_t end = in Reset() local 40 allocator->DiscardSystemPages(reinterpret_cast<void*>(begin), end - begin); in Reset()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser-logger.h | 19 void LogFunction(int end, int num_parameters, int function_length, in LogFunction() argument 21 end_ = end; in LogFunction() 27 int end() const { return end_; } in end() function in v8::internal::final
|
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_key.c | 40 goto end; in ossl_sm2_key_private_check() 44 goto end; in ossl_sm2_key_private_check() 48 end: in ossl_sm2_key_private_check()
|
/third_party/protobuf/examples/ |
H A D | list_people.py | 20 print(" Mobile phone #:", end=" ") 22 print(" Home phone #:", end=" ") 24 print(" Work phone #:", end=" ")
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_key.c | 40 goto end; in ossl_sm2_key_private_check() 44 goto end; in ossl_sm2_key_private_check() 48 end: in ossl_sm2_key_private_check()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
H A D | character_predicate.cc | 24 AcceptRange::AcceptRange(int32_t start, int32_t end) in AcceptRange() argument 26 end_(end) { in AcceptRange() 45 return characters_->find(character) != characters_->end(); in operator ()()
|
/third_party/skia/third_party/externals/tint/tools/src/substr/ |
H A D | substr.go | 36 start, end := 0, len(body) 44 // Trim edits that remove text from body end 46 end -= len(back().Text) 51 return body[start:end]
|
/kernel/linux/linux-5.10/drivers/dax/ |
H A D | bus.c | 379 (unsigned long long)range->end); in trim_dev_dax_range() 592 .end = range->end, in alloc_dax_region() 686 rc = sprintf(buf, "%#llx\n", dax_range->range.end); in end_show() 691 static DEVICE_ATTR(end, 0400, end_show, NULL); 820 .end = alloc->end, in alloc_dev_dax_range() 825 &alloc->start, &alloc->end); in alloc_dev_dax_range() 862 .end = range->start + size - 1, in adjust_dev_dax_range() 867 (unsigned long long) range->end); in adjust_dev_dax_range() 1067 char *start, *end, *str; range_parse() local [all...] |
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | bitmap.c | 150 int end, next; in scan_bitmap_block() local 191 for (end = *beg + 1;; end++) { in scan_bitmap_block() 192 if (end >= *beg + max || end >= boundary in scan_bitmap_block() 193 || reiserfs_test_le_bit(end, bh->b_data)) { in scan_bitmap_block() 194 next = end; in scan_bitmap_block() 199 * finding the other end of zero bit window requires in scan_bitmap_block() 203 if (unfm && is_block_in_journal(s, bmap_n, end, &next)) in scan_bitmap_block() 209 * (end) point in scan_bitmap_block() [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | bitmap.c | 150 int end, next; in scan_bitmap_block() local 191 for (end = *beg + 1;; end++) { in scan_bitmap_block() 192 if (end >= *beg + max || end >= boundary in scan_bitmap_block() 193 || reiserfs_test_le_bit(end, bh->b_data)) { in scan_bitmap_block() 194 next = end; in scan_bitmap_block() 199 * finding the other end of zero bit window requires in scan_bitmap_block() 203 if (unfm && is_block_in_journal(s, bmap_n, end, &next)) in scan_bitmap_block() 209 * (end) point in scan_bitmap_block() [all...] |