Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A 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.1/contrib/gcc/config/ia64/
H A 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.1/contrib/nvi/vi/
H A Dv_paragraph.c245 goto sof; in v_paragraphb()
249 goto sof; in v_paragraphb()
274 goto sof; in v_paragraphb()
292 sof: lno = 1; in v_paragraphb()
H A Dvs_smap.c1154 goto sof; in vs_sm_position()
1157 sof: msgq(sp, M_BERR, "220|Movement past the end-of-screen"); in vs_sm_position()
/freebsd-12.1/contrib/gdb/gdb/
H A Dia64-tdep.c1026 cache->sof = 0; in ia64_alloc_frame_cache()
1092 (sof == (cache->cfm & 0x7f) && in examine_prologue()
1421 sof = cache->sof; in examine_prologue()
1429 i < sof; in examine_prologue()
1463 sof = (cfm & 0x7f); in examine_prologue()
1472 i < sof; in examine_prologue()
1522 CORE_ADDR cfm, sof, sol, bsp, psr; in ia64_frame_cache() local
1546 cache->sof = (cfm & 0x7f); in ia64_frame_cache()
1962 cache->sof = cache->cfm & 0x7f; in ia64_sigtramp_frame_cache()
2234 sof = (cfm & 0x7f); in ia64_access_reg()
[all …]
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_ioctl.h330 uint8_t sof; /*<< SOF value */ member
H A Docs_hw.h1416 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload,
H A Dsli4.h4737 sof:8; member
5533 extern int32_t sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, u…
H A Dsli4.c7427 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
7462 sf->sof = sof; in sli_send_frame_wqe()
H A Docs_hw.c4352 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
4382 …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.1/contrib/binutils/gas/config/
H A 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.1/sys/contrib/octeon-sdk/
H A Dcvmx-usbcx-defs.h2637 uint32_t sof : 1; /**< Start of (micro)Frame (Sof) member
2670 uint32_t sof : 1;
H A Dcvmx-usb.c3432 __cvmx_usb_schedule(usb, usbc_gintsts.s.sof); in cvmx_usb_poll()
/freebsd-12.1/contrib/binutils/opcodes/po/
H A Dopcodes.pot1017 msgid "Missing 'sof:' prefix"
/freebsd-12.1/sys/dev/cxgbe/common/
H A Dt4_msg.h1649 __u8 sof; member