HomeSort by relevance Sort by last modified time
    Searched defs:hlp (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_amd64.s 1298 #define hlp BP define
1354 MOVQ mul1, hlp
1358 ADDQ hlp, acc2
1362 MOVQ mul1, hlp
1366 ADDQ hlp, acc3
1370 MOVQ mul1, hlp
1374 ADDQ hlp, acc4
1384 MOVQ mul1, hlp
1388 ADDQ hlp, acc3
1392 MOVQ mul1, hlp
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_amd64.s 1298 #define hlp BP define
1354 MOVQ mul1, hlp
1358 ADDQ hlp, acc2
1362 MOVQ mul1, hlp
1366 ADDQ hlp, acc3
1370 MOVQ mul1, hlp
1374 ADDQ hlp, acc4
1384 MOVQ mul1, hlp
1388 ADDQ hlp, acc3
1392 MOVQ mul1, hlp
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 94 boolean[] hlp = new boolean[depth + 4];
95 System.arraycopy(indent, 0, hlp, 0, depth);
96 indent = hlp;
114 int[] hlp = new int[depth + 8]; local
115 System.arraycopy(nspCounts, 0, hlp, 0, depth + 1);
116 nspCounts = hlp;
328 String[] hlp = new String[nspStack.length + 16]; local
329 System.arraycopy(nspStack, 0, hlp, 0, pos);
330 nspStack = hlp;
412 String[] hlp = new String[elementStack.length + 12] local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1008 struct wpabuf *hlp[max_hlp]; local
1014 hlp[num_hlp] = wpabuf_alloc(2 * ETH_ALEN + 6 +
1016 if (!hlp[num_hlp])
1018 wpabuf_put_data(hlp[num_hlp], req->dst, ETH_ALEN);
1019 wpabuf_put_data(hlp[num_hlp], wpa_s->own_addr,
1021 wpabuf_put_data(hlp[num_hlp],
1023 wpabuf_put_buf(hlp[num_hlp], req->pkt);
1032 (const struct wpabuf **) hlp,
1035 wpabuf_free(hlp[i]);
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java 405 Object hlp = idMap.get(id); local
406 if (hlp instanceof FwdRef) {
407 FwdRef f = (FwdRef) hlp;
416 } else if (hlp != null) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 414 __mingw_fp_types_t hlp; local
416 hlp.ld = &x;
417 e = hlp.ldt->lh.sign_exponent & 0x7fff;
420 unsigned int h = hlp.ldt->lh.high;
421 if (!(hlp.ldt->lh.low | h))
427 return (((hlp.ldt->lh.high & 0x7fffffff) | hlp.ldt->lh.low) == 0 ?
440 __mingw_fp_types_t hlp; local
443 hlp.d = &x;
444 h = hlp.ldt->lh.high
462 __mingw_fp_types_t hlp; local
528 __mingw_fp_types_t hlp; local
549 __mingw_fp_types_t hlp; local
613 __mingw_fp_types_t hlp; local
626 __mingw_fp_types_t hlp; local
    [all...]
  /external/vogar/lib/
kxml-libcore-20110123.jar 

Completed in 2500 milliseconds