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

12

/freebsd-12-stable/contrib/mandoc/
H A Ddba_array.c31 int32_t *em; /* Array of map positions. */ member in struct:dba_array
49 array->em = mandoc_reallocarray(NULL, ea, sizeof(*array->em));
70 free(array->em);
85 array->em[ie] = 0;
95 array->em = mandoc_reallocarray(array->em,
96 2, sizeof(*array->em) * array->ea);
105 if (ie < 0 || ie >= array->eu || array->em[ie] == -1)
123 while (array->ec < array->eu && array->em[arra
[all...]
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_emul.c69 struct linux_emuldata *em; local
71 em = td->td_emuldata;
73 return (em);
121 struct linux_emuldata *em; local
130 em = malloc(sizeof(*em), M_TEMP, M_WAITOK | M_ZERO);
135 em->em_tid = newtd->td_tid;
139 em->em_tid = p->p_pid;
145 newtd->td_emuldata = em;
155 em
249 struct linux_emuldata *em; local
351 struct linux_emuldata *em; local
366 struct linux_emuldata *em; local
[all...]
H A Dlinux_fork.c140 struct linux_emuldata *em; local
180 em = em_find(td2);
181 KASSERT(em != NULL, ("clone_proc: emuldata not found.\n"));
184 em->child_set_tid = args->child_tidptr;
186 em->child_set_tid = NULL;
189 em->child_clear_tid = args->child_tidptr;
191 em->child_clear_tid = NULL;
241 struct linux_emuldata *em; local
292 em = em_find(newtd);
293 KASSERT(em !
376 struct linux_emuldata *em; local
399 struct linux_emuldata *em; local
418 struct linux_emuldata *em; local
[all...]
H A Dlinux_futex.c1103 struct linux_emuldata *em; local
1113 em = em_find(td);
1114 em->robust_futexes = args->head;
1123 struct linux_emuldata *em; local
1132 em = em_find(td);
1133 KASSERT(em != NULL, ("get_robust_list: emuldata notfound.\n"));
1134 head = em->robust_futexes;
1149 em = em_find(td2);
1150 KASSERT(em != NULL, ("get_robust_list: emuldata notfound.\n"));
1161 head = em
1185 handle_futex_death(struct linux_emuldata *em, uint32_t *uaddr, unsigned int pi) argument
1258 release_futexes(struct thread *td, struct linux_emuldata *em) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_ssl.c65 /* |em| is the encoded message, zero-padded to exactly |num| bytes */
66 unsigned char *em = NULL; local
78 em = OPENSSL_malloc(num);
79 if (em == NULL) {
89 for (from += flen, em += num, i = 0; i < num; i++) {
93 *--em = *from & mask;
96 good = constant_time_is_zero(em[0]);
97 good &= constant_time_eq(em[1], 2);
105 unsigned int equals0 = constant_time_is_zero(em[i]);
112 threes_in_row &= found_zero_byte | constant_time_eq(em[
[all...]
H A Drsa_pk1.c159 /* |em| is the encoded message, zero-padded to exactly |num| bytes */
160 unsigned char *em = NULL; local
178 em = OPENSSL_malloc(num);
179 if (em == NULL) {
189 for (from += flen, em += num, i = 0; i < num; i++) {
193 *--em = *from & mask;
196 good = constant_time_is_zero(em[0]);
197 good &= constant_time_eq(em[1], 2);
202 unsigned int equals0 = constant_time_is_zero(em[i]);
210 * PS must be at least 8 bytes long, and it starts two bytes into |em|
[all...]
H A Drsa_oaep.c126 * |em| is the encoded message, zero-padded to exactly |num| bytes: em =
129 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], local
163 em = OPENSSL_malloc(num);
164 if (em == NULL) {
176 for (from += flen, em += num, i = 0; i < num; i++) {
180 *--em = *from & mask;
188 good = constant_time_is_zero(em[0]);
190 maskedseed = em + 1;
191 maskeddb = em
[all...]
/freebsd-12-stable/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...]
H A Dgenscripts.sh379 . ${srcdir}/emultempl/${TEMPLATE_NAME-generic}.em
/freebsd-12-stable/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 Dgenscripts.sh240 . ${srcdir}/emultempl/${TEMPLATE_NAME-generic}.em
/freebsd-12-stable/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-12-stable/contrib/elftoolchain/libelf/
H A Delf_update.c722 int ec, em; local
756 em = _libelf_elfmachine(e);
758 assert(em >= EM_NONE && em < EM__LAST__);
833 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, em, ELF_TOFILE)
850 int ec, em; local
867 em = _libelf_elfmachine(e);
880 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, em, ELF_TOFILE) ==
894 int ec, em; local
920 em
956 int ec, em; local
[all...]
/freebsd-12-stable/sys/conf/
H A DmakeLINT.mk46 echo "nodevice em" >> ${.TARGET}-NOIP
/freebsd-12-stable/usr.sbin/kbdcontrol/
H A Dlex.l106 EM|em { number = 25; return TNUM; }
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp842 // Determine the approximate size of the message bubble in em.
843 unsigned em; local
847 em = max_token / 2;
860 em = characters / 2;
863 if (em < max_line/2)
864 os << "; max-width:" << em << "em"; local
867 os << "; max-width:100em";
/freebsd-12-stable/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))
/freebsd-12-stable/sys/modules/
H A DMakefile624 _em= em
650 _em= em
856 _em= em
/freebsd-12-stable/contrib/gcc/
H A Dlanghooks.c240 int ARG_UNUSED (em),

Completed in 420 milliseconds

12