| /src/sys/sys/ |
| H A D | abi_compat.h | 41 #define CP(src, dst, fld) do { \ argument 42 (dst).fld = (src).fld; \ 49 #define PTRIN_CP(src, dst, fld) do { \ argument 50 (dst).fld = PTRIN((src).fld); \ 53 #define PTROUT_CP(src, dst, fld) do { \ argument 54 (dst).fld = PTROUT((src).fld); \ 57 #define TV_CP(src, dst, fld) do { \ argument 58 CP((src).fld, (dst).fld, tv_sec); \ 59 CP((src).fld, (dst).fld, tv_usec); \ 62 #define TS_CP(src, dst, fld) do { \ argument [all …]
|
| /src/sys/dev/mlx5/ |
| H A D | device.h | 48 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument 49 #define __mlx5_bit_off(typ, fld) __offsetof(struct mlx5_ifc_##typ##_bits, fld) argument 50 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) argument 51 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument 52 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument 53 #define __mlx5_16_bit_off(typ, fld) (16 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0xf… argument 54 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument 55 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument 56 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument 57 #define __mlx5_mask16(typ, fld) ((u16)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument [all …]
|
| /src/crypto/openssl/crypto/asn1/ |
| H A D | tasn_prn.c | 102 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 107 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 110 static int asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, 132 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() argument 154 && *fld == NULL) { in asn1_item_print_ctx() 167 if (!asn1_template_print_ctx(out, fld, indent, in asn1_item_print_ctx() 174 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx)) in asn1_item_print_ctx() 184 i = ef->asn1_ex_print(out, fld, indent, "", pctx); in asn1_item_print_ctx() 196 i = ossl_asn1_get_choice_selector_const(fld, it); in asn1_item_print_ctx() 204 tmpfld = ossl_asn1_get_const_field_ptr(fld, tt); in asn1_item_print_ctx() [all …]
|
| /src/lib/libc/riscv/gen/ |
| H A D | _setjmp.S | 115 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 fs9, (9 * 8)(a0) [all …]
|
| H A D | setjmp.S | 145 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 fs9, (9 * 8)(a0) [all …]
|
| /src/sys/riscv/riscv/ |
| H A D | swtch.S | 101 fld f0, (PCB_X + 0 * 16)(\p) 102 fld f1, (PCB_X + 1 * 16)(\p) 103 fld f2, (PCB_X + 2 * 16)(\p) 104 fld f3, (PCB_X + 3 * 16)(\p) 105 fld f4, (PCB_X + 4 * 16)(\p) 106 fld f5, (PCB_X + 5 * 16)(\p) 107 fld f6, (PCB_X + 6 * 16)(\p) 108 fld f7, (PCB_X + 7 * 16)(\p) 109 fld f8, (PCB_X + 8 * 16)(\p) 110 fld f9, (PCB_X + 9 * 16)(\p) [all …]
|
| /src/libexec/rtld-elf/riscv/ |
| H A D | rtld_start.S | 116 fld fa0, (8 * 9)(sp) 117 fld fa1, (8 * 10)(sp) 118 fld fa2, (8 * 11)(sp) 119 fld fa3, (8 * 12)(sp) 120 fld fa4, (8 * 13)(sp) 121 fld fa5, (8 * 14)(sp) 122 fld fa6, (8 * 15)(sp) 123 fld fa7, (8 * 16)(sp)
|
| /src/usr.bin/systat/ |
| H A D | vmstat.c | 360 #define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;} argument 361 #define Q(fld) {t=cur_dev.fld[i]; cur_dev.fld[i]-=last_dev.fld[i]; if(state==TIME) last_dev.fld[i]=… argument 362 #define Y(fld) {t = s.fld; s.fld -= s1.fld; if(state == TIME) s1.fld = t;} argument 363 #define Z(fld) {t = s.nchstats.fld; s.nchstats.fld -= s1.nchstats.fld; \ argument 364 if(state == TIME) s1.nchstats.fld = t;} 365 #define PUTRATE(fld, l, c, w) \ argument 367 Y(fld); \ 368 sysputwuint64(wnd, l, c, w, (s.fld/etime + 0.5), 0); \
|
| H A D | iostat.c | 250 #define X(fld) t = cur_dev.fld[i]; cur_dev.fld[i] -= last_dev.fld[i]; last_dev.fld[i] = t in showiostat() argument
|
| /src/sys/dev/ice/ |
| H A D | ice_flow.c | 562 u8 seg, enum ice_flow_field fld) in ice_flow_xtract_fld() argument 573 switch (fld) { in ice_flow_xtract_fld() 596 if (fld == ICE_FLOW_FIELD_IDX_IPV4_TTL) in ice_flow_xtract_fld() 608 if (fld == ICE_FLOW_FIELD_IDX_IPV6_TTL) in ice_flow_xtract_fld() 646 sib = fld == ICE_FLOW_FIELD_IDX_ICMP_TYPE ? in ice_flow_xtract_fld() 662 flds[fld].xtrct.prot_id = (u8)prot_id; in ice_flow_xtract_fld() 663 flds[fld].xtrct.off = (ice_flds_info[fld].off / ese_bits) * in ice_flow_xtract_fld() 665 flds[fld].xtrct.disp = (u8)(ice_flds_info[fld].off % ese_bits); in ice_flow_xtract_fld() 666 flds[fld].xtrct.idx = params->es_cnt; in ice_flow_xtract_fld() 671 cnt = DIVIDE_AND_ROUND_UP(flds[fld].xtrct.disp + in ice_flow_xtract_fld() [all …]
|
| H A D | ice_protocol_type.h | 239 } fld; member
|
| H A D | ice_flow.h | 340 ice_flow_set_fld_prefix(struct ice_flow_seg_info *seg, enum ice_flow_field fld,
|
| H A D | ice_flex_type.h | 384 } fld; member
|
| /src/contrib/ncurses/form/ |
| H A D | frm_def.c | 232 FIELD *fld = (FIELD *)0; in Connect_Fields() local 238 fld = Insert_Field_By_Position(fields[j], fld); in Connect_Fields() 240 if (fld) in Connect_Fields() 242 form->page[page_nr].smin = fld->index; in Connect_Fields() 243 form->page[page_nr].smax = fld->sprev->index; in Connect_Fields()
|
| /src/sys/netpfil/ipfw/ |
| H A D | dn_sched.h | 149 #define _SI(fld) argument 151 #define _SI(fld) fld argument
|
| /src/contrib/nvi/common/ |
| H A D | options.h | 25 #define O_V(sp, o, fld) \ argument 27 (sp)->gp->opts[(sp)->opts[(o)].o_cur.val].fld : \ 28 (sp)->opts[(o)].fld)
|
| /src/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_loongarch64.S | 31 fld.d $f\i, $sp, (8 * \i) 46 fld.d $f0, $sp, 0 47 fld.d $f1, $sp, 8
|
| /src/contrib/file/src/ |
| H A D | softmagic.c | 1049 #define DO_CVT(fld, type) \ argument 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 = ~p->fld \ [all …]
|
| /src/sys/contrib/openzfs/module/lua/ |
| H A D | llimits.h | 215 #define lua_number2int(i,n) __asm {__asm fld n __asm fistp i} 218 {__int64 l; __asm {__asm fld n __asm fistp l} i = (unsigned int)l;}
|
| /src/lib/libtacplus/ |
| H A D | taclib.c | 93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) in add_str_8() argument 104 *fld = len; in add_str_8() 117 add_str_16(struct tac_handle *h, u_int16_t *fld, struct tac_str *cs) in add_str_16() argument 139 *fld = htons(len); in add_str_16()
|
| /src/sys/dev/enic/ |
| H A D | vnic_devcmd.h | 767 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1)) argument
|
| /src/contrib/llvm-project/libunwind/src/ |
| H A D | assembly.h | 56 # define FLOAD fld
|
| /src/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib.h | 57 #define field_avail(type, fld, sz) (offsetof(type, fld) + \ argument 58 sizeof(((type *)0)->fld) <= (sz))
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 74 def FLD : FPLoad_r<0b011, "fld", FPR64, WriteFLD64>; 185 def : InstAlias<"fld $rd, (${rs1})", (FLD FPR64:$rd, GPR:$rs1, 0), 0>; 199 def PseudoFLD : PseudoFloatLoad<"fld", FPR64>;
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfoF2.td | 59 // fld/fst 61 def f2FLD_S : F2_LDST_S<0b0, "fld", (outs FPR32Op:$vrz), (ins GPR:$rx, uimm8_2:$imm8)>; 63 def f2FLD_D : F2_LDST_D<0b0, "fld", (outs FPR64Op:$vrz), (ins GPR:$rx, uimm8_2:$imm8)>;
|