HomeSort by relevance Sort by last modified time
    Searched refs:_buf (Results 1 - 25 of 32) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BEROctetStringGenerator.java 42 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, 0, bytes, 0, _off)
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glMapBufferRange.cpp 7 jobject _buf = (jobject)0; local
9 _buf = _env->NewDirectByteBuffer(_p, length);
11 return _buf;
  /external/stlport/test/unit/
full_streambuf.h 23 { return _buf; }
36 _buf += traits_type::to_char_type(c);
43 std::string _buf; member in class:full_streambuf
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 23 { return _buf; }
36 _buf += traits_type::to_char_type(c);
43 std::string _buf; member in class:full_streambuf
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 23 { return _buf; }
36 _buf += traits_type::to_char_type(c);
43 std::string _buf; member in class:full_streambuf
  /external/chromium/third_party/libevent/
event_tagging.c 72 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/
time_facets.cpp 217 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, ((long)t->tm_hour < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 217 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, ((long)t->tm_hour < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 114 StringBuffer _buf = new StringBuffer(); local
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/eigen/test/
unalignedassert.cpp 71 size_t _buf = reinterpret_cast<size_t>(buf); local
72 _buf += (16 - (_buf % 16)); // make 16-byte aligned
73 _buf += boundary; // make exact boundary-aligned
74 T *x = ::new(reinterpret_cast<void*>(_buf)) T;
  /external/chromium/third_party/libevent/test/
regress.gen.c 407 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, -1)
871 struct evbuffer *_buf = evbuffer_new(); local
    [all...]
  /external/openssh/openbsd-compat/
bsd-arc4random.c 89 arc4random_buf(void *_buf, size_t n)
93 char *buf = (char *)_buf;
  /external/openssl/crypto/des/
enc_writ.c 80 int DES_enc_write(int fd, const void *_buf, int len,
90 const unsigned char *buf=_buf;
  /external/wpa_supplicant_8/src/utils/
wpabuf.c 47 int wpabuf_resize(struct wpabuf **_buf, size_t add_len)
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/
vg_libciface.h 54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 117 uint16 *_buf = (uint16 *)(buf); \
120 *_buf = bcmswap16(*_buf); \
121 _buf++; \
  /frameworks/native/cmds/installd/
installd.c 149 static int readx(int s, void *_buf, int count)
151 char *buf = _buf;
170 static int writex(int s, const void *_buf, int count)
172 const char *buf = _buf;
  /bionic/libc/bionic/
arc4random.c 230 arc4random_buf(void *_buf, size_t n)
232 u_char *buf = (u_char *)_buf;
  /external/opencv/cv/src/
cvtemplmatch.cpp 205 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 );
  /external/openssl/ssl/
s2_pkt.c 417 int ssl2_write(SSL *s, const void *_buf, int len)
419 const unsigned char *buf=_buf;
  /external/giflib/
dgif_lib.c 46 #define READ(_gif,_buf,_len) \
48 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
49 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 862 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
864 _buf, sizeof(_buf));
config_winreg.c 589 char _buf[WPS_DEV_TYPE_BUFSIZE], *buf; local
591 _buf, sizeof(_buf));
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 398 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)
    [all...]
  /external/qemu/
qemu-char.c 552 int send_all(int fd, const void *_buf, int len1)
555 const uint8_t *buf = _buf;
    [all...]

Completed in 439 milliseconds

1 2