| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
| D | bit.rs | 679 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/ |
| D | parcel.h | 87 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()
|
| D | pubdef.h | 29 #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/ |
| D | par_iter.rs | 26 let b = vec![2, 3, 4, 5]; in sdv_par_iter_test() localVariable
|
| D | select.rs | 81 let mut b = None; in sdv_new_select_channel() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
| D | async_write.rs | 230 fn write_vectored<'a, 'b>( in write_vectored() 232 bufs: &'a [IoSlice<'b>], in write_vectored()
|
| D | write_task.rs | 84 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/ |
| D | operator.rs | 50 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/ |
| D | zip.rs | 35 b: B, field
|
| /commonlibrary/rust/ylong_json/src/value/ |
| D | number.rs | 159 let b = other.try_as_f64().unwrap(); in eq() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/response/ |
| D | status.rs | 88 let b = bytes[1].wrapping_sub(b'0') as u16; in from_bytes() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/ |
| D | mod.rs | 290 fn data<'a, 'b>(&'a mut self, buf: &'b mut [u8]) -> DataFuture<'a, 'b, Self> in data() 293 Self: 'b, in data()
|
| D | chunk.rs | 991 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/ |
| D | headers.rs | 241 let b = HEADER_CHARS[*b as usize]; in normalize() localVariable
|
| /commonlibrary/ets_utils/js_api_module/buffer/src/ |
| D | js_buffer.ts | 2004 const b = new Buffer(pool, poolOffset, size); constant
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.cpp | 738 size_t b = input.length(); in AnalysisHost() local
|