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

  /external/wpa_supplicant_8/src/utils/
uuid.c 17 u8 *opos; local
20 opos = bin;
22 if (hexstr2bin(pos, opos, 4))
25 opos += 4;
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
30 opos += 2;
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
35 opos += 2;
37 if (*pos++ != '-' || hexstr2bin(pos, opos, 2))
40 opos += 2
    [all...]
common.c 175 u8 *opos = buf; local
181 *opos++ = a;
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 42 u8 *opos; local
55 opos = buf;
63 os_memcpy(opos, hash, clen);
64 opos += clen;
77 u8 *opos; local
90 opos = buf;
98 os_memcpy(opos, hash, clen);
99 opos += clen;
  /system/core/toolbox/
nandread.c 34 loff_t pos, opos, end, bpos; local
190 for (pos = start, opos = 0; pos < end; pos += mtdinfo.writesize) {
250 fprintf(statusfile, "%08" PRIx64 ": ecc corrected\n", opos);
252 fprintf(statusfile, "%08" PRIx64 ": ecc failed\n", opos);
254 fprintf(statusfile, "%08" PRIx64 ": badblock\n", opos);
256 fprintf(statusfile, "%08" PRIx64 ": read error\n", opos);
257 opos += mtdinfo.writesize + spare_size;
  /external/curl/src/
tool_urlglob.c 87 size_t opos = *posp-1; local
100 return GLOBERROR("unmatched brace", opos, CURLE_URL_MALFORMAT);
  /external/valgrind/callgrind/
debug.c 379 UInt ln, i=0, opos=0; local
397 if (obj_name[i]=='/') opos = i+1;
401 VG_(printf)(" %s", obj_name+opos);
  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 509 int opos = (bits+ow-1)/ow*ow-bits; local
513 if (count > ow - opos%ow) { // free space available in output byte
514 count = ow - opos%ow; // choose the smaller number
517 out[opos/ow] |= // paste!
521 << (ow-opos%ow-count); // move to the output position
523 opos += count; // advance
  /external/wpa_supplicant_8/src/wps/
wps_common.c 31 u8 hash[SHA256_MAC_LEN], *opos; local
46 opos = res;
53 os_memcpy(opos, hash, SHA256_MAC_LEN);
54 opos += SHA256_MAC_LEN;
57 os_memcpy(opos, hash, left);
  /external/freetype/src/autofit/
afhints.h 285 FT_Pos opos; /* original, scaled position */ member in struct:AF_EdgeRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.h 282 FT_Pos opos; /* original, scaled position */ member in struct:AF_EdgeRec_
  /external/wpa_supplicant_8/src/tls/
x509v3.c 88 char *ipos, *opos; local
91 ipos = opos = a;
98 *opos++ = *ipos++;
102 *opos-- = '\0';
103 if (opos > a && x509_whitespace(*opos))
104 *opos = '\0';
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 2115 size_t opos = mNextObjectHint; local
    [all...]
  /device/google/dragon/recovery/updater/
ec_commands.h 3396 uint16_t opos; \/* Object Position *\/ member in struct:ec_params_usb_pd_get_mode_response
3412 uint8_t opos; \/* Object Position *\/ member in struct:ec_params_usb_pd_set_mode_request
    [all...]

Completed in 454 milliseconds