Home
last modified time | relevance | path

Searched defs:xop (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/libxo/libxo/
H A Dlibxo.c609 xo_init_handle (xo_handle_t *xop) in xo_init_handle()
689 xo_default (xo_handle_t *xop) in xo_default()
705 xo_indent (xo_handle_t *xop) in xo_indent()
912 xo_write (xo_handle_t *xop) in xo_write()
1999 xo_get_style (xo_handle_t *xop) in xo_get_style()
2466 xo_get_flags (xo_handle_t *xop) in xo_get_flags()
2624 xo_line_close (xo_handle_t *xop) in xo_line_close()
7950 xo_flush_h (xo_handle_t *xop) in xo_flush_h()
7976 xo_finish_h (xo_handle_t *xop) in xo_finish_h()
8232 xo_dump_stack (xo_handle_t *xop) in xo_dump_stack()
[all …]
H A Dxo.h224 xo_emit_hvp (xo_handle_t *xop, const char *fmt, va_list vap) in xo_emit_hvp()
231 xo_emit_hp (xo_handle_t *xop, const char *fmt, ...) in xo_emit_hp()
253 xo_emit_hvfp (xo_handle_t *xop, xo_emit_flags_t flags, in xo_emit_hvfp()
261 xo_emit_hfp (xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_hfp()
482 xo_emit_warn_hcvp (xo_handle_t *xop, int as_warning, int code, in xo_emit_warn_hcvp()
490 xo_emit_warn_hcp (xo_handle_t *xop, int code, const char *fmt, ...) in xo_emit_warn_hcp()
H A Dxo_encoder.c289 xo_encoder_init (xo_handle_t *xop, const char *name) in xo_encoder_init()
363 xo_handle_t *xop; in xo_encoder_create() local
377 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op, in xo_encoder_handle()
H A Dxo_syslog.c528 xo_handle_t *xop = xo_create(XO_STYLE_SDPARAMS, 0); in xo_vsyslog() local
/freebsd-13.1/contrib/libxo/encoder/cbor/
H A Denc_cbor.c167 cbor_append (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, in cbor_append()
187 cbor_create (xo_handle_t *xop) in cbor_create()
204 cbor_content (xo_handle_t *xop, cbor_private_t *cbor, xo_buffer_t *xbp, in cbor_content()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h65 #define rFromXOP2of3(xop) (((~(xop)) & 0x80) >> 7) argument
66 #define xFromXOP2of3(xop) (((~(xop)) & 0x40) >> 6) argument
67 #define bFromXOP2of3(xop) (((~(xop)) & 0x20) >> 5) argument
68 #define mmmmmFromXOP2of3(xop) ((xop) & 0x1f) argument
69 #define wFromXOP3of3(xop) (((xop) & 0x80) >> 7) argument
71 #define lFromXOP3of3(xop) (((xop) & 0x4) >> 2) argument
72 #define ppFromXOP3of3(xop) ((xop) & 0x3) argument
/freebsd-13.1/contrib/libxo/encoder/csv/
H A Denc_csv.c182 csv_create (xo_handle_t *xop) in csv_create()
337 csv_emit_record (xo_handle_t *xop, csv_private_t *csv) in csv_emit_record()
575 csv_record_leafs (xo_handle_t *xop, csv_private_t *csv, const char *leafs_raw) in csv_record_leafs()
608 csv_record_path (xo_handle_t *xop, csv_private_t *csv, const char *path_raw) in csv_record_path()
664 csv_options (xo_handle_t *xop, csv_private_t *csv, in csv_options()
/freebsd-13.1/usr.sbin/bhyve/
H A Dsnapshot.c1035 vm_snapshot_kern_struct(int data_fd, xo_handle_t *xop, const char *array_key, in vm_snapshot_kern_struct()
1075 vm_snapshot_kern_structs(struct vmctx *ctx, int data_fd, xo_handle_t *xop) in vm_snapshot_kern_structs()
1127 vm_snapshot_basic_metadata(struct vmctx *ctx, xo_handle_t *xop, size_t memsz) in vm_snapshot_basic_metadata()
1154 vm_snapshot_dev_write_data(int data_fd, xo_handle_t *xop, const char *array_key, in vm_snapshot_dev_write_data()
1182 int data_fd, xo_handle_t *xop, in vm_snapshot_user_dev()
1203 vm_snapshot_user_devs(struct vmctx *ctx, int data_fd, xo_handle_t *xop) in vm_snapshot_user_devs()
1337 xo_handle_t *xop = NULL; in vm_checkpoint() local
/freebsd-13.1/usr.bin/wc/
H A Dwc.c198 xo_handle_t *xop; in show_cnt() local
/freebsd-13.1/contrib/libxo/xo/
H A Dxo.c95 formatter (xo_handle_t *xop, char *buf, xo_ssize_t bufsiz, in formatter()