HomeSort by: relevance | last modified time | path
    Searched defs:toi (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c 439 static unsigned toi(const void *p, int n);
1868 fsize = toi(isodirrec + DR_size_offset, DR_size_size);
2165 } else if (toi(isodirrec + DR_volume_sequence_number_offset, 2) != 1) {
2258 file->rdev = toi(data,4);
2260 file->rdev |= toi(data + 8, 4);
2276 = (__LA_MODE_T)toi(data, 4);
2279 = toi(data + 8, 4);
2282 = toi(data + 16, 4);
2285 = toi(data + 24, 4);
2288 = toi(data + 32, 4)
3234 toi(const void *p, int n) function
    [all...]
  /src/lib/libc/time/
zic.c 2697 ptrdiff_t fromi, toi; local
2699 toi = 0;
2702 if (toi != 0
2704 + utoffs[attypes[toi - 1].type])
2705 <= (attypes[toi - 1].at
2706 + utoffs[toi == 1 ? 0
2707 : attypes[toi - 2].type]))) {
2708 attypes[toi - 1].type =
2712 if (toi == 0
2714 || (utoffs[attypes[toi - 1].type
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 433 rtx toi;
435 toi = simplify_unary_operation (ZERO_EXTEND, toi_mode,
439 toi = gen_reg_rtx (toi_mode);
440 convert_mode_scalar (toi, fromi, 1);
442 toi
443 = maybe_expand_shift (LSHIFT_EXPR, toi_mode, toi,
447 if (toi)
449 tof = lowpart_subreg (to_mode, toi, toi_mode);
1401 int toi = m_to.get_addr_inc ();
1403 if (toi >= 0 && fromi >= 0
431 rtx toi; local
1398 int toi = m_to.get_addr_inc (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 1181 int toi = m_to.get_addr_inc ();
1183 if (toi >= 0 && fromi >= 0)
1185 else if (toi <= 0 && fromi <= 0)
1178 int toi = m_to.get_addr_inc (); local

Completed in 25 milliseconds