Home
last modified time | relevance | path

Searched refs:H (Results 1 – 25 of 1726) sorted by relevance

12345678910>>...70

/openbsd/usr.bin/ftp/
H A Dcmdtab.c122 #define H(x) x macro
125 { "!", H(shellhelp), 0, 0, 0, CMPL0 shell },
132 { "bye", H(quithelp), 0, 0, 0, CMPL0 quit },
134 { "cd", H(cdhelp), 0, 1, 1, CMPL(r) cd },
138 { "cr", H(crhelp), 0, 0, 0, CMPL0 setcr },
141 { "dir", H(dirhelp), 1, 1, 1, CMPL(rl) ls },
155 { "lcd", H(lcdhelp), 0, 0, 0, CMPL(l) lcd },
158 { "ls", H(lshelp), 1, 1, 1, CMPL(rl) ls },
164 { "mls", H(mlshelp), 1, 1, 1, CMPL(R) mls },
182 { "pwd", H(pwdhelp), 0, 1, 1, CMPL0 pwd },
[all …]
/openbsd/lib/libexpat/lib/
H A Dsiphash.h171 H->v0 += H->v1; in sip_round()
173 H->v1 ^= H->v0; in sip_round()
176 H->v2 += H->v3; in sip_round()
178 H->v3 ^= H->v2; in sip_round()
180 H->v0 += H->v3; in sip_round()
182 H->v3 ^= H->v0; in sip_round()
184 H->v2 += H->v1; in sip_round()
186 H->v1 ^= H->v2; in sip_round()
198 H->p = H->buf; in sip24_init()
223 H->p = H->buf; in sip24_update()
[all …]
/openbsd/gnu/usr.bin/perl/t/comp/
H A Dhints.t24 BEGIN { $^H |= 0x04020000; $^H{foo} = "a"; }
32 BEGIN { $^H |= 0x00020000; $^H{foo} = "b"; }
87 BEGIN{$^H{x}=1};
103 BEGIN { $^H |= 0x04000000; $^H{foo} = "z"; }
105 our($ri0, $rf0); BEGIN { $ri0 = $^H; $rf0 = $^H{foo}; }
114 our($ri2, $rf2); BEGIN { $ri2 = $^H; $rf2 = $^H{foo}; }
163 %^H = ();
236 @h = %^H;
253 %^H = ();
254 $^H = 0;
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_avx2_x86-64_windows_msvc.asm89 vinsertf128 ymm8, ymm8, xmmword ptr [r12+rdx-40H], 01H
91 vinsertf128 ymm9, ymm9, xmmword ptr [r13+rdx-40H], 01H
109 vinsertf128 ymm8, ymm8, xmmword ptr [r12+rdx-30H], 01H
111 vinsertf128 ymm9, ymm9, xmmword ptr [r13+rdx-30H], 01H
129 vinsertf128 ymm8, ymm8, xmmword ptr [r12+rdx-20H], 01H
1540 vextracti128 xmmword ptr [rbx+20H], ymm0, 01H
1541 vextracti128 xmmword ptr [rbx+30H], ymm1, 01H
1544 vextracti128 xmmword ptr [rbx+60H], ymm8, 01H
1545 vextracti128 xmmword ptr [rbx+70H], ymm9, 01H
1670 vextracti128 xmmword ptr [rbx+20H], ymm0, 01H
[all …]
H A Dblake3_sse41_x86-64_windows_msvc.asm42 pshufd xmm0, xmm0, 00H
49 pshufd xmm0, xmm0, 00H
57 pshufd xmm2, xmm2, 00H
69 pshufd xmm0, xmm3, 00H
70 pshufd xmm1, xmm3, 55H
74 pshufd xmm4, xmm7, 00H
75 pshufd xmm5, xmm7, 55H
178 pshufd xmm15, xmm15, 00H
1468 test esi, 2H
1689 test esi, 1H
[all …]
H A Dblake3_avx512_x86-64_windows_msvc.asm102 vinserti64x4 zmm16, zmm16, ymmword ptr [rdx+r12-2H*20H], 01H
104 vinserti64x4 zmm17, zmm17, ymmword ptr [rdx+r13-2H*20H], 01H
108 vinserti64x4 zmm18, zmm18, ymmword ptr [rdx+r14-2H*20H], 01H
110 vinserti64x4 zmm19, zmm19, ymmword ptr [rdx+r15-2H*20H], 01H
122 vinserti64x4 zmm16, zmm16, ymmword ptr [rdx+r12-2H*20H], 01H
124 vinserti64x4 zmm17, zmm17, ymmword ptr [rdx+r13-2H*20H], 01H
128 vinserti64x4 zmm18, zmm18, ymmword ptr [rdx+r14-2H*20H], 01H
2187 vextracti32x4 xmmword ptr [rbx+4H*10H], zmm0, 02H
2188 vextracti32x4 xmmword ptr [rbx+5H*10H], zmm1, 02H
2189 vextracti32x4 xmmword ptr [rbx+6H*10H], zmm0, 03H
[all …]
H A Dblake3_sse2_x86-64_windows_msvc.asm42 pshufd xmm0, xmm0, 00H
49 pshufd xmm0, xmm0, 00H
57 pshufd xmm2, xmm2, 00H
69 pshufd xmm0, xmm3, 00H
1664 test esi, 2H
1717 shl rax, 20H
1718 or rax, 40H
1912 test esi, 1H
2341 dd 0FFFFFFFFH, 000000000H, 0FFFFFFFFH, 000000000H
2343 dd 000000000H, 0FFFFFFFFH, 000000000H, 0FFFFFFFFH
[all …]
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DHeader.cpp34 for (uint8_t I = 0; I < H.UUIDSize; ++I) in operator <<()
70 Header H; in decode() local
71 H.Magic = Data.getU32(&Offset); in decode()
72 H.Version = Data.getU16(&Offset); in decode()
73 H.AddrOffSize = Data.getU8(&Offset); in decode()
74 H.UUIDSize = Data.getU8(&Offset); in decode()
75 H.BaseAddress = Data.getU64(&Offset); in decode()
76 H.NumAddresses = Data.getU32(&Offset); in decode()
77 H.StrtabOffset = Data.getU32(&Offset); in decode()
78 H.StrtabSize = Data.getU32(&Offset); in decode()
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DSHA256.cpp72 uint32_t H = InternalState.State[7]; in hashBlock() local
91 F_EXPAND(A, B, C, D, E, F, G, H, W00, W14, W09, W01, 0x428A2F98); in hashBlock()
92 F_EXPAND(H, A, B, C, D, E, F, G, W01, W15, W10, W02, 0x71374491); in hashBlock()
93 F_EXPAND(G, H, A, B, C, D, E, F, W02, W00, W11, W03, 0xB5C0FBCF); in hashBlock()
94 F_EXPAND(F, G, H, A, B, C, D, E, W03, W01, W12, W04, 0xE9B5DBA5); in hashBlock()
95 F_EXPAND(E, F, G, H, A, B, C, D, W04, W02, W13, W05, 0x3956C25B); in hashBlock()
96 F_EXPAND(D, E, F, G, H, A, B, C, W05, W03, W14, W06, 0x59F111F1); in hashBlock()
97 F_EXPAND(C, D, E, F, G, H, A, B, W06, W04, W15, W07, 0x923F82A4); in hashBlock()
98 F_EXPAND(B, C, D, E, F, G, H, A, W07, W05, W00, W08, 0xAB1C5ED5); in hashBlock()
99 F_EXPAND(A, B, C, D, E, F, G, H, W08, W06, W01, W09, 0xD807AA98); in hashBlock()
[all …]
H A DDJB.cpp61 uint32_t H) { in fastCaseFoldingDjbHash() argument
64 H = H * 33 + ('A' <= C && C <= 'Z' ? C - 'A' + 'a' : C); in fastCaseFoldingDjbHash()
68 return H; in fastCaseFoldingDjbHash()
72 uint32_t llvm::caseFoldingDjbHash(StringRef Buffer, uint32_t H) { in caseFoldingDjbHash() argument
73 if (std::optional<uint32_t> Result = fastCaseFoldingDjbHash(Buffer, H)) in caseFoldingDjbHash()
80 H = djbHash(Folded, H); in caseFoldingDjbHash()
82 return H; in caseFoldingDjbHash()
/openbsd/gnu/llvm/clang/utils/ABITest/
H A DEnumeration.py90 if W <= 0 or H <= 0:
92 elif N >= W*H:
100 if H < W:
150 return getNthPairBounded(N, H, H)
153 L,R = getNthPairBounded(N, H**LW, H**RW)
154 return (getNthNTuple(L,LW,H=H,useLeftToRight=useLeftToRight) +
155 getNthNTuple(R,RW,H=H,useLeftToRight=useLeftToRight))
160 assert i < H
210 H = aleph0
213 levelSize = W*H
[all …]
/openbsd/lib/libcrypto/sm3/
H A Dsm3.c48 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
52 H = P0(TT2); \
55 #define R1(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ argument
56 ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF0, GG0)
58 #define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ argument
59 ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF1, GG1)
66 SM3_WORD A, B, C, D, E, F, G, H; in sm3_block_data_order() local
78 H = ctx->H; in sm3_block_data_order()
248 ctx->H ^= H; in sm3_block_data_order()
264 c->H = 0xb0fb0e4eUL; in SM3_Init()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/
H A Dlaozi38.txt5 �W�w���w�A�O�H���w�Q
6 �U�w�����w�A�O�H�L�w�C
7 �W�w�L���ӵL�H���Q
8 �U�w�L���Ӧ��H���C
9 �W�������ӵL�H���Q
10 �W�q�����Ӧ��H���C
20 �W�w���w�A�O�H���w�Q
22 �W�w�L���ӵL�H���Q
23 �U�w�L���Ӧ��H���C
24 �W�������ӵL�H���Q
[all …]
H A Dlaozi38b.txt5 �W�w���w�A�O�H���w�Q
6 �U�w�����w�A�O�H�L�w�C
7 �W�w�L���ӵL�H���Q
8 �U�w�L���Ӧ��H���C
9 �W�������ӵL�H���Q
10 �W�q�����Ӧ��H���C
20 �W�w���w�A�O�H���w�Q
22 �W�w�L���ӵL�H���Q
23 �U�w�L���Ӧ��H���C
24 �W�������ӵL�H���Q
[all …]
H A Dlaozi38p.pod15 �W�w���w�A�O�H���w�Q
16 �U�w�����w�A�O�H�L�w�C
17 �W�w�L���ӵL�H���Q
18 �U�w�L���Ӧ��H���C
19 �W�������ӵL�H���Q
20 �W�q�����Ӧ��H���C
30 �W�w���w�A�O�H���w�Q
32 �W�w�L���ӵL�H���Q
33 �U�w�L���Ӧ��H���C
34 �W�������ӵL�H���Q
[all …]
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp99 H->Version = VerHeader; in finalize()
100 H->HeaderSize = sizeof(TpiStreamHeader); in finalize()
102 H->TypeIndexEnd = H->TypeIndexBegin + TypeRecordCount; in finalize()
103 H->TypeRecordBytes = TypeRecordBytes; in finalize()
105 H->HashStreamIndex = HashStreamIndex; in finalize()
107 H->HashKeySize = sizeof(ulittle32_t); in finalize()
113 H->HashValueBuffer.Off = 0; in finalize()
118 H->HashAdjBuffer.Off = H->HashValueBuffer.Off + H->HashValueBuffer.Length; in finalize()
119 H->HashAdjBuffer.Length = 0; in finalize()
121 H->IndexOffsetBuffer.Off = H->HashAdjBuffer.Off + H->HashAdjBuffer.Length; in finalize()
[all …]
H A DDbiStreamBuilder.cpp261 ::memset(H, 0, sizeof(DbiStreamHeader)); in finalize()
262 H->VersionHeader = *VerHeader; in finalize()
263 H->VersionSignature = -1; in finalize()
264 H->Age = Age; in finalize()
265 H->BuildNumber = BuildNumber; in finalize()
266 H->Flags = Flags; in finalize()
267 H->PdbDllRbld = PdbDllRbld; in finalize()
268 H->PdbDllVersion = PdbDllVersion; in finalize()
272 H->FileInfoSize = FileInfoBuffer.getLength(); in finalize()
277 H->TypeServerSize = 0; in finalize()
[all …]
/openbsd/sys/dev/fdt/
H A Dsxipio_pins.h764 { SXIPIO_PIN(H, 0), {
773 { SXIPIO_PIN(H, 1), {
782 { SXIPIO_PIN(H, 2), {
791 { SXIPIO_PIN(H, 3), {
800 { SXIPIO_PIN(H, 4), {
809 { SXIPIO_PIN(H, 5), {
818 { SXIPIO_PIN(H, 6), {
828 { SXIPIO_PIN(H, 7), {
838 { SXIPIO_PIN(H, 8), {
848 { SXIPIO_PIN(H, 9), {
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp53.C5 template <typename> class H; variable
7 H<Target> foo(const H<Source>&);
10 class H{
16 static H<Type> cast(const H<Source>& s);
20 friend H<Target> foo(const H<Source>&);
28 H<Target> foo(const H<Source>& s){ in foo()
29 return H<Target>::template cast<caster, Source>(s); in foo()
33 H<int> i; in main()
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha64bit.c99 W64 *H = s->H64; in sha512() local
105 a = H[0]; b = H[1]; c = H[2]; d = H[3]; in sha512()
106 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in sha512()
113 H[0] += a; H[1] += b; H[2] += c; H[3] += d; in sha512()
114 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in sha512()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h69 unmap(reinterpret_cast<void *>(H->MapBase), H->MapSize, UNMAP_ALL, &Data); in unmap()
79 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() argument
147 return unmap(H); in store()
157 Entry.MapBase = H->MapBase; in store()
160 Entry.Data = H->Data; in store()
512 LargeBlock::Header *H; in allocate() local
515 const uptr BlockEnd = H->CommitBase + H->CommitSize; in allocate()
582 H->MapBase = MapBase; in allocate()
586 H->Data = Data; in allocate()
608 InUseBlocks.remove(H); in deallocate()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Dsfsqrt_opt.S23 #define H r1 macro
42 H += sfmpy(E,HALF):lib // H0
47 D -= sfmpy(S,H):lib // d0
53 H += sfmpy(H,D):lib // H1
58 D -= sfmpy(S,H):lib // d0
62 S += sfmpy(H,E):lib // S2
63 H += sfmpy(H,D):lib // H2
73 S += sfmpy(H,E,p0):scale // S3
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DDJB.h21 inline uint32_t djbHash(StringRef Buffer, uint32_t H = 5381) {
23 H = (H << 5) + H + C;
24 return H;
29 uint32_t caseFoldingDjbHash(StringRef Buffer, uint32_t H = 5381);
/openbsd/games/quiz/datfiles/
H A Dpres26 {H{annibal} }Hamlin|{A{ndrew} }Johnson:{A{ndrew} }Johnson
48 {W{illiam|m} }{H{oward} }Taft:1909-{19}13:\
56 {H{erbert} }{C{lark} }Hoover:1929-{19}33:\
59 {J{ohn} }{N{ance} }Garner|{H{enry} }{A{gard} }Wallace|{H{arry} }{S }Truman:\
60 {H{arry} }{S }Truman
61 {H{arry} }{S }Truman:1945-{19}53:\
68 {H{ubert} }{H{oratio} }Humphrey:{R{ichard} }{M{ilhous} }Nixon
78 {G{eorge} }{H{erbert} }{W{alker} }Bush:{G{eorge} }{H{erbert} }{W{alker} }Bush
79 {G{eorge} }{H{erbert} }{W{alker} }Bush:1989-{19}93:\
84 {B{arack} }{H{ussein} }Obama{ II}
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst1.C113 struct H : public G<B> struct
115 H () {} in H() function
116 H (const H& x) : G<B> (x) {} in H() argument
117 H (const G<B>& x) : G<B> (x) {} in H() function
125 H a = H () + H (); in main()
126 a += H (); in main()
127 H b; in main()
128 b = H () + H (); in main()

12345678910>>...70