Searched refs:xop (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/libxo/libxo/
H A Dlibxo.c406 xo_transition (xo_handle_t *xop, xo_xof_flags_t flags, const char *name,
410 xo_set_options_simple (xo_handle_t *xop, const char *input);
416 xo_buf_append_div (xo_handle_t *xop, const char *class, xo_xff_flags_t flags,
423 xo_anchor_clear (xo_handle_t *xop);
434 xo_style (xo_handle_t *xop UNUSED)
439 return xop->xo_style;
529 xo_depth_check (xo_handle_t *xop, int depth) argument
533 if (depth >= xop->xo_stack_size) {
536 xsp = xo_realloc(xop->xo_stack, sizeof(xop
565 xo_xml_leader_len(xo_handle_t *xop, const char *name, xo_ssize_t nlen) argument
575 xo_xml_leader(xo_handle_t *xop, const char *name) argument
609 xo_init_handle(xo_handle_t *xop) argument
665 xo_handle_t *xop = &xo_default_handle; local
689 xo_default(xo_handle_t *xop) argument
705 xo_indent(xo_handle_t *xop) argument
721 xo_buf_indent(xo_handle_t *xop, int indent) argument
881 xo_buf_escape(xo_handle_t *xop, xo_buffer_t *xbp, const char *str, ssize_t len, xo_xff_flags_t flags) argument
912 xo_write(xo_handle_t *xop) argument
936 xo_vsnprintf(xo_handle_t *xop, xo_buffer_t *xbp, const char *fmt, va_list vap) argument
981 xo_printf_v(xo_handle_t *xop, const char *fmt, va_list vap) argument
1014 xo_printf(xo_handle_t *xop, const char *fmt, ...) argument
1068 xo_buf_utf8_len(xo_handle_t *xop, const char *buf, ssize_t bufsiz) argument
1175 xo_buf_append_locale_from_utf8(xo_handle_t *xop, xo_buffer_t *xbp, const char *ibuf, ssize_t ilen) argument
1221 xo_buf_append_locale(xo_handle_t *xop, xo_buffer_t *xbp, const char *cp, ssize_t len) argument
1278 xo_data_append(xo_handle_t *xop, const char *str, ssize_t len) argument
1287 xo_data_escape(xo_handle_t *xop, const char *str, ssize_t len) argument
1487 xo_warn_hcv(xo_handle_t *xop, int code, int check_warn, const char *fmt, va_list vap) argument
1573 xo_warn_hc(xo_handle_t *xop, int code, const char *fmt, ...) argument
1656 xo_message_hcv(xo_handle_t *xop, int code, const char *fmt, va_list vap) argument
1803 xo_message_hc(xo_handle_t *xop, int code, const char *fmt, ...) argument
1844 xo_failure(xo_handle_t *xop, const char *fmt, ...) argument
1870 xo_handle_t *xop = xo_realloc(NULL, sizeof(*xop)); local
1897 xo_handle_t *xop = xo_create(style, flags); local
1917 xo_set_file_h(xo_handle_t *xop, FILE *fp) argument
1954 xo_handle_t *xop = xo_default(xop_arg); local
1986 xo_set_style(xo_handle_t *xop, xo_style_t style) argument
1999 xo_get_style(xo_handle_t *xop) argument
2034 xo_style_is_encoding(xo_handle_t *xop) argument
2152 xo_set_style_name(xo_handle_t *xop, const char *name) argument
2171 xo_set_color_map(xo_handle_t *xop, char *value) argument
2215 xo_set_options_simple(xo_handle_t *xop, const char *input) argument
2262 xo_set_options(xo_handle_t *xop, const char *input) argument
2453 xo_set_flags(xo_handle_t *xop, xo_xof_flags_t flags) argument
2466 xo_get_flags(xo_handle_t *xop) argument
2500 xo_set_leading_xpath(xo_handle_t *xop, const char *path) argument
2523 xo_set_info(xo_handle_t *xop, xo_info_t *infop, int count) argument
2544 xo_set_formatter(xo_handle_t *xop, xo_formatter_t func, xo_checkpointer_t cfunc) argument
2561 xo_clear_flags(xo_handle_t *xop, xo_xof_flags_t flags) argument
2596 xo_line_ensure_open(xo_handle_t *xop, xo_xff_flags_t flags UNUSED) argument
2624 xo_line_close(xo_handle_t *xop) argument
2657 xo_info_find(xo_handle_t *xop, const char *name, ssize_t nlen) argument
2676 xo_check_conversion(xo_handle_t *xop, int have_enc, int need_enc) argument
2694 xo_format_string_direct(xo_handle_t *xop, xo_buffer_t *xbp, xo_xff_flags_t flags, const wchar_t *wcp, const char *cp, ssize_t len, int max, int need_enc, int have_enc) argument
2888 xo_needed_encoding(xo_handle_t *xop) argument
2900 xo_format_string(xo_handle_t *xop, xo_buffer_t *xbp, xo_xff_flags_t flags, xo_format_t *xfp) argument
3097 xo_dgettext(xo_handle_t *xop, const char *str) argument
3113 xo_dngettext(xo_handle_t *xop, const char *sing, const char *plural, unsigned long int n) argument
3154 xo_format_gettext(xo_handle_t *xop, xo_xff_flags_t flags, ssize_t start_offset, ssize_t cols, int need_enc) argument
3239 xo_data_append_content(xo_handle_t *xop, const char *str, ssize_t len, xo_xff_flags_t flags) argument
3310 xo_do_format_field(xo_handle_t *xop, xo_buffer_t *xbp, const char *fmt, ssize_t flen, xo_xff_flags_t flags) argument
3689 xo_color_append_html(xo_handle_t *xop) argument
3748 xo_format_humanize(xo_handle_t *xop, xo_buffer_t *xbp, xo_humanize_save_t *savep, xo_xff_flags_t flags) argument
3809 xo_simple_field(xo_handle_t *xop, unsigned encode_only, const char *value, ssize_t vlen, const char *fmt, ssize_t flen, xo_xff_flags_t flags) argument
3827 xo_buf_append_div(xo_handle_t *xop, const char *class, xo_xff_flags_t flags, const char *name, ssize_t nlen, const char *value, ssize_t vlen, const char *fmt, ssize_t flen, const char *encoding, ssize_t elen) argument
4065 xo_format_text(xo_handle_t *xop, const char *str, ssize_t len) argument
4079 xo_format_title(xo_handle_t *xop, xo_field_info_t *xfip, const char *value, ssize_t vlen) argument
4248 xo_stack_set_flags(xo_handle_t *xop) argument
4259 xo_format_prep(xo_handle_t *xop, xo_xff_flags_t flags) argument
4282 xo_format_value(xo_handle_t *xop, const char *name, ssize_t nlen, const char *value, ssize_t vlen, const char *fmt, ssize_t flen, const char *encoding, ssize_t elen, xo_xff_flags_t flags) argument
4629 xo_set_gettext_domain(xo_handle_t *xop, xo_field_info_t *xfip, const char *str, ssize_t len) argument
4664 xo_format_content(xo_handle_t *xop, const char *class_name, const char *tag_name, const char *value, ssize_t vlen, const char *fmt, ssize_t flen, xo_xff_flags_t flags) argument
4782 xo_colors_parse(xo_handle_t *xop, xo_colors_t *xocp, char *str) argument
4885 xo_colors_handle_text(xo_handle_t *xop, xo_colors_t *newp) argument
4951 xo_colors_handle_html(xo_handle_t *xop, xo_colors_t *newp) argument
5010 xo_format_colors(xo_handle_t *xop, xo_field_info_t *xfip, const char *value, ssize_t vlen) argument
5084 xo_format_units(xo_handle_t *xop, xo_field_info_t *xfip, const char *value, ssize_t vlen) argument
5138 xo_find_width(xo_handle_t *xop, xo_field_info_t *xfip, const char *value, ssize_t vlen) argument
5214 xo_anchor_clear(xo_handle_t *xop) argument
5231 xo_anchor_start(xo_handle_t *xop, xo_field_info_t *xfip, const char *value, ssize_t vlen) argument
5250 xo_anchor_stop(xo_handle_t *xop, xo_field_info_t *xfip, const char *value, ssize_t vlen) argument
5466 xo_parse_roles(xo_handle_t *xop, const char *fmt, const char *basep, xo_field_info_t *xfip) argument
5694 xo_parse_field_numbers(xo_handle_t *xop, const char *fmt, xo_field_info_t *fields, unsigned num_fields) argument
5726 xo_parse_fields(xo_handle_t *xop, xo_field_info_t *fields, unsigned num_fields, const char *fmt) argument
6051 xo_gettext_combine_formats(xo_handle_t *xop, const char *fmt UNUSED, const char *gtfmt, xo_field_info_t *old_fields, xo_field_info_t *new_fields, unsigned new_max_fields, int *reorderedp) argument
6164 xo_gettext_build_format(xo_handle_t *xop, xo_field_info_t *fields, int this_field, const char *fmt, char **new_fmtp) argument
6199 xo_gettext_rebuild_content(xo_handle_t *xop, xo_field_info_t *fields, ssize_t *fstart, unsigned min_fstart, ssize_t *fend, unsigned max_fend) argument
6285 xo_do_emit_fields(xo_handle_t *xop, xo_field_info_t *fields, unsigned max_fields, const char *fmt) argument
6511 xo_do_emit(xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt) argument
6559 xo_simplify_format(xo_handle_t *xop, const char *fmt, int with_numbers, xo_simplify_field_func_t field_cb) argument
6588 xo_emit_hv(xo_handle_t *xop, const char *fmt, va_list vap) argument
6602 xo_emit_h(xo_handle_t *xop, const char *fmt, ...) argument
6618 xo_handle_t *xop = xo_default(NULL); local
6630 xo_emit_hvf(xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, va_list vap) argument
6645 xo_emit_hf(xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...) argument
6661 xo_handle_t *xop = xo_default(NULL); local
6679 xo_emit_field_hv(xo_handle_t *xop, const char *rolmod, const char *contents, const char *fmt, const char *efmt, va_list vap) argument
6724 xo_emit_field_h(xo_handle_t *xop, const char *rolmod, const char *contents, const char *fmt, const char *efmt, ...) argument
6752 xo_attr_hv(xo_handle_t *xop, const char *name, const char *fmt, va_list vap) argument
6809 xo_attr_h(xo_handle_t *xop, const char *name, const char *fmt, ...) argument
6835 xo_depth_change(xo_handle_t *xop, const char *name, int delta, int indent, xo_state_t state, xo_xsf_flags_t flags) argument
6900 xo_set_depth(xo_handle_t *xop, int depth) argument
6929 xo_emit_top(xo_handle_t *xop, const char *ppn) argument
6943 xo_do_open_container(xo_handle_t *xop, xo_xof_flags_t flags, const char *name) argument
7001 xo_open_container_hf(xo_handle_t *xop, xo_xof_flags_t flags, const char *name) argument
7007 xo_open_container_h(xo_handle_t *xop, const char *name) argument
7019 xo_open_container_hd(xo_handle_t *xop, const char *name) argument
7031 xo_do_close_container(xo_handle_t *xop, const char *name) argument
7092 xo_close_container_h(xo_handle_t *xop, const char *name) argument
7104 xo_close_container_hd(xo_handle_t *xop) argument
7116 xo_do_open_list(xo_handle_t *xop, xo_xof_flags_t flags, const char *name) argument
7161 xo_open_list_hf(xo_handle_t *xop, xo_xof_flags_t flags, const char *name) argument
7167 xo_open_list_h(xo_handle_t *xop, const char *name) argument
7179 xo_open_list_hd(xo_handle_t *xop, const char *name) argument
7191 xo_do_close_list(xo_handle_t *xop, const char *name) argument
7238 xo_close_list_h(xo_handle_t *xop, const char *name) argument
7250 xo_close_list_hd(xo_handle_t *xop) argument
7262 xo_do_open_leaf_list(xo_handle_t *xop, xo_xof_flags_t flags, const char *name) argument
7310 xo_do_close_leaf_list(xo_handle_t *xop, const char *name) argument
7356 xo_do_open_instance(xo_handle_t *xop, xo_xof_flags_t flags, const char *name) argument
7411 xo_open_instance_hf(xo_handle_t *xop, xo_xof_flags_t flags, const char *name) argument
7417 xo_open_instance_h(xo_handle_t *xop, const char *name) argument
7429 xo_open_instance_hd(xo_handle_t *xop, const char *name) argument
7441 xo_do_close_instance(xo_handle_t *xop, const char *name) argument
7499 xo_close_instance_h(xo_handle_t *xop, const char *name) argument
7511 xo_close_instance_hd(xo_handle_t *xop) argument
7523 xo_do_close_all(xo_handle_t *xop, xo_stack_t *limit) argument
7572 xo_do_close(xo_handle_t *xop, const char *name, xo_state_t new_state) argument
7636 xo_transition(xo_handle_t *xop, xo_xof_flags_t flags, const char *name, xo_state_t new_state) argument
7896 xo_open_marker_h(xo_handle_t *xop, const char *name) argument
7913 xo_close_marker_h(xo_handle_t *xop, const char *name) argument
7931 xo_set_writer(xo_handle_t *xop, void *opaque, xo_write_func_t write_func, xo_close_func_t close_func, xo_flush_func_t flush_func) argument
7950 xo_flush_h(xo_handle_t *xop) argument
7976 xo_finish_h(xo_handle_t *xop) argument
8029 xo_errorn_hv(xo_handle_t *xop, int need_newline, const char *fmt, va_list vap) argument
8088 xo_error_h(xo_handle_t *xop, const char *fmt, ...) argument
8111 xo_errorn_h(xo_handle_t *xop, const char *fmt, ...) argument
8172 xo_handle_t *xop = xo_default(NULL); local
8232 xo_dump_stack(xo_handle_t *xop) argument
8259 xo_set_version_h(xo_handle_t *xop, const char *version) argument
8305 xo_emit_warn_hcv(xo_handle_t *xop, int as_warning, int code, const char *fmt, va_list vap) argument
8357 xo_emit_warn_hc(xo_handle_t *xop, int code, const char *fmt, ...) argument
8439 xo_get_private(xo_handle_t *xop) argument
8449 xo_set_private(xo_handle_t *xop, void *opaque) argument
8459 xo_get_encoder(xo_handle_t *xop) argument
8469 xo_set_encoder(xo_handle_t *xop, xo_encoder_func_t encoder) argument
8486 xo_explicit_transition(xo_handle_t *xop, xo_state_t new_state, const char *name, xo_xof_flags_t flags) argument
[all...]
H A Dxo.h158 xo_destroy (xo_handle_t *xop);
161 xo_set_writer (xo_handle_t *xop, void *opaque, xo_write_func_t write_func,
168 xo_set_style (xo_handle_t *xop, xo_style_t style);
171 xo_get_style (xo_handle_t *xop);
174 xo_set_style_name (xo_handle_t *xop, const char *style);
177 xo_set_options (xo_handle_t *xop, const char *input);
180 xo_get_flags (xo_handle_t *xop);
183 xo_set_flags (xo_handle_t *xop, xo_xof_flags_t flags);
186 xo_clear_flags (xo_handle_t *xop, xo_xof_flags_t flags);
189 xo_set_file_h (xo_handle_t *xop, FIL
224 xo_emit_hvp(xo_handle_t *xop, const char *fmt, va_list vap) argument
231 xo_emit_hp(xo_handle_t *xop, const char *fmt, ...) argument
253 xo_emit_hvfp(xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, va_list vap) argument
261 xo_emit_hfp(xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...) argument
482 xo_emit_warn_hcvp(xo_handle_t *xop, int as_warning, int code, const char *fmt, va_list vap) argument
490 xo_emit_warn_hcp(xo_handle_t *xop, int code, const char *fmt, ...) argument
[all...]
H A Dxo_encoder.h96 xo_handle_t *xop __attribute__ ((__unused__)), \
134 xo_get_private (xo_handle_t *xop);
140 xo_set_private (xo_handle_t *xop, void *opaque);
143 xo_get_encoder (xo_handle_t *xop);
146 xo_set_encoder (xo_handle_t *xop, xo_encoder_func_t encoder);
149 xo_encoder_init (xo_handle_t *xop, const char *name);
155 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op,
168 xo_failure (xo_handle_t *xop, const char *fmt, ...);
H A Dxo_encoder.c289 xo_encoder_init (xo_handle_t *xop, const char *name) argument
323 xo_failure(xop, "invalid encoder name: %s", name);
336 xo_failure(xop, "encoder not founde: %s", name);
341 xo_set_encoder(xop, xep->xe_handler);
343 int rc = xo_encoder_handle(xop, XO_OP_CREATE, name, NULL, 0);
349 rc = xo_encoder_handle(xop, op, name, opts, 0);
363 xo_handle_t *xop; local
365 xop = xo_create(XO_STYLE_ENCODER, flags);
366 if (xop) {
367 if (xo_encoder_init(xop, nam
377 xo_encoder_handle(xo_handle_t *xop, xo_encoder_op_t op, const char *name, const char *value, xo_xff_flags_t flags) argument
[all...]
H A Dxo_explicit.h58 xo_explicit_transition (xo_handle_t *xop, xo_state_t new_state,
H A Dxo_syslog.c528 xo_handle_t *xop = xo_create(XO_STYLE_SDPARAMS, 0); local
529 if (xop == NULL) {
539 xo_set_writer(xop, &xb, xo_syslog_handle_write, xo_syslog_handle_close,
656 xo_emit_hv(xop, fmt, ap);
657 xo_flush_h(xop);
679 xo_set_style(xop, XO_STYLE_TEXT);
680 xo_set_flags(xop, XOF_UTF8);
683 xo_emit_hv(xop, fmt, ap);
684 xo_flush_h(xop);
690 if (xo_get_flags(xop)
[all...]
/freebsd-13-stable/contrib/libxo/encoder/cbor/
H A Denc_cbor.c167 cbor_append (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, argument
180 if (xo_get_flags(xop) & XOF_PRETTY)
187 cbor_create (xo_handle_t *xop) argument
196 xo_set_private(xop, cbor);
198 cbor_append(xop, cbor, &cbor->c_data, CBOR_MAP | CBOR_INDEF, 0, NULL);
204 cbor_content (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, argument
212 cbor_append(xop, cbor, &cbor->c_data, CBOR_TRUE, 0, NULL);
214 cbor_append(xop, cbor, &cbor->c_data, CBOR_FALSE, 0, NULL);
226 cbor_append(xop, cbor, xbp, CBOR_STRING, strlen(value), value);
235 if (xo_get_flags(xop)
[all...]
/freebsd-13-stable/contrib/libxo/encoder/csv/
H A Denc_csv.c164 csv_dbg (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED,
182 csv_create (xo_handle_t *xop) argument
196 xo_set_private(xop, csv);
205 csv_destroy (xo_handle_t *xop UNUSED, csv_private_t *csv)
271 csv_quote_flags (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED,
293 csv_dbg(xop, csv, "csv: quote flags [%s] -> %x (%zu/%zu)\n",
337 csv_emit_record (xo_handle_t *xop, csv_private_t *csv) argument
339 csv_dbg(xop, csv, "csv: emit: ...\n");
375 quote_flags = csv_quote_flags(xop, csv, value);
395 if (xo_get_flags(xop)
575 csv_record_leafs(xo_handle_t *xop, csv_private_t *csv, const char *leafs_raw) argument
608 csv_record_path(xo_handle_t *xop, csv_private_t *csv, const char *path_raw) argument
664 csv_options(xo_handle_t *xop, csv_private_t *csv, const char *raw_opts, char opts_char) argument
[all...]
/freebsd-13-stable/usr.bin/wc/
H A Dwc.c198 xo_handle_t *xop; local
201 xop = NULL;
203 xop = stderr_handle;
208 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect);
210 xo_emit_h(xop, " {:words/%7ju/%ju}", wordct);
212 xo_emit_h(xop, " {:characters/%7ju/%ju}", charct);
214 xo_emit_h(xop, " {:long-lines/%7ju/%ju}", llct);
216 xo_emit_h(xop, " {:filename/%s}\n", file);
218 xo_emit_h(xop, "\n");
/freebsd-13-stable/sys/modules/blake2/
H A DMakefile29 SRCS += blake2s-load-xop.h
37 SRCS_IN += blake2b-xop.c
42 SRCS_IN += blake2s-xop.c
58 CFLAGS.blake2b-xop.c += -DSUFFIX=_xop -msse2 -mssse3 -msse4.1 -mavx -mxop
59 CFLAGS.blake2s-xop.c += -DSUFFIX=_xop -msse2 -mssse3 -msse4.1 -mavx -mxop
/freebsd-13-stable/usr.sbin/bhyve/
H A Dsnapshot.c1035 vm_snapshot_kern_struct(int data_fd, xo_handle_t *xop, const char *array_key, argument
1060 xo_open_instance_h(xop, array_key);
1061 xo_emit_h(xop, "{:debug_name/%s}\n", meta->dev_name);
1062 xo_emit_h(xop, "{:" JSON_SNAPSHOT_REQ_KEY "/%d}\n",
1064 xo_emit_h(xop, "{:" JSON_SIZE_KEY "/%lu}\n", data_size);
1065 xo_emit_h(xop, "{:" JSON_FILE_OFFSET_KEY "/%lu}\n", *offset);
1066 xo_close_instance_h(xop, JSON_STRUCT_ARR_KEY);
1075 vm_snapshot_kern_structs(struct vmctx *ctx, int data_fd, xo_handle_t *xop) argument
1102 xo_open_list_h(xop, JSON_STRUCT_ARR_KEY);
1111 ret = vm_snapshot_kern_struct(data_fd, xop, JSON_DEV_ARR_KE
1127 vm_snapshot_basic_metadata(struct vmctx *ctx, xo_handle_t *xop, size_t memsz) argument
1154 vm_snapshot_dev_write_data(int data_fd, xo_handle_t *xop, const char *array_key, struct vm_snapshot_meta *meta, off_t *offset) argument
1181 vm_snapshot_user_dev(const struct vm_snapshot_dev_info *info, int data_fd, xo_handle_t *xop, struct vm_snapshot_meta *meta, off_t *offset) argument
1203 vm_snapshot_user_devs(struct vmctx *ctx, int data_fd, xo_handle_t *xop) argument
1337 xo_handle_t *xop = NULL; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h65 #define rFromXOP2of3(xop) (((~(xop)) & 0x80) >> 7)
66 #define xFromXOP2of3(xop) (((~(xop)) & 0x40) >> 6)
67 #define bFromXOP2of3(xop) (((~(xop)) & 0x20) >> 5)
68 #define mmmmmFromXOP2of3(xop) ((xop) & 0x1f)
69 #define wFromXOP3of3(xop) (((xop)
[all...]
/freebsd-13-stable/contrib/libxo/xo/
H A Dxo.c81 checkpoint (xo_handle_t *xop UNUSED, va_list vap UNUSED, int restore)
95 formatter (xo_handle_t *xop, char *buf, xo_ssize_t bufsiz, argument
127 xo_error_h(xop, "unsupported format: '%s'", fmt);
/freebsd-13-stable/share/mk/
H A Dbsd.cpu.mk166 MACHINE_CPU = xop avx2 avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586
169 MACHINE_CPU = xop avx sse42 sse41 ssse3 sse4a sse3 sse2 sse mmx k6 k5 i586
242 MACHINE_CPU = xop avx2 avx sse42 sse41 ssse3 sse4a sse3
245 MACHINE_CPU = xop avx sse42 sse41 ssse3 sse4a sse3

Completed in 106 milliseconds