/external/stlport/src/ |
D | time_facets.cpp | 217 char _buf[64]; in __write_formatted_timeT() local 243 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_mday); in __write_formatted_timeT() 244 __append(buf, _buf, ((long)t->tm_mday < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct); in __write_formatted_timeT() 248 _STLP_SPRINTF(_buf, "%2ld", (long)t->tm_mday); in __write_formatted_timeT() 249 __append(buf, _buf, _buf + 2, ct); in __write_formatted_timeT() 253 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)t->tm_hour); in __write_formatted_timeT() 254 __append(buf, _buf, ((long)t->tm_hour < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct); in __write_formatted_timeT() 258 _STLP_SPRINTF(_buf, (modifier != '#') ? "%.2ld" : "%ld", (long)__hour12(t->tm_hour)); in __write_formatted_timeT() 259 …__append(buf, _buf, ((long)__hour12(t->tm_hour) < 10L && modifier == '#') ? _buf + 1 : _buf + 2, c… in __write_formatted_timeT() 263 _bend = __write_integer(_buf, 0, (long)((long)t->tm_yday + 1)); in __write_formatted_timeT() [all …]
|
/external/chromium/third_party/libevent/ |
D | event_tagging.c | 72 static struct evbuffer *_buf; /* not thread safe */ variable 77 if (_buf != NULL) in evtag_init() 80 if ((_buf = evbuffer_new()) == NULL) in evtag_init() 200 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_marshal_int() 201 encode_int(_buf, integer); in evtag_marshal_int() 204 encode_int(evbuf, EVBUFFER_LENGTH(_buf)); in evtag_marshal_int() 205 evbuffer_add_buffer(evbuf, _buf); in evtag_marshal_int() 217 evbuffer_drain(_buf, EVBUFFER_LENGTH(_buf)); in evtag_marshal_timeval() 219 encode_int(_buf, tv->tv_sec); in evtag_marshal_timeval() 220 encode_int(_buf, tv->tv_usec); in evtag_marshal_timeval() [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXPolicyNode.java | 114 StringBuffer _buf = new StringBuffer(); in toString() local 115 _buf.append(_indent); in toString() 116 _buf.append(validPolicy); in toString() 117 _buf.append(" {\n"); in toString() 121 _buf.append(((PKIXPolicyNode)children.get(i)).toString(_indent + " ")); in toString() 124 _buf.append(_indent); in toString() 125 _buf.append("}\n"); in toString() 126 return _buf.toString(); in toString()
|
/external/chromium/third_party/libevent/test/ |
D | regress.gen.c | 407 struct evbuffer *_buf = evbuffer_new(); in evtag_marshal_msg() local 408 assert(_buf != NULL); in evtag_marshal_msg() 409 evbuffer_drain(_buf, -1); in evtag_marshal_msg() 410 msg_marshal(_buf, msg); in evtag_marshal_msg() 411 evtag_marshal(evbuf, tag, EVBUFFER_DATA(_buf), EVBUFFER_LENGTH(_buf)); in evtag_marshal_msg() 412 evbuffer_free(_buf); in evtag_marshal_msg() 633 struct evbuffer *_buf = evbuffer_new(); in evtag_marshal_kill() local 634 assert(_buf != NULL); in evtag_marshal_kill() 635 evbuffer_drain(_buf, -1); in evtag_marshal_kill() 636 kill_marshal(_buf, msg); in evtag_marshal_kill() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | wpabuf.c | 29 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) in wpabuf_resize() argument 31 struct wpabuf *buf = *_buf; in wpabuf_resize() 33 *_buf = wpabuf_alloc(add_len); in wpabuf_resize() 34 return *_buf == NULL ? -1 : 0; in wpabuf_resize() 52 *_buf = buf; in wpabuf_resize()
|
/external/stlport/test/unit/ |
D | full_streambuf.h | 23 { return _buf; } in str() 36 _buf += traits_type::to_char_type(c); in overflow() 43 std::string _buf; variable
|
/external/openssl/crypto/des/ |
D | enc_writ.c | 80 int DES_enc_write(int fd, const void *_buf, int len, in DES_enc_write() argument 90 const unsigned char *buf=_buf; in DES_enc_write()
|
/external/giflib/ |
D | dgif_lib.c | 46 #define READ(_gif,_buf,_len) \ argument 48 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \ 49 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
|
/external/openssl/ssl/ |
D | s2_pkt.c | 418 int ssl2_write(SSL *s, const void *_buf, int len) in ssl2_write() argument 420 const unsigned char *buf=_buf; in ssl2_write()
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 401 const u8 *_buf = (const u8 *) (key + 1); in wpa_supplicant_process_1_of_4() local 403 wpa_hexdump(MSG_DEBUG, "RSN: msg 1/4 key data", _buf, len); in wpa_supplicant_process_1_of_4() 404 wpa_supplicant_parse_ies(_buf, len, &ie); in wpa_supplicant_process_1_of_4()
|
/external/wpa_supplicant/ |
D | wpa.c | 1509 const u8 *_buf = (const u8 *) (key + 1); in wpa_supplicant_process_1_of_4() local 1511 wpa_hexdump(MSG_DEBUG, "RSN: msg 1/4 key data", _buf, len); in wpa_supplicant_process_1_of_4() 1512 wpa_supplicant_parse_ies(_buf, len, &ie); in wpa_supplicant_process_1_of_4()
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 567 …_filsys @var{fs}, ext2_ino_t @var{ino}, int @var{flags}, char *@var{block}_buf, int (*func)(ext2_f…
|