| /NextBSD/contrib/tnftp/src/ |
| HD | cmdtab.c | 184 #define H(x) empty macro 186 #define H(x) x macro 198 { "!", H(shellhelp), 0, 0, 0, CMPL0 shell }, 199 { "$", H(domachelp), 1, 0, 0, CMPL0 domacro }, 200 { "account", H(accounthelp), 0, 1, 1, CMPL0 account}, 201 { "append", H(appendhelp), 1, 1, 1, CMPL(lr) put }, 202 { "ascii", H(asciihelp), 0, 1, 1, CMPL0 setascii }, 203 { "bell", H(beephelp), 0, 0, 0, CMPL0 setbell }, 204 { "binary", H(binaryhelp), 0, 1, 1, CMPL0 setbinary }, 205 { "bye", H(quithelp), 0, 0, 0, CMPL0 quit }, [all …]
|
| /NextBSD/tools/tools/build_option_survey/ |
| HD | mkhtml.sh | 65 H=${HDIR}/index.html 68 <HTML>' > $H 75 ' >> $H 80 ' >> $H 82 echo '<TABLE border="1" cellspacing="0">' >> $H 84 echo "<TR>" >> $H 85 echo "<TH ROWSPAN=2>src.conf</TH>" >> $H 86 echo "<TH ROWSPAN=2>MK_FOO</TH>" >> $H 87 echo "<TH ROWSPAN=2></TH>" >> $H 88 echo "<TH COLSPAN=5>BuildWorld</TH>" >> $H [all …]
|
| /NextBSD/contrib/bmake/mk/ |
| HD | options.mk | 39 .if defined(NO_${o:H}) || defined(NO${o:H}) 41 ${OPTION_PREFIX}${o:H} ?= no 42 .elif defined(WITH_${o:H}) && defined(WITHOUT_${o:H}) 44 DOMINANT_${o:H} ?= no 45 ${OPTION_PREFIX}${o:H} ?= ${DOMINANT_${o:H}} 47 .if defined(WITH_${o:H}) 48 ${OPTION_PREFIX}${o:H} ?= yes 50 ${OPTION_PREFIX}${o:H} ?= no 53 .if defined(WITHOUT_${o:H}) 54 ${OPTION_PREFIX}${o:H} ?= no [all …]
|
| /NextBSD/contrib/groff/contrib/mm/examples/ |
| HD | SETR | 3 .H 1 " granary grand grandchild grandchildren granddaughter grandeur" 5 .H 2 "grandfather grandiloquent grandiose grandma grandmother grandnephew" 6 .H 2 "grandniece grandpa grandparent grandson grandstand granite granitic" 7 .H 2 "granny granola grant grantee grantor granular granulate" 9 .H 2 "granule Granville grape" 42 .H 2 "grapefruit grapevine graph grapheme graphic graphite" 43 .H 3 "grapple" 45 .H 3 "grasp grass grassland grassy grata grate grateful" 46 .H 3 "grater gratify gratis gratitude" 47 .H 4 "gratuitous gratuity grave" [all …]
|
| HD | APP | 1 .H 1 " granary grand grandchild grandchildren granddaughter grandeur" 22 .H 2 "grapefruit grapevine graph grapheme graphic graphite" 43 .H 3 "grapple" 64 .H 1 "Graves gravestone graveyard gravid gravitate gravy gray" 85 .H 1 "Greenfield greengrocer greenhouse greenish Greenland Greensboro" 106 .H 1 "greensward greenware Greenwich greenwood Greer greet" 149 .H 2 "grandfather grandiloquent grandiose grandma grandmother grandnephew" 150 .H 2 "grandniece grandpa grandparent grandson grandstand granite granitic" 151 .H 2 "granny granola grant grantee grantor granular granulate" 152 .H 2 "granule Granville grape" [all …]
|
| /NextBSD/sys/cddl/boot/zfs/ |
| HD | sha256.c | 73 SHA256Transform(uint32_t *H, const uint8_t *cp) in SHA256Transform() argument 84 a = H[0]; b = H[1]; c = H[2]; d = H[3]; in SHA256Transform() 85 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA256Transform() 94 H[0] += a; H[1] += b; H[2] += c; H[3] += d; in SHA256Transform() 95 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA256Transform() 101 uint32_t H[8] = { 0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a, in zio_checksum_SHA256() local 108 SHA256Transform(H, (uint8_t *)buf + i); in zio_checksum_SHA256() 120 SHA256Transform(H, pad + i); in zio_checksum_SHA256() 123 (uint64_t)H[0] << 32 | H[1], in zio_checksum_SHA256() 124 (uint64_t)H[2] << 32 | H[3], in zio_checksum_SHA256() [all …]
|
| /NextBSD/sys/dev/ath/ath_rate/sample/ |
| HD | tx_schedules.h | 204 #define H(_r) \ macro 209 { 3,H( 3), 3,H( 3), 0,H( 3), 0,H( 3) }, /* 3Mb/s */ 210 { 4,H(4.5),3,H( 3), 4,H( 3), 0,H( 3) }, /* 4.5Mb/s */ 211 { 4,H( 6), 3,H( 3), 4,H( 3), 0,H( 3) }, /* 6Mb/s */ 212 { 4,H( 9), 3,H( 6), 4,H( 3), 2,H( 3) }, /* 9Mb/s */ 213 { 4,H(12), 3,H( 9), 4,H( 6), 2,H( 3) }, /* 12Mb/s */ 214 { 4,H(18), 3,H( 12), 4,H( 9), 2,H( 3) }, /* 18Mb/s */ 215 { 4,H(24), 3,H( 18), 4,H( 12), 2,H( 6) }, /* 24Mb/s */ 216 { 4,H(27), 3,H( 24), 4,H( 18), 2,H(12) } /* 27Mb/s */ 218 #undef H
|
| /NextBSD/crypto/openssl/crypto/modes/asm/ |
| HD | ghashp8-ppc.pl | 48 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12)); 65 lvx_u $H,0,r4 # load H 77 vspltb $t1,$H,0 # most significant byte 78 vsl $H,$H,$t0 # H<<=1 81 vxor $H,$H,$t1 # twisted H 83 vsldoi $H,$H,$H,8 # twist even more ... 85 vsldoi $Hl,$zero,$H,8 # ... and split 86 vsldoi $Hh,$H,$zero,8 90 stvx_u $H, r9,r3 113 lvx_u $H, r9,$Htbl [all …]
|
| HD | ghashv8-armx.pl | 45 my ($t0,$t1,$t2,$xC2,$H,$Hhl,$H2)=map("q$_",(8..14)); 84 veor $H,$IN,$t0 @ twisted H 85 vst1.64 {$H},[x0],#16 @ store Htable[0] 88 vext.8 $t0,$H,$H,#8 @ Karatsuba pre-processing 89 vpmull.p64 $Xl,$H,$H 90 veor $t0,$t0,$H 91 vpmull2.p64 $Xh,$H,$H 131 vld1.64 {$H-$Hhl},[$Htbl] @ load twisted H, ... 138 vpmull.p64 $Xl,$H,$IN @ H.lo·Xi.lo 140 vpmull2.p64 $Xh,$H,$IN @ H.hi·Xi.hi [all …]
|
| /NextBSD/crypto/heimdal/lib/wind/ |
| HD | ChangeLog | 1 2008-07-15 Love Hörnquist Åstrand <lha@kth.se> 5 2008-07-15 Love Hörnquist Åstrand <lha@kth.se> 9 2008-06-01 Love Hörnquist Åstrand <lha@kth.se> 13 2008-05-31 Love Hörnquist Åstrand <lha@kth.se> 17 2008-05-31 Love Hörnquist Åstrand <lha@kth.se> 21 2008-05-30 Love Hörnquist Åstrand <lha@kth.se> 27 2008-05-23 Love Hörnquist Åstrand <lha@kth.se> 31 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se> 35 2008-04-14 Love Hörnquist Åstrand <lha@it.su.se> 40 2008-04-08 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /NextBSD/crypto/openssl/engines/ccgost/ |
| HD | gosthash.c | 90 static int hash_step(gost_ctx * c, byte * H, const byte * M) in hash_step() argument 95 xor_blocks(W, H, M, 32); in hash_step() 98 gost_enc_with_key(c, Key, H, S); in hash_step() 100 circle_xor8(H, U); in hash_step() 106 gost_enc_with_key(c, Key, H + 8, S + 8); in hash_step() 130 gost_enc_with_key(c, Key, H + 16, S + 16); in hash_step() 138 gost_enc_with_key(c, Key, H + 24, S + 24); in hash_step() 143 xor_blocks(S, S, H, 32); in hash_step() 146 memcpy(H, S, 32); in hash_step() 188 memset(&(ctx->H), 0, 32); in start_hash() [all …]
|
| /NextBSD/share/mk/ |
| HD | bsd.mkopt.mk | 75 .if defined(WITH_${vv:H}) && defined(WITHOUT_${vv:H}) 76 MK_${vv:H}?= no 77 .elif defined(WITH_${vv:H}) 78 MK_${vv:H}?= yes 79 .elif defined(WITHOUT_${vv:H}) 80 MK_${vv:H}?= no 82 MK_${vv:H}?= ${MK_${vv:T}} 84 MK_${vv:H}:= ${MK_${vv:H}}
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() argument 184 os_memset(H, 0, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey() 185 aes_encrypt(aes, H, H); in aes_gcm_init_hash_subkey() 187 H, AES_BLOCK_SIZE); in aes_gcm_init_hash_subkey() 192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0() argument 207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0() 210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0() 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() argument 241 ghash(H, aad, aad_len, S); in aes_gcm_ghash() 242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash() [all …]
|
| /NextBSD/cddl/usr.sbin/dtrace/tests/ |
| HD | dtrace.test.mk | 3 TESTGROUP= ${.CURDIR:H:T}/${.CURDIR:T} 4 TESTSRC= ${.CURDIR:H:H:H:H:H}/contrib/opensolaris/cmd/dtrace/test/tst/${TESTGROUP} 18 GENTEST?= ${.CURDIR:H:H}/tools/gentest.sh 19 EXCLUDE= ${.CURDIR:H:H}/tools/exclude.sh
|
| /NextBSD/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| HD | ObjectLinkingLayer.h | 91 void takeOwnershipOfBuffers(ObjSetHandleT H, OwningMBSet MBs) { in takeOwnershipOfBuffers() argument 93 (*H)->takeOwnershipOfBuffer(std::move(MB)); in takeOwnershipOfBuffers() 204 void removeObjectSet(ObjSetHandleT H) { in removeObjectSet() argument 206 LinkedObjSetList.erase(H); in removeObjectSet() 229 JITSymbol findSymbolIn(ObjSetHandleT H, StringRef Name, in findSymbolIn() argument 231 if (auto Sym = (*H)->getSymbol(Name)) { in findSymbolIn() 235 if (!(*H)->NeedsFinalization()) { in findSymbolIn() 245 [this, Addr, H]() { in findSymbolIn() 246 if ((*H)->NeedsFinalization()) { in findSymbolIn() 247 (*H)->Finalize(); in findSymbolIn() [all …]
|
| HD | ObjectTransformLayer.h | 56 void removeObjectSet(ObjSetHandleT H) { BaseLayer.removeObjectSet(H); } in removeObjectSet() argument 74 JITSymbol findSymbolIn(ObjSetHandleT H, const std::string &Name, in findSymbolIn() argument 76 return BaseLayer.findSymbolIn(H, Name, ExportedSymbolsOnly); in findSymbolIn() 82 void emitAndFinalize(ObjSetHandleT H) { BaseLayer.emitAndFinalize(H); } in emitAndFinalize() argument 85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() argument 87 BaseLayer.mapSectionAddress(H, LocalAddress, TargetAddr); in mapSectionAddress() 94 void takeOwnershipOfBuffers(ObjSetHandleT H, OwningMBSet MBs) { in takeOwnershipOfBuffers() argument 95 BaseLayer.takeOwnershipOfBuffers(H, std::move(MBs)); in takeOwnershipOfBuffers()
|
| /NextBSD/crypto/heimdal/lib/ntlm/ |
| HD | ChangeLog | 5 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se> 9 2007-12-28 Love Hörnquist Åstrand <lha@it.su.se> 16 2007-11-11 Love Hörnquist Åstrand <lha@it.su.se> 24 2007-07-17 Love Hörnquist Åstrand <lha@it.su.se> 31 2007-07-10 Love Hörnquist Åstrand <lha@it.su.se> 35 2007-06-20 Love Hörnquist Åstrand <lha@it.su.se> 58 2007-06-08 Love Hörnquist Åstrand <lha@it.su.se> 62 2007-06-03 Love Hörnquist Åstrand <lha@it.su.se> 68 2007-04-22 Love Hörnquist Åstrand <lha@it.su.se> 74 2007-01-31 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /NextBSD/crypto/heimdal/lib/asn1/ |
| HD | ChangeLog | 1 2008-04-09 Love Hörnquist Åstrand <lha@it.su.se> 7 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 11 2008-03-22 Love Hörnquist Åstrand <lha@it.su.se> 17 2008-01-13 Love Hörnquist Åstrand <lha@it.su.se> 21 2007-12-13 Love Hörnquist Åstrand <lha@it.su.se> 25 2007-12-04 Love Hörnquist Åstrand <lha@it.su.se> 31 2007-10-18 Love Hörnquist Åstrand <lha@it.su.se> 35 2007-07-23 Love Hörnquist Åstrand <lha@it.su.se> 41 2007-07-16 Love Hörnquist Åstrand <lha@it.su.se> 46 2007-07-14 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /NextBSD/sys/contrib/dev/acpica/ |
| HD | acpica_prep.sh | 69 for H in ${src_headers}; do 71 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/include/$H\>|g" 73 for H in ${comp_headers}; do 76 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/compiler/$H\>|g" 78 for H in ${platform_headers}; do 80 xargs sed -i "" -e "s|[\"<]$H[\">]|\<contrib/dev/acpica/include/platform/$H\>|g"
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | MachOUniversal.cpp | 29 void SwapStruct(MachO::fat_header &H) { in SwapStruct() argument 30 sys::swapByteOrder(H.magic); in SwapStruct() 31 sys::swapByteOrder(H.nfat_arch); in SwapStruct() 35 void SwapStruct(MachO::fat_arch &H) { in SwapStruct() argument 36 sys::swapByteOrder(H.cputype); in SwapStruct() 37 sys::swapByteOrder(H.cpusubtype); in SwapStruct() 38 sys::swapByteOrder(H.offset); in SwapStruct() 39 sys::swapByteOrder(H.size); in SwapStruct() 40 sys::swapByteOrder(H.align); in SwapStruct() 115 MachO::fat_header H= getUniversalBinaryStruct<MachO::fat_header>(Buf.begin()); in MachOUniversalBinary() local [all …]
|
| /NextBSD/crypto/heimdal/ |
| HD | ChangeLog | 25 2008-07-25 Love Hörnquist Åstrand <lha@h5l.org> 35 2008-07-22 Love Hörnquist Åstrand <lha@h5l.org> 40 2008-07-17 Love Hörnquist Åstrand <lha@h5l.org> 44 2008-07-15 Love Hörnquist Åstrand <lha@h5l.org> 67 2008-07-13 Love Hörnquist Åstrand <lha@kth.se> 71 2008-06-21 Love Hörnquist Åstrand <lha@kth.se> 75 2008-06-18 Love Hörnquist Åstrand <lha@kth.se> 79 2008-05-31 Love Hörnquist Åstrand <lha@kth.se> 85 2008-05-30 Love Hörnquist Åstrand <lha@kth.se> 89 2008-05-27 Love Hörnquist Åstrand <lha@kth.se> [all …]
|
| HD | ChangeLog.2004 | 1 2004-12-30 Love Hörnquist Åstrand <lha@it.su.se> 6 2004-12-29 Love Hörnquist Åstrand <lha@it.su.se> 35 2004-12-29 Love Hörnquist Åstrand <lha@it.su.se> 43 2004-12-28 Love Hörnquist Åstrand <lha@it.su.se> 51 2004-12-27 Love Hörnquist Åstrand <lha@it.su.se> 56 2004-12-18 Love Hörnquist Åstrand <lha@it.su.se> 61 2004-12-17 Love Hörnquist Åstrand <lha@it.su.se> 68 2004-12-13 Love Hörnquist Åstrand <lha@it.su.se> 84 2004-12-12 Love Hörnquist Åstrand <lha@it.su.se> 93 2004-12-11 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
| /NextBSD/contrib/apr/random/unix/ |
| HD | apr_random.c | 70 unsigned char *H; member 74 ? (g)->H_waiting : (g)->H) 135 g->H = apr_pcalloc(p,H_size(g)); in apr_random_init() 151 static void mix_pid(apr_random_t *g,unsigned char *H,pid_t pid) in mix_pid() argument 154 hash_add(g->key_hash,H,H_size(g)); in mix_pid() 156 hash_finish(g->key_hash,H); in mix_pid() 161 unsigned char *H = H_current(g); in mixer() local 164 mix_pid(g,H,pid); in mixer() 166 if (H != g->H) in mixer() 167 mix_pid(g,g->H,pid); in mixer() [all …]
|
| /NextBSD/lib/libxo/tests/ |
| HD | Makefile | 26 FILES+= test_01.H.err 27 FILES+= test_01.H.out 46 FILES+= test_02.H.err 47 FILES+= test_02.H.out 66 FILES+= test_03.H.err 67 FILES+= test_03.H.out 86 FILES+= test_04.H.err 87 FILES+= test_04.H.out 104 FILES+= test_05.H.err 105 FILES+= test_05.H.out [all …]
|
| /NextBSD/crypto/heimdal/lib/gssapi/ |
| HD | ChangeLog | 6 2008-08-02 Love Hörnquist Åstrand <lha@h5l.org> 15 2008-07-25 Love Hörnquist Åstrand <lha@kth.se> 19 2008-07-25 Love Hörnquist Åstrand <lha@kth.se> 25 2008-06-02 Love Hörnquist Åstrand <lha@kth.se> 30 2008-05-27 Love Hörnquist Åstrand <lha@kth.se> 34 2008-05-05 Love Hörnquist Åstrand <lha@kth.se> 39 2008-05-02 Love Hörnquist Åstrand <lha@it.su.se> 44 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se> 48 2008-04-17 Love Hörnquist Åstrand <lha@it.su.se> 52 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|