Searched refs:fld (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dabi_compat.h41 #define CP(src, dst, fld) do { \
42 (dst).fld = (src).fld; \
49 #define PTRIN_CP(src, dst, fld) do { \
50 (dst).fld = PTRIN((src).fld); \
53 #define PTROUT_CP(src, dst, fld) do { \
54 (dst).fld = PTROUT((src).fld); \
57 #define TV_CP(src, dst, fld) d
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h50 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld)
51 #define __mlx5_bit_off(typ, fld) __offsetof(struct mlx5_ifc_##typ##_bits, fld)
52 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16)
53 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32)
54 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 6
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c157 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
162 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent,
165 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld,
187 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, argument
208 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) {
221 if (!asn1_template_print_ctx(out, fld, indent,
228 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx))
238 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
255 i = asn1_get_choice_selector(fld, it);
263 tmpfld = asn1_get_field_ptr(fld, t
321 asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
487 asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S1043 fld f0, (8 * 32 + 8 * 0)(a0)
1044 fld f1, (8 * 32 + 8 * 1)(a0)
1045 fld f2, (8 * 32 + 8 * 2)(a0)
1046 fld f3, (8 * 32 + 8 * 3)(a0)
1047 fld f4, (8 * 32 + 8 * 4)(a0)
1048 fld f5, (8 * 32 + 8 * 5)(a0)
1049 fld f6, (8 * 32 + 8 * 6)(a0)
1050 fld f7, (8 * 32 + 8 * 7)(a0)
1051 fld f8, (8 * 32 + 8 * 8)(a0)
1052 fld f
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched.h147 #define _SI(fld)
149 #define _SI(fld) fld
/freebsd-11-stable/contrib/nvi/common/
H A Doptions.h27 #define O_V(sp, o, fld) \
29 (sp)->gp->opts[(sp)->opts[(o)].o_cur.val].fld : \
30 (sp)->opts[(o)].fld)
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_def.c230 FIELD *fld = (FIELD *)0;
236 fld = Insert_Field_By_Position(fields[j], fld);
238 if (fld)
240 form->page[page_nr].smin = fld->index;
241 form->page[page_nr].smax = fld->sprev->index;
229 FIELD *fld = (FIELD *)0; local
/freebsd-11-stable/usr.bin/systat/
H A Dvmstat.c365 #define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;}
366 #define Q(fld) {t=cur_dev.fld[i]; cur_dev.fld[i]-=last_dev.fld[i]; if(state==TIME) last_dev.fld[
[all...]
H A Diostat.c253 #define X(fld) t = cur_dev.fld[i]; cur_dev.fld[i] -= last_dev.fld[i]; last_dev.fld[i] = t
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllimits.h208 #define lua_number2int(i,n) __asm {__asm fld n __asm fistp i}
211 {__int64 l; __asm {__asm fld n __asm fistp l} i = (unsigned int)l;}
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c1071 #define DO_CVT(fld, type) \
1075 p->fld &= CAST(type, m->num_mask); \
1078 p->fld |= CAST(type, m->num_mask); \
1081 p->fld ^= CAST(type, m->num_mask); \
1084 p->fld += CAST(type, m->num_mask); \
1087 p->fld -= CAST(type, m->num_mask); \
1090 p->fld *= CAST(type, m->num_mask); \
1095 p->fld /= CAST(type, m->num_mask); \
1100 p->fld %= CAST(type, m->num_mask); \
1104 p->fld
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c207 int cmpnumfld(num1, num2, fld)
209 int fld;
210 /* Compare the two dotted numbers at field fld.
211 * num1 and num2 must have at least fld fields.
212 * fld must be positive.
220 /* skip fld-1 fields */
221 while (--fld) {
/freebsd-11-stable/contrib/gcc/
H A Drtl.h190 rtunion GTY ((skip)) fld[3];
312 rtunion fld[1];
470 &_rtx->u.fld[_n]; }))
482 &_rtx->u.fld[_n]; }))
489 &_rtx->u.fld[_n]; }))
497 &_rtx->u.fld[_n]; }))
572 #define RTL_CHECK1(RTX, N, C1) ((RTX)->u.fld[N])
573 #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N])
574 #define RTL_CHECKC1(RTX, N, C) __PAST_END((RTX)->u.fld, N)
575 #define RTL_CHECKC2(RTX, N, C1, C2) ((RTX)->u.fld[
311 rtunion fld[1]; member in union:u
[all...]
H A Dgengtype.c474 `fld' of struct rtx_def, which is an array of unions whose values
664 xasprintf (".fld[%lu].%s",
2582 pair_p fld;
2583 for (fld = type->u.s.fields; fld; fld = fld->next)
2589 for (o = fld->opt; o; o = o->next)
2597 fld->name, name, o->name);
2601 else if (desc && fld
2579 pair_p fld; local
[all...]
H A Drtlanal.c2868 if (loc == &in->u.fld[i].rt_rtx)
/freebsd-11-stable/lib/libtacplus/
H A Dtaclib.c84 * length into the 8-bit field referenced by "fld". Returns 0 on
91 add_str_8(struct tac_handle *h, u_int8_t *fld, struct clnt_str *cs) argument
102 *fld = len;
109 * "fld". Returns 0 on success, or -1 on failure.
115 add_str_16(struct tac_handle *h, u_int16_t *fld, struct clnt_str *cs) argument
137 *fld = htons(len);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h56 #define field_avail(type, fld, sz) (offsetof(type, fld) + \
57 sizeof(((type *)0)->fld) <= (sz))
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h1036 #define MLX5E_FLD_MAX(typ, fld) ((1ULL << __mlx5_bit_sz(typ, fld)) - 1ULL)
/freebsd-11-stable/sys/kern/
H A Dsysv_msg.c1841 #define CP(src, dst, fld) do { (dst).fld = (src).fld; } while (0)
H A Dkern_proc.c1234 #define PTRTRIM_CP(src,dst,fld) \
1235 do { (dst).fld = ptr32_trim((src).fld); } while (0)
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h82 #define vext_field_avail(type, fld, sz) (offsetof(type, fld) < (sz))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfttrace.c1987 #define TT_COMPARE( fld ) \
1988 tstate.fld != p->last_stop_state.fld
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm326 fld DWORD PTR [esi]
335 fld DWORD PTR _old_value$[ebp]

Completed in 258 milliseconds