/freebsd/contrib/tcsh/ |
H A D | ed.xmap.c | 128 static XmapVal xm; in XmapCmd() local 129 xm.cmd = (KEYCMD) cmd; in XmapCmd() 130 return &xm; in XmapCmd() 136 static XmapVal xm; in XmapStr() local 137 xm.str.len = str->len; in XmapStr() 138 xm.str.buf = str->buf; in XmapStr() 139 return &xm; in XmapStr() 241 XmapNode *xm; in TryNode() local 243 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in TryNode() 244 if (xm->sibling->ch == *(str->buf)) in TryNode() [all …]
|
/freebsd/contrib/libedit/ |
H A D | keymacro.c | 322 keymacro_node_t *xm; in node__try() local 324 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in node__try() 325 if (xm->sibling->ch == *str) in node__try() 327 if (xm->sibling == NULL) in node__try() 328 xm->sibling = node__get(*str); /* setup new node */ in node__try() 329 ptr = xm->sibling; in node__try() 386 keymacro_node_t *xm; in node__delete() local 388 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in node__delete() 389 if (xm->sibling->ch == *str) in node__delete() 391 if (xm->sibling == NULL) in node__delete() [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | asinh.c | 98 log_inline (float64x2_t xm, const struct data *d) in log_inline() argument 101 uint64x2_t u = vreinterpretq_u64_f64 (xm); in log_inline() 163 float64x2_t xm = v_zerofy_f64 (ax, special); in V_NAME_D1() local 165 float64x2_t xm = ax; in V_NAME_D1() 168 vaddq_f64 (xm, vsqrtq_f64 (vfmaq_f64 (v_f64 (1), xm, xm))), d); in V_NAME_D1()
|
H A D | erff.c | 71 float32x4_t xm = x; in V_NAME_F1() local 108 return vbslq_f32 (cmp, vfmaq_f32 (xm, dat->scale_minus_one, xm), y); in V_NAME_F1()
|
H A D | exp.c | 88 float64x2_t xm = x; in V_NAME_D1() local 121 return special_case (xm, vfmaq_f64 (s, y, s), cmp); in V_NAME_D1()
|
H A D | exp2f.c | 79 float32x4_t xm = x; in V_NAME_F1() local 108 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp); in V_NAME_F1()
|
H A D | expf.c | 87 float32x4_t xm = x; in V_NAME_F1() local 116 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp); in V_NAME_F1()
|
H A D | exp10f.c | 98 float32x4_t xm = x; in V_NAME_F1() local 129 return special_case (xm, vfmaq_f32 (scale, poly, scale), cmp); in V_NAME_F1()
|
H A D | exp10.c | 96 float64x2_t xm = x; in V_NAME_D1() local 131 return special_case (xm, vfmaq_f64 (s, y, s), cmp); in V_NAME_D1()
|
H A D | erfcf.c | 107 float32x4_t xm = x; in V_NAME_F1() local 159 return special_case (xm, vfmaq_f32 (off, fac, y), cmp); in V_NAME_F1()
|
H A D | erfc.c | 117 float64x2_t xm = x; in V_NAME_D1() local 192 return special_case (xm, vfmaq_f64 (off, fac, y), cmp); in V_NAME_D1()
|
/freebsd/contrib/bearssl/src/int/ |
H A D | i15_moddiv.c | 46 uint32_t cc, xm; in cond_negate() local 49 xm = 0x7FFF & -ctl; in cond_negate() 54 aw = (aw ^ xm) + cc; in cond_negate() 74 uint32_t cc, xm, ym; in finish_mod() local 94 xm = 0x7FFF & -neg; in finish_mod() 101 mw = (m[k] ^ xm) & ym; in finish_mod()
|
H A D | i31_moddiv.c | 46 uint32_t cc, xm; in cond_negate() local 49 xm = -ctl >> 1; in cond_negate() 54 aw = (aw ^ xm) + cc; in cond_negate() 74 uint32_t cc, xm, ym; in finish_mod() local 97 xm = -neg >> 1; in finish_mod() 104 mw = (m[k] ^ xm) & ym; in finish_mod()
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | colibri-vf50-ts.txt | 8 - xm-gpios: FET gate driver for input of X- 25 xm-gpios = <&gpio2 29 GPIO_ACTIVE_HIGH>;
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-beagle-xm-ab.dts | 6 #include "omap3-beagle-xm.dts"
|
H A D | omap3-beagle-xm.dts | 11 compatible = "ti,omap3-beagle-xm", "ti,omap3630", "ti,omap3"; 294 compatible = "ti,twl4030-power-beagleboard-xm", "ti,twl4030-power-idle-osc-off";
|
H A D | omap3-gta04.dtsi | 5 * Based on omap3-beagle-xm.dts
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 356 userdef xm str - mouse response, no parameters 357 userdef xm str n mouse response, p1 = y-ordinate 358 userdef xm str nn mouse response, p2 = x-ordinate 359 userdef xm str nnn mouse response, p3 = button 360 userdef xm str nnns mouse response, p4 = state, e.g., pressed or released 361 userdef xm str nnnsn mouse response, p5 = y-ordinate starting region 362 userdef xm str nnnsnn mouse response, p6 = x-ordinate starting region 363 userdef xm str nnnsnnn mouse response, p7 = y-ordinate ending region 364 userdef xm str nnnsnnnn mouse response, p8 = x-ordinate ending region
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ |
H A D | vf500-colibri.dtsi | 23 xm-gpios = <&gpio2 29 GPIO_ACTIVE_HIGH>;
|
/freebsd/sys/net/ |
H A D | radix.c | 959 u_char *xm = (u_char *)m; in rn_walktree_from() local 975 if (!(rn->rn_bmask & xm[rn->rn_offset])) { in rn_walktree_from()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 3702 double xd, xm, xs, yd, ym, ys, hm, hft; in oncore_print_posn() local 3734 xm = imx/60000.; in oncore_print_posn() 3738 ns, idx, xm, ew, idy, ym, hm, hft); in oncore_print_posn() 3740 imx = xm; in oncore_print_posn()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 8931 int x, dx, xm = t->x_sz / 2; in find_plane_mid() local 8935 if (good_xy_ring(t, xm, ym, z)) in find_plane_mid() 8936 return sw[xm][ym][z]; in find_plane_mid() 8938 for (dx = 1, dy = 1; dx <= xm && dy <= ym; dx++, dy++) { in find_plane_mid() 8940 x = canonicalize(xm - dx, t->x_sz); in find_plane_mid() 8945 x = canonicalize(xm + dx, t->x_sz); in find_plane_mid()
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8-apalis-v1.1.dtsi | 218 xm-gpios = <&lsio_gpio2 5 GPIO_ACTIVE_HIGH>;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | audio | 157 # audio/xm fasttracker modules 162 # audio/x-mod All modules (mod, s3m, 669, mtm, med, xm, it, mdz, stm, itz, xmz, s3z)
|
H A D | riff | 684 !:ext 4xm/4xa
|