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

  /src/external/gpl2/lvm2/dist/lib/device/
dev-io.c 195 struct device_area widened; local
204 _widen_region(block_size, where, &widened);
208 if (!memcmp(where, &widened, sizeof(widened)) &&
213 if (!(bounce = alloca((size_t) widened.size + block_size))) {
225 if (!_io(&widened, bounce, 0)) {
229 memset(bounce, '\n', widened.size);
233 memcpy(bounce + (where->start - widened.start), buffer,
237 return _io(&widened, bounce, 1);
240 memcpy(buffer, bounce + (where->start - widened.start)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 3136 exclude cases like ADDI being "widened" to an ADDMI, which may
6878 TInsn widened;
6879 /* Try the widened version. */
6883 &widened, true)
6884 && opcode_fits_format_slot (widened.opcode,
6887 v_copy.slots[slot] = widened;
6926 /* A narrow instruction could be widened later to help
8123 /* A branch is typically widened only when its target is out of
10046 widens = the number of narrow instructions that should be widened
6867 TInsn widened; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 3136 exclude cases like ADDI being "widened" to an ADDMI, which may
6878 TInsn widened;
6879 /* Try the widened version. */
6883 &widened, true)
6884 && opcode_fits_format_slot (widened.opcode,
6887 v_copy.slots[slot] = widened;
6926 /* A narrow instruction could be widened later to help
8123 /* A branch is typically widened only when its target is out of
10046 widens = the number of narrow instructions that should be widened
6867 TInsn widened; local

Completed in 40 milliseconds