/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). 183 if (flags & 0x4) == 0x4 { in huffman_decode_inner() 191 if (flags & 0x4) == 0x4 { in huffman_decode_inner()
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_parcel_test.cpp | 401 int32_t x4 = 1; in ReadvecTestTwoFunc01() local 402 val4.push_back(x4); in ReadvecTestTwoFunc01() 436 uint32_t x4 = 1; in ReadvecTestTwoFunc02() local 437 val4.push_back(x4); in ReadvecTestTwoFunc02() 471 std::string x4 = "test"; in ReadvecTestTwoFunc03() local 472 val4.push_back(x4); in ReadvecTestTwoFunc03() 525 int32_t x4 = 1; in ReadvecTestThreeFunc01() local 526 val4.push_back(x4); in ReadvecTestThreeFunc01() 560 uint32_t x4 = 1; in ReadvecTestThreeFunc02() local 561 val4.push_back(x4); in ReadvecTestThreeFunc02() 595 std::string x4 = "test"; ReadvecTestThreeFunc03() local 654 int32_t x4 = 1; WritevecTestOneFunc01() local 693 uint32_t x4 = 1; WritevecTestOneFunc02() local [all...] |
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_uuid.h | 45 HEX_FOUR_FLG = 0x4,
|
H A D | js_textdecoder.h | 45 IGNORE_BOM_FLG = 0x4,
|
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | frame.rs | 23 pub const SETTINGS_FRAME_TYPE: u64 = 0x4;
|
H A D | decoder.rs | 695 0x0 | 0x2 | 0x3 | 0x4 | 0x5 => return Err(UnsupportedSetting(key).into()), in decode_settings_payload() 786 0x0, 0x4, 0x15, 0x6, 0x80, 0x1, 0x0, 0x0, 0xF5, 0xEF, 0x9, 0x12, 0x8C, 0xC, 0x8E, 0x72, in ut_decode_stream_control_with_setting() 794 assert_eq!(*frame.frame_type(), 0x4); in ut_decode_stream_control_with_setting() 818 0x22, 0x54, 0x10, 0x4, 0xD2, 0x80, 0x15, 0xC6, 0x99, 0xB8, 0x27, 0x54, 0xC5, 0xA3, in ut_decode_stream_request_with_header()
|
H A D | encoder.rs | 666 let setting = Frame::new(0x4, Payload::Settings(setting)); in ut_encoder_request_stream_settings() 689 let setting = Frame::new(0x4, Payload::Settings(setting)); in ut_encoder_control_stream_settings()
|
/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | decoder.rs | 1629 frame_type: 0x4, in ut_decode_settings_payload() 1661 frame_type: 0x4, in ut_decode_settings_payload()
|
H A D | frame.rs | 69 Settings = 0x4,
|
H A D | encoder.rs | 984 Setting::InitialWindowSize(v) => (0x4, *v), in iterate_settings_payload() 1456 Setting::InitialWindowSize(v) => (0x4, *v), in ut_settings_frame_encoding()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | bit.rs | 910 assert_eq!(bit.get_by_mask(Mask::new(4, 16)), 0x4); in ut_bit_get_by_mask_bit32() 916 assert_eq!(bit.get_by_mask(Mask::new(3, 16)), 0x4); in ut_bit_get_by_mask_bit32()
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http2.rs | 425 assert_eq!(flag.bits(), 0x4); in ut_http2_build_headers_payload()
|