Home
last modified time | relevance | path

Searched refs:length_field (Results 1 – 25 of 142) sorted by relevance

123456

/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/lib/libdvben50221/
H A Dasn_1.c29 uint8_t length_field; in asn_1_decode() local
33 length_field = asn_1_array[0]; in asn_1_decode()
35 if (length_field < 0x80) { in asn_1_decode()
37 *length = length_field & 0x7f; in asn_1_decode()
39 } else if (length_field == 0x81) { in asn_1_decode()
45 } else if (length_field == 0x82) { in asn_1_decode()
/dports/multimedia/olive/olive-0.1.2/effects/
H A Dtransition.cpp49 length_field = new DoubleField(length_row, "length"); in Transition()
50 length_field->SetDefault(30); in Transition()
51 length_field->SetMinimum(1); in Transition()
52 length_field->SetDisplayType(LabelSlider::FrameNumber); in Transition()
53 length_field->SetFrameRate(parent_clip->sequence == nullptr ? in Transition()
56 connect(length_field, SIGNAL(Changed()), this, SLOT(UpdateMaximumLength())); in Transition()
69 length_field->SetValueAt(0, l); in set_length()
73 return length_field->GetValueAt(0).toInt(); in get_true_length()
136 length_field->SetMaximum(maximum_length); in UpdateMaximumLength()
/dports/security/putty/putty-0.76/windows/
H A Dwinpgntc.c106 uint32_t length_field = GET_32BIT_MSB_FIRST(p); in wm_copydata_agent_query() local
107 if (length_field > 0 && length_field <= AGENT_MAX_MSGLEN - 4) { in wm_copydata_agent_query()
108 retlen = length_field + 4; in wm_copydata_agent_query()
183 uint32_t length_field = GET_32BIT_MSB_FIRST(sb->u); in named_pipe_agent_accumulate_response() local
184 if (length_field > AGENT_MAX_MSGLEN) in named_pipe_agent_accumulate_response()
187 int overall_length = length_field + 4; in named_pipe_agent_accumulate_response()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwinpgntc.c106 uint32_t length_field = GET_32BIT_MSB_FIRST(p); in wm_copydata_agent_query() local
107 if (length_field > 0 && length_field <= AGENT_MAX_MSGLEN - 4) { in wm_copydata_agent_query()
108 retlen = length_field + 4; in wm_copydata_agent_query()
183 uint32_t length_field = GET_32BIT_MSB_FIRST(sb->u); in named_pipe_agent_accumulate_response() local
184 if (length_field > AGENT_MAX_MSGLEN) in named_pipe_agent_accumulate_response()
187 int overall_length = length_field + 4; in named_pipe_agent_accumulate_response()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/windows/
H A Dwinpgntc.c106 uint32_t length_field = GET_32BIT_MSB_FIRST(p); in wm_copydata_agent_query() local
107 if (length_field > 0 && length_field <= AGENT_MAX_MSGLEN - 4) { in wm_copydata_agent_query()
108 retlen = length_field + 4; in wm_copydata_agent_query()
183 uint32_t length_field = GET_32BIT_MSB_FIRST(sb->u); in named_pipe_agent_accumulate_response() local
184 if (length_field > AGENT_MAX_MSGLEN) in named_pipe_agent_accumulate_response()
187 int overall_length = length_field + 4; in named_pipe_agent_accumulate_response()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/rust_connection/
H A Dpacket_reader.rs124 let length_field = buffer[4..8].try_into().unwrap(); localVariable
125 let length_field = u32::from_ne_bytes(length_field) as usize; localVariable
126 4 * length_field
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/rust_connection/
H A Dpacket_reader.rs124 let length_field = buffer[4..8].try_into().unwrap(); localVariable
125 let length_field = u32::from_ne_bytes(length_field) as usize; localVariable
126 4 * length_field
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/construct/
H A Dmacros.py252 def PrefixedArray(subcon, length_field = UBInt8("length")):
259 length_field,
260 Array(lambda ctx: ctx[length_field.name], subcon),
503 def PascalString(name, length_field=UBInt8("length"), encoding=None):
534 length_field,
535 Field("data", lambda ctx: ctx[length_field.name]),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/construct/
H A Dmacros.py252 def PrefixedArray(subcon, length_field = UBInt8("length")):
259 length_field,
260 Array(lambda ctx: ctx[length_field.name], subcon),
503 def PascalString(name, length_field=UBInt8("length"), encoding=None):
534 length_field,
535 Field("data", lambda ctx: ctx[length_field.name]),
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/construct/
H A Dmacros.py252 def PrefixedArray(subcon, length_field = UBInt8("length")):
259 length_field,
260 Array(lambda ctx: ctx[length_field.name], subcon),
503 def PascalString(name, length_field=UBInt8("length"), encoding=None):
534 length_field,
535 Field("data", lambda ctx: ctx[length_field.name]),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/spdy/core/
H A Dspdy_framer.cc592 *length_field = *length_field + kPadLengthFieldSize; in SerializeHeadersBuilderHelper()
595 *length_field = *length_field + 4; // Dependency field. in SerializeHeadersBuilderHelper()
596 *length_field = *length_field + 1; // Weight field. in SerializeHeadersBuilderHelper()
598 *length_field = *length_field + headers.padding_payload_len(); in SerializeHeadersBuilderHelper()
599 *length_field = *length_field + hpack_encoding->size(); in SerializeHeadersBuilderHelper()
603 *length_field = in SerializeHeadersBuilderHelper()
614 size_t length_field = 0; in SerializeHeaders() local
616 &weight, &length_field); in SerializeHeaders()
620 length_field); in SerializeHeaders()
1060 size_t length_field = 0; in SerializeHeaders() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/spdy/core/
H A Dspdy_framer.cc591 *length_field = *length_field + kPadLengthFieldSize; in SerializeHeadersBuilderHelper()
594 *length_field = *length_field + 4; // Dependency field. in SerializeHeadersBuilderHelper()
595 *length_field = *length_field + 1; // Weight field. in SerializeHeadersBuilderHelper()
597 *length_field = *length_field + headers.padding_payload_len(); in SerializeHeadersBuilderHelper()
598 *length_field = *length_field + hpack_encoding->size(); in SerializeHeadersBuilderHelper()
602 *length_field = in SerializeHeadersBuilderHelper()
613 size_t length_field = 0; in SerializeHeaders() local
615 &weight, &length_field); in SerializeHeaders()
619 length_field); in SerializeHeaders()
1059 size_t length_field = 0; in SerializeHeaders() local
[all …]
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/raw_ffi/
H A Dtest.rs85 let length_field = 10; in xcb_connect() localVariable
90 length: length_field, in xcb_connect()
107 assert_eq!(setup.len(), 4 * length_field as usize); in xcb_connect()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/raw_ffi/
H A Dtest.rs85 let length_field = 10; in xcb_connect() localVariable
90 length: length_field, in xcb_connect()
107 assert_eq!(setup.len(), 4 * length_field as usize); in xcb_connect()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/
H A Dmod.rs299 let length_field = u32::from_ne_bytes(header[4..8].try_into().unwrap()); in wrap_reply() localVariable
300 let length_field: usize = length_field in wrap_reply() localVariable
304 let length = 32 + length_field * 4; in wrap_reply()
325 let length_field = u32::from_ne_bytes([header[4], header[5], header[6], header[7]]); in wrap_event() localVariable
326 let length_field: usize = length_field in wrap_event() localVariable
329 length += length_field * 4; in wrap_event()
332 std::ptr::copy(event.add(36), event.add(32), length_field * 4); in wrap_event()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/xcb_ffi/
H A Dmod.rs299 let length_field = u32::from_ne_bytes(header[4..8].try_into().unwrap()); in wrap_reply() localVariable
300 let length_field: usize = length_field in wrap_reply() localVariable
304 let length = 32 + length_field * 4; in wrap_reply()
325 let length_field = u32::from_ne_bytes([header[4], header[5], header[6], header[7]]); in wrap_event() localVariable
326 let length_field: usize = length_field in wrap_event() localVariable
329 length += length_field * 4; in wrap_event()
332 std::ptr::copy(event.add(36), event.add(32), length_field * 4); in wrap_event()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaarraytype.vala81 private ArrayLengthField length_field;
110 if (length_field == null) {
111 length_field = new ArrayLengthField (source_reference);
113 length_field.access = SymbolAccessibility.PUBLIC;
117 length_field.variable_type = new ArrayType (length_type.copy (), 1, source_reference);
119 length_field.variable_type = length_type.copy ();
123 return length_field;
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/host/
H A Dxhci-ring.c562 u32 length_field = 0; in xhci_bulk_tx() local
691 length_field = ((trb_buff_len & TRB_LEN_MASK) | in xhci_bulk_tx()
698 trb_fields[2] = length_field; in xhci_bulk_tx()
754 u32 length_field; in xhci_ctrl_tx() local
866 length_field = (length & TRB_LEN_MASK) | xhci_td_remainder(length) | in xhci_ctrl_tx()
870 length_field, (length & TRB_LEN_MASK), in xhci_ctrl_tx()
880 trb_fields[2] = length_field; in xhci_ctrl_tx()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/host/
H A Dxhci-ring.c562 u32 length_field = 0; in xhci_bulk_tx() local
691 length_field = ((trb_buff_len & TRB_LEN_MASK) | in xhci_bulk_tx()
698 trb_fields[2] = length_field; in xhci_bulk_tx()
754 u32 length_field; in xhci_ctrl_tx() local
866 length_field = (length & TRB_LEN_MASK) | xhci_td_remainder(length) | in xhci_ctrl_tx()
870 length_field, (length & TRB_LEN_MASK), in xhci_ctrl_tx()
880 trb_fields[2] = length_field; in xhci_ctrl_tx()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/usb/host/
H A Dxhci-ring.c570 u32 length_field = 0; in xhci_bulk_tx() local
697 length_field = (TRB_LEN(trb_buff_len) | in xhci_bulk_tx()
703 trb_fields[2] = length_field; in xhci_bulk_tx()
766 u32 length_field; in xhci_ctrl_tx() local
877 length_field = TRB_LEN(length) | TRB_TD_SIZE(remainder) | in xhci_ctrl_tx()
881 length_field, TRB_LEN(length), in xhci_ctrl_tx()
891 trb_fields[2] = length_field; in xhci_ctrl_tx()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/host/
H A Dxhci-ring.c570 u32 length_field = 0; in xhci_bulk_tx() local
697 length_field = (TRB_LEN(trb_buff_len) | in xhci_bulk_tx()
703 trb_fields[2] = length_field; in xhci_bulk_tx()
766 u32 length_field; in xhci_ctrl_tx() local
877 length_field = TRB_LEN(length) | TRB_TD_SIZE(remainder) | in xhci_ctrl_tx()
881 length_field, TRB_LEN(length), in xhci_ctrl_tx()
891 trb_fields[2] = length_field; in xhci_ctrl_tx()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/host/
H A Dxhci-ring.c570 u32 length_field = 0; in xhci_bulk_tx() local
697 length_field = (TRB_LEN(trb_buff_len) | in xhci_bulk_tx()
703 trb_fields[2] = length_field; in xhci_bulk_tx()
766 u32 length_field; in xhci_ctrl_tx() local
877 length_field = TRB_LEN(length) | TRB_TD_SIZE(remainder) | in xhci_ctrl_tx()
881 length_field, TRB_LEN(length), in xhci_ctrl_tx()
891 trb_fields[2] = length_field; in xhci_ctrl_tx()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/usb/host/
H A Dxhci-ring.c570 u32 length_field = 0; in xhci_bulk_tx() local
697 length_field = (TRB_LEN(trb_buff_len) | in xhci_bulk_tx()
703 trb_fields[2] = length_field; in xhci_bulk_tx()
766 u32 length_field; in xhci_ctrl_tx() local
877 length_field = TRB_LEN(length) | TRB_TD_SIZE(remainder) | in xhci_ctrl_tx()
881 length_field, TRB_LEN(length), in xhci_ctrl_tx()
891 trb_fields[2] = length_field; in xhci_ctrl_tx()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/host/
H A Dxhci-ring.c570 u32 length_field = 0; in xhci_bulk_tx() local
697 length_field = (TRB_LEN(trb_buff_len) | in xhci_bulk_tx()
703 trb_fields[2] = length_field; in xhci_bulk_tx()
766 u32 length_field; in xhci_ctrl_tx() local
877 length_field = TRB_LEN(length) | TRB_TD_SIZE(remainder) | in xhci_ctrl_tx()
881 length_field, TRB_LEN(length), in xhci_ctrl_tx()
891 trb_fields[2] = length_field; in xhci_ctrl_tx()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/usb/host/
H A Dxhci-ring.c570 u32 length_field = 0; in xhci_bulk_tx() local
697 length_field = (TRB_LEN(trb_buff_len) | in xhci_bulk_tx()
703 trb_fields[2] = length_field; in xhci_bulk_tx()
766 u32 length_field; in xhci_ctrl_tx() local
877 length_field = TRB_LEN(length) | TRB_TD_SIZE(remainder) | in xhci_ctrl_tx()
881 length_field, TRB_LEN(length), in xhci_ctrl_tx()
891 trb_fields[2] = length_field; in xhci_ctrl_tx()

123456