HomeSort by: relevance | last modified time | path
    Searched refs:em (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/
style.css 5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
17 body { font: normal 10pt/1.375em helvetica, arial, sans-serif; text-align:left;
18 margin: 1.375em 10%; min-width: 40ex; max-width: 72ex;
22 em { font-style: italic }
25 font-size: 1em; }
27 .codepre { margin-bottom:1.375em /* after code example we introduce space. */ }
30 { font-size : 0.813em; line-height:0; margin-left:0.4ex;}
44 h1 + pre { margin-bottom:1.375em} /* Toplevel module description */
48 /* .navbar { margin-bottom: -1.375em } */
49 h1 { font-weight: bold; font-size: 1.5em; /* margin-top:1.833em; *
    [all...]
  /src/external/apache2/llvm/dist/llvm/docs/_static/
llvm.css 15 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
16 margin-right: 1em; margin-bottom: 1em; }
46 margin: 1.5em 0.5em 0.5em 0.5em }
48 h4, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em
    [all...]
  /src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 51 padding: 0.5em 20px 20px 20px;
56 font-size: 1em;
61 height: 2em;
69 height: 2em;
81 line-height: 1.75em;
95 padding: 0.5em 15px 15px 0;
98 font-size: 1em;
103 margin: 1em 0 0.5em 0;
104 font-size: 1em;
    [all...]
  /src/external/bsd/mdocml/dist/
dba_array.c 33 int32_t *em; /* Array of map positions. */ member in struct:dba_array
51 array->em = mandoc_reallocarray(NULL, ea, sizeof(*array->em));
72 free(array->em);
87 array->em[ie] = 0;
97 array->em = mandoc_reallocarray(array->em,
98 2, sizeof(*array->em) * array->ea);
107 if (ie < 0 || ie >= array->eu || array->em[ie] == -1)
125 while (array->ec < array->eu && array->em[array->ec] == -1
    [all...]
mandoc.css 13 html { max-width: 65em;
20 table { margin-top: 0em;
21 margin-bottom: 0em;
28 padding-left: 0.2em;
29 padding-right: 0.2em;
31 ul, ol, dl { margin-top: 0em;
32 margin-bottom: 0em; }
33 li, dt { margin-top: 1em; }
45 border-radius: 1em;
50 table.results { margin-top: 1em;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
rsa_ssl.c 65 /* |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[i], 3)
    [all...]
rsa_pk1.c 159 /* |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...]
rsa_oaep.c 126 * |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 + 1 + mdlen
    [all...]
  /src/sys/kern/
kern_scdebug.c 124 #define CODE_NOT_OK(code, em) ((int)(code) < 0)
126 #define CODE_NOT_OK(code, em) (((int)(code) < 0) || \
127 ((int)(code) >= (em)->e_nsysent))
137 const struct emul *em; local
146 em = p->p_emul;
147 sy = &em->e_sysent[code];
150 (CODE_NOT_OK(code, em) || sy->sy_call == sys_nosys)) {
171 if (CODE_NOT_OK(code, em)) {
225 printf("proc %d (%s): %s num ", p->p_pid, p->p_comm, em->e_name);
226 if (CODE_NOT_OK(code, em))
248 const struct emul *em; local
    [all...]
kern_syscall.c 67 const struct emul *em; local
86 em = l->l_proc->p_emul;
87 code = sy - em->e_sysent;
89 if ((auto_list = em->e_sc_autoload) != NULL)
109 syscall_establish(const struct emul *em, const struct syscall_package *sp)
116 if (em == NULL) {
117 em = &emul_netbsd;
119 sy = em->e_sysent;
147 syscall_disestablish(const struct emul *em, const struct syscall_package *sp)
156 if (em == NULL)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc-cpus.def 51 ARC_CPU (em, em, 0, NONE, NONE)
52 ARC_CPU (em_mini, em, FL_RF16, NONE, NONE)
53 ARC_CPU (arcem, em, FL_MPYOPT_2|FL_CD|FL_BS, NONE, NONE)
54 ARC_CPU (em4, em, FL_CD, NONE, NONE)
55 ARC_CPU (em4_dmips, em, FL_MPYOPT_2|FL_CD|FL_DIVREM|FL_NORM|FL_SWAP|FL_BS, NONE, NONE)
56 ARC_CPU (em4_fpus, em, FL_MPYOPT_2|FL_CD|FL_DIVREM|FL_NORM|FL_SWAP|FL_BS|FL_FPU_FPUS, NONE, NONE)
57 ARC_CPU (em4_fpuda, em, FL_MPYOPT_2|FL_CD|FL_DIVREM|FL_NORM|FL_SWAP|FL_BS|FL_FPU_FPUDA, NONE, NONE)
58 ARC_CPU (quarkse_em, em, FL_MPYOPT_3|FL_CD|FL_DIVREM|FL_NORM|FL_SWAP|FL_BS|FL_FPX_QUARK|FL_SPFP|FL_DPFP, LPCOUNT_16, NONE)
arc-arches.def 41 ARC_ARCH ("arcem", em, FL_MPYOPT_1_6 | FL_DIVREM | FL_CD | FL_NORM \
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc-cpus.def 51 ARC_CPU (em, em, 0, NONE, NONE)
52 ARC_CPU (em_mini, em, FL_RF16, NONE, NONE)
53 ARC_CPU (arcem, em, FL_MPYOPT_2|FL_CD|FL_BS, NONE, NONE)
54 ARC_CPU (em4, em, FL_CD, NONE, NONE)
55 ARC_CPU (em4_dmips, em, FL_MPYOPT_2|FL_CD|FL_DIVREM|FL_NORM|FL_SWAP|FL_BS, NONE, NONE)
56 ARC_CPU (em4_fpus, em, FL_MPYOPT_2|FL_CD|FL_DIVREM|FL_NORM|FL_SWAP|FL_BS|FL_FPU_FPUS, NONE, NONE)
57 ARC_CPU (em4_fpuda, em, FL_MPYOPT_2|FL_CD|FL_DIVREM|FL_NORM|FL_SWAP|FL_BS|FL_FPU_FPUDA, NONE, NONE)
58 ARC_CPU (quarkse_em, em, FL_MPYOPT_3|FL_CD|FL_DIVREM|FL_NORM|FL_SWAP|FL_BS|FL_FPX_QUARK|FL_SPFP|FL_DPFP, LPCOUNT_16, NONE)
arc-arches.def 41 ARC_ARCH ("arcem", em, FL_MPYOPT_1_6 | FL_DIVREM | FL_CD | FL_NORM \
  /src/external/gpl2/groff/dist/src/utils/addftinfo/
guess.h 25 int em; member in struct:font_params
  /src/external/gpl3/binutils/dist/bfd/
cpu-arc.c 54 ARC (bfd_mach_arc_arcv2, "EM", false, &arch_info_struct[6]),
63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has
68 example, compatible (ARCv2, EM) returns ARCv2, but compatible (EM, ARCv2)
69 returns EM, hence GDB is not sure if they are compatible and prints a
75 const bfd_arch_info_type * const em = &arch_info_struct[5]; local
90 /* ARCv2|EM and EM. */
91 if ((a->mach == bfd_mach_arc_arcv2 && b == em)
92 || (b->mach == bfd_mach_arc_arcv2 && a == em))
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-arc.c 54 ARC (bfd_mach_arc_arcv2, "EM", false, &arch_info_struct[6]),
63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has
68 example, compatible (ARCv2, EM) returns ARCv2, but compatible (EM, ARCv2)
69 returns EM, hence GDB is not sure if they are compatible and prints a
75 const bfd_arch_info_type * const em = &arch_info_struct[5]; local
90 /* ARCv2|EM and EM. */
91 if ((a->mach == bfd_mach_arc_arcv2 && b == em)
92 || (b->mach == bfd_mach_arc_arcv2 && a == em))
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-arc.c 54 ARC (bfd_mach_arc_arcv2, "EM", false, &arch_info_struct[6]),
63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has
68 example, compatible (ARCv2, EM) returns ARCv2, but compatible (EM, ARCv2)
69 returns EM, hence GDB is not sure if they are compatible and prints a
75 const bfd_arch_info_type * const em = &arch_info_struct[5]; local
90 /* ARCv2|EM and EM. */
91 if ((a->mach == bfd_mach_arc_arcv2 && b == em)
92 || (b->mach == bfd_mach_arc_arcv2 && a == em))
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
cpu-arc.c 54 ARC (bfd_mach_arc_arcv2, "EM", false, &arch_info_struct[6]),
63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has
68 example, compatible (ARCv2, EM) returns ARCv2, but compatible (EM, ARCv2)
69 returns EM, hence GDB is not sure if they are compatible and prints a
75 const bfd_arch_info_type * const em = &arch_info_struct[5]; local
90 /* ARCv2|EM and EM. */
91 if ((a->mach == bfd_mach_arc_arcv2 && b == em)
92 || (b->mach == bfd_mach_arc_arcv2 && a == em))
    [all...]
  /src/external/bsd/bzip2/dist/
bzip.css 21 margin-left: 1.5em;
22 padding-bottom: 0.8em;
32 #release p { margin-top: 0.4em; }
57 margin-bottom: 0.5em;
69 padding: 0.5em;
  /src/external/mit/libcbor/dist/docs/stylesheets/
normalize.css 136 font-size: 2em;
137 margin: 0.67em 0;
170 top: -0.5em;
174 bottom: -0.25em;
204 margin: 1em 40px;
225 * Address odd `em`-unit font size rendering in all browsers.
233 font-size: 1em;
379 padding: 0.35em 0.625em 0.75em;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_pk1.c 172 /* |em| is the encoded message, zero-padded to exactly |num| bytes */
173 unsigned char *em = NULL; local
190 em = OPENSSL_malloc(num);
191 if (em == NULL) {
201 for (from += flen, em += num, i = 0; i < num; i++) {
205 *--em = *from & mask;
208 good = constant_time_is_zero(em[0]);
209 good &= constant_time_eq(em[1], 2);
214 unsigned int equals0 = constant_time_is_zero(em[i]);
222 * PS must be at least 8 bytes long, and it starts two bytes into |em|
    [all...]
  /src/games/backgammon/backgammon/
move.c 67 static int em; /* farthest man back */ variable
443 for (em = bar; em != home; em += cturn)
444 if (board[em] * cturn > 0)
446 em = abs(home - em);
452 fprintf(trace, "\n\tem = %d\n", em);
455 "\n\tch = %d, pt = %d, em = %d, frc = %d, frp = %d\n",
456 ch, pt, em, frc, frp)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_pk1.c 175 /* |em| is the encoded message, zero-padded to exactly |num| bytes */
176 unsigned char *em = NULL; local
193 em = OPENSSL_malloc(num);
194 if (em == NULL)
202 for (from += flen, em += num, i = 0; i < num; i++) {
206 *--em = *from & mask;
209 good = constant_time_is_zero(em[0]);
210 good &= constant_time_eq(em[1], 2);
215 unsigned int equals0 = constant_time_is_zero(em[i]);
223 * PS must be at least 8 bytes long, and it starts two bytes into |em|
    [all...]
rsa_oaep.c 108 /* step 3i: EM = 00000000 || maskedMGF || maskedDB */
178 * |em| is the encoded message, zero-padded to exactly |num| bytes: em =
181 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], local
231 em = OPENSSL_malloc(num);
232 if (em == NULL)
241 for (from += flen, em += num, i = 0; i < num; i++) {
245 *--em = *from & mask;
253 good = constant_time_is_zero(em[0]);
255 maskedseed = em + 1
    [all...]

Completed in 25 milliseconds

1 2 3 4 5 6