HomeSort by relevance Sort by last modified time
    Searched refs:tm_hour (Results 276 - 300 of 327) sorted by null

<<11121314

  /external/curl/lib/vtls/
gtls.c 222 tm->tm_hour,
    [all...]
  /external/jhead/
exif.c     [all...]
  /external/libchrome/base/time/
time_unittest.cc 78 EXPECT_EQ(tms.tm_hour, exploded.hour);
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 332 printf("%2d:%02d:%02d.%03d ", tm.tm_hour, tm.tm_min, tm.tm_sec, ms);
    [all...]
  /external/opencv3/3rdparty/libpng/
pngwrite.c 432 ptime->hour = (png_byte)ttime->tm_hour;
    [all...]
  /external/tcpdump/
smbutil.c 42 tp->tm_hour = (p1 >> 3) & 0xFF;
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/libexif/libexif/
exif-entry.c     [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c 589 (unsigned int) now.tm_hour,
    [all...]
  /external/libpng/
pngwrite.c 468 ptime->hour = (png_byte)ttime->tm_hour;
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngwrite.c 457 ptime->hour = (png_byte)ttime->tm_hour;
    [all...]
  /external/zlib/src/contrib/minizip/
unzip.c 860 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
    [all...]
zip.c 341 ((ptm->tm_sec/2) + (32* ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 898 int tm_hour; member in struct:tm
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /external/ImageMagick/coders/
pdf.c     [all...]
  /external/curl/lib/
http.c     [all...]
  /external/libmtp/src/
ptp-pack.c 552 tm.tm_hour = atoi (tmp);
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 590 t->tm_mday, t->tm_hour, t->tm_min, pathname);
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 562 tm.tm_hour, tm.tm_min, tm.tm_sec);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 122 int tm_hour; ///< hours member in struct:__anon28901
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 2226 milliseconds

<<11121314