Searched defs:ha (Results 1 - 18 of 18) sorted by relevance

/external/deqp/framework/delibs/coding_guidelines/
H A Dprettify.js7 function z(b,a){switch(b.nodeType){case 1:var c=b.tagName.toLowerCase();a.push("<",c);for(var d=0;d<b.attributes.length;++d){var g=b.attributes[d];if(!g.specified)continue;a.push(" ");z(g,a)}a.push(">");for(var e=b.firstChild;e;e=e.nextSibling)z(e,a);if(b.firstChild||!/^(?:br|link|img)$/.test(c))a.push("</",c,">");break;case 2:a.push(b.name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=null;function ha(b){if(null===F){var a=document.createElement("PRE");
22 k.parentNode)if((k.tagName==="pre"||k.tagName==="code"||k.tagName==="xmp")&&k.className&&k.className.indexOf("prettyprint")>=0){m=true;break}if(!m){var l=ha(j);l=l.replace(/(?:\r\n?|\n)$/,"");var n=T(l,o);if(!S(j))j.innerHTML=n;else{var p=document.createElement("PRE");for(var t=0;t<j.attributes.length;++t){var w=j.attributes[t];if(w.specified)p.setAttribute(w.name,w.value)}p.innerHTML=n;j.parentNode.replaceChild(p,j);p=j}if(a&&j.tagName==="PRE"){var A=j.getElementsByTagName("br");for(var B=A.length;--B>=
/external/slf4j/slf4j-site/src/site/pages/js/
H A Dprettify.js7 function z(b,a){switch(b.nodeType){case 1:var c=b.tagName.toLowerCase();a.push("<",c);for(var d=0;d<b.attributes.length;++d){var g=b.attributes[d];if(!g.specified)continue;a.push(" ");z(g,a)}a.push(">");for(var e=b.firstChild;e;e=e.nextSibling)z(e,a);if(b.firstChild||!/^(?:br|link|img)$/.test(c))a.push("</",c,">");break;case 2:a.push(b.name.toLowerCase(),'="',$(b.value),'"');break;case 3:case 4:a.push(E(b.nodeValue));break}}var F=null;function ha(b){if(null===F){var a=document.createElement("PRE");
22 k.parentNode)if((k.tagName==="pre"||k.tagName==="code"||k.tagName==="xmp")&&k.className&&k.className.indexOf("prettyprint")>=0){m=true;break}if(!m){var l=ha(j);l=l.replace(/(?:\r\n?|\n)$/,"");var n=T(l,o);if(!S(j))j.innerHTML=n;else{var p=document.createElement("PRE");for(var t=0;t<j.attributes.length;++t){var w=j.attributes[t];if(w.specified)p.setAttribute(w.name,w.value)}p.innerHTML=n;j.parentNode.replaceChild(p,j);p=j}if(a&&j.tagName==="PRE"){var A=j.getElementsByTagName("br");for(var B=A.length;--B>=
/external/fdlibm/
H A De_hypot.c56 int j,k,ha,hb; local
58 ha = __HI(x)&0x7fffffff; /* high word of x */
60 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
61 __HI(a) = ha; /* a <- |a| */
63 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
65 if(ha > 0x5f300000) { /* a>2**500 */
66 if(ha >= 0x7ff00000) { /* Inf or NaN */
68 if(((ha
[all...]
/external/clang/test/Sema/
H A Dattr-flag-enum.c33 ha = 0x1, enumerator in enum:flag4
/external/jemalloc/src/
H A Drtree.c5 hmin(unsigned ha, unsigned hb) argument
8 return (ha < hb ? ha : hb);
/external/skia/tests/
H A DFloat16Test.cpp19 SkHalf ha = SkFloatToHalf(a); local
21 float a2 = SkHalfToFloat(ha);
/external/doclava/res/assets/templates/assets/
H A Dprettify.js18 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, variable
/external/valgrind/VEX/priv/
H A Dhost_generic_regs.c287 HInstrArray* ha = LibVEX_Alloc_inline(sizeof(HInstrArray)); local
288 ha->arr_size = 4;
289 ha->arr_used = 0;
290 ha->arr = LibVEX_Alloc_inline(ha->arr_size * sizeof(HInstr*));
291 ha->n_vregs = 0;
292 return ha;
296 void addHInstr_SLOW ( HInstrArray* ha, HInstr* instr ) argument
298 vassert(ha->arr_used == ha
[all...]
H A Dhost_generic_regs.h366 static inline void addHInstr ( HInstrArray* ha, HInstr* instr ) argument
368 if (LIKELY(ha->arr_used < ha->arr_size)) {
369 ha->arr[ha->arr_used] = instr;
370 ha->arr_used++;
372 addHInstr_SLOW(ha, instr);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_swtnl_t.c119 struct nouveau_attr_info *ha = &TAG(vertex_attrs)[i]; local
137 render->map[ha->vbo_index] = i;
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h274 Scalar ha = Scalar(0.5)*aa.angle(); // Scalar(0.5) to suppress precision loss warnings local
275 this->w() = ei_cos(ha);
276 this->vec() = ei_sin(ha) * aa.axis();
/external/tcpdump/
H A Dprint-arp.c183 const u_char *ha, u_int ha_len, const u_char *srca,
189 ND_PRINT((ndo, "%s", linkaddr_string(ndo, ha, LINKADDR_ATM, ha_len)));
182 atmarp_addr_print(netdissect_options *ndo, const u_char *ha, u_int ha_len, const u_char *srca, u_int srca_len) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 528 milliseconds