Home
last modified time | relevance | path

Searched refs:sof (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
Dltablib.c250 #define sof(e) (sizeof(e) / sizeof(unsigned int)) macro
261 unsigned int buff[sof(c) + sof(t)]; in l_randomizePivot()
263 memcpy(buff, &c, sof(c) * sizeof(unsigned int)); in l_randomizePivot()
264 memcpy(buff + sof(c), &t, sof(t) * sizeof(unsigned int)); in l_randomizePivot()
265 for (i = 0; i < sof(buff); i++) in l_randomizePivot()
/freebsd-12-stable/contrib/gcc/config/ia64/
Dlinux-unwind.h107 unsigned long sof = sc->sc_cfm & 0x7f; in ia64_fallback_frame_state() local
109 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof); in ia64_fallback_frame_state()
183 unsigned long sof = sc->sc_cfm & 0x7f; in ia64_handle_unwabi() local
185 ia64_rse_skip_regs ((unsigned long *)(sc->sc_ar_bsp), -sof); in ia64_handle_unwabi()
/freebsd-12-stable/contrib/nvi/vi/
Dv_paragraph.c243 goto sof; in v_paragraphb()
247 goto sof; in v_paragraphb()
272 goto sof; in v_paragraphb()
290 sof: lno = 1; in v_paragraphb()
Dvs_smap.c1150 goto sof; in vs_sm_position()
1153 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen"); in vs_sm_position()
/freebsd-12-stable/contrib/gdb/gdb/
Dia64-tdep.c228 int sof; /* Size of frame (decoded from cfm value) */ member
1026 cache->sof = 0; in ia64_alloc_frame_cache()
1062 CORE_ADDR bof, sor, sol, sof, cfm, rrb_gr; in examine_prologue() local
1083 int sof = (int) ((instr & 0x000000fe000LL) >> 13); in examine_prologue() local
1092 (sof == (cache->cfm & 0x7f) && in examine_prologue()
1421 sof = cache->sof; in examine_prologue()
1426 bof = rse_address_add (cache->bsp, -sof); in examine_prologue()
1429 i < sof; in examine_prologue()
1463 sof = (cfm & 0x7f); in examine_prologue()
1472 i < sof; in examine_prologue()
[all …]
/freebsd-12-stable/sys/dev/ocs_fc/
Docs_ioctl.h334 uint8_t sof; /*<< SOF value */ member
Docs_hw.h1418 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload,
Dsli4.h4832 sof:8; member
5628 extern int32_t sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, u…
Dsli4.c7595 sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, uint32_t *hdr, in sli_send_frame_wqe() argument
7630 sf->sof = sof; in sli_send_frame_wqe()
Docs_hw.c4355 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload, in ocs_hw_send_frame() argument
4385 …rc = sli_send_frame_wqe(&hw->sli, wqe->wqebuf, hw->sli.config.wqe_size, sof, eof, (uint32_t*) hdr,… in ocs_hw_send_frame()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-ia64.c1077 unsigned int sof; local
1079 sof = ins + locs + outs;
1080 if (sof > 96)
1085 if (rots > sof)
1098 return sof;
6243 unsigned int sof; local
6316 sof = set_regstack (FORCE_CONST(i),
6330 CURR_SLOT.opnd[i].X_add_number = sof;
6334 = sof - CURR_SLOT.opnd[i + 2].X_add_number;
/freebsd-12-stable/sys/contrib/octeon-sdk/
Dcvmx-usbcx-defs.h2637 uint32_t sof : 1; /**< Start of (micro)Frame (Sof) member
2670 uint32_t sof : 1;
Dcvmx-usb.c3432 __cvmx_usb_schedule(usb, usbc_gintsts.s.sof); in cvmx_usb_poll()
/freebsd-12-stable/contrib/binutils/opcodes/po/
Dopcodes.pot1017 msgid "Missing 'sof:' prefix"
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_msg.h1649 __u8 sof; member