Searched refs:extra (Results 51 - 75 of 204) sorted by relevance

123456789

/freebsd-10.0-release/lib/libz/
H A Dinfback.c537 /* length code -- get extra bits, if any */
538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
570 /* get distance extra bits, if any */
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
[all...]
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
731 state->head->extra = Z_NULL;
739 state->head->extra != Z_NULL) {
741 zmemcpy(state->head->extra + len, next,
1068 state->extra = (unsigned)(here.op) & 15;
1071 if (state->extra) {
1072 NEEDBITS(state->extra);
1073 state->length += BITS(state->extra);
1074 DROPBITS(state->extra);
[all...]
H A Dtrees.c62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
88 * need for the L_CODES extra codes used during heap construction. However
119 const intf *extra_bits; /* extra bits for each code or NULL */
495 const intf *extra = desc->stat_desc->extra_bits; local
501 int xbits; /* extra bits */
523 if (n >= base) xbits = extra[n-base];
653 /* node is 0 or 1 so it does not have extra bits */
1069 int extra; /* numbe local
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_sim_common.c166 const u8 *mac, const u8 *extra, size_t extra_len)
184 addr[1] = extra;
192 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data",
193 extra, extra_len);
206 const u8 *extra, size_t extra_len)
214 addr[1] = extra;
220 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data",
221 extra, extra_len);
361 const u8 *mac, const u8 *extra, size_t extra_len)
379 addr[1] = extra;
165 eap_sim_verify_mac(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
205 eap_sim_add_mac(const u8 *k_aut, const u8 *msg, size_t msg_len, u8 *mac, const u8 *extra, size_t extra_len) argument
360 eap_sim_verify_mac_sha256(const u8 *k_aut, const struct wpabuf *req, const u8 *mac, const u8 *extra, size_t extra_len) argument
400 eap_sim_add_mac_sha256(const u8 *k_aut, const u8 *msg, size_t msg_len, u8 *mac, const u8 *extra, size_t extra_len) argument
1009 eap_sim_msg_finish(struct eap_sim_msg *msg, const u8 *k_aut, const u8 *extra, size_t extra_len) argument
1026 msg->mac, extra, extra_len); local
1033 extra, extra_len); local
[all...]
/freebsd-10.0-release/contrib/wpa/src/p2p/
H A Dp2p_pd.c49 size_t extra = 0; local
53 extra = wpabuf_len(p2p->wfd_ie_prov_disc_req);
56 buf = wpabuf_alloc(1000 + extra);
91 size_t extra = 0; local
111 extra = wpabuf_len(wfd_ie);
114 buf = wpabuf_alloc(100 + extra);
H A Dp2p_invitation.c24 size_t extra = 0; local
44 extra = wpabuf_len(wfd_ie);
47 buf = wpabuf_alloc(1000 + extra);
98 size_t extra = 0; local
118 extra = wpabuf_len(wfd_ie);
121 buf = wpabuf_alloc(1000 + extra);
H A Dp2p_group.c176 size_t extra = 0; local
180 extra = wpabuf_len(group->p2p->wfd_ie_beacon);
183 ie = wpabuf_alloc(257 + extra);
373 size_t extra = 0; local
377 extra += wpabuf_len(group->wfd_ie);
380 ie = wpabuf_alloc(257 + extra);
578 size_t extra = 0; local
582 extra = wpabuf_len(group->wfd_ie);
591 resp = wpabuf_alloc(20 + extra);
/freebsd-10.0-release/usr.bin/m4/
H A Dgnum4.c525 long extra; local
565 extra = strtol(argv[pos++], NULL, 10);
567 extra = strtol(format, __DECONST(char **, &format), 10);
570 extra = LONG_MAX;
589 if ((long)l > extra)
590 l = extra;
/freebsd-10.0-release/contrib/gcc/
H A Dconflict.c243 conflict_graph_enum_fn enum_fn, void *extra)
249 if ((*enum_fn) (arc->smaller, arc->larger, extra))
241 conflict_graph_enum(conflict_graph graph, int reg, conflict_graph_enum_fn enum_fn, void *extra) argument
H A Dc-cppbuiltin.c630 size_t extra = 2; /* space for an = and a NUL */ local
633 extra += 2; /* space for two quote marks */
635 buf = (char *) alloca (mlen + elen + extra);
669 size_t extra = 2; /* space for = and NUL. */ local
671 buf = (char *) alloca (mlen + vlen + extra);
/freebsd-10.0-release/tools/regression/usr.sbin/etcupdate/
H A Dalways.sh210 # /rmdir/extra: Do not remove a directory with an extra local file.
213 mkdir $i/rmdir/extra
215 echo "foo" > $TEST/rmdir/extra/localfile.txt
233 # file. The test tree includes an extra file in the directory
388 Non-empty directory remains: /rmdir/extra
469 ## /rmdir/extra:
470 dir /rmdir/extra
471 file /rmdir/extra/localfile.txt "foo"
525 Non-empty directory remains: /rmdir/extra
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dobstack.c99 (that adds an extra first argument), based on the state of use_extra_arg.
155 the extra bytes won't be missed terribly, but if range checking is on
156 and we used a larger request, a whole extra 4096 bytes would be
161 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
164 size = 4096 - extra;
200 the extra bytes won't be missed terribly, but if range checking is on
201 and we used a larger request, a whole extra 4096 bytes would be
206 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
209 size = 4096 - extra;
270 /* We used to copy the odd few remaining bytes as one extra COPYING_UNI
160 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
205 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dobstack.c99 (that adds an extra first argument), based on the state of use_extra_arg.
155 the extra bytes won't be missed terribly, but if range checking is on
156 and we used a larger request, a whole extra 4096 bytes would be
161 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
164 size = 4096 - extra;
200 the extra bytes won't be missed terribly, but if range checking is on
201 and we used a larger request, a whole extra 4096 bytes would be
206 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1))
209 size = 4096 - extra;
270 /* We used to copy the odd few remaining bytes as one extra COPYING_UNI
160 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
205 int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) local
[all...]
/freebsd-10.0-release/include/
H A Dprintf.h60 unsigned extra; member in struct:printf_info
/freebsd-10.0-release/lib/libusb/
H A Dusb.h115 uint8_t *extra; /* Extra descriptors */ member in struct:usb_endpoint_descriptor
134 uint8_t *extra; /* Extra descriptors */ member in struct:usb_interface_descriptor
159 uint8_t *extra; /* Extra descriptors */ member in struct:usb_config_descriptor
/freebsd-10.0-release/usr.sbin/usbconfig/
H A Ddump.c201 dump_extra(&ep->extra, " " " " " ");
214 dump_extra(&iface->extra, " " " " " ");
354 dump_extra(&(pcfg->extra), " " " ");
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dinterworking.c73 struct wpabuf *extra)
80 (extra ? wpabuf_len(extra) : 0));
88 if (extra)
89 wpabuf_put_buf(buf, extra);
189 struct wpabuf *extra = NULL; local
218 extra = wpabuf_alloc(100);
219 if (!extra)
222 len_pos = gas_anqp_add_element(extra, ANQP_VENDOR_SPECIFIC);
223 wpabuf_put_be24(extra, OUI_WF
72 anqp_build_req(u16 info_ids[], size_t num_ids, struct wpabuf *extra) argument
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c302 * total length past 100, requiring an extra digit. The next
645 struct archive_entry *extra = archive_entry_new2(&a->archive); local
650 if (name == NULL || extra == NULL) {
652 archive_entry_free(extra);
671 archive_entry_copy_pathname(extra, name);
674 archive_entry_set_size(extra, mac_metadata_size);
675 archive_entry_set_filetype(extra, AE_IFREG);
676 archive_entry_set_perm(extra,
678 archive_entry_set_mtime(extra,
681 archive_entry_set_gid(extra,
[all...]
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregcomp.c37 void *extra);
40 void *extra);
41 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
42 static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
45 static reg_errcode_t calc_first (void *extra, bin_tree_t *node);
46 static reg_errcode_t calc_next (void *extra, bin_tree_t *node);
47 static reg_errcode_t link_nfa_nodes (void *extra, bin_tree_t *node);
110 const unsigned char *extra,
120 static reg_errcode_t free_tree (void *extra, bin_tree_t *node);
121 static reg_errcode_t mark_opt_subexp (void *extra, bin_tree_
1209 postorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1241 preorder(bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), void *extra) argument
1274 optimize_subexps(void *extra, bin_tree_t *node) argument
1305 lower_subexps(void *extra, bin_tree_t *node) argument
1364 calc_first(void *extra, bin_tree_t *node) argument
1386 calc_next(void *extra, bin_tree_t *node) argument
1409 link_nfa_nodes(void *extra, bin_tree_t *node) argument
2775 const unsigned char *extra; local
3409 const unsigned char *weights, *extra, *cp; local
3575 build_charclass_op(re_dfa_t *dfa, RE_TRANSLATE_TYPE trans, const unsigned char *class_name, const unsigned char *extra, int non_match, reg_errcode_t *err) argument
3774 mark_opt_subexp(void *extra, bin_tree_t *node) argument
3801 free_tree(void *extra, bin_tree_t *node) argument
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c26 * - Remove unnecessary second byte pull from length extra in inffast.c
41 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
688 state->head->extra = Z_NULL;
697 state->head->extra != Z_NULL) {
699 zmemcpy(state->head->extra + len, next,
1012 state->extra = (unsigned)(this.op) & 15;
1016 if (state->extra) {
1017 NEEDBITS(state->extra);
1018 state->length += BITS(state->extra);
1019 DROPBITS(state->extra);
[all...]
H A Dtrees.c61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
92 * need for the L_CODES extra codes used during heap construction. However
123 const intf *extra_bits; /* extra bits for each code or NULL */
497 const intf *extra = desc->stat_desc->extra_bits; local
503 int xbits; /* extra bits */
525 if (n >= base) xbits = extra[n-base];
655 /* node is 0 or 1 so it does not have extra bits */
1081 int extra; /* numbe local
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcp-valprint.c685 int extra = 0; local
710 extra = (val - TYPE_FIELD_BITPOS (domain, i));
711 if (extra & 0x7)
714 extra >>= 3;
729 if (extra)
730 fprintf_filtered (stream, " + %d bytes", extra);
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dpcy_tree.c641 X509_POLICY_DATA *extra; local
673 extra = policy_data_new(NULL, oid,
675 if (!extra)
677 extra->qualifier_set = anyPolicy->data->qualifier_set;
678 extra->flags = POLICY_DATA_FLAG_SHARED_QUALIFIERS
680 node = level_add_node(NULL, extra, anyPolicy->parent,
/freebsd-10.0-release/usr.bin/mail/
H A Dnames.c555 int t, extra, metoo, verbose; local
561 * Compute the number of extra arguments we will need.
562 * We need at least two extra -- one for "mail" and one for
566 extra = 2;
567 extra++;
570 extra++;
573 extra++;
574 top = (char **)salloc((t + extra) * sizeof(*top));
/freebsd-10.0-release/contrib/dialog/
H A Dbuttons.c638 * in the list of buttons. The 'extra' parameter if negative provides a way to
639 * enumerate extra active areas on the widget.
642 dlg_next_ok_buttonindex(int current, int extra) argument
648 result = extra;
656 dlg_prev_ok_buttonindex(int current, int extra) argument
660 if (result < extra) {

Completed in 197 milliseconds

123456789