Home
last modified time | relevance | path

Searched refs:stuffing (Results 1 – 25 of 919) sorted by relevance

12345678910>>...37

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dattribctx_helper.c51 CK_ATTRIBUTE stuffing; in _attribctx_parser_append_attr() local
62 stuffing.type = attrtyp; in _attribctx_parser_append_attr()
67 stuffing.pValue = malloc(len); in _attribctx_parser_append_attr()
69 if(stuffing.pValue == NULL) { in _attribctx_parser_append_attr()
77 stuffing.ulValueLen = len; in _attribctx_parser_append_attr()
87 match = (CK_ATTRIBUTE_PTR ) lsearch ( &stuffing, in _attribctx_parser_append_attr()
100 match->ulValueLen = stuffing.ulValueLen; in _attribctx_parser_append_attr()
107 stuffing.pValue = NULL; in _attribctx_parser_append_attr()
112 if(stuffing.pValue != NULL in _attribctx_parser_append_attr()
113 && !pkcs11_attr_is_template(stuffing.type) in _attribctx_parser_append_attr()
[all …]
H A Dwrappedkey_helper.c186 CK_ATTRIBUTE stuffing; in _wrappedkey_parser_append_attr() local
212 stuffing.type = attrtyp; in _wrappedkey_parser_append_attr()
217 stuffing.pValue = malloc(len); in _wrappedkey_parser_append_attr()
219 if(stuffing.pValue == NULL) { in _wrappedkey_parser_append_attr()
225 memcpy(stuffing.pValue, buffer, len); /* copy the value */ in _wrappedkey_parser_append_attr()
227 stuffing.ulValueLen = len; in _wrappedkey_parser_append_attr()
235 match = (CK_ATTRIBUTE_PTR ) lsearch ( &stuffing, in _wrappedkey_parser_append_attr()
243 match->ulValueLen = stuffing.ulValueLen; in _wrappedkey_parser_append_attr()
245 stuffing.pValue = NULL; /* forget it in stuffing */ in _wrappedkey_parser_append_attr()
250 stuffing.pValue = NULL; in _wrappedkey_parser_append_attr()
[all …]
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dbase32.cc106 int stuffing; // how much '=' to add at the end in toBase32Hex() local
110 stuffing = 6; break; in toBase32Hex()
112 stuffing = 4; break; in toBase32Hex()
114 stuffing = 3; break; in toBase32Hex()
116 stuffing = 1; break; in toBase32Hex()
118 stuffing = 0; break; in toBase32Hex()
121 for(int n=0; n < 8 - stuffing; ++n) in toBase32Hex()
123 ret.append(stuffing, '='); in toBase32Hex()
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/tests/
H A DactionsMenu.qml84 Kirigami.Action { text: "stuffing..." },
85 Kirigami.Action { text: "stuffing..." },
86 Kirigami.Action { text: "stuffing..." },
87 Kirigami.Action { text: "stuffing..." },
88 Kirigami.Action { text: "stuffing..." }
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dsubgen.c155 unsigned char stuffing /* nr stuffing bytes to follow, [0 .. 7] */ in mkpackh() argument
169 header[9] = 0xF8 | stuffing; in mkpackh()
735 int bytes_this_packet, stuffing; in muxnext() local
745 stuffing = bytes_this_packet - (sub_size - bytes_sent); in muxnext()
746 if ( stuffing < 0) in muxnext()
747 stuffing = 0; in muxnext()
750 bytes_this_packet -= stuffing; in muxnext()
751 if (stuffing > 7) in muxnext()
752 stuffing = 0; in muxnext()
777 memset(header + header_size - 1, 0xff, stuffing); in muxnext()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dmpeg.c104 guint8 stuffing; in mpeg_read_packet() local
117 if (!wtap_read_bytes(fh, &stuffing, in mpeg_read_packet()
118 sizeof stuffing, err, err_info)) in mpeg_read_packet()
120 stuffing &= 0x07; in mpeg_read_packet()
121 packet_size = 14 + stuffing; in mpeg_read_packet()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dmpeg.c104 guint8 stuffing; in mpeg_read_packet() local
117 if (!wtap_read_bytes(fh, &stuffing, in mpeg_read_packet()
118 sizeof stuffing, err, err_info)) in mpeg_read_packet()
120 stuffing &= 0x07; in mpeg_read_packet()
121 packet_size = 14 + stuffing; in mpeg_read_packet()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dmpeg.c104 guint8 stuffing; in mpeg_read_packet() local
117 if (!wtap_read_bytes(fh, &stuffing, in mpeg_read_packet()
118 sizeof stuffing, err, err_info)) in mpeg_read_packet()
120 stuffing &= 0x07; in mpeg_read_packet()
121 packet_size = 14 + stuffing; in mpeg_read_packet()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dmpeg.c104 guint8 stuffing; in qio_channel_file_init()
117 if (!wtap_read_bytes(fh, &stuffing, in qio_channel_file_init()
118 sizeof stuffing, err, err_info)) in qio_channel_file_init()
120 stuffing &= 0x07; in qio_channel_file_init()
121 packet_size = 14 + stuffing; in qio_channel_file_init()
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dtsp.pp73 …CELLDEVCONFIG_SPEED_2400_V110 = $0000000a; //2400 bps (V.110 or X.31 flag stuffing)
76 …CELLDEVCONFIG_SPEED_4800_V110 = $0000000d; //4800 bps (V.110 or X.31 flag stuffing)
80 …CELLDEVCONFIG_SPEED_9600_V110 = $00000011; //9600 bps (V.110 or X.31 flag stuffing)
83 …CELLDEVCONFIG_SPEED_14400_V110 = $00000014; //14400 bps (V.100 or X.31 flag stuffing
86 …ELLDEVCONFIG_SPEED_19200_V110 = $00000017; //19200 bps (V.110 or X.31 flag stuffing)
89 …ELLDEVCONFIG_SPEED_28800_V110 = $0000001a; //28800 bps (V.110 or X.31 flag stuffing)
91 …ELLDEVCONFIG_SPEED_38400_V110 = $0000001c; //38400 bps (V.110 or X.31 flag stuffing)
93 …ELLDEVCONFIG_SPEED_48000_V110 = $0000001e; //48000 bps (V.110 or X.31 flag stuffing)
95 …ELLDEVCONFIG_SPEED_56000_V110 = $00000020; //56000 bps (V.110 or X.31 flag stuffing)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/parser/
H A Dgrammar.cpp144 static ParseRule *_vinsert(ParseRule *turkey, ParseRule *stuffing) { in _vinsert() argument
152 if ((firstnt == turkey->_data.size()) || (turkey->_data[firstnt] != stuffing->_id)) in _vinsert()
160 rule->_numSpecials += stuffing->_numSpecials - 1; in _vinsert()
161 rule->_firstSpecial = firstnt + stuffing->_firstSpecial; in _vinsert()
162 rule->_data.resize(turkey->_data.size() - 1 + stuffing->_data.size()); in _vinsert()
165 Common::copy(stuffing->_data.begin(), stuffing->_data.end(), rule->_data.begin() + firstnt); in _vinsert()
169 rule->_data.begin() + firstnt + stuffing->_data.size()); in _vinsert()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/parser/
H A Dgrammar.cpp144 static ParseRule *_vinsert(ParseRule *turkey, ParseRule *stuffing) { in _vinsert() argument
152 if ((firstnt == turkey->_data.size()) || (turkey->_data[firstnt] != stuffing->_id)) in _vinsert()
160 rule->_numSpecials += stuffing->_numSpecials - 1; in _vinsert()
161 rule->_firstSpecial = firstnt + stuffing->_firstSpecial; in _vinsert()
162 rule->_data.resize(turkey->_data.size() - 1 + stuffing->_data.size()); in _vinsert()
165 Common::copy(stuffing->_data.begin(), stuffing->_data.end(), rule->_data.begin() + firstnt); in _vinsert()
169 rule->_data.begin() + firstnt + stuffing->_data.size()); in _vinsert()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/sysutils/edk2/edk2-edk2-stable202102/UefiCpuPkg/Include/
H A DStuffRsbNasm.inc8 ; This file provides macro definitions for stuffing the Return Stack Buffer (RSB)
42 ; RSB stuffing macros for IA32 and X64
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Ddvb_mux.h48 vbi_bool stuffing)
63 vbi_bool stuffing)
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/test/
H A Dtests44 tcela/tcela-15-stuffing # OK - huge amounts of stuffing
51 twilight_zone/walken/mpeg1_stuffing # OK - mpeg1 macroblk stuffing
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-fileops.c293 int stuffing, i; in cx18_copy_buf_to_user() local
331 stuffing = q[13] & 7; in cx18_copy_buf_to_user()
333 for (i = 0; i < stuffing; i++) in cx18_copy_buf_to_user()
336 if (i == stuffing && /* right number of stuffing bytes*/ in cx18_copy_buf_to_user()
339 q[14 + stuffing] == 0 && /* PES Pack or Sys Hdr */ in cx18_copy_buf_to_user()
340 q[15 + stuffing] == 0 && in cx18_copy_buf_to_user()
341 q[16 + stuffing] == 1) { in cx18_copy_buf_to_user()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-fileops.c293 int stuffing, i; in cx18_copy_buf_to_user() local
331 stuffing = q[13] & 7; in cx18_copy_buf_to_user()
333 for (i = 0; i < stuffing; i++) in cx18_copy_buf_to_user()
336 if (i == stuffing && /* right number of stuffing bytes*/ in cx18_copy_buf_to_user()
339 q[14 + stuffing] == 0 && /* PES Pack or Sys Hdr */ in cx18_copy_buf_to_user()
340 q[15 + stuffing] == 0 && in cx18_copy_buf_to_user()
341 q[16 + stuffing] == 1) { in cx18_copy_buf_to_user()

12345678910>>...37