Searched defs:extra (Results 76 - 100 of 251) sorted by relevance

1234567891011

/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_go_neg.c143 size_t extra = 0; local
148 extra = wpabuf_len(p2p->wfd_ie_go_neg);
152 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_REQ]);
154 buf = wpabuf_alloc(1000 + extra);
276 size_t extra = 0; local
283 extra = wpabuf_len(p2p->wfd_ie_go_neg);
287 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_RESP]);
289 buf = wpabuf_alloc(1000 + extra);
627 * and extra frames, mark the pending negotiation as
874 size_t extra local
[all...]
H A Dp2p_invitation.c26 size_t extra = 0; local
46 extra = wpabuf_len(wfd_ie);
50 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_REQ]);
52 buf = wpabuf_alloc(1000 + extra);
114 size_t extra = 0; local
134 extra = wpabuf_len(wfd_ie);
138 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]);
140 buf = wpabuf_alloc(1000 + extra);
/external/zlib/src/contrib/infback9/
H A Dinfback9.c235 unsigned extra; /* extra bits needed */ local
513 /* length code -- get extra bits, if any */
514 extra = (unsigned)(here.op) & 31;
515 if (extra != 0) {
516 NEEDBITS(extra);
517 length += BITS(extra);
518 DROPBITS(extra);
546 /* get distance extra bits, if any */
547 extra
[all...]
/external/boringssl/src/ssl/
H A Ds3_pkt.c200 * to by |packet|, |left| extra ones at the end. */
274 size_t extra; local
290 extra = s->s3->init_extra ? SSL3_RT_MAX_EXTRA : 0;
315 if (rr->length > SSL3_RT_MAX_ENCRYPTED_LENGTH + extra) {
326 extra = s->s3->init_extra ? SSL3_RT_MAX_EXTRA : 0;
364 if (plaintext_len > SSL3_RT_MAX_PLAIN_LENGTH + extra) {
/external/fio/engines/
H A Drbd.c428 int major, minor, extra; local
432 rbd_version(&major, &minor, &extra);
433 log_info("rbd engine: RBD version: %d.%d.%d\n", major, minor, extra);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp727 void readOptionalConfig(const char* extra) argument
732 strPath += extra;
/external/libnfc-nci/halimpl/pn54x/utils/
H A DphNxpConfig.cpp983 void readOptionalConfig(const char* extra) argument
991 strPath += extra;
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp742 void readOptionalConfig(const char* extra) argument
747 strPath += extra;
/external/libvncserver/x11vnc/
H A Dsslcmds.c92 char extra[] = ":/usr/sbin:/usr/local/sbin:/dist/sbin"; local
106 path = strdup(extra+1);
109 path = (char *) malloc(strlen(path)+strlen(extra)+1);
114 strcat(path, extra);
/external/libxml2/
H A Dbuf.c85 * @extra: extra informations
91 xmlBufMemoryError(xmlBufPtr buf, const char *extra) argument
93 __xmlSimpleError(XML_FROM_BUFFER, XML_ERR_NO_MEMORY, NULL, NULL, extra);
100 * @extra: extra informations
106 xmlBufOverflowError(xmlBufPtr buf, const char *extra) argument
108 __xmlSimpleError(XML_FROM_BUFFER, XML_BUF_OVERFLOW, NULL, NULL, extra);
510 * @len: the minimum extra free size to allocate
/external/lzma/C/
H A D7zDec.c40 Bool extra; member in struct:__anon11503
62 p->extra = True;
76 s.extra = False;
102 else if (s.extra)
110 if (s.extra || sym < 0)
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c512 unsigned int extra = (size_in_attribs) ? 0 : 2; local
516 GetReqExtra(GLXCreatePbuffer, (8 * (i + extra)), req);
524 req->numAttribs = i + extra;
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp395 const char *const extra = (cols == 1) ? "uniform" : "uniform matrix"; local
399 shProg->Name, extra, uni->name, location, uni->type->name,
768 /* If the uniform is a sampler, do the extra magic necessary to propagate
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
104 unsigned extra; /* extra bits needed */ member in struct:inflate_state
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c254 * extra -- an opaque data pointer supplied to parsing function
259 * "func" is passed the additional argument "extra".
262 parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra) argument
298 func(tagType, tagLen, curTag+TAG_HDR_SIZE, extra);
310 * extra -- user-supplied pointer. This is assumed to be a pointer to int.
314 * If a HostUnique tag is found which matches our PID, sets *extra to 1.
318 void *extra)
320 int *val = (int *) extra;
362 * extra -- extra use
317 parseForHostUniq(UINT16_t type, UINT16_t len, unsigned char *data, void *extra) argument
371 parsePADOTags(UINT16_t type, UINT16_t len, unsigned char *data, void *extra) argument
[all...]
/external/skia/src/animator/
H A DSkAnimateMaker.cpp67 SkExtras* extra = *extraPtr; local
68 if (extra->definesType(type)) {
69 extra->fExtraCallBack = NULL;
70 extra->fExtraStorage = NULL;
339 SkExtras* extra = *extraPtr; local
340 if (extra->definesType(type)) {
341 extra->fExtraCallBack = callBack;
342 extra->fExtraStorage = userStorage;
H A DSkAnimatorScript.cpp70 SkExtras* extra = *extraPtr; local
71 if (extra->fExtraCallBack)
72 propertyCallBack(extra->fExtraCallBack, extra->fExtraStorage);
/external/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp322 SkScalar extra = SkScalarMul(fSkPaint.getTextSize(), fakeBoldScale); local
323 fStroke.setStrokeStyle(fStroke.needToApply() ? fStroke.getWidth() + extra : extra,
/external/v8/src/
H A Dconversions.cc398 const int extra = negative ? 2 : 1; local
401 const int n = Min(len, p - (builder.position() - extra));
404 builder.AddPadding('0', extra + (p - builder.position()));
/external/valgrind/coregrind/
H A Dm_debuglog.c625 Int i, extra; local
642 extra = width - len;
644 ret += extra;
645 for (i = 0; i < extra; i++)
652 ret += extra;
653 for (i = 0; i < extra; i++)
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c287 char *extra = ""; local
298 extra = " (pre-authentication)";
300 extra = " (PMKSA cache)";
305 extra);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_pd.c164 size_t extra = 0; local
172 extra = wpabuf_len(p2p->wfd_ie_prov_disc_req);
176 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_PD_REQ]);
179 extra += os_strlen(p2p->p2ps_prov->info) + 1 +
182 buf = wpabuf_alloc(1000 + extra);
238 size_t extra = 0; local
259 extra = wpabuf_len(wfd_ie);
263 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_PD_RESP]);
265 buf = wpabuf_alloc(1000 + extra);
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c287 char *extra = ""; local
298 extra = " (pre-authentication)";
300 extra = " (PMKSA cache)";
305 extra);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c164 size_t extra = 0; local
172 extra = wpabuf_len(p2p->wfd_ie_prov_disc_req);
176 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_PD_REQ]);
179 extra += os_strlen(p2p->p2ps_prov->info) + 1 +
182 buf = wpabuf_alloc(1000 + extra);
238 size_t extra = 0; local
259 extra = wpabuf_len(wfd_ie);
263 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_PD_RESP]);
265 buf = wpabuf_alloc(1000 + extra);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.c287 char *extra = ""; local
298 extra = " (pre-authentication)";
300 extra = " (PMKSA cache)";
305 extra);

Completed in 796 milliseconds

1234567891011