HomeSort by relevance Sort by last modified time
    Searched defs:ats (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeVals.h 93 time_t ats[TZ_MAX_TIMES]; member in struct:state
  /bionic/libc/kernel/uapi/linux/genwqe/
genwqe_card.h 244 __u64 ats; member in struct:genwqe_ddcb_cmd::__anon620::__anon621
  /bionic/libc/tzcode/
localtime.c 129 time_t ats[TZ_MAX_TIMES]; member in struct:state
456 + timecnt * stored /* ats */
481 if (timecnt && attime <= sp->ats[timecnt - 1]) {
482 if (attime < sp->ats[timecnt - 1])
487 sp->ats[timecnt++] = attime;
615 if (sp->ats[sp->timecnt - 1] < ts->ats[i])
619 sp->ats[sp->timecnt] = ts->ats[i];
633 differ_by_repeat(sp->ats[i], sp->ats[0]))
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 108 time_t ats[TZ_MAX_TIMES]; member in struct:state
409 sp->timecnt * stored + /* ats */
433 sp->ats[timecnt++] = time_t_min;
435 sp->ats[timecnt++] = at;
533 ts.ats[i] <=
534 sp->ats[sp->timecnt - 1])
538 sp->ats[sp->timecnt] =
539 ts.ats[i];
553 differ_by_repeat(sp->ats[i], sp->ats[0]))
    [all...]
zic.c 1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); local
    [all...]
  /external/kernel-headers/original/uapi/linux/genwqe/
genwqe_card.h 272 * driver know where those addresses are by specifying the ATS field,
277 * Our hardware will refuse DDCB execution if the ATS field is not as
280 * will check that against the ATS field definition. Any invalid or
281 * unknown ATS content will lead to DDCB refusal.
356 #define DDCB_ASIV_LENGTH_ATS 96 /* ASIV in ATS architecture */
371 * Address Translation Specification (ATS) definitions
373 * Each 4 bit within the ATS 64-bit word specify the required address
382 * The first 4 entries in the ATS word are reserved. The following nibbles
433 __u64 ats; member in struct:genwqe_ddcb_cmd::__anon25510::__anon25511

Completed in 416 milliseconds