Searched refs:em (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_emul.c60 struct linux_emuldata *em; local
62 em = td->td_emuldata;
64 return (em);
86 struct linux_emuldata *em; local
95 em = malloc(sizeof(*em), M_TEMP, M_WAITOK | M_ZERO);
100 em->em_tid = newtd->td_tid;
104 em->em_tid = p->p_pid;
110 newtd->td_emuldata = em;
118 em
177 struct linux_emuldata *em; local
267 struct linux_emuldata *em; local
282 struct linux_emuldata *em; local
[all...]
H A Dlinux_fork.c145 struct linux_emuldata *em; local
193 em = em_find(td2);
194 KASSERT(em != NULL, ("clone_proc: emuldata not found.\n"));
197 em->child_set_tid = args->child_tidptr;
199 em->child_set_tid = NULL;
202 em->child_clear_tid = args->child_tidptr;
204 em->child_clear_tid = NULL;
261 struct linux_emuldata *em; local
316 em = em_find(newtd);
317 KASSERT(em !
407 struct linux_emuldata *em; local
430 struct linux_emuldata *em; local
449 struct linux_emuldata *em; local
[all...]
H A Dlinux_futex.c1124 struct linux_emuldata *em; local
1134 em = em_find(td);
1135 em->robust_futexes = args->head;
1144 struct linux_emuldata *em; local
1153 em = em_find(td);
1154 KASSERT(em != NULL, ("get_robust_list: emuldata notfound.\n"));
1155 head = em->robust_futexes;
1170 em = em_find(td2);
1171 KASSERT(em != NULL, ("get_robust_list: emuldata notfound.\n"));
1182 head = em
1206 handle_futex_death(struct linux_emuldata *em, uint32_t *uaddr, unsigned int pi) argument
1279 release_futexes(struct thread *td, struct linux_emuldata *em) argument
[all...]
H A Dlinux_misc.c1711 struct linux_emuldata *em; local
1718 em = em_find(td);
1719 KASSERT(em != NULL, ("gettid: emuldata not found.\n"));
1721 td->td_retval[0] = em->em_tid;
1961 struct linux_emuldata *em; local
1975 em = em_find(td);
1976 KASSERT(em != NULL, ("prctl: emuldata not found.\n"));
1977 em->pdeath_signal = args->arg2;
1980 em = em_find(td);
1981 KASSERT(em !
2471 struct linux_emuldata *em; local
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c187 /* |em| is the encoded message, zero-padded to exactly |num| bytes */
188 unsigned char *em = NULL; local
206 em = OPENSSL_malloc(num);
207 if (em == NULL) {
211 memset(em, 0, num);
220 memcpy(em + num - flen, from, flen);
222 good = constant_time_is_zero(em[0]);
223 good &= constant_time_eq(em[1], 2);
227 unsigned int equals0 = constant_time_is_zero(em[i]);
235 * PS must be at least 8 bytes long, and it starts two bytes into |em|
[all...]
H A Drsa_oaep.c127 * |em| is the encoded message, zero-padded to exactly |num| bytes: em =
130 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], local
156 em = OPENSSL_malloc(num);
157 if (db == NULL || em == NULL) {
170 memset(em, 0, num);
171 memcpy(em + num - flen, from, flen);
178 good = constant_time_is_zero(em[0]);
180 maskedseed = em + 1;
181 maskeddb = em
[all...]
/freebsd-11.0-release/contrib/groff/src/utils/addftinfo/
H A Dguess.h23 int em; member in struct:font_params
H A Dguess.cpp179 height = (param.em*3)/4;
180 depth = param.em/4;
277 depth = param.em/4;
280 height = (param.em*3)/4;
283 height = (param.em*3)/4;
284 depth = param.em/4;
341 height = (param.em*3)/4;
342 depth = param.em/4;
/freebsd-11.0-release/contrib/binutils/ld/
H A DMakefile.am457 EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
498 ELF_DEPS = $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/elf-generic.em
499 ELF_GEN_DEPS = $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em $(srcdir)/emultempl/genelf.em
504 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
507 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
510 $(srcdir)/emultempl/aix.em
[all...]
H A DMakefile.in697 EMULATION_FILES = emultempl/pe.em emultempl/armcoff.em
703 ELF_DEPS = $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/elf-generic.em
704 ELF_GEN_DEPS = $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em $(srcdir)/emultempl/genelf.em
1333 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1336 $(srcdir)/emultempl/aix.em $(srcdir)/scripttempl/aix.sc ${GEN_DEPENDS}
1339 $(srcdir)/emultempl/aix.em
[all...]
/freebsd-11.0-release/gnu/usr.bin/binutils/ld/
H A DMakefile.arm11 e${NATIVE_EMULATION}.c: ${.CURDIR}/${NATIVE_EMULATION}.sh emultempl/elf32.em \
H A DMakefile.i3867 e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
H A DMakefile.powerpc7 e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
H A DMakefile.sparc647 e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
25 eelf${BITS}_sparc.c: emulparams/elf${BITS}_sparc.sh emultempl/elf32.em \
H A DMakefile.amd647 e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
24 e${X86_EMULATION}.c: emulparams/${X86_EMULATION}.sh emultempl/elf32.em \
H A DMakefile.powerpc647 e${NATIVE_EMULATION}.c: emulparams/${NATIVE_EMULATION}.sh emultempl/elf32.em \
24 e${PPC32_EMULATION}.c: emulparams/${PPC32_EMULATION}.sh emultempl/elf32.em \
H A DMakefile.mips30 e${abi}.c: ${.CURDIR}/${abi}.sh emultempl/elf32.em \
H A Dgenscripts.sh240 . ${srcdir}/emultempl/${TEMPLATE_NAME-generic}.em
/freebsd-11.0-release/contrib/groff/font/devlj4/generate/
H A Dspecial.awk8 return int(num * em + 0.5)
14 em = 26346 # Intellifont (8782 DU/em) and hpftodit(1) multiplier of 3
/freebsd-11.0-release/contrib/binutils/gas/
H A Das.c143 char *p, *em = 0;
146 if (!strncmp ("--em", argv[i], 4))
160 em = p;
163 if (em == 0)
164 em = getenv (EMULATION_ENVIRON);
165 if (em == 0)
166 em = DEFAULT_EMULATION;
168 if (em)
171 if (!strcmp (emulations[i]->name, em))
174 as_fatal (_("unrecognized emulation name `%s'"), em);
142 char *p, *em = 0; local
[all...]
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dnumber.cpp608 hunits em = curenv->get_size(); local
609 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor);
614 hunits em = curenv->get_size(); local
615 *v = scale(*v, em.is_zero() ? hresolution : em.to_units(), divisor*100);
/freebsd-11.0-release/sys/conf/
H A DmakeLINT.mk38 echo "nodevice em" >> ${.TARGET}-NOIP
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp435 // Determine the approximate size of the message bubble in em.
436 unsigned em; local
440 em = max_token / 2;
453 em = characters / 2;
456 if (em < max_line/2)
457 os << "; max-width:" << em << "em"; local
460 os << "; max-width:100em";
/freebsd-11.0-release/usr.sbin/kbdcontrol/
H A Dlex.l103 EM|em { number = 25; return TNUM; }
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_mode.h491 #define ENCODER_MODE_IS_DP(em) (((em) == ATOM_ENCODER_MODE_DP) || \
492 ((em) == ATOM_ENCODER_MODE_DP_MST))

Completed in 184 milliseconds

12