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

  /src/crypto/external/apache2/openssl/dist/test/
gmdifftest.c 26 long toffset; local
44 toffset = (long)off_day * SECS_PER_DAY + off_sec;
45 if (!TEST_long_eq(offset, toffset))
  /src/crypto/external/bsd/openssl/dist/test/
gmdifftest.c 26 long toffset; local
44 toffset = (long)off_day * SECS_PER_DAY + off_sec;
45 if (!TEST_long_eq(offset, toffset))
  /src/crypto/external/bsd/openssl.old/dist/test/
gmdifftest.c 26 long toffset; local
44 toffset = (long)off_day * SECS_PER_DAY + off_sec;
45 if (!TEST_long_eq(offset, toffset))
  /src/sys/arch/mmeye/stand/bootcoff/
osloader.c 95 u_long toffset; local
129 toffset = sh.s_scnptr - (sh.s_vaddr - ep_taddr);
133 ep_tsize, toffset);
160 fseek(fp, toffset, SEEK_SET);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
compress.c 391 uint16_t toffset; local
449 toffset = (uint16_t)(offset + (length - tlength));
450 if (toffset >= 0x4000) {
468 toffset |= 0x8000;
470 node->offset = toffset;
  /src/external/gpl3/gcc/dist/gcc/
tree-affine.cc 392 tree core, toffset; local
439 &toffset, &mode, &unsignedp, &reversep,
460 if (toffset)
462 tree_to_aff_combination (toffset, type, &tmp);
simplify-rtx.cc 298 tree toffset;
302 = get_inner_reference (decl, &bitsize, &bitpos, &toffset, &mode,
306 || (toffset && !poly_int_tree_p (toffset, &toffset_val)))
294 tree toffset; local
tree-ssa-strlen.cc 1254 tree toffset = build_int_cst (size_type_node, off); local
1256 size, toffset);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-affine.cc 392 tree core, toffset; local
439 &toffset, &mode, &unsignedp, &reversep,
460 if (toffset)
462 tree_to_aff_combination (toffset, type, &tmp);
simplify-rtx.cc 298 tree toffset;
302 = get_inner_reference (decl, &bitsize, &bitpos, &toffset, &mode,
306 || (toffset && !poly_int_tree_p (toffset, &toffset_val)))
294 tree toffset; local
tree-ssa-strlen.cc 1280 tree toffset = build_int_cst (size_type_node, off); local
1282 toffset);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_cs.c 788 unsigned long toffset, moffset; local
818 toffset = texdw[2] << 8;
866 if (toffset & (surf.base_align - 1)) {
868 __func__, __LINE__, toffset, surf.base_align);
877 toffset += surf.layer_size * depth;
879 toffset += surf.layer_size * mslice;
881 if (toffset > radeon_bo_size(texture)) {
2378 u32 toffset, moffset; local
2407 toffset = (u32)((reloc->gpu_offset >> 8) & 0xffffffff);
2433 ib[idx+1+(i*8)+2] += toffset;
    [all...]
radeon_evergreen.c 1459 u32 temp, toffset; local
1463 toffset = (RREG32(CG_THERMAL_CTRL) & TOFFSET_MASK) >>
1468 if (toffset & 0x100)
1469 actual_temp = temp / 2 - (0x200 - toffset);
1471 actual_temp = temp / 2 + toffset;
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 1045 struct timeval toffset; local
1058 toffset = *offset;
1059 toffset.tv_sec = l_abs(toffset.tv_sec);
1060 toffset.tv_usec = l_abs(toffset.tv_usec);
1061 if (toffset.tv_sec ||
1062 (!toffset.tv_sec && toffset.tv_usec > max_adj_offset_usec))
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 7365 HOST_WIDE_INT toffset;
7378 toffset = 0 - cfa_offset;
7379 tlen = choose_baseaddr_len (REGNO (crtl->drap_reg), toffset);
7383 base_offset = toffset;
7389 toffset = m->fs.fp_offset - cfa_offset;
7390 tlen = choose_baseaddr_len (HARD_FRAME_POINTER_REGNUM, toffset);
7394 base_offset = toffset;
7348 HOST_WIDE_INT toffset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 7045 HOST_WIDE_INT toffset;
7058 toffset = 0 - cfa_offset;
7059 tlen = choose_baseaddr_len (REGNO (crtl->drap_reg), toffset);
7063 base_offset = toffset;
7069 toffset = m->fs.fp_offset - cfa_offset;
7070 tlen = choose_baseaddr_len (HARD_FRAME_POINTER_REGNUM, toffset);
7074 base_offset = toffset;
7028 HOST_WIDE_INT toffset; local

Completed in 77 milliseconds