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

12

/freebsd-current/sys/sys/
H A Dabi_compat.h39 #define CP(src, dst, fld) do { \
40 (dst).fld = (src).fld; \
47 #define PTRIN_CP(src, dst, fld) do { \
48 (dst).fld = PTRIN((src).fld); \
51 #define PTROUT_CP(src, dst, fld) do { \
52 (dst).fld = PTROUT((src).fld); \
55 #define TV_CP(src, dst, fld) d
[all...]
/freebsd-current/sys/dev/mlx5/
H A Ddevice.h48 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld)
49 #define __mlx5_bit_off(typ, fld) __offsetof(struct mlx5_ifc_##typ##_bits, fld)
50 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16)
51 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32)
52 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 6
[all...]
/freebsd-current/lib/libc/riscv/gen/
H A Dsetjmp.S145 fld fs0, (0 * 8)(a0)
146 fld fs1, (1 * 8)(a0)
147 fld fs2, (2 * 8)(a0)
148 fld fs3, (3 * 8)(a0)
149 fld fs4, (4 * 8)(a0)
150 fld fs5, (5 * 8)(a0)
151 fld fs6, (6 * 8)(a0)
152 fld fs7, (7 * 8)(a0)
153 fld fs8, (8 * 8)(a0)
154 fld fs
[all...]
H A D_setjmp.S115 fld fs0, (0 * 8)(a0)
116 fld fs1, (1 * 8)(a0)
117 fld fs2, (2 * 8)(a0)
118 fld fs3, (3 * 8)(a0)
119 fld fs4, (4 * 8)(a0)
120 fld fs5, (5 * 8)(a0)
121 fld fs6, (6 * 8)(a0)
122 fld fs7, (7 * 8)(a0)
123 fld fs8, (8 * 8)(a0)
124 fld fs
[all...]
/freebsd-current/libexec/rtld-elf/riscv/
H A Drtld_start.S115 fld fa0, (8 * 9)(sp)
116 fld fa1, (8 * 10)(sp)
117 fld fa2, (8 * 11)(sp)
118 fld fa3, (8 * 12)(sp)
119 fld fa4, (8 * 13)(sp)
120 fld fa5, (8 * 14)(sp)
121 fld fa6, (8 * 15)(sp)
122 fld fa7, (8 * 16)(sp)
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c104 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent,
109 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent,
112 static int asn1_primitive_print(BIO *out, const ASN1_VALUE **fld,
134 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, argument
155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) {
168 if (!asn1_template_print_ctx(out, fld, indent,
175 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx))
185 i = ef->asn1_ex_print(out, fld, indent, "", pctx);
198 i = ossl_asn1_get_choice_selector_const(fld, it);
206 tmpfld = ossl_asn1_get_const_field_ptr(fld, t
264 asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, const ASN1_TEMPLATE *tt, const ASN1_PCTX *pctx) argument
433 asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dswtch.S102 fld f0, (PCB_X + 0 * 16)(\p)
103 fld f1, (PCB_X + 1 * 16)(\p)
104 fld f2, (PCB_X + 2 * 16)(\p)
105 fld f3, (PCB_X + 3 * 16)(\p)
106 fld f4, (PCB_X + 4 * 16)(\p)
107 fld f5, (PCB_X + 5 * 16)(\p)
108 fld f6, (PCB_X + 6 * 16)(\p)
109 fld f7, (PCB_X + 7 * 16)(\p)
110 fld f8, (PCB_X + 8 * 16)(\p)
111 fld f
[all...]
/freebsd-current/contrib/nvi/common/
H A Doptions.h25 #define O_V(sp, o, fld) \
27 (sp)->gp->opts[(sp)->opts[(o)].o_cur.val].fld : \
28 (sp)->opts[(o)].fld)
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_sched.h149 #define _SI(fld)
151 #define _SI(fld) fld
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_loongarch64.S31 fld.d $f\i, $sp, (8 * \i)
46 fld.d $f0, $sp, 0
47 fld.d $f1, $sp, 8
/freebsd-current/contrib/ncurses/form/
H A Dfrm_def.c230 FIELD *fld = (FIELD *)0; local
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;
/freebsd-current/usr.bin/systat/
H A Dvmstat.c360 #define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;}
361 #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.c250 #define X(fld) t = cur_dev.fld[i]; cur_dev.fld[i] -= last_dev.fld[i]; last_dev.fld[i] = t
/freebsd-current/sys/dev/ice/
H A Dice_flow.c555 * @fld: ID of field to be extracted
563 u8 seg, enum ice_flow_field fld)
574 switch (fld) {
597 if (fld == ICE_FLOW_FIELD_IDX_IPV4_TTL)
609 if (fld == ICE_FLOW_FIELD_IDX_IPV6_TTL)
647 sib = fld == ICE_FLOW_FIELD_IDX_ICMP_TYPE ?
663 flds[fld].xtrct.prot_id = (u8)prot_id;
664 flds[fld].xtrct.off = (ice_flds_info[fld].off / ese_bits) *
666 flds[fld]
562 ice_flow_xtract_fld(struct ice_hw *hw, struct ice_flow_prof_params *params, u8 seg, enum ice_flow_field fld) argument
1183 ice_flow_set_fld_ext(struct ice_flow_seg_info *seg, enum ice_flow_field fld, enum ice_flow_fld_match_type field_type, u16 val_loc, u16 mask_loc, u16 last_loc) argument
1220 ice_flow_set_fld(struct ice_flow_seg_info *seg, enum ice_flow_field fld, u16 val_loc, u16 mask_loc, u16 last_loc, bool range) argument
1247 ice_flow_set_fld_prefix(struct ice_flow_seg_info *seg, enum ice_flow_field fld, u16 val_loc, u16 pref_loc, u8 pref_sz) argument
[all...]
H A Dice_protocol_type.h239 } fld; member in union:ice_le_ver_tc_flow::__anon68
H A Dice_flow.h340 ice_flow_set_fld_prefix(struct ice_flow_seg_info *seg, enum ice_flow_field fld,
H A Dice_flex_type.h384 } fld; member in union:ice_match_fld
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dllimits.h214 #define lua_number2int(i,n) __asm {__asm fld n __asm fistp i}
217 {__int64 l; __asm {__asm fld n __asm fistp l} i = (unsigned int)l;}
/freebsd-current/contrib/file/src/
H A Dsoftmagic.c1049 #define DO_CVT(fld, type) \
1053 p->fld &= CAST(type, m->num_mask); \
1056 p->fld |= CAST(type, m->num_mask); \
1059 p->fld ^= CAST(type, m->num_mask); \
1062 p->fld += CAST(type, m->num_mask); \
1065 p->fld -= CAST(type, m->num_mask); \
1068 p->fld *= CAST(type, m->num_mask); \
1073 p->fld /= CAST(type, m->num_mask); \
1078 p->fld %= CAST(type, m->num_mask); \
1082 p->fld
[all...]
/freebsd-current/contrib/llvm-project/libunwind/src/
H A Dassembly.h56 # define FLOAD fld
H A DUnwindRegistersRestore.S1215 fld.d $f\i, $a0, (8 * 33 + 8 * \i)
/freebsd-current/sys/dev/enic/
H A Dvnic_devcmd.h767 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1))
/freebsd-current/lib/libtacplus/
H A Dtaclib.c86 * length into the 8-bit field referenced by "fld". Returns 0 on
93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) argument
104 *fld = len;
111 * "fld". Returns 0 on success, or -1 on failure.
117 add_str_16(struct tac_handle *h, u_int16_t *fld, struct tac_str *cs) argument
139 *fld = htons(len);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h57 #define field_avail(type, fld, sz) (offsetof(type, fld) + \
58 sizeof(((type *)0)->fld) <= (sz))
/freebsd-current/sys/kern/
H A Dsysv_msg.c1893 #define CP(src, dst, fld) do { (dst).fld = (src).fld; } while (0)

Completed in 221 milliseconds

12