Searched refs:step (Results 126 - 150 of 183) sorted by relevance

12345678

/freebsd-current/lib/libthread_db/
H A Dlibpthread_db.c977 pt_thr_sstep(const td_thrhandle_t *th, int step) argument
1002 /* Clear or set single step flag in thread mailbox */
1009 if (step != 0)
1032 * single step status in registers, we should change
1039 if (pt_reg_sstep(&regs, step) != 0) {
/freebsd-current/sys/dev/sfxge/common/
H A Dsiena_impl.h73 unsigned int step; member in struct:siena_register_set_s
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_wwv.c646 double step; /* codec adjustment */ local
688 step = 2.;
690 up->comp[i] = up->comp[i - 1] + step;
693 step *= 2.;
1924 * save in decoding matrix. We step through the decoding matrix
/freebsd-current/sys/contrib/dev/rtw89/
H A Drtw8852b_rfk.c2222 u8 step = DPK_AGC_STEP_SYNC_DGAIN; local
2232 switch (step) {
2243 step = DPK_AGC_STEP_GAIN_LOSS_IDX;
2245 step = DPK_AGC_STEP_GAIN_ADJ;
2274 step = DPK_AGC_STEP_SYNC_DGAIN;
2276 step = DPK_AGC_STEP_GAIN_LOSS_IDX;
2287 step = DPK_AGC_STEP_GL_GT_CRITERION;
2289 step = DPK_AGC_STEP_GL_LT_CRITERION;
2291 step = DPK_AGC_STEP_SET_TX_GAIN;
2302 step
[all...]
H A Drtw8852a_rfk.c2339 u8 step = DPK_AGC_STEP_SYNC_DGAIN; local
2345 switch (step) {
2356 step = DPK_AGC_STEP_GAIN_LOSS_IDX;
2358 step = DPK_AGC_STEP_GAIN_ADJ;
2386 step = DPK_AGC_STEP_SYNC_DGAIN;
2388 step = DPK_AGC_STEP_GAIN_LOSS_IDX;
2399 step = DPK_AGC_STEP_GL_GT_CRITERION;
2401 step = DPK_AGC_STEP_GL_LT_CRITERION;
2403 step = DPK_AGC_STEP_SET_TX_GAIN;
2414 step
[all...]
H A Drtw8852c_rfk.c2321 u8 step = DPK_AGC_STEP_SYNC_DGAIN; local
2331 switch (step) {
2356 step = DPK_AGC_STEP_GAIN_LOSS_IDX;
2364 step = DPK_AGC_STEP_GL_LT_CRITERION;
2366 step = DPK_AGC_STEP_GL_GT_CRITERION;
2368 step = DPK_AGC_STEP_GL_GT_CRITERION;
2370 step = DPK_AGC_STEP_GL_LT_CRITERION;
2372 step = DPK_AGC_STEP_SET_TX_GAIN;
2383 step = DPK_AGC_STEP_SYNC_DGAIN;
2395 step
[all...]
H A Drtw8851b_rfk.c2177 u8 step = DPK_AGC_STEP_SYNC_DGAIN; local
2185 switch (step) {
2207 step = DPK_AGC_STEP_GAIN_LOSS_IDX;
2214 step = DPK_AGC_STEP_GL_LT_CRITERION;
2217 step = DPK_AGC_STEP_GL_GT_CRITERION;
2219 step = DPK_AGC_STEP_GL_LT_CRITERION;
2221 step = DPK_AGC_STEP_SET_TX_GAIN;
2233 step = DPK_AGC_STEP_SYNC_DGAIN;
2246 step = DPK_AGC_STEP_SYNC_DGAIN;
H A Dcoex.c1096 pcinfo->req_len = sizeof(pfwinfo->rpt_fbtc_step.finfo.v2.step[0]) *
1098 offsetof(struct rtw89_btc_fbtc_steps_v2, step);
1101 pcinfo->req_len = sizeof(pfwinfo->rpt_fbtc_step.finfo.v3.step[0]) *
1103 offsetof(struct rtw89_btc_fbtc_steps_v3, step);
1894 /* use ring-structure to store dm step */
1895 dm->dm_step.step[dm->dm_step.step_pos] = reason_or_action;
1898 if (dm->dm_step.step_pos >= ARRAY_SIZE(dm->dm_step.step)) {
6551 static const char *steps_to_str(u16 step) argument
6553 switch (step) {
6660 return "unknown step";
[all...]
/freebsd-current/sys/contrib/v4l/
H A Dvideodev2.h416 __u32 step_width; /* Frame width step size [pixel] */
419 __u32 step_height; /* Frame height step size [pixel] */
447 struct v4l2_fract step; /* Frame interval step size [s] */ member in struct:v4l2_frmival_stepwise
958 __s32 step; member in struct:v4l2_queryctrl
/freebsd-current/contrib/sqlite3/
H A Dsqlite3ext.h138 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
496 #define sqlite3_step sqlite3_api->step
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c989 int64_t step; local
991 step = offset - (xar->offset - xar->h_base);
992 if (step > 0) {
993 step = __archive_read_consume(a, step);
994 if (step < 0)
995 return ((int)step);
996 xar->offset += step;
H A Darchive_ppmd7.c95 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1); local
96 do { p->Units2Indx[k++] = (Byte)i; } while(--step);
H A Darchive_read_support_format_7zip.c545 int step = check_7zip_header_in_sfx(p); local
546 if (step == 0)
548 p += step;
624 int step = check_7zip_header_in_sfx(p); local
625 if (step == 0) {
633 p += step;
H A Darchive_ppmd8.c72 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1); local
73 do { p->Units2Indx[k++] = (Byte)i; } while (--step);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c174 static void *bnxt_qplib_get_hdr_buf(struct pci_dev *pdev, u32 step, u32 cnt) argument
183 len = ALIGN((step * cnt), PAGE_SIZE);
190 hdrbuf->step = step;
1690 sge->addr = (dma_addr_t)(buf->dma_map + sw_prod * buf->step);
1692 sge->size = buf->step;
1717 sge->addr = (dma_addr_t)(buf->dma_map + sw_prod * buf->step);
1719 sge->size = buf->step;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c404 U32 const step = FSE_TABLESTEP(tableSize); local
410 position = (position + step) & tableMask;
411 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c403 const U32 step = FSE_tableStep(tableSize); local
438 position = (position + step) & tableMask;
439 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
H A Dzstd_v03.c1104 const U32 step = FSE_tableStep(tableSize); local
1139 position = (position + step) & tableMask;
1140 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c178 static inline char iwl_drv_get_step(int step) argument
180 if (step == SILICON_Z_STEP)
182 return 'a' + step;
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Dcmtime.c56 enum step { enum
182 printf("step total ms max ms min us us / conn\n");
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl234 SHRU $H4,2,B16 ; last reduction step
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp448 virtual int step(bool = false) { _LIBUNWIND_ABORT("step not implemented"); } function in class:libunwind::AbstractUnwindCursor
500 virtual int step(bool = false);
943 virtual int step(bool stage2 = false);
2537 // Simulate the step by replacing the register set with the new ones.
2912 template <typename A, typename R> int UnwindCursor<A, R>::step(bool stage2) { function in class:libunwind::UnwindCursor
/freebsd-current/sys/contrib/ck/src/
H A Dck_rhs.c116 unsigned long step; member in struct:ck_rhs_map
369 map->step = ck_cc_ffsl(n_entries);
/freebsd-current/stand/common/
H A Dgfx_fb.c1113 int step; local
1143 step = 1;
1153 step = -step;
1165 sy += step;
1166 dy += step;
1510 if ((e2 << 1) >= -dx) { /* x step */
1525 if ((e2 << 1) <= dy) { /* y step */
/freebsd-current/contrib/bmake/
H A Dvar.c1686 int len, start, end, step; local
1712 step = -1;
1716 step = 1;
1719 for (i = start; (step < 0) == (i >= end); i += step) {

Completed in 280 milliseconds

12345678