Home
last modified time | relevance | path

Searched refs:em (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/
H A Dllvm.css104 margin: 1em 0 0.5em 0;
106 padding: 0.1em 0 0.1em 0.5em;
144 margin: 0.8em 0 0.5em 0;
168 margin: 1.3em 0 0.2em 0;
174 margin: 1em 0 -0.3em 0;
282 padding: 0.2em 0.5em 0.2em 0.5em;
287 margin: 1em 0 1em 0;
294 margin: 0.5em 1em 0.5em 1em;
299 margin: 0.4em 1em 0.4em 1em;
305 padding: 0.1em 0 0.1em 0.5em;
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_emul.c66 em = td->td_emuldata; in em_find()
68 return (em); in em_find()
147 em = malloc(sizeof(*em), M_LINUX, M_WAITOK | M_ZERO); in linux_proc_init()
173 em = em_find(td); in linux_proc_init()
177 em->flags = 0; in linux_proc_init()
241 em = em_find(td); in linux_common_execve()
250 free(em, M_LINUX); in linux_common_execve()
321 em = em_find(td); in linux_thread_dtor()
322 if (em == NULL) in linux_thread_dtor()
328 free(em, M_LINUX); in linux_thread_dtor()
[all …]
H A Dlinux_fork.c133 struct linux_emuldata *em; in linux_clone_proc() local
179 em = em_find(td2); in linux_clone_proc()
185 em->child_set_tid = NULL; in linux_clone_proc()
239 struct linux_emuldata *em; in linux_clone_thread() local
288 em = em_find(newtd); in linux_clone_thread()
297 em->child_set_tid = NULL; in linux_clone_thread()
479 em = em_find(td); in linux_exit()
498 struct linux_emuldata *em; in linux_set_tid_address() local
500 em = em_find(td); in linux_set_tid_address()
520 em = em_find(td); in linux_thread_detach()
[all …]
H A Dlinux_futex.c360 struct linux_emuldata *em; in linux_futex_lock_pi() local
367 em = em_find(td); in linux_futex_lock_pi()
445 owner |= em->em_tid; in linux_futex_lock_pi()
571 struct linux_emuldata *em; in linux_futex_unlock_pi() local
576 em = em_find(td); in linux_futex_unlock_pi()
881 struct linux_emuldata *em; in linux_set_robust_list() local
886 em = em_find(td); in linux_set_robust_list()
895 struct linux_emuldata *em; in linux_get_robust_list() local
902 em = em_find(td); in linux_get_robust_list()
914 em = em_find(td2); in linux_get_robust_list()
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.css13 html { max-width: 65em;
21 margin-bottom: 0em;
28 padding-left: 0.2em;
45 border-radius: 1em;
51 margin-left: 2em;
66 margin-top: 1em;
84 .Pp { margin: 0.6em 0em; }
133 margin-top: 0em;
141 margin-top: 0em;
142 margin-left: 0em;
[all …]
H A Ddba_array.c33 int32_t *em; /* Array of map positions. */ member
51 array->em = mandoc_reallocarray(NULL, ea, sizeof(*array->em)); in dba_array_new()
72 free(array->em); in dba_array_free()
87 array->em[ie] = 0; in dba_array_set()
97 array->em = mandoc_reallocarray(array->em, in dba_array_add()
98 2, sizeof(*array->em) * array->ea); in dba_array_add()
134 array->em[array->ec] = -1; in dba_array_del()
142 memset(array->em, 0, sizeof(*array->em) * array->eu); in dba_array_undel()
148 array->em[ie] = pos; in dba_array_setpos()
178 if (array->em[ie] != -1) in dba_array_writepos()
[all …]
H A Dman-cgi.css2 body > div { padding-left: 2em;
3 padding-top: 1em; }
4 body > div#mancgi { padding-left: 0em;
5 padding-top: 0em; }
9 border-radius: 1em;
13 padding-right: 1em; }
/freebsd/contrib/googletest/docs/_sass/
H A Dmain.scss24 font-size: 1.5em;
38 padding: 2em;
56 height: 3em;
58 right: 1em;
59 top: 1.5em;
60 width: 3em;
67 height: 0.7em;
71 width: 0.7em;
114 padding: 2em;
119 padding: 2em;
[all …]
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t81 font-size: 1em;
182 margin: 1em 0 1em 0;
183 padding: 0.4em;
189 margin: 1em 0 1em 0;
190 padding: 0.4em;
240 padding: 0.5em;
285 margin: 1em 1em 1em 1em;
389 margin: 0.5em;
552 padding: 0 0.5em 0 0.5em;
569 padding: 0.1em 0.3em;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css13 min-width: 20em;
22 padding-right: 0.5em;
26 margin-bottom: 0.5em;
27 padding-top: 0.5em;
47 width: 4em;
49 padding: 0.3em 0.5em;
66 padding-left: 0.2em;
98 width: 2em;
139 font-size: 0.9em;
154 margin-top: 0.5em;
[all …]
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_pk1.c173 unsigned char *em = NULL; in RSA_padding_check_PKCS1_type_2() local
190 em = OPENSSL_malloc(num); in RSA_padding_check_PKCS1_type_2()
191 if (em == NULL) { in RSA_padding_check_PKCS1_type_2()
201 for (from += flen, em += num, i = 0; i < num; i++) { in RSA_padding_check_PKCS1_type_2()
205 *--em = *from & mask; in RSA_padding_check_PKCS1_type_2()
208 good = constant_time_is_zero(em[0]); in RSA_padding_check_PKCS1_type_2()
209 good &= constant_time_eq(em[1], 2); in RSA_padding_check_PKCS1_type_2()
214 unsigned int equals0 = constant_time_is_zero(em[i]); in RSA_padding_check_PKCS1_type_2()
255 em[i] = constant_time_select_8(mask, em[i + msg_index], em[i]); in RSA_padding_check_PKCS1_type_2()
259 to[i] = constant_time_select_8(mask, em[i + RSA_PKCS1_PADDING_SIZE], to[i]); in RSA_padding_check_PKCS1_type_2()
[all …]
H A Drsa_oaep.c171 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], in RSA_padding_check_PKCS1_OAEP_mgf1() local
211 em = OPENSSL_malloc(num); in RSA_padding_check_PKCS1_OAEP_mgf1()
212 if (em == NULL) { in RSA_padding_check_PKCS1_OAEP_mgf1()
223 for (from += flen, em += num, i = 0; i < num; i++) { in RSA_padding_check_PKCS1_OAEP_mgf1()
227 *--em = *from & mask; in RSA_padding_check_PKCS1_OAEP_mgf1()
235 good = constant_time_is_zero(em[0]); in RSA_padding_check_PKCS1_OAEP_mgf1()
237 maskedseed = em + 1; in RSA_padding_check_PKCS1_OAEP_mgf1()
238 maskeddb = em + 1 + mdlen; in RSA_padding_check_PKCS1_OAEP_mgf1()
320 OPENSSL_clear_free(em, num); in RSA_padding_check_PKCS1_OAEP_mgf1()
/freebsd/contrib/libfido2/man/
H A Dstyle.css5 font-size: 1em;
7 max-width: 54em;
10 ul { margin-left: 1em; }
12 .Sh { font-size: 1em; padding-top: 1em; padding-bottom: 1em; }
13 .foot { padding-top: 1em; }
H A Ddyc.css13 .Sh { font-size: 1.5em; padding-top: 1em; padding-bottom: 1em; }
/freebsd/contrib/lua/doc/
H A Dlua.css15 max-width: 70em ;
37 padding-right: 0.5em ;
59 padding-bottom: 0.5em ;
63 margin-left: 2.5em ;
100 border-radius: 2em ;
105 height: 2em ;
110 padding: 1em ;
131 padding-bottom: 1em ;
141 padding-right: 1em ;
152 margin-top: 0.25em ;
/freebsd/crypto/heimdal/doc/
H A Dheimdal.css5 max-width: 40em;
12 padding: 0.5em 0 0.5em 5%;
30 margin-left: 2em;
31 padding: 1em 0em;
/freebsd/contrib/ntp/html/drivers/scripts/
H A Dstyle.css7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
12 dt {margin-top: .6em}
13 dd {margin-bottom: .6em}
/freebsd/contrib/ntp/html/scripts/
H A Dstyle.css7 p, h4, hr, li {margin-top: .6em; margin-bottom: .6em}
10 ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em}
12 dt {margin-top: .6em}
13 dd {margin-bottom: .6em}
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Demev2.dtsi159 compatible = "renesas,em-sti";
167 compatible = "renesas,em-uart";
175 compatible = "renesas,em-uart";
183 compatible = "renesas,em-uart";
191 compatible = "renesas,em-uart";
204 compatible = "renesas,em-gio";
217 compatible = "renesas,em-gio";
230 compatible = "renesas,em-gio";
243 compatible = "renesas,em-gio";
256 compatible = "renesas,em-gio";
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Drenesas,em-uart.yaml4 $id: http://devicetree.org/schemas/serial/renesas,em-uart.yaml#
18 - const: renesas,em-uart # generic EMMA Mobile compatible UART
21 - const: renesas,em-uart # generic EMMA Mobile compatible UART
69 compatible = "renesas,em-uart";
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,em-sti.yaml4 $id: http://devicetree.org/schemas/timer/renesas,em-sti.yaml#
14 const: renesas,em-sti
41 compatible = "renesas,em-sti";
/freebsd/sys/dev/e1000/
H A DREADME31 These drivers are em and igb.
55 example, use /home/username/em or /usr/local/src/em.
59 # tar xzf em-x.x.x.tar.gz
65 # cd em-x.x.x
66 # gzip -c em.4 > /usr/share/man/man4/em.4.gz
70 # cd em-x.x.x/src
86 # cd em-x.x.x/src
334 # ifconfig em<interface_num> -tso
338 # ifconfig em<interface_num> tso
355 hw.em.enable_msi=0
[all …]
/freebsd/contrib/expat/doc/
H A Dok.min.css2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,mo…
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Drenesas,em-gio.yaml4 $id: http://devicetree.org/schemas/gpio/renesas,em-gio.yaml#
14 const: renesas,em-gio
60 compatible = "renesas,em-gio";
/freebsd/contrib/elftoolchain/libelf/
H A Delf_update.c722 int ec, em; in _libelf_write_scn() local
756 em = _libelf_elfmachine(e); in _libelf_write_scn()
758 assert(em >= EM_NONE && em < EM__LAST__); in _libelf_write_scn()
833 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, em, ELF_TOFILE) in _libelf_write_scn()
850 int ec, em; in _libelf_write_ehdr() local
867 em = _libelf_elfmachine(e); in _libelf_write_ehdr()
894 int ec, em; in _libelf_write_phdr() local
920 em = _libelf_elfmachine(e); in _libelf_write_phdr()
956 int ec, em; in _libelf_write_shdr() local
982 em = _libelf_elfmachine(e); in _libelf_write_shdr()
[all …]

12345678910>>...13