HomeSort by: relevance | last modified time | path
    Searched defs:offset1 (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/fs/nfs/common/
nfs_fha.c 300 off_t offset1, offset2; local
320 offset1 = i->offset;
323 if (((offset1 >= offset2)
324 && ((offset1 - offset2) < (1 << softc->ctls.bin_shift)))
325 || ((offset2 > offset1)
326 && ((offset2 - offset1) < (1 << softc->ctls.bin_shift)))) {
345 req_count, offset1, offset2);
  /src/external/gpl2/dtc/dist/tests/
dtbs_equal_ordered.c 70 int offset1, offset2; local
79 offset1 = nextoffset1;
80 tag1 = fdt_next_tag(fdt1, offset1, &nextoffset1);
89 tag1, tag2, offset1, offset2);
93 name1 = fdt_get_name(fdt1, offset1, &err);
96 offset1, fdt_strerror(err));
104 name1, name2, offset1, offset2);
108 prop1 = fdt_offset_ptr(fdt1, offset1, sizeof(*prop1));
110 FAIL("Could get fdt1 property at %d", offset1);
119 "at (%d, %d)", name1, name2, offset1, offset2)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
rtl-tests.cc 269 rtx offset1 = gen_int_mode (poly_int64 (9, 11), Pmode); local
270 rtx sum1 = gen_rtx_CONST (Pmode, gen_rtx_PLUS (Pmode, symbol, offset1));
ipa-modref-tree.cc 114 poly_int64 offset1, poly_int64 size1,
118 && known_eq (offset, offset1)
126 offset = offset1;
152 if (!known_eq (offset, offset1))
171 poly_int64 offset1 = 0; local
185 if (!combined_offsets (a, &new_parm_offset, &offset1, &aoffset1))
203 || !known_eq (offset1, aoffset1))
205 update (new_parm_offset, offset1, a.size, max_size,
213 if (known_le (offset1, aoffset1))
216 || known_ge (offset1 + max_size, aoffset1)
339 poly_int64 new_parm_offset, offset1, aoffset1; local
777 poly_int64 offset1 = 0; local
    [all...]
ira-conflicts.cc 263 int allocno_preferenced_hard_regno, index, offset1, offset2;
273 reg1 = go_through_subreg (reg1, &offset1);
281 allocno_preferenced_hard_regno = REGNO (reg1) + offset1 - offset2;
286 allocno_preferenced_hard_regno = REGNO (reg2) + offset2 - offset1;
295 && offset1 == offset2
261 int allocno_preferenced_hard_regno, index, offset1, offset2; local
lower-subreg.cc 1327 int src_reg_num, dest_reg_num, offset1, offset2, src_offset; local
1364 offset1 = UNITS_PER_WORD * dest_reg_num;
1372 offset1);
recog.cc 1210 rtx base0, base1, offset0, offset1;
1212 split_const (op1, &base1, &offset1);
1208 rtx base0, base1, offset0, offset1; local
rtlanal.cc 359 poly_int64 offset1, offset2;
370 offset1 = crtl->outgoing_args_size + get_frame_size ();
372 offset1 = - offset1;
375 return offset1;
377 return - offset1;
388 offset1);
389 return offset1;
397 offset1);
400 return offset1 + offset2
358 poly_int64 offset1, offset2; local
    [all...]
simplify-rtx.cc 503 rtx base0, base1, offset0, offset1;
505 split_const (op1, &base1, &offset1);
497 rtx base0, base1, offset0, offset1; local
  /src/external/gpl3/gcc.old/dist/gcc/
rtl-tests.cc 268 rtx offset1 = gen_int_mode (poly_int64 (9, 11), Pmode); local
269 rtx sum1 = gen_rtx_CONST (Pmode, gen_rtx_PLUS (Pmode, symbol, offset1));
ipa-modref-tree.cc 114 poly_int64 offset1, poly_int64 size1,
118 && known_eq (offset, offset1)
126 offset = offset1;
152 if (!known_eq (offset, offset1))
171 poly_int64 offset1 = 0; local
185 if (!combined_offsets (a, &new_parm_offset, &offset1, &aoffset1))
203 || !known_eq (offset1, aoffset1))
205 update (new_parm_offset, offset1, a.size, max_size,
213 if (known_le (offset1, aoffset1))
216 || known_ge (offset1 + max_size, aoffset1)
339 poly_int64 new_parm_offset, offset1, aoffset1; local
777 poly_int64 offset1 = 0; local
    [all...]
ira-conflicts.cc 260 int allocno_preferenced_hard_regno, index, offset1, offset2;
270 reg1 = go_through_subreg (reg1, &offset1);
278 allocno_preferenced_hard_regno = REGNO (reg1) + offset1 - offset2;
283 allocno_preferenced_hard_regno = REGNO (reg2) + offset2 - offset1;
292 && offset1 == offset2
258 int allocno_preferenced_hard_regno, index, offset1, offset2; local
lower-subreg.cc 1313 int src_reg_num, dest_reg_num, offset1, offset2, src_offset; local
1350 offset1 = UNITS_PER_WORD * dest_reg_num;
1358 offset1);
recog.cc 1210 rtx base0, base1, offset0, offset1;
1212 split_const (op1, &base1, &offset1);
1208 rtx base0, base1, offset0, offset1; local
rtlanal.cc 359 poly_int64 offset1, offset2;
370 offset1 = crtl->outgoing_args_size + get_frame_size ();
372 offset1 = - offset1;
375 return offset1;
377 return - offset1;
388 offset1);
389 return offset1;
397 offset1);
400 return offset1 + offset2
358 poly_int64 offset1, offset2; local
    [all...]
