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

1 2 3 4

  /external/tcpdump/
gmt2local.c 62 dir = loc->tm_yday - gmt->tm_yday;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
2-1-buildonly.c 25 year = t.tm_yday;
  /external/syslinux/gpxe/src/include/
time.h 14 int tm_yday; /* day in the year */ member in struct:tm
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
1-1.c 87 if ((tm_ptr->tm_yday >= 0) && (tm_ptr->tm_yday <= 365)) {
88 printf("yday %02d\n", tm_ptr->tm_yday);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
rstime.rs 35 rsDebug("tm.tm_yday", tm.tm_yday);
49 _RS_ASSERT(tm.tm_yday == 6);
  /frameworks/rs/script_api/include/
rs_time.rsh 56 int tm_yday; // Days since January 1. This ranges from 0 to 365.
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 56 int tm_yday; // Days since January 1. This ranges from 0 to 365.
  /bionic/libc/kernel/uapi/linux/
rtc.h 29 int tm_yday; member in struct:rtc_time
  /device/linaro/bootloader/edk2/StdLib/Include/
time.h 29 - int tm_yday; // days since January 1 - [0, 365]
149 int tm_yday; // days since January 1 [0, 365] member in struct:tm
185 original values of the tm_wday and tm_yday components of the structure are
188 the values of the tm_wday and tm_yday components of the structure are set
307 a decimal number (00-99). [tm_year, tm_wday, tm_yday]
309 (e.g., 1997). [tm_year, tm_wday, tm_yday]
313 %j is replaced by the day of the year as a decimal number (001-366). [tm_yday]
328 first day of week 1) as a decimal number (00-53). [tm_year, tm_wday, tm_yday]
330 (01-53). [tm_year, tm_wday, tm_yday]
334 first day of week 1) as a decimal number (00-53). [tm_year, tm_wday, tm_yday]
    [all...]
  /external/kernel-headers/original/uapi/linux/
rtc.h 29 int tm_yday; member in struct:rtc_time
  /external/libchrome/base/third_party/nspr/
prtime.h 161 PRInt16 tm_yday; /* calculated day of the year member in struct:PRExplodedTime
207 * - tm_wday and tm_yday: these fields are calculated by NSPR. Users
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put1.pass.cpp 44 t.tm_yday = -1;
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/
put1.pass.cpp 58 t.tm_yday = -1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 28 int tm_yday; member in struct:rtc_time
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/
put1.pass.cpp 44 t.tm_yday = -1;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.time/locale.time.put.byname/
put1.pass.cpp 58 t.tm_yday = -1;
  /bionic/libc/bionic/
time64.c 266 assert(tm->tm_yday >= 0);
267 assert(tm->tm_yday <= length_of_year[IS_LEAP(tm->tm_year)]);
375 dest->tm_yday = src->tm_yday;
407 dest->tm_yday = src->tm_yday;
630 p->tm_yday = julian_days_by_month[leap][v_tm_mon] + (int)m;
724 if( !IS_LEAP(local_tm->tm_year) && local_tm->tm_yday == 365 )
725 local_tm->tm_yday--;
  /external/dng_sdk/source/
dng_date_time.cpp 720 (t.tm_year == zt.tm_year && t.tm_yday > zt.tm_yday) ||
721 (t.tm_year == zt.tm_year && t.tm_yday == zt.tm_yday && tzHour > 0) ||
722 (t.tm_year == zt.tm_year && t.tm_yday == zt.tm_yday && tzHour == 0 && tzMin >= 0);
  /external/elfutils/tests/
run-dwarf-getstring.sh 70 tm_yday
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strftime.c 225 pt = _conv(t->tm_yday + 1, "%03d", pt, ptlim);
312 pt = _conv((t->tm_yday + DAYSPERWEEK -
355 yday = t->tm_yday;
422 pt = _conv((t->tm_yday + DAYSPERWEEK -
  /external/strace/
rtc.c 49 tprintf("tm_wday=%d, tm_yday=%d, tm_isdst=%d}",
50 rt->tm_wday, rt->tm_yday, rt->tm_isdst);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 226 {"tm_yday", "day of year, range [1, 366]"},
263 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */
327 tm_sec, tm_wday, tm_yday, tm_isdst)\n\
343 tm_sec,tm_wday,tm_yday,tm_isdst)\n\
362 &p->tm_yday,
387 p->tm_yday--;
430 - tm_yday: [0, 365] (2)
467 if (buf.tm_yday == -1)
468 buf.tm_yday = 0;
469 else if (buf.tm_yday < 0 || buf.tm_yday > 365) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 226 {"tm_yday", "day of year, range [1, 366]"},
263 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */
327 tm_sec, tm_wday, tm_yday, tm_isdst)\n\
343 tm_sec,tm_wday,tm_yday,tm_isdst)\n\
362 &p->tm_yday,
387 p->tm_yday--;
430 - tm_yday: [0, 365] (2)
467 if (buf.tm_yday == -1)
468 buf.tm_yday = 0;
469 else if (buf.tm_yday < 0 || buf.tm_yday > 365) {
    [all...]
  /external/python/cpython2/Modules/
timemodule.c 226 {"tm_yday", "day of year, range [1, 366]"},
263 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */
327 tm_sec, tm_wday, tm_yday, tm_isdst)\n\
343 tm_sec,tm_wday,tm_yday,tm_isdst)\n\
362 &p->tm_yday,
387 p->tm_yday--;
430 - tm_yday: [0, 365] (2)
467 if (buf.tm_yday == -1)
468 buf.tm_yday = 0;
469 else if (buf.tm_yday < 0 || buf.tm_yday > 365)
    [all...]
  /external/e2fsprogs/debugfs/
util.c 261 * necessarily include ts.tm_yday (%j). Calculate this if unset:
270 if (ts.tm_yday == 0)
271 ts.tm_yday = (ts.tm_mon * 31) -
274 ret = ts.tm_sec + ts.tm_min*60 + ts.tm_hour*3600 + ts.tm_yday*86400 +

Completed in 2135 milliseconds

1 2 3 4