Home
last modified time | relevance | path

Searched defs:b (Results 1 – 16 of 16) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dbit.rs679 let mut b = Bit::from_usize(0); in ut_bit_set() localVariable
683 let mut b = Bit::from_usize(USIZE_MAX_HALF); in ut_bit_set() localVariable
687 let mut b = Bit::from_usize(USIZE_MAX); in ut_bit_set() localVariable
703 let mut b = Bit::from_usize(0); in ut_bit_clear() localVariable
707 let mut b = Bit::from_usize(USIZE_MAX_HALF); in ut_bit_clear() localVariable
711 let mut b = Bit::from_usize(USIZE_MAX); in ut_bit_clear() localVariable
/commonlibrary/c_utils/base/include/
Dparcel.h87 inline void SetBehavior(BehaviorFlag b) const in SetBehavior()
98 inline void ClearBehavior(BehaviorFlag b) const in ClearBehavior()
112 inline bool TestBehavior(BehaviorFlag b) const in TestBehavior()
Dpubdef.h29 #define B_TO_M(b) ((b) / 1024 / 1024) argument
33 #define B_TO_K(b) ((b) / 1024) argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dpar_iter.rs26 let b = vec![2, 3, 4, 5]; in sdv_par_iter_test() localVariable
Dselect.rs81 let mut b = None; in sdv_new_select_channel() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_write.rs230 fn write_vectored<'a, 'b>( in write_vectored()
232 bufs: &'a [IoSlice<'b>], in write_vectored()
Dwrite_task.rs84 pub(crate) fn new(writer: &'a mut W, bufs: &'a [IoSlice<'b>]) -> WriteVectoredTask<'a, 'b, W> { in new()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Doperator.rs50 fn download<'a, 'b>(&'a mut self, data: &'b [u8]) -> DownloadFuture<'a, 'b, Self> in download()
52 Self: Unpin + Sized + 'a + 'b, in download()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dzip.rs35 b: B, field
/commonlibrary/rust/ylong_json/src/value/
Dnumber.rs159 let b = other.try_as_f64().unwrap(); in eq() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/response/
Dstatus.rs88 let b = bytes[1].wrapping_sub(b'0') as u16; in from_bytes() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dmod.rs290 fn data<'a, 'b>(&'a mut self, buf: &'b mut [u8]) -> DataFuture<'a, 'b, Self> in data()
293 Self: 'b, in data()
Dchunk.rs991 fn match_decode_result<'b, 'a: 'b>( in match_decode_result()
994 results: &mut Chunks<'b>, in match_decode_result()
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs241 let b = HEADER_CHARS[*b as usize]; in normalize() localVariable
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts2004 const b = new Buffer(pool, poolOffset, size); constant
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.cpp738 size_t b = input.length(); in AnalysisHost() local