simplify-rtx.cc 503 rtx base0, base1, offset0, offset1;
505 split_const (op1, &base1, &offset1);
497 rtx base0, base1, offset0, offset1; local
tree-ssa-phiopt.cc 3662 int offset1, offset2, size2; local
3752 offset1 = tree_to_uhwi (tree_offset1);
3757 if (offset1 % BITS_PER_UNIT != 0)
3762 if (align1 + offset2 - offset1 + size2 > param_align_bits)
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_pbg.c 39 UINT64 offset1, offset2; local
59 offset1 = offset2 = len - (2 * TSS_TPM_RSP_BLOB_AUTH_LEN);
60 UnloadBlob_Auth(&offset1, b, auth1);
61 UnloadBlob_Auth(&offset1, b, auth2);
63 offset1 = offset2 = len - TSS_TPM_RSP_BLOB_AUTH_LEN;
64 UnloadBlob_Auth(&offset1, b, auth1);
66 offset1 = offset2 = len - TSS_TPM_RSP_BLOB_AUTH_LEN;
67 UnloadBlob_Auth(&offset1, b, auth2);
71 offset1 = TSS_TPM_TXBLOB_HDR_LEN;
73 UnloadBlob_UINT32(&offset1, val1, b)
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
dri3.h 263 uint32_t offset1; member in struct:xcb_dri3_pixmap_from_buffers_request_t
776 uint32_t offset1,
804 uint32_t offset1,
  /src/external/cddl/osnet/dist/common/ctf/
ctf_types.c 1004 ulong_t offset1; local
1007 ctf_get_ctm_info(fp, mp, size, &increment, &xtype, &offset1,
1010 offset + offset1, depth + 1)) != 0)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
thead.cc 71 HOST_WIDE_INT offset1, offset2; local
109 split_plus (XEXP (mem1, 0), &base1, &offset1); local
115 gcc_assert (known_eq (offset1 + size1, offset2));
117 HOST_WIDE_INT imm2 = offset1 >> shamt;
121 gcc_assert ((imm2 << shamt) == offset1);
153 rtx base1, base2, offset1, offset2; local
154 extract_base_offset_in_addr (*mem1, &base1, &offset1);
166 if (known_eq (UINTVAL (offset1) + size, UINTVAL (offset2)))
172 if (known_eq (UINTVAL (offset2) + size, UINTVAL (offset1)))
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 938 HOST_WIDE_INT offset1, offset2; local
941 offset1 = calculate_offset (eq1->expr);
945 v->offset + offset1 - offset2);
959 HOST_WIDE_INT offset1, offset2; local
961 offset1 = calculate_offset (eq1->expr);
964 if (s1->offset + offset1 != s2->offset + offset2)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 938 HOST_WIDE_INT offset1, offset2; local
941 offset1 = calculate_offset (eq1->expr);
945 v->offset + offset1 - offset2);
959 HOST_WIDE_INT offset1, offset2; local
961 offset1 = calculate_offset (eq1->expr);
964 if (s1->offset + offset1 != s2->offset + offset2)
  /src/external/bsd/zstd/dist/lib/dictBuilder/
zdict.c 612 U32 offset1 = seq[0].offBase - ZSTD_REP_NUM; local
614 if (offset1 >= MAXREPOFFSET) offset1 = 0;
616 repOffsets[offset1] += 3;
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 1447 unsigned short offset1; member in struct:gate_descr
1578 gate.selector, gate.offset1, gate.offset0);
1590 gate.selector, gate.offset1, gate.offset0);
1602 gate.selector, gate.offset1, gate.offset0);
1610 gate.selector, gate.offset1, gate.offset0);

Completed in 70 milliseconds

1 2