Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 25 of 151) sorted by relevance

1234567

/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go50 hs := serverHandshakeState{
53 isResume, err := hs.readClientHello()
61 if err := hs.doResumeHandshake(); err != nil {
64 if err := hs.establishKeys(); err != nil {
68 if err := hs.sendSessionTicket(); err != nil {
72 if err := hs.sendFinished(c.firstFinished[:]); err != nil {
79 c.writeRecord(recordTypeHandshake, hs.finishedBytes)
84 if err := hs.readFinished(nil, isResume); err != nil {
91 if err := hs.doFullHandshake(); err != nil {
94 if err := hs.establishKeys(); err != nil {
[all …]
Dhandshake_client.go285 hs := &clientHandshakeState{
294 hs.writeHash(helloBytes, hs.c.sendHandshakeSeq-1)
295 hs.writeServerHash(hs.serverHello.marshal())
298 hs.establishKeys()
302 isResume, err := hs.processServerHello()
309 if err := hs.establishKeys(); err != nil {
313 if err := hs.readSessionTicket(); err != nil {
316 if err := hs.readFinished(c.firstFinished[:]); err != nil {
319 if err := hs.sendFinished(nil, isResume); err != nil {
323 if err := hs.doFullHandshake(); err != nil {
[all …]
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java97 int hs = kBT2HashSize; in Create() local
101 hs = historySize - 1; in Create()
102 hs |= (hs >> 1); in Create()
103 hs |= (hs >> 2); in Create()
104 hs |= (hs >> 4); in Create()
105 hs |= (hs >> 8); in Create()
106 hs >>= 1; in Create()
107 hs |= 0xFFFF; in Create()
108 if (hs > (1 << 24)) in Create()
109 hs >>= 1; in Create()
[all …]
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs97 UInt32 hs = kBT2HashSize; in Create()
101 hs = historySize - 1; in Create()
102 hs |= (hs >> 1); in Create()
103 hs |= (hs >> 2); in Create()
104 hs |= (hs >> 4); in Create()
105 hs |= (hs >> 8); in Create()
106 hs >>= 1; in Create()
107 hs |= 0xFFFF; in Create()
108 if (hs > (1 << 24)) in Create()
109 hs >>= 1; in Create()
[all …]
/external/aac/libSBRenc/src/
Dmh_det.cpp1196 HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet; in FDKsbrEnc_CreateSbrMissingHarmonicsDetector() local
1204 FDKmemclear (hs,sizeof(SBR_MISSING_HARMONICS_DETECTOR)); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1206 hs->prevEnvelopeCompensation = GetRam_Sbr_prevEnvelopeCompensation(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1207 hs->guideScfb = GetRam_Sbr_guideScfb(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1210 hs->guideVectors[i].guideVectorDiff = guideVectorDiff + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1211 hs->guideVectors[i].guideVectorOrig = guideVectorOrig + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1212 hs->detectionVectors[i] = detectionVectors + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1213 hs->guideVectors[i].guideVectorDetected = guideVectorDetected + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1242 HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet; in FDKsbrEnc_InitSbrMissingHarmonicsDetector() local
1252 hs->transientPosOffset = FRAME_MIDDLE_SLOT_512LD; in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
[all …]
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_UnmodifiableCollectionTest.java55 HashSet<Integer> hs = new HashSet<Integer>(); in runTest() local
56 hs.add(new Integer(0)); in runTest()
57 hs.add(new Integer(25)); in runTest()
58 hs.add(new Integer(99)); in runTest()
61 col.containsAll(hs)); in runTest()
62 hs.add(new Integer(100)); in runTest()
65 !col.containsAll(hs)); in runTest()
DSupport_UnmodifiableMapTest.java113 HashSet<String> hs = new HashSet<String>(); in t_KeySet() local
114 hs.add("0"); in t_KeySet()
115 hs.add("25"); in t_KeySet()
116 hs.add("99"); in t_KeySet()
119 keySet.containsAll(hs)); in t_KeySet()
120 hs.add("100"); in t_KeySet()
123 !keySet.containsAll(hs)); in t_KeySet()
/external/aac/libSBRdec/src/
Dsbr_dec.cpp739 HANDLE_SBR_DEC hs = &(hSbrChannel->SbrDec); in createSbrDec() local
742 hs->sbrScaleFactor.ov_lb_scale = 0; in createSbrDec()
743 hs->sbrScaleFactor.ov_hb_scale = 0; in createSbrDec()
744 hs->sbrScaleFactor.hb_scale = 0; in createSbrDec()
750 err = createSbrEnvelopeCalc (&hs->SbrCalculateEnvelope, in createSbrDec()
767 &hs->AnalysiscQMF, in createSbrDec()
768 hs->anaQmfStates, in createSbrDec()
779 if (hs->pSynQmfStates == NULL) { in createSbrDec()
780 hs->pSynQmfStates = GetRam_sbr_QmfStatesSynthesis(chan); in createSbrDec()
781 if (hs->pSynQmfStates == NULL) in createSbrDec()
[all …]
Dpsdec_hybrid.cpp107 InitHybridFilterBank ( HANDLE_HYBRID hs, /*!< Handle to HYBRID struct. */ in InitHybridFilterBank() argument
116 hs->pResolution[i] = pResolution[i]; in InitHybridFilterBank()
121 hs->nQmfBands = noBands; in InitHybridFilterBank()
122 hs->frameSize = frameSize; in InitHybridFilterBank()
123 hs->qmfBufferMove = HYBRID_FILTER_LENGTH - 1; in InitHybridFilterBank()
125 hs->sf_mQmfBuffer = 0; in InitHybridFilterBank()
/external/libvpx/libvpx/vp8/common/
Donyx.h68 static void Scale2Ratio(int mode, int *hr, int *hs) in Scale2Ratio() argument
74 *hs = 1; in Scale2Ratio()
78 *hs = 5; in Scale2Ratio()
82 *hs = 5; in Scale2Ratio()
86 *hs = 2; in Scale2Ratio()
90 *hs = 1; in Scale2Ratio()
/external/libvorbis/lib/
Dblock.c185 int hs; in _vds_shared_init() local
188 hs=ci->halfrate_flag; in _vds_shared_init()
203 mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs); in _vds_shared_init()
204 mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs); in _vds_shared_init()
687 int hs; in vorbis_synthesis_restart() local
693 hs=ci->halfrate_flag; in vorbis_synthesis_restart()
695 v->centerW=ci->blocksizes[1]>>(hs+1); in vorbis_synthesis_restart()
696 v->pcm_current=v->centerW>>hs; in vorbis_synthesis_restart()
724 int hs=ci->halfrate_flag; in vorbis_synthesis_blockin() local
744 int n=ci->blocksizes[v->W]>>(hs+1); in vorbis_synthesis_blockin()
[all …]
/external/lzma/C/
DLzFind.c192 UInt32 hs; in MatchFinder_Create() local
197 hs = (1 << 16) - 1; in MatchFinder_Create()
200 hs = historySize - 1; in MatchFinder_Create()
201 hs |= (hs >> 1); in MatchFinder_Create()
202 hs |= (hs >> 2); in MatchFinder_Create()
203 hs |= (hs >> 4); in MatchFinder_Create()
204 hs |= (hs >> 8); in MatchFinder_Create()
205 hs >>= 1; in MatchFinder_Create()
206 hs |= 0xFFFF; /* don't change it! It's required for Deflate */ in MatchFinder_Create()
207 if (hs > (1 << 24)) in MatchFinder_Create()
[all …]
/external/javassist/sample/hotswap/
DTest.java6 HotSwapper hs = new HotSwapper(8000); in main() local
14 hs.reload("HelloWorld", bytes); in main()
22 hs.reload("HelloWorld", bytes); in main()
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h276 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount), in OptionalAmount()
280 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0), in start()
284 return hs == Invalid; in isInvalid()
287 HowSpecified getHowSpecified() const { return hs; } in getHowSpecified()
288 void setHowSpecified(HowSpecified h) { hs = h; } in setHowSpecified()
290 bool hasDataArgument() const { return hs == Arg; } in hasDataArgument()
298 assert(hs == Constant); in getConstantAmount()
308 assert(hs == Constant); in getConstantLength()
328 HowSpecified hs; variable
/external/llvm/test/CodeGen/ARM/
Dmovcc-double.ll11 ; CHECK: mov{{lo|hs}}
12 ; CHECK: mov{{lo|hs}}
26 ; CHECK: mov{{lo|hs}}
27 ; CHECK: mov{{lo|hs}}
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp851 UInt32 hs = dictionary - 1; in GetLZMAUsage() local
852 hs |= (hs >> 1); in GetLZMAUsage()
853 hs |= (hs >> 2); in GetLZMAUsage()
854 hs |= (hs >> 4); in GetLZMAUsage()
855 hs |= (hs >> 8); in GetLZMAUsage()
856 hs >>= 1; in GetLZMAUsage()
857 hs |= 0xFFFF; in GetLZMAUsage()
858 if (hs > (1 << 24)) in GetLZMAUsage()
859 hs >>= 1; in GetLZMAUsage()
860 hs++; in GetLZMAUsage()
[all …]
/external/llvm/test/MC/AArch64/
Dbasic-a64-diagnostics.s1148 ccmp w25, #-1, #15, hs
1151 ccmp w20, #7, #16, hs
1169 ccmp x25, #-1, #15, hs
1172 ccmp x20, #7, #16, hs
1190 ccmn w25, #-1, #15, hs
1193 ccmn w20, #7, #16, hs
1211 ccmn x25, #-1, #15, hs
1214 ccmn x20, #7, #16, hs
1238 ccmp w20, w7, #16, hs
1253 ccmp x25, sp, #15, hs
[all …]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/Windows/util/
Dconnect_br.tcl625 set hs(mode) init
634 array unset hs
644 set hs($key) $val
658 if {! [info exists hs(sectype)]} {
664 if {! [info exists hs(server)]} {
665 set hs(server) "RFB 003.008"
667 puts -nonewline $viewer_sock "$hs(server)\n"
669 puts stderr "sent $hs(server) to viewer sock."
680 if {$hs(sectype) == $rfbSecTypeAnonTls} {
715 } elseif {$hs(sectype) == $rfbSecTypeVencrypt} {
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
Dd3d11spikysphere.cpp89 ID3D11HullShader* hs; member
108 ensure(dev->CreateHullShader(g_hs, sizeof(g_hs), NULL, &hs)); in init()
212 ctx->HSSetShader(hs, NULL, 0); in draw()
/external/valgrind/auxprogs/
DMakefile.am15 DotToScc.hs \
16 Merge3Way.hs \
/external/llvm/test/MC/ARM/
Dthumb-invalid-crypto.txt13 itee hs
30 itee hs
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h134 void SetHistorySize(int hs) { in SetHistorySize() argument
135 CHECK_GE(hs, 0); in SetHistorySize()
136 CHECK_LE(hs, 7); in SetHistorySize()
137 x_ = (x_ & ~(kHistoryMask << kHistoryShift)) | (u64(hs) << kHistoryShift); in SetHistorySize()
151 const int hs = GetHistorySize(); in GetTracePos() local
153 const u64 mask = (1ull << (kTracePartSizeBits + hs + 1)) - 1; in GetTracePos()
/external/mksh/src/
Dhistrap.c707 enum { hist_init_first, hist_init_retry, hist_init_restore } hs; in hist_init() local
722 hs = hist_init_first; in hist_init()
737 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) { in hist_init()
796 hs = hist_init_restore; in hist_init()
799 if (hs == hist_init_restore) in hist_init()
808 if (!unlink(hname) && hs != hist_init_retry) { in hist_init()
809 hs = hist_init_retry; in hist_init()
812 if (hs != hist_init_retry) in hist_init()
/external/v8/src/arm/
Dconstants-arm.h81 hs = cs, // C set Unsigned higher or same. enumerator
99 case hs: in CommuteCondition()
102 return hs; in CommuteCondition()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_optimize.c321 const int hs = type_size*inst_stride[inst->bits2.da1.src0_horiz_stride]; in brw_is_grf_read() local
333 write_start += hs; in brw_is_grf_read()
356 const int hs = type_size*inst_stride[inst->bits3.da1.src1_horiz_stride]; in brw_is_grf_read() local
368 write_start += hs; in brw_is_grf_read()

1234567