Searched refs:time_buf (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/pselect/ |
D | pselect02.c | 20 static struct timespec time_buf; variable 30 {128, NULL, &time_buf, EINVAL}, 44 time_buf.tv_sec = -1; in setup() 45 time_buf.tv_nsec = 0; in setup()
|
/third_party/boost/libs/locale/test/ |
D | test_winapi_formatting.cpp | 172 wchar_t time_buf[256]; in test_by_char() local 176 GetTimeFormatW(lcid,0,&st,0,time_buf,256); in test_by_char() 178 …TEST(equal(ss.str(),std::wstring(date_buf)+L"\n" + time_buf +L"\n" + date_buf + L" " + time_buf + … in test_by_char()
|
/third_party/ffmpeg/libavcodec/ |
D | atrac3plusdec.c | 56 …DECLARE_ALIGNED(32, float, time_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the gain compensati… member 292 &ctx->time_buf[ch][sb * ATRAC3P_SUBBAND_SAMPLES]); in reconstruct_frame() 301 memset(&ctx->time_buf[ch][ch_unit->num_subbands * ATRAC3P_SUBBAND_SAMPLES], in reconstruct_frame() 305 sizeof(ctx->time_buf[ch][ch_unit->num_subbands * ATRAC3P_SUBBAND_SAMPLES])); in reconstruct_frame() 314 &ctx->time_buf[ch][sb * 128]); in reconstruct_frame() 320 &ctx->time_buf[ch][0], &ctx->outp_buf[ch][0]); in reconstruct_frame()
|
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
D | RaspiStill.c | 1011 char time_buf[32]; in add_exif_tags() local 1021 snprintf(time_buf, sizeof(time_buf), in add_exif_tags() 1030 snprintf(exif_buf, sizeof(exif_buf), "EXIF.DateTimeDigitized=%s", time_buf); in add_exif_tags() 1033 snprintf(exif_buf, sizeof(exif_buf), "EXIF.DateTimeOriginal=%s", time_buf); in add_exif_tags() 1036 snprintf(exif_buf, sizeof(exif_buf), "IFD0.DateTime=%s", time_buf); in add_exif_tags()
|
/third_party/glib/gio/tests/ |
D | gdbus-connection.c | 39 gchar time_buf[128]; 50 strftime (time_buf, sizeof time_buf, "%H:%M:%S", now_tm); 53 time_buf, (gint) now.tv_usec / 1000,
|
/third_party/glib/glib/ |
D | gmessages.c | 2269 gchar time_buf[128]; in g_log_writer_format_fields() local 2316 strftime (time_buf, sizeof (time_buf), "%H:%M:%S", now_tm); in g_log_writer_format_fields() 2320 time_buf, (gint) ((now / 1000) % 1000), in g_log_writer_format_fields()
|