| /freebsd/contrib/mandoc/ |
| H A D | dba_array.c | 36 int32_t eu; /* Entries used (including deleted). */ member 53 array->eu = 0; in dba_array_new() 69 for (ie = 0; ie < array->eu; ie++) in dba_array_free() 81 assert(ie <= array->eu); in dba_array_set() 82 if (ie == array->eu) in dba_array_set() 83 array->eu++; in dba_array_set() 93 if (array->eu == array->ea) { in dba_array_add() 101 dba_array_set(array, array->eu, entry); in dba_array_add() 107 if (ie < 0 || ie >= array->eu || array->em[ie] == -1) in dba_array_get() 115 array->ec = array->eu; in dba_array_start() [all …]
|
| /freebsd/bin/chio/ |
| H A D | chio.1 | 83 .Em EU 90 .Em EU 96 .Ar <from ET> <from EU> <to ET> <to EU> 100 .Ar <from ET/EU> 102 .Ar <to ET/EU> . 107 .Ar <src ET> <src EU> <dst1 ET> <dst1 EU> 114 .Ar <src ET/EU> 116 .Ar <dst1 ET/EU> 118 .Ar <dst1 ET/EU> 120 .Ar <dst2 ET/EU> . [all …]
|
| H A D | chio.c | 180 * <from ET> <from EU> <to ET> <to EU> [inv] in do_move() 182 * where ET == element type and EU == element unit. in do_move() 204 /* <from EU> */ in do_move() 218 /* <to EU> */ in do_move() 245 "<from ET> <from EU> <to ET> <to EU> [inv]\n", getprogname(), cname); in do_move() 258 * <src ET> <src EU> <dst1 ET> <dst1 EU> [<dst2 ET> <dst2 EU>] [inv1] [inv2] in do_exchange() 260 * where ET == element type and EU == element unit. in do_exchange() 282 /* <from EU> */ in do_exchange() 295 /* <from EU> */ in do_exchange() 319 /* <dst2 EU> */ in do_exchange() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | fsl-sec2.txt | 16 (EUs) are available. It's a single 32-bit cell. EU information 21 bit 1 = set if SEC has the ARC4 EU (AFEU) 22 bit 2 = set if SEC has the DES/3DES EU (DEU) 23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A) 24 bit 4 = set if SEC has the random number generator EU (RNG) 25 bit 5 = set if SEC has the public key EU (PKEU) 26 bit 6 = set if SEC has the AES EU (AESU) 27 bit 7 = set if SEC has the Kasumi EU (KEU) 28 bit 8 = set if SEC has the CRC EU (CRCU) 29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
|
| H A D | fsl,sec2.0.yaml | 82 EU information should be encoded following the SEC's Descriptor Header 86 bit 1 = set if SEC has the ARC4 EU (AFEU) 87 bit 2 = set if SEC has the DES/3DES EU (DEU) 88 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A) 89 bit 4 = set if SEC has the random number generator EU (RNG) 90 bit 5 = set if SEC has the public key EU (PKEU) 91 bit 6 = set if SEC has the AES EU (AESU) 92 bit 7 = set if SEC has the Kasumi EU (KEU) 93 bit 8 = set if SEC has the CRC EU (CRCU) 94 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
|
| /freebsd/crypto/openssl/test/ |
| H A D | data2.bin | 12 Gravida in fermentum et sollicitudin ac orci phasellus. Ut eu sem integer 15 vestibulum sed arcu non odio euismod lacinia. In metus vulputate eu 25 massa ultricies mi quis hendrerit. Tellus in metus vulputate eu 38 lacus vestibulum. Urna molestie at elementum eu. Mi in nulla posuere 39 sollicitudin aliquam ultrices sagittis orci a. Orci sagittis eu volutpat 42 venenatis urna cursus. Lacus luctus accumsan tortor posuere ac ut. Eu 45 libero enim sed faucibus turpis in eu mi. 50 egestas. Tempor id eu nisl nunc mi ipsum. Egestas erat imperdiet sed
|
| /freebsd/tools/tools/locale/etc/charmaps/ |
| H A D | eucKR.TXT | 632 0x8341 0xADFA #HANGUL SYLLABLE KIYEOK EU SSANGKIYEOK 633 0x8342 0xADFB #HANGUL SYLLABLE KIYEOK EU KIYEOKSIOS 634 0x8343 0xADFD #HANGUL SYLLABLE KIYEOK EU NIEUNCIEUC 635 0x8344 0xADFE #HANGUL SYLLABLE KIYEOK EU NIEUNHIEUH 636 0x8345 0xAE02 #HANGUL SYLLABLE KIYEOK EU RIEULMIEUM 637 0x8346 0xAE03 #HANGUL SYLLABLE KIYEOK EU RIEULPIEUP 638 0x8347 0xAE04 #HANGUL SYLLABLE KIYEOK EU RIEULSIOS 639 0x8348 0xAE05 #HANGUL SYLLABLE KIYEOK EU RIEULTHIEUTH 640 0x8349 0xAE06 #HANGUL SYLLABLE KIYEOK EU RIEULPHIEUPH 641 0x834A 0xAE07 #HANGUL SYLLABLE KIYEOK EU RIEULHIEUH [all …]
|
| /freebsd/sys/dev/sec/ |
| H A D | sec.c | 81 static int sec_eu_channel(struct sec_softc *sc, int eu); 109 u_int *eu, u_int *mode, u_int *hashlen); 924 sec_eu_channel(struct sec_softc *sc, int eu) in sec_eu_channel() argument 933 switch (eu) { in sec_eu_channel() 1026 * Both EU are used by the same channel. in sec_enqueue() 1037 * Only one EU is free. in sec_enqueue() 1038 * Enqueue descriptor in channel used by busy EU. in sec_enqueue() 1049 * Both EU are free. in sec_enqueue() 1205 struct sec_eu_methods *eu = sec_eus; in sec_newsession() local 1210 /* Find EU for this session */ in sec_newsession() [all …]
|
| /freebsd/share/doc/usd/22.trofftut/ |
| H A D | tt06 | 59 .BD \eu 63 .BD \eu 67 .BD \eu \& ( 83 .BD \eu 92 .BD \eu 150 .BD \eu
|
| /freebsd/contrib/tzdata/ |
| H A D | zonenow.tab | 115 # -02/-01 (EU DST) 121 # -01/+00 (EU DST) 127 # +00/+01 - GMT/BST (EU DST) 130 # +00/+01 - WET/WEST (EU DST) 142 # +01/+00 - IST/GMT (EU DST in reverse) 148 # +01/+02 - CET/CEST (EU DST) 160 # +02/+03 - EET/EEST (EU DST)
|
| H A D | europe | 79 # From Peter Ilieve (1994-12-04), re EEC/EC/EU members: 91 # Estonia ... uses EU dates but not at 01:00 GMT, they use midnight GMT. 94 # There shouldn't be any [current members who are not using EU rules]. 497 # See EU for rules starting in 1996. 506 0:00 EU GMT/BST 522 # The following is like GB-Eire and EU, except with standard time in 551 # 0:00 EU GMT/IST 561 # For brevity they are called "EU rules" elsewhere in this file. 564 Rule EU 1977 1980 - Apr Sun>=1 1:00u 1:00 S 565 Rule EU 197 [all...] |
| H A D | backzone | 1291 1:00 EU CE%sT 1303 0:00 EU GMT/BST 1313 # The EU [actually, EEC and Euratom] treaty with effect from 1973: 1324 # the EU rule in that DST runs to 02:00, not 03:00. We don't know 1325 # when Denmark began using the EU rule correctly, but we have only 1338 # wall-clock time, and so the EU rules were in effect in 1980. 1357 1:00 EU CE%sT 1370 0:00 EU GMT/BST 1391 0:00 EU GMT/BST 1404 0:00 EU GMT/BST [all …]
|
| /freebsd/contrib/tzcode/ |
| H A D | zic.8 | 793 Rule EU 1977 1980 \- Apr Sun>=1 1:00u 1:00 S 794 Rule EU 1977 only \- Sep lastSun 1:00u 0 \- 795 Rule EU 1978 only \- Oct 1 1:00u 0 \- 796 Rule EU 1979 1995 \- Sep lastSun 1:00u 0 \- 797 Rule EU 1981 max \- Mar lastSun 1:00u 1:00 S 798 Rule EU 1996 max \- Oct lastSun 1:00u 0 \- 804 1:00 EU CE%sT 809 In this example, the EU rules are for the European Union 823 From 1981 to the present, EU daylight saving rules have 828 The pre-1981 EU daylight-saving rules have no effect [all …]
|
| /freebsd/contrib/bearssl/src/ec/ |
| H A D | ecdsa_i31_vrfy_raw.c | 46 unsigned char eU[POINT_LEN]; in br_ecdsa_i31_vrfy_raw() local 146 memcpy(eU, pk->q, ulen); in br_ecdsa_i31_vrfy_raw() 147 res = impl->muladd(eU, NULL, ulen, in br_ecdsa_i31_vrfy_raw() 159 br_i31_decode(t1, &eU[1], ulen >> 1); in br_ecdsa_i31_vrfy_raw()
|
| H A D | ecdsa_i15_vrfy_raw.c | 46 unsigned char eU[POINT_LEN]; in br_ecdsa_i15_vrfy_raw() local 147 memcpy(eU, pk->q, ulen); in br_ecdsa_i15_vrfy_raw() 148 res = impl->muladd(eU, NULL, ulen, in br_ecdsa_i15_vrfy_raw() 160 br_i15_decode(t1, &eU[1], ulen >> 1); in br_ecdsa_i15_vrfy_raw()
|
| H A D | ecdsa_i15_sign_raw.c | 48 unsigned char eU[POINT_LEN]; in br_ecdsa_i15_sign_raw() local 137 ulen = impl->mulgen(eU, tt, nlen, sk->curve); in br_ecdsa_i15_sign_raw() 139 br_i15_decode(r, &eU[1], ulen >> 1); in br_ecdsa_i15_sign_raw()
|
| H A D | ecdsa_i31_sign_raw.c | 48 unsigned char eU[POINT_LEN]; in br_ecdsa_i31_sign_raw() local 136 ulen = impl->mulgen(eU, tt, nlen, sk->curve); in br_ecdsa_i31_sign_raw() 138 br_i31_decode(r, &eU[1], ulen >> 1); in br_ecdsa_i31_sign_raw()
|
| /freebsd/contrib/dialog/po/ |
| H A D | eu.po | 13 "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n" 14 "Language: eu\n"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/atime/ |
| H A D | atime_common.kshlib | 55 typeset before=$(ls -Eu $filename | awk '{print $7}') 65 typeset after=$(ls -Eu $filename | awk '{print $7}')
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_e82545.c | 1569 struct eth_uni *eu; in e82545_write_ra() local 1575 eu = &sc->esc_uni[idx]; in e82545_write_ra() 1579 eu->eu_valid = ((wval & E1000_RAH_AV) == E1000_RAH_AV); in e82545_write_ra() 1580 eu->eu_addrsel = (wval >> 16) & 0x3; in e82545_write_ra() 1581 eu->eu_eth.octet[5] = wval >> 8; in e82545_write_ra() 1582 eu->eu_eth.octet[4] = wval; in e82545_write_ra() 1585 eu->eu_eth.octet[3] = wval >> 24; in e82545_write_ra() 1586 eu->eu_eth.octet[2] = wval >> 16; in e82545_write_ra() 1587 eu->eu_eth.octet[1] = wval >> 8; in e82545_write_ra() 1588 eu->eu_eth.octet[0] = wval; in e82545_write_ra() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | msm8926.dtsi | 3 * Copyright (c) 2025, Luca Weiss <luca@lucaweiss.eu>
|
| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | man-dates.sh | 6 set -eu
|
| /freebsd/sbin/savecore/tests/ |
| H A D | log_test.sh | 4 # Copyright (c) 2025 Stéphane Rochoy <stephane.rochoy@stormshield.eu>
|
| /freebsd/share/man/man4/ |
| H A D | nctgpio.4 | 54 .An Stéphane Rochoy Aq Mt stephane.rochoy@stormshield.eu .
|
| H A D | ncthwm.4 | 52 .An Stéphane Rochoy Aq Mt stephane.rochoy@stormshield.eu .
|