Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 29) sorted by relevance

12

/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
Dylong_sync_rwlock_perf.rs33 let end = Instant::now(); in main() localVariable
41 let end = Instant::now(); in main() localVariable
Dylong_sync_mutex_perf.rs30 let end = Instant::now(); in main() localVariable
Dylong_runtime_tcp_client_perf.rs43 let end = Instant::now(); in main() localVariable
Dylong_runtime_tcp_server_perf.rs56 let end = Instant::now(); in main() localVariable
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_datetime_test.cpp148 int64_t end = GetTickCount(); variable
162 int64_t end = GetMicroTickCount(); variable
/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.cpp121 void Buffer::SubBuffer(Buffer *tBuf, uint32_t start, uint32_t end) in SubBuffer()
337 void Buffer::WriteStringLoop(string value, unsigned int offset, unsigned int end, unsigned int leng… in WriteStringLoop()
375 void Buffer::WriteStringLoop(std::u16string value, unsigned int offset, unsigned int end) in WriteStringLoop()
405 void Buffer::FillBuffer(Buffer *buffer, unsigned int offset, unsigned int end) in FillBuffer()
424 void Buffer::FillNumber(vector<uint8_t> numbers, unsigned int offset, unsigned int end) in FillNumber()
464 void Buffer::FillString(string value, unsigned int offset, unsigned int end, string encoding) in FillString()
Djs_blob.cpp55 void Blob::Init(Blob *blob, int start, int end) in Init()
Dnative_module_buffer.cpp262 int32_t end = -1; in BlobConstructor() local
566 uint32_t end = 0; in FillString() local
590 uint32_t end = 0; in FillNumbers() local
615 uint32_t end = 0; in FillBuffer() local
816 uint32_t end = 0; in SubBuffer() local
891 uint32_t end = 0; in ToUtf8() local
912 uint32_t end = 0; in ToBase64() local
931 uint32_t end = 0; in ToBase64Url() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_buf.rs152 let end = self.filled + n; in initialize_unfilled_to() localVariable
217 let end = std::cmp::min(self.filled + n, self.capacity()); in assume_init() localVariable
239 let end = self.filled + buf.len(); in append() localVariable
/commonlibrary/c_utils/base/test/benchmarktest/datatime_benchmark_test/
Ddatatime_benchmark_test.cpp187 int64_t end = GetTickCount(); in BENCHMARK_F() local
204 int64_t end = GetMicroTickCount(); in BENCHMARK_F() local
/commonlibrary/ets_utils/js_api_module/buffer/test/
Dtest_napi.cpp1012 unsigned int end = 10; variable
1036 unsigned int end = 10; variable
1062 unsigned int end = 10; variable
1086 unsigned int end = 10; variable
1105 unsigned int end = 10; variable
1125 unsigned int end = 10; variable
/commonlibrary/rust/ylong_json/src/
Dserializer_compact.rs355 fn end(self) -> Result<(), Error> { in end() method
374 fn end(self) -> Result<(), Error> { in end() method
393 fn end(self) -> Result<(), Error> { in end() method
420 fn end(self) -> Result<(), Error> { in end() method
460 fn end(self) -> Result<(), Error> { in end() method
480 fn end(self) -> Result<(), Error> { in end() method
502 fn end(self) -> Result<(), Error> { in end() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
Dylong_runtime_signal.rs81 let end = Instant::now(); in main() localVariable
/commonlibrary/memory_utils/libpurgeablemem/test/
Dpurgeable_c_test.cpp29 char end; member
178 bool InitData(void *data, size_t size, char start, char end) in InitData()
Dpurgeable_cpp_test.cpp45 TestDataBuilder(char start, char end) in TestDataBuilder()
Dpurgeableashmem_test.cpp52 TestDataBuilder(char start, char end) in TestDataBuilder()
/commonlibrary/ets_utils/js_util_module/stream/src/
Dstream_js.ts1415 end(chunk?: string | Uint8Array, encoding?: string, callback?: Function): Writable { method in Duplex
1525 end(chunk?: string | Uint8Array, encoding?: string, callback?: Function): Writable { method in Transform
/commonlibrary/ets_utils/js_concurrent_module/utils/test/
Dtest_locks.cpp292 std::latch &end; member
312 std::latch end(2U); in TEST_F() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dinput.rs48 end: usize, field
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dmod.rs1013 let mut end = bytes.len(); in authority_token() localVariable
1084 let mut end = bytes.len(); in path_token() localVariable
1111 let mut end = bytes.len(); in query_token() localVariable
/commonlibrary/c_utils/base/src/
Dstring_ex.cpp124 char* end = nullptr; in StrToInt() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs314 let mut end; in compare_pinned_digest() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Drequest.rs420 let end = start + target; in poll_read_cursor() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dtext.rs353 let end = size as usize; in decode() localVariable
/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c379 uint64_t end = RoundUp(addr + len, PAGE_SIZE); in UxpteOps() local

12