Searched refs:_buf (Results 1 - 25 of 26) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBEROctetStringGenerator.java42 private byte[] _buf; field in class:BEROctetStringGenerator.BufferedBEROctetStream
49 _buf = buf;
58 _buf[_off++] = (byte)b;
60 if (_off == _buf.length)
62 DEROctetString.encode(_derOut, _buf);
71 int numToCopy = Math.min(len, _buf.length - _off);
72 System.arraycopy(b, off, _buf, _off, numToCopy);
75 if (_off < _buf.length)
80 DEROctetString.encode(_derOut, _buf);
94 System.arraycopy(_buf,
[all...]
/external/stlport/test/unit/
H A Dfull_streambuf.h23 { return _buf; }
36 _buf += traits_type::to_char_type(c);
43 std::string _buf; member in class:full_streambuf
/external/chromium/third_party/libevent/
H A Devent_tagging.c72 static struct evbuffer *_buf; /* not thread safe */ variable in typeref:struct:evbuffer
77 if (_buf != NULL)
80 if ((_buf = evbuffer_new()) == NULL)
200 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf));
201 encode_int(_buf, integer);
204 encode_int(evbuf, EVBUFFER_LENGTH(_buf));
205 evbuffer_add_buffer(evbuf, _buf);
217 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf));
[all...]
/external/stlport/src/
H A Dtime_facets.cpp217 char _buf[64]; variable
243 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_mday);
244 __append(buf, _buf, ((long)t->tm_mday < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
248 _STLP_SPRINTF(_buf, "%2ld", (long)t->tm_mday);
249 __append(buf, _buf, _buf + 2, ct);
253 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_hour);
254 __append(buf, _buf, ((lon
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java114 StringBuffer _buf = new StringBuffer();
115 _buf.append(_indent);
116 _buf.append(validPolicy);
117 _buf.append(" {\n");
121 _buf.append(((PKIXPolicyNode)children.get(i)).toString(_indent + " "));
124 _buf.append(_indent);
125 _buf.append("}\n");
126 return _buf.toString();
/external/chromium/third_party/libevent/test/
H A Dregress.gen.c407 struct evbuffer *_buf = evbuffer_new(); local
408 assert(_buf != NULL);
409 evbuffer_drain(_buf, -1);
410 msg_marshal(_buf, msg);
411 evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf), EVBUFFER_LENGTH(_buf));
412 evbuffer_free(_buf);
633 struct evbuffer *_buf = evbuffer_new(); local
634 assert(_buf != NULL);
635 evbuffer_drain(_buf,
871 struct evbuffer *_buf = evbuffer_new(); local
[all...]
/external/openssh/openbsd-compat/
H A Dbsd-arc4random.c89 arc4random_buf(void *_buf, size_t n) argument
93 char *buf = (char *)_buf;
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dwpabuf.c29 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) argument
31 struct wpabuf *buf = *_buf;
33 *_buf = wpabuf_alloc(add_len);
34 return *_buf == NULL ? -1 : 0;
52 *_buf = buf;
/external/openssl/crypto/des/
H A Denc_writ.c80 int DES_enc_write(int fd, const void *_buf, int len, argument
90 const unsigned char *buf=_buf;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpabuf.c47 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) argument
49 struct wpabuf *buf = *_buf;
55 *_buf = wpabuf_alloc(add_len);
56 return *_buf == NULL ? -1 : 0;
99 *_buf = buf;
/external/wpa_supplicant_8/src/utils/
H A Dwpabuf.c47 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) argument
49 struct wpabuf *buf = *_buf;
55 *_buf = wpabuf_alloc(add_len);
56 return *_buf == NULL ? -1 : 0;
99 *_buf = buf;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpabuf.c47 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) argument
49 struct wpabuf *buf = *_buf;
55 *_buf = wpabuf_alloc(add_len);
56 return *_buf == NULL ? -1 : 0;
99 *_buf = buf;
/external/valgrind/main/coregrind/m_demangle/
H A Dvg_libciface.h54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args))
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp205 void* _buf = buf[thread_idx]; local
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf );
269 corr_depth, _buf );
284 corr_depth, _buf );
H A Dcvimgwarp.cpp240 worktype* _buf = k == 0 ? buf0 : buf1; \
255 _buf[dx] = mul_one_macro(t) + fx*(_src[sx+cn] - t); \
259 _buf[dx] = mul_one_macro(_src[xofs[dx].idx]); \
/external/openssl/ssl/
H A Ds2_pkt.c418 int ssl2_write(SSL *s, const void *_buf, int len) argument
420 const unsigned char *buf=_buf;
/external/giflib/
H A Ddgif_lib.c46 #define READ(_gif,_buf,_len) \
48 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
49 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c813 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
815 _buf, sizeof(_buf));
H A Dconfig_winreg.c579 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
581 _buf, sizeof(_buf));
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa.c401 const u8 *_buf = (const u8 *) (key + 1); local
403 wpa_hexdump(MSG_DEBUG, "RSN: msg 1/4 key data", _buf, len);
404 wpa_supplicant_parse_ies(_buf, len, &ie);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.c398 const u8 *_buf = (const u8 *) (key + 1); local
400 wpa_hexdump(MSG_DEBUG, "RSN: msg 1/4 key data", _buf, len);
401 if (wpa_supplicant_parse_ies(_buf, len, &ie) < 0)
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c398 const u8 *_buf = (const u8 *) (key + 1); local
400 wpa_hexdump(MSG_DEBUG, "RSN: msg 1/4 key data", _buf, len);
401 if (wpa_supplicant_parse_ies(_buf, len, &ie) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.c398 const u8 *_buf = (const u8 *) (key + 1); local
400 wpa_hexdump(MSG_DEBUG, "RSN: msg 1/4 key data", _buf, len);
401 if (wpa_supplicant_parse_ies(_buf, len, &ie) < 0)
/external/qemu/
H A Dqemu-char.c552 int send_all(int fd, const void *_buf, int len1) argument
555 const uint8_t *buf = _buf;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 346 milliseconds

12