Searched refs:x2 (Results 1 - 10 of 10) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http/src/huffman/ |
H A D | mod.rs | 138 // `Flags` contains three bits: `MAYBE_EOS`(0x1), `DECODED`(0x2), `ERROR`(0x4). 186 if (flags & 0x2) == 0x2 { in huffman_decode_inner() 194 if (flags & 0x2) == 0x2 { in huffman_decode_inner()
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_parcel_test.cpp | 385 int8_t x2 = 1; in ReadvecTestTwoFunc01() local 386 val2.push_back(x2); in ReadvecTestTwoFunc01() 420 uint8_t x2 = 1; in ReadvecTestTwoFunc02() local 421 val2.push_back(x2); in ReadvecTestTwoFunc02() 455 float x2 = 1; in ReadvecTestTwoFunc03() local 456 val2.push_back(x2); in ReadvecTestTwoFunc03() 509 int8_t x2 = 1; in ReadvecTestThreeFunc01() local 510 val2.push_back(x2); in ReadvecTestThreeFunc01() 544 uint8_t x2 = 1; in ReadvecTestThreeFunc02() local 545 val2.push_back(x2); in ReadvecTestThreeFunc02() 579 float x2 = 1; ReadvecTestThreeFunc03() local 636 int8_t x2 = 1; WritevecTestOneFunc01() local 675 uint8_t x2 = 1; WritevecTestOneFunc02() local 714 float x2 = 1; WritevecTestOneFunc03() local [all...] |
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_uuid.h | 43 HEX_TWO_FLG = 0x2,
|
H A D | js_textdecoder.h | 44 FATAL_FLG = 0x2,
|
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | stream.rs | 23 pub const QPACK_ENCODER_STREAM_TYPE: u8 = 0x2;
|
H A D | decoder.rs | 695 0x0 | 0x2 | 0x3 | 0x4 | 0x5 => return Err(UnsupportedSetting(key).into()), in decode_settings_payload() 763 0x2 => StreamType::QpackEncoder, in decode_type()
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | decoder.rs | 1442 frame_type: 0x2, in ut_decode_priority_payload() 1495 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x2, b'd', b'e', b'b', b'u', b'g', in ut_decode_goaway_payload() 1715 let push_promise_payload = &[0x0, 0x0, 0x0, 0x2, b'h', b'e', b'l', b'l', b'o', b'w']; in ut_decode_push_promise_payload()
|
H A D | frame.rs | 67 Priority = 0x2,
|
H A D | encoder.rs | 982 Setting::EnablePush(v) => (0x2, *v as u32), in iterate_settings_payload() 1454 Setting::EnablePush(v) => (0x2, *v as u32), in ut_settings_frame_encoding()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | bit.rs | 918 assert_eq!(bit.get_by_mask(Mask::new(3, 24)), 0x2); in ut_bit_get_by_mask_bit32()
|
Completed in 12 milliseconds