Home
last modified time | relevance | path

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

1234567

/dragonfly/contrib/mdocml/
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 …]
/dragonfly/games/backgammon/backgammon/
H A Dmove.c59 static int em; /* farthest man back */ variable
435 for (em = bar; em != home; em += cturn) in movcmp()
436 if (board[em] * cturn > 0) in movcmp()
438 em = abs(home - em); in movcmp()
444 fprintf(trace, "\n\tem = %d\n", em); in movcmp()
448 ch, pt, em, frc, frp); in movcmp()
469 endman = em; in movcmp()
503 if (endman - em) in movegood()
504 return (endman > em); in movegood()
543 if (abs(endman - em) > rnum(2)) in movegood()
[all …]
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_oaep.c178 unsigned char *db = NULL, *em = NULL; in RSA_padding_check_PKCS1_OAEP_mgf1() local
210 if ((em = malloc(num)) == NULL) { in RSA_padding_check_PKCS1_OAEP_mgf1()
221 for (from += flen, em += num, i = 0; i < num; i++) { in RSA_padding_check_PKCS1_OAEP_mgf1()
225 *--em = *from & mask; in RSA_padding_check_PKCS1_OAEP_mgf1()
233 good = constant_time_is_zero(em[0]); in RSA_padding_check_PKCS1_OAEP_mgf1()
235 maskedseed = em + 1; in RSA_padding_check_PKCS1_OAEP_mgf1()
236 maskeddb = em + 1 + mdlen; in RSA_padding_check_PKCS1_OAEP_mgf1()
314 freezero(em, num); in RSA_padding_check_PKCS1_OAEP_mgf1()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dstreambuf85 * from associated sequences, and alter <em>the stream position</em> and
88 * - the <em>beginning pointer</em>, or lowest element address in the
90 * - the <em>next pointer</em>, or next element address that is a
92 * - the <em>end pointer</em>, or first element address beyond the
102 * output sequence, then a <em>write position</em> is available.
106 * input sequence, then a <em>putback position</em> is available.
111 * input sequence, then a <em>read position</em> is available.
364 * instead of <em>the previous character.</em> If successful,
666 * @return The first character from the <em>pending sequence</em>.
714 * @return eof() on failure, <em>some other value</em> on success
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dstreambuf90 * from associated sequences, and alter <em>the stream position</em> and
93 * - the <em>beginning pointer</em>, or lowest element address in the
95 * - the <em>next pointer</em>, or next element address that is a
97 * - the <em>end pointer</em>, or first element address beyond the
107 * output sequence, then a <em>write position</em> is available.
111 * input sequence, then a <em>putback position</em> is available.
116 * input sequence, then a <em>read position</em> is available.
374 * instead of <em>the previous character.</em> If successful,
676 * @return The first character from the <em>pending sequence</em>.
724 * @return eof() on failure, <em>some other value</em> on success
[all …]
/dragonfly/share/misc/
H A Deqnchar20 tdefine oppE %"\s-3\v'.2m'\z\(em\v'-.5m'\z\(em\v'-.5m'\z\(em\v'.55m'\h'.9m'\z\(br\z\(br\v'.25m'\s+3…
22 tdefine incl % "\s-1\z\(or\h'-.1m'\v'-.45m'\z\(em\v'.7m'\z\(em\v'.2m'\(em\v'-.45m'\s+1" %
H A Dascii4 |030 can|031 em |032 sub|033 esc|034 fs |035 gs |036 rs |037 us |
21 | 18 can| 19 em | 1a sub| 1b esc| 1c fs | 1d gs | 1e rs | 1f us |
38 | 24 can| 25 em | 26 sub| 27 esc| 28 fs | 29 gs | 30 rs | 31 us |
/dragonfly/contrib/binutils-2.34/
H A DREADME.DELETED1376 ld/emultempl/aix.em
1382 ld/emultempl/beos.em
1383 ld/emultempl/bfin.em
1392 ld/emultempl/irix.em
1393 ld/emultempl/linux.em
1400 ld/emultempl/mmo.em
1407 ld/emultempl/pe.em
1408 ld/emultempl/pep.em
1414 ld/emultempl/s390.em
1427 ld/emultempl/vms.em
[all …]
/dragonfly/contrib/binutils-2.27/
H A DREADME.DELETED1441 ld/emultempl/aix.em
1447 ld/emultempl/beos.em
1448 ld/emultempl/bfin.em
1458 ld/emultempl/irix.em
1459 ld/emultempl/linux.em
1468 ld/emultempl/mmo.em
1475 ld/emultempl/pe.em
1476 ld/emultempl/pep.em
1479 ld/emultempl/rxelf.em
1493 ld/emultempl/vms.em
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Das.c154 const char *em = NULL; in select_emulation_mode() local
171 em = p; in select_emulation_mode()
174 if (em == 0) in select_emulation_mode()
175 em = getenv (EMULATION_ENVIRON); in select_emulation_mode()
176 if (em == 0) in select_emulation_mode()
177 em = DEFAULT_EMULATION; in select_emulation_mode()
179 if (em) in select_emulation_mode()
182 if (!strcmp (emulations[i]->name, em)) in select_emulation_mode()
185 as_fatal (_("unrecognized emulation name `%s'"), em); in select_emulation_mode()
/dragonfly/contrib/binutils-2.27/gas/
H A Das.c150 const char *em = NULL; in select_emulation_mode() local
167 em = p; in select_emulation_mode()
170 if (em == 0) in select_emulation_mode()
171 em = getenv (EMULATION_ENVIRON); in select_emulation_mode()
172 if (em == 0) in select_emulation_mode()
173 em = DEFAULT_EMULATION; in select_emulation_mode()
175 if (em) in select_emulation_mode()
178 if (!strcmp (emulations[i]->name, em)) in select_emulation_mode()
181 as_fatal (_("unrecognized emulation name `%s'"), em); in select_emulation_mode()
/dragonfly/contrib/binutils-2.34/ld/emultempl/
H A Delf-generic.em22 # This file is sourced from elf.em and from ELF targets that use
23 # generic.em.
/dragonfly/share/syscons/keymaps/
H A Dby.cp1131.kbd28 021 'y' 'Y' em em 'y' 'Y' em em C
138 149 '�' '�' em em 'y' 'Y' em em C
H A Dby.cp1251.kbd28 021 'y' 'Y' em em 'y' 'Y' em em C
138 149 '�' '�' em em 'y' 'Y' em em C
H A Dby.iso5.kbd28 021 'y' 'Y' em em 'y' 'Y' em em C
138 149 '�' '�' em em 'y' 'Y' em em C
H A Del.iso07.kbd74 021 'y' 'Y' em em 'y' 'Y' em em C
187 149 245 213 em em 245 213 em em C
H A Dua.iso5.kbd28 021 'y' 'Y' em em 221 189 em em C
158 149 221 189 em em 'y' 'Y' em em C
H A Dua.koi8-u.kbd28 021 'y' 'Y' em em 206 238 em em C
157 149 206 238 em em 'y' 'Y' em em C
H A Dbg.bds.ctrlcaps.kbd28 021 'y' 'Y' em em 'y' 'Y' em em C
156 149 249 217 em em 'y' 'Y' em em C
H A Dgr.elot.acc.kbd31 021 'y' 'Y' em em 245 213 em em C
161 149 245 213 em em 'y' 'Y' em em C
H A Dgr.us101.acc.kbd31 021 'y' 'Y' em em 245 213 em em C
161 149 245 213 em em 'y' 'Y' em em C
H A Dlt.iso4.kbd28 021 'y' 'Y' em em 'y' 'Y' em em C
156 149 'y' 'Y' em em 'y' 'Y' em em C
H A Dru.iso5.kbd28 021 'y' 'Y' em em 221 189 em em C
158 149 221 189 em em 'y' 'Y' em em C
H A Dnorwegian.iso.kbd28 021 'y' 'Y' em em 255 165 em em C
/dragonfly/lib/libc/nls/
H A Dpt_BR.ISO8859-1.msg79 36 Opera��o em progresso agora
81 37 Opera��o em progresso pronta
83 38 Opera��o de socket em um n�o-socket
103 48 Endere�o j� est� em uso

1234567