Home
last modified time | relevance | path

Searched refs:xb (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-11-stable/contrib/libxo/libxo/
HDxo_syslog.c496 xo_buffer_t xb; in xo_vsyslog() local
524 xb.xb_bufp = tbuf; in xo_vsyslog()
525 xb.xb_curp = tbuf; in xo_vsyslog()
526 xb.xb_size = sizeof(tbuf); in xo_vsyslog()
539 xo_set_writer(xop, &xb, xo_syslog_handle_write, xo_syslog_handle_close, in xo_vsyslog()
572 log_offset = xb.xb_curp - xb.xb_bufp; in xo_vsyslog()
575 xb.xb_curp += xo_snprintf(xb.xb_curp, xo_buf_left(&xb), "<%d>1 ", pri); in xo_vsyslog()
578 xb.xb_curp += strftime(xb.xb_curp, xo_buf_left(&xb), "%FT%T", &tm); in xo_vsyslog()
579 xb.xb_curp += xo_snprintf(xb.xb_curp, xo_buf_left(&xb), in xo_vsyslog()
581 xb.xb_curp += strftime(xb.xb_curp, xo_buf_left(&xb), "%z ", &tm); in xo_vsyslog()
[all …]
HDlibxo.c4989 xo_buffer_t xb; in xo_format_colors() local
4995 xo_buf_init(&xb); in xo_format_colors()
4998 xo_buf_append(&xb, value, vlen); in xo_format_colors()
5000 xo_do_format_field(xop, &xb, fmt, flen, 0); in xo_format_colors()
5002 xo_buf_append(&xb, "reset", 6); /* Default if empty */ in xo_format_colors()
5008 xo_buf_append(&xb, "", 1); in xo_format_colors()
5011 xo_colors_parse(xop, &xoc, xb.xb_bufp); in xo_format_colors()
5053 xo_buf_cleanup(&xb); in xo_format_colors()
6141 xo_buffer_t xb; in xo_gettext_build_format() local
6142 xo_buf_init(&xb); in xo_gettext_build_format()
[all …]
/freebsd-11-stable/usr.sbin/bhyve/
HDusb_emul.c63 struct usb_data_xfer_block *xb; in usb_data_xfer_append() local
68 xb = &xfer->data[xfer->tail]; in usb_data_xfer_append()
69 xb->buf = buf; in usb_data_xfer_append()
70 xb->blen = blen; in usb_data_xfer_append()
71 xb->hci_data = hci_data; in usb_data_xfer_append()
72 xb->ccs = ccs; in usb_data_xfer_append()
73 xb->processed = 0; in usb_data_xfer_append()
74 xb->bdone = 0; in usb_data_xfer_append()
77 return (xb); in usb_data_xfer_append()
/freebsd-11-stable/contrib/gdtoa/
HDmisc.c274 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
301 xb = b->x;
302 xbe = xb + wb;
305 for(; xb < xbe; xc0++) {
306 if ( (y = *xb++) !=0) {
321 for(; xb < xbe; xb++, xc0++) {
322 if ( (y = *xb & 0xffff) !=0) {
336 if ( (y = *xb >> 16) !=0) {
353 for(; xb < xbe; xc0++) {
354 if ( (y = *xb++) !=0) {
[all …]
HDsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
54 xb = b->x;
59 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
61 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
76 y = *xa++ + *xb++ + carry;
/freebsd-11-stable/crypto/openssl/crypto/sha/
HDsha_locl.h163 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
164 Xupdate(f,xi,xa,xb,xc,xd); \
168 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
169 Xupdate(f,xi,xa,xb,xc,xd); \
173 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
174 Xupdate(f,xa,xa,xb,xc,xd); \
178 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
179 Xupdate(f,xa,xa,xb,xc,xd); \
183 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
184 Xupdate(f,xa,xa,xb,xc,xd); \
[all …]
/freebsd-11-stable/crypto/openssl/crypto/jpake/
HDjpake.c29 BIGNUM *xb; /* Alice's x2 or Bob's x4 */ member
89 ctx->xb = BN_new(); in JPAKE_CTX_init()
98 BN_clear_free(ctx->xb); in JPAKE_CTX_release()
275 BN_rand_range(ctx->xb, qm1); in genrand()
277 BN_add_word(ctx->xb, 1); in genrand()
287 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx); in JPAKE_STEP1_generate()
363 BN_mod_mul(t2, ctx->xb, ctx->secret, ctx->p.q, ctx->ctx); in JPAKE_STEP2_generate()
399 BN_mod_exp(t1, ctx->p.gxd, ctx->xb, ctx->p.p, ctx->ctx); in compute_key()
407 BN_mod_exp(ctx->key, t1, ctx->xb, ctx->p.p, ctx->ctx); in compute_key()
427 BN_mod_add(t1, ctx->xa, ctx->xb, ctx->p.q, ctx->ctx); in JPAKE_STEP2_process()
/freebsd-11-stable/lib/libmd/
HDsha_locl.h219 #define BODY_16_19(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
220 Xupdate(f,i,xa,xb,xc,xd); \
224 #define BODY_20_31(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
225 Xupdate(f,i,xa,xb,xc,xd); \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFInstrFormats.td43 def BPF_MOV : BPFArithOp<0xb>;
68 def BPF_JLE : BPFJumpOp<0xb>;
/freebsd-11-stable/contrib/file/magic/Magdir/
HDxenix53 >0x1c byte &0xb 186
84 >0x1c byte &0xb 186
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsCondMov.td120 ADD_FM<0, 0xb>, INSN_MIPS4_32_NOT_32R6_64R6;
124 ADD_FM<0, 0xb>, INSN_MIPS4_32_NOT_32R6_64R6, GPR_64;
126 ADD_FM<0, 0xb>, INSN_MIPS4_32_NOT_32R6_64R6, GPR_64;
128 ADD_FM<0, 0xb>, INSN_MIPS4_32_NOT_32R6_64R6, GPR_64;
HDMipsInstrFPU.td426 ABSS_FM<0xb, 16>, ISA_MIPS2, FGR_64;
428 ABSS_FM<0xb, 17>, INSN_MIPS3_32, FGR_64;
HDMipsInstrFormats.td689 let Inst{25-21} = 0xb;
/freebsd-11-stable/sys/boot/fdt/dts/powerpc/
HDmpc8555cds.dts426 0xa800 0x0 0x0 0x1 &mpic 0xb 0x1
427 0xa800 0x0 0x0 0x2 &mpic 0xb 0x1
428 0xa800 0x0 0x0 0x3 &mpic 0xb 0x1
429 0xa800 0x0 0x0 0x4 &mpic 0xb 0x1>;
HDp2020ds.dts563 0000 0x0 0x0 0x4 &mpic 0xb 0x1
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
HDdump.c931 struct extract_mergeinfo_paths_baton *const xb = baton; in extract_mergeinfo_paths() local
932 if (xb->normalize) in extract_mergeinfo_paths()
935 SVN_ERR(svn_utf__normalize(&normkey, key, klen, &xb->buffer)); in extract_mergeinfo_paths()
936 svn_hash_sets(xb->result, in extract_mergeinfo_paths()
937 apr_pstrdup(xb->buffer.pool, normkey), in extract_mergeinfo_paths()
941 apr_hash_set(xb->result, in extract_mergeinfo_paths()
942 apr_pmemdup(xb->buffer.pool, key, klen + 1), klen, in extract_mergeinfo_paths()
/freebsd-11-stable/sys/gnu/dts/arm/
HDcros-ec-sbs.dtsi48 reg = <0xb>;
HDtegra124-nyan.dtsi332 reg = <0xb>;
HDexynos5250-snow-common.dtsi83 reg = <0xb>;
/freebsd-11-stable/tools/debugscripts/
HDgdbinit.i38614 define xb
227 document xb
/freebsd-11-stable/usr.sbin/tzsetup/
HDtzsetup.c451 compare_countries(const void *xa, const void *xb) in compare_countries() argument
453 const struct country *a = xa, *b = xb; in compare_countries()
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
HDgpart_ops.c768 int part_compare(const void *xa, const void *xb) in part_compare() argument
771 struct gprovider **b = (struct gprovider **)xb; in part_compare()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCScheduleP9.td58 // The xa and xb ports can be used to send an iop to either of the two slices
/freebsd-11-stable/sys/contrib/edk2/
HDMdePkg.dec473 …lassPasswordGuid = { 0xf8e5058c, 0xccb6, 0x4714, { 0xb2, 0x20, 0x3f, 0x7e, 0x3a, 0x64, 0xb, 0xd1 }}
854 …gEfiGetPcdInfoPpiGuid = { 0xa60c6b59, 0xe459, 0x425d, { 0x9c, 0x69, 0xb, 0xcc, 0x9c,…
962 …gEfiFirmwareVolumeBlockProtocolGuid = { 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69, …
1023 …gEfiSioProtocolGuid = { 0x215fdd18, 0xbd50, 0x4feb, { 0x89, 0xb, 0x58, 0xca, 0xb, 0x47…
1086 …gEfiFirmwareVolumeBlock2ProtocolGuid = { 0x8f644fa9, 0xe850, 0x4db1, {0x9c, 0xe2, 0xb, 0x44, 0x69,…
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrAtomics.td20 def : Pat<(atomic_fence (timm), (timm)), (DMB (i32 0xb))>;

123