HomeSort by relevance Sort by last modified time
    Searched refs:hc (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/eigen/doc/snippets/
Tridiagonalization_householderCoefficients.cpp 5 Vector3d hc = triOfA.householderCoefficients(); variable
6 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
HessenbergDecomposition_packedMatrix.cpp 8 Vector3d hc = hessOfA.householderCoefficients(); variable
9 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldFpTest.java 117 int hc = f.hashCode(); local
118 assertTrue(hc == f.hashCode() &&
119 hc == f.hashCode() &&
120 hc == f.hashCode() &&
121 hc == f.hashCode() &&
122 hc == f.hashCode() &&
123 hc == f.hashCode() &&
124 hc == f.hashCode() &&
125 hc == f.hashCode());
ECFieldF2mTest.java 292 int hc = f.hashCode(); local
293 assertTrue(hc == f.hashCode() &&
294 hc == f.hashCode() &&
295 hc == f.hashCode() &&
296 hc == f.hashCode() &&
297 hc == f.hashCode() &&
298 hc == f.hashCode() &&
299 hc == f.hashCode() &&
300 hc == f.hashCode());
311 int hc = f.hashCode() local
    [all...]
ECPointTest.java 208 int hc = f.hashCode(); local
209 assertTrue(hc == f.hashCode() &&
210 hc == f.hashCode() &&
211 hc == f.hashCode() &&
212 hc == f.hashCode() &&
213 hc == f.hashCode() &&
214 hc == f.hashCode() &&
215 hc == f.hashCode() &&
216 hc == f.hashCode());
220 hc = ECPoint.POINT_INFINITY.hashCode()
    [all...]
EllipticCurveTest.java 602 int hc = 0; local
606 hc = f.hashCode();
607 assertTrue(hc == f.hashCode() && hc == f.hashCode()
608 && hc == f.hashCode() && hc == f.hashCode()
609 && hc == f.hashCode() && hc == f.hashCode()
610 && hc == f.hashCode() && hc == f.hashCode())
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
ECFieldFpTest.java 110 int hc = f.hashCode(); local
111 assertTrue(hc == f.hashCode() &&
112 hc == f.hashCode() &&
113 hc == f.hashCode() &&
114 hc == f.hashCode() &&
115 hc == f.hashCode() &&
116 hc == f.hashCode() &&
117 hc == f.hashCode() &&
118 hc == f.hashCode());
ECFieldF2mTest.java 325 int hc = f.hashCode(); local
326 assertTrue(hc == f.hashCode() &&
327 hc == f.hashCode() &&
328 hc == f.hashCode() &&
329 hc == f.hashCode() &&
330 hc == f.hashCode() &&
331 hc == f.hashCode() &&
332 hc == f.hashCode() &&
333 hc == f.hashCode());
344 int hc = f.hashCode() local
    [all...]
ECPointTest.java 201 int hc = f.hashCode(); local
202 assertTrue(hc == f.hashCode() &&
203 hc == f.hashCode() &&
204 hc == f.hashCode() &&
205 hc == f.hashCode() &&
206 hc == f.hashCode() &&
207 hc == f.hashCode() &&
208 hc == f.hashCode() &&
209 hc == f.hashCode());
213 hc = ECPoint.POINT_INFINITY.hashCode()
    [all...]
EllipticCurveTest.java 602 int hc = 0; local
606 hc = f.hashCode();
607 assertTrue(hc == f.hashCode() && hc == f.hashCode()
608 && hc == f.hashCode() && hc == f.hashCode()
609 && hc == f.hashCode() && hc == f.hashCode()
610 && hc == f.hashCode() && hc == f.hashCode())
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 290 int hc = i + 1; local
294 hc *= 257;
295 hc ^= data[i];
298 return hc;
309 int hc = i + 1; local
313 hc *= 257;
314 hc ^= data[i];
317 return hc;
322 int hc = 0; local
326 hc = hc * 257 + hashCode(ints[i])
340 int hc = i + 1; local
353 int hc = 0; local
365 int hc = 0; local
383 int hc = i + 1; local
402 int hc = i + 1; local
    [all...]
  /external/openssh/
umac.c 534 static void nh_transform(nh_ctx *hc, UINT8 *buf, UINT32 nbytes)
536 * as argument "hc" the current hash context and a buffer which must be a
543 key = hc->nh_key + hc->bytes_hashed;
544 nh_aux(key, buf, hc->state, nbytes);
579 static void nh_reset(nh_ctx *hc)
582 hc->bytes_hashed = 0;
583 hc->next_data_empty = 0;
584 hc->state[0] = 0;
586 hc->state[1] = 0
    [all...]
  /external/apache-http/src/org/apache/http/conn/routing/
RouteTracker.java 373 int hc = this.targetHost.hashCode(); local
376 hc ^= localAddress.hashCode();
378 hc ^= proxyChain.length;
380 hc ^= proxyChain[i].hashCode();
384 hc ^= 0x11111111;
386 hc ^= 0x22222222;
388 hc ^= this.tunnelled.hashCode();
389 hc ^= this.layered.hashCode();
391 return hc;
HttpRoute.java 382 int hc = this.targetHost.hashCode(); local
385 hc ^= localAddress.hashCode();
387 hc ^= proxyChain.length;
388 for (HttpHost aProxyChain : proxyChain) hc ^= aProxyChain.hashCode();
392 hc ^= 0x11111111;
394 hc ^= this.tunnelled.hashCode();
395 hc ^= this.layered.hashCode();
397 return hc;
  /ndk/sources/cxx-stl/llvm-libc++/src/
debug.cpp 128 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
129 __c_node* c = __cbeg_[hc];
170 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
171 __c_node* p = __cbeg_[hc];
172 __c_node* r = __cbeg_[hc] = (__c_node*)malloc(sizeof(__c_node));
173 if (__cbeg_[hc] == nullptr)
220 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
221 __c_node* p = __cbeg_[hc];
239 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
240 __c_node* p = __cbeg_[hc];
253 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
274 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
371 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); local
    [all...]
  /external/wpa_supplicant_8/src/wps/
