Searched refs:ept (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dgetcwd.c71 char *ept, c; local
89 ept = pt + size;
93 ept = pt + ptsize;
95 if (__getcwd(pt, ept - pt) == 0) {
98 ept = pt + strlen(pt) - 1;
99 while (bpt < ept) {
101 *bpt++ = *ept;
102 *ept-- = c;
107 bpt = ept - 1;
135 bcopy(bpt, pt, ept
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetcwd.c65 char *ept, *eup, *up; local
78 ept = pt + size;
82 ept = pt + ptsize;
84 bpt = ept - 1;
124 memmove(pt, bpt, ept - bpt);
198 len = ept - bpt;
203 ept = pt + ptsize;
204 memmove(ept - len, bpt, len);
205 bpt = ept - len;
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_api.h187 int cfe_init(uint64_t handle,uint64_t ept);
H A Dcfe_api.c79 cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) argument
81 cfe_dispfunc = NATIVE_FROM_XPTR(ept);
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dept.c46 #include "ept.h"
69 SYSCTL_NODE(_hw_vmm, OID_AUTO, ept, CTLFLAG_RW, NULL, NULL);
103 TUNABLE_INT_FETCH("hw.vmm.ept.use_superpages", &use_superpages);
108 TUNABLE_INT_FETCH("hw.vmm.ept.use_hw_ad_bits", &use_hw_ad_bits);
115 TUNABLE_INT_FETCH("hw.vmm.ept.use_exec_only", &use_exec_only);
/freebsd-11-stable/sys/modules/vmm/
H A DMakefile41 SRCS+= ept.c \
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1542 double ept; local
1601 ept = json_object_lookup_float_default(jctx, 0, "ept", 2.0e-3);
1602 ept = frexp(fabs(ept)*0.70710678, &xlog2); /* ~ sqrt(0.5) */
1603 if (ept < 0.25)
1605 if (ept > 2.0)
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-pre.c432 struct expr_pred_trans_d ept; local
434 ept.e = e;
435 ept.pred = pred;
436 ept.vuses = vuses;
437 ept.hashcode = vn_compute (e, (unsigned long) pred);
438 slot = htab_find_slot_with_hash (phi_translate_table, &ept, ept.hashcode,

Completed in 279 milliseconds