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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_globals.h 19 i915_global_func_t shrink; member in struct:i915_global
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpStack.cpp 62 void InterpStack::shrink(size_t Size) { function in class:InterpStack
  /src/sys/external/bsd/drm2/include/linux/
shrinker.h 43 int (*shrink)(struct shrinker *, struct shrink_control *); member in struct:shrinker
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pai.h 24 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, member in struct:pai_s
64 return self->shrink(tsdn, self, edata, old_size, new_size,
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pai.h 24 bool (*shrink)(tsdn_t *tsdn, pai_t *self, edata_t *edata, member in struct:pai_s
64 return self->shrink(tsdn, self, edata, old_size, new_size,
  /src/external/gpl3/binutils/dist/bfd/
reloc16.c 148 unsigned shrink = 0; local
184 of the "shrink" at each reloc in the section. This allows us to
216 in this section and attempt to shrink it. */
217 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i];
232 shrink = shrinks[reloc_count];
237 input_section->size -= shrink;
  /src/external/gpl3/binutils.old/dist/bfd/
reloc16.c 148 unsigned shrink = 0; local
184 of the "shrink" at each reloc in the section. This allows us to
216 in this section and attempt to shrink it. */
217 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i];
232 shrink = shrinks[reloc_count];
237 input_section->size -= shrink;
  /src/external/gpl3/gdb/dist/bfd/
reloc16.c 148 unsigned shrink = 0; local
184 of the "shrink" at each reloc in the section. This allows us to
216 in this section and attempt to shrink it. */
217 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i];
232 shrink = shrinks[reloc_count];
237 input_section->size -= shrink;
  /src/external/gpl3/gdb.old/dist/bfd/
reloc16.c 148 unsigned shrink = 0; local
184 of the "shrink" at each reloc in the section. This allows us to
216 in this section and attempt to shrink it. */
217 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
222 if (shrink != shrinks[i])
226 shrinks[j] += shrink - shrinks[i];
232 shrink = shrinks[reloc_count];
237 input_section->size -= shrink;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_shmem.c 104 const unsigned int shrink[] = { local
107 }, *s = shrink;
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
scatterlist.c 184 static unsigned int shrink(unsigned long n, function
273 shrink,
  /src/sbin/resize_ffs/
resize_ffs.c 1635 * Evict all inodes from the specified cg. shrink() already checked
1750 * Shrink the file system.
1753 shrink(void) function
2300 shrink();
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 281 static void shrink (struct ia64_opcode *);
2757 shrink (struct ia64_opcode *table)
2855 shrink (ia64_opcodes_a);
2856 shrink (ia64_opcodes_b);
2857 shrink (ia64_opcodes_f);
2858 shrink (ia64_opcodes_i);
2859 shrink (ia64_opcodes_m);
2860 shrink (ia64_opcodes_x);
2861 shrink (ia64_opcodes_d);
2730 shrink (struct ia64_opcode *table) function
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 281 static void shrink (struct ia64_opcode *);
2757 shrink (struct ia64_opcode *table)
2855 shrink (ia64_opcodes_a);
2856 shrink (ia64_opcodes_b);
2857 shrink (ia64_opcodes_f);
2858 shrink (ia64_opcodes_i);
2859 shrink (ia64_opcodes_m);
2860 shrink (ia64_opcodes_x);
2861 shrink (ia64_opcodes_d);
2730 shrink (struct ia64_opcode *table) function
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 281 static void shrink (struct ia64_opcode *);
2757 shrink (struct ia64_opcode *table)
2855 shrink (ia64_opcodes_a);
2856 shrink (ia64_opcodes_b);
2857 shrink (ia64_opcodes_f);
2858 shrink (ia64_opcodes_i);
2859 shrink (ia64_opcodes_m);
2860 shrink (ia64_opcodes_x);
2861 shrink (ia64_opcodes_d);
2730 shrink (struct ia64_opcode *table) function
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 281 static void shrink (struct ia64_opcode *);
2757 shrink (struct ia64_opcode *table)
2855 shrink (ia64_opcodes_a);
2856 shrink (ia64_opcodes_b);
2857 shrink (ia64_opcodes_f);
2858 shrink (ia64_opcodes_i);
2859 shrink (ia64_opcodes_m);
2860 shrink (ia64_opcodes_x);
2861 shrink (ia64_opcodes_d);
2730 shrink (struct ia64_opcode *table) function
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 362 void shrink (data &obj);
366 virtual void shrink (char *ptr);
438 data::allocator::shrink (data &obj) function in class:data::allocator
440 shrink (obj.buffer);
452 data::allocator::shrink (char *ptr) function in class:data::allocator
1393 data::simple_memory.shrink (bytes.buffer);
1407 static void shrink (data &data) function in class:elf::elf_in
1449 shrink (strtab);
1462 shrink (sectab);
1506 data::simple_memory.shrink (hdr)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 353 void shrink (data &obj);
357 virtual void shrink (char *ptr);
426 data::allocator::shrink (data &obj) function in class:data::allocator
428 shrink (obj.buffer);
440 data::allocator::shrink (char *ptr) function in class:data::allocator
1357 data::simple_memory.shrink (bytes.buffer);
1371 static void shrink (data &data) function in class:elf::elf_in
1413 shrink (strtab);
1426 shrink (sectab);
1470 data::simple_memory.shrink (hdr)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 6244 /* We never shrink it, just fake it into thinking so. */
9802 /* We expanded on a previous pass. Can we shrink now? */
9803 long shrink = fragP->tc_frag_data.text_expansion[0] - stretch_me;
9804 if (shrink <= stretch && stretch > 0)
9807 return -shrink;
9789 long shrink = fragP->tc_frag_data.text_expansion[0] - stretch_me; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 6244 /* We never shrink it, just fake it into thinking so. */
9802 /* We expanded on a previous pass. Can we shrink now? */
9803 long shrink = fragP->tc_frag_data.text_expansion[0] - stretch_me;
9804 if (shrink <= stretch && stretch > 0)
9807 return -shrink;
9789 long shrink = fragP->tc_frag_data.text_expansion[0] - stretch_me; local

Completed in 79 milliseconds