ndef.c 175 struct wpabuf *hc, *carrier; local
184 hc = ndef_build_record((begin ? FLAG_MESSAGE_BEGIN : 0) |
185 FLAG_MESSAGE_END | FLAG_TNF_NFC_FORUM, "Hc", 2,
189 return hc;
196 struct wpabuf *hc; local
247 hc = ndef_build_wifi_hc(0);
248 if (hc == NULL) {
253 return wpabuf_concat(hr, hc);
  /external/eigen/test/
householder.cpp 89 HCoeffsVectorType hc = qr.hCoeffs().conjugate(); local
90 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc);
91 hseq.setLength(hc.size()).setShift(shift);
92 VERIFY(hseq.length() == hc.size());
104 HouseholderSequence<TMatrixType, HCoeffsVectorType, OnTheRight> rhseq(tm2, hc);
105 rhseq.setLength(hc.size()).setShift(shift);
  /external/valgrind/main/massif/
ms_main.c 1543 HP_Chunk* hc = VG_(malloc)("ms.main.rb.1", sizeof(HP_Chunk)); local
1613 HP_Chunk* hc = VG_(HT_remove)(malloc_list, (UWord)p); local
1663 HP_Chunk* hc; local
1825 HP_Chunk* hc = VG_(HT_lookup)( malloc_list, (UWord)p ); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 601 start, hc: Integer;
610 hc := FItems[Result].HashCode;
613 if hc = 0 then
617 if (hc = HashCode) and FComparer.Equals(FItems[Result].Key, Key) then
747 index, hc: Integer;
752 hc := Hash(Key);
753 index := GetBucketIndex(Key, hc);
757 DoAdd(hc, not index, Key, Value);
769 gap, index, hc, bucket: Integer;
772 hc := Hash(Key)
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp 1270 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2563 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2611 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2905 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 469 public MySuggestionCursor(Cursor hc, Cursor sc, String string) {
470 mHistoryCursor = hc;
472 mHistoryCount = hc != null ? hc.getCount() : 0;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
18 m);w.push(dc+v(m)+ec)}return new RegExp(w.join(O),d?fc:R)}var ha=r;function Td(a){if(r===ha){var b=document.createElement(gc);b.appendChild(document.createTextNode(hc));ha=!/</.test(b.innerHTML)}if(ha){var c=a.innerHTML;if(Ma(a))c=ga(c);return c}for(var d=[],g=a.firstChild;g;g=g.nextSibling)W(g,d);return d.join(P)}function Ud(a){var b=0;return function(c){for(var d=r,g=0,i=0,m=c.length;i<m;++i){var l=c.charAt(i);switch(l){case ic:d||(d=[]);d.push(c.substring(g,i));var n=a-b%a;for(b+=n;n>=0;n-=" ".length)d.push(" ".substring(0,
25 g=[],i=0,m=r,l=r,n=0,q=0,v=Ud(window.PR_TAB_WIDTH),w=/([\r\n ]) /g,j=/(^| ) /gm,f=/\r\n?|\n/g,s=/[ \r\n]$/,k=o;function h(p){if(p>i){if(m&&m!==l){g.push(Cc);m=r}if(!m&&l){m=l;g.push(Dc,m,Ec)}var t=ga(v(b.substring(i,p))).replace(k?j:w,Fc);k=s.test(t);var u=window._pr_isIE6()?Gc:Hc;g.push(t.replace(f,u));i=p}}for(;1;){var e;if(e=n<c.length?q<d.length?c[n]<=d[q]:o:z){h(c[n]);if(m){g.push(Cc);m=r}g.push(c[n+1]);n+=2}else if(q<d.length){h(d[q]);l=d[q+1];q+=2}else break}h(b.length);m&&g.push(Cc);a.a=g.join(P)}
  /external/doclava/res/assets/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
18 m);w.push(dc+v(m)+ec)}return new RegExp(w.join(O),d?fc:R)}var ha=r;function Td(a){if(r===ha){var b=document.createElement(gc);b.appendChild(document.createTextNode(hc));ha=!/</.test(b.innerHTML)}if(ha){var c=a.innerHTML;if(Ma(a))c=ga(c);return c}for(var d=[],g=a.firstChild;g;g=g.nextSibling)W(g,d);return d.join(P)}function Ud(a){var b=0;return function(c){for(var d=r,g=0,i=0,m=c.length;i<m;++i){var l=c.charAt(i);switch(l){case ic:d||(d=[]);d.push(c.substring(g,i));var n=a-b%a;for(b+=n;n>=0;n-=" ".length)d.push(" ".substring(0,
25 g=[],i=0,m=r,l=r,n=0,q=0,v=Ud(window.PR_TAB_WIDTH),w=/([\r\n ]) /g,j=/(^| ) /gm,f=/\r\n?|\n/g,s=/[ \r\n]$/,k=o;function h(p){if(p>i){if(m&&m!==l){g.push(Cc);m=r}if(!m&&l){m=l;g.push(Dc,m,Ec)}var t=ga(v(b.substring(i,p))).replace(k?j:w,Fc);k=s.test(t);var u=window._pr_isIE6()?Gc:Hc;g.push(t.replace(f,u));i=p}}for(;1;){var e;if(e=n<c.length?q<d.length?c[n]<=d[q]:o:z){h(c[n]);if(m){g.push(Cc);m=r}g.push(c[n+1]);n+=2}else if(q<d.length){h(d[q]);l=d[q+1];q+=2}else break}h(b.length);m&&g.push(Cc);a.a=g.join(P)}
  /external/icu4c/test/intltest/
caltest.cpp     [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 565 milliseconds

1 2 3