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

  /src/external/bsd/elftosb/dist/common/
StExecutableImage.cpp 152 AddressFilterList::const_iterator fit = m_filters.begin(); local
153 for (; fit != m_filters.end(); ++fit)
155 const AddressFilter & filter = *fit;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.h 181 struct scatterlist *sgl, *fit; member in struct:i915_gpu_coredump
  /src/sys/netinet/
sctp_output.c 4107 /* A data chunk MUST fit in a cluster */
4233 /* It will NEVER fit */
6714 /* can't fit so we are done */
6824 /* None will fit */
7844 /* Reduce the size of the sack to fit */
7845 int calc, fit; local
7848 fit = calc/sizeof(struct sctp_gap_ack_block);
7849 if (fit > (int)num_gap_blocks) {
7851 asoc->numduptsns = (fit - num_gap_blocks);
7854 num_gap_blocks = fit;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 2771 bool fit = IN_RANGE (INTVAL (op1), 0, MAX_LD_OFFSET (mode));
2773 if (fit)
2917 bool fit = INTVAL (XEXP (x, 1)) <= MAX_LD_OFFSET (mode);
2919 if (fit)
10133 /* varasm fails to handle big fixed modes that don't fit in hwi. */
12581 Define this hook to allow CCmode to fit in a single REG_CC. For
2770 bool fit = IN_RANGE (INTVAL (op1), 0, MAX_LD_OFFSET (mode)); local
2916 bool fit = INTVAL (XEXP (x, 1)) <= MAX_LD_OFFSET (mode); local
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 3385 bool fit = (IN_RANGE (INTVAL (op1), 0, MAX_LD_OFFSET (mode))
3390 if (fit)
3533 bool fit = INTVAL (XEXP (x, 1)) <= MAX_LD_OFFSET (mode);
3535 if (fit)
11230 /* varasm fails to handle big fixed modes that don't fit in hwi. */
13789 Define this hook to allow CCmode to fit in a single REG_CC. For
3384 bool fit = (IN_RANGE (INTVAL (op1), 0, MAX_LD_OFFSET (mode)) local
3532 bool fit = INTVAL (XEXP (x, 1)) <= MAX_LD_OFFSET (mode); local
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 54 does not fit the next instruction sequence is attempted.
335 an op can fit (i.e., the bitcount of the slot field above). */
1701 as_bad (ngettext ("%s relocations do not fit in %d byte",
1702 "%s relocations do not fit in %d bytes",
3336 operand type. It will return TRUE if it does not fit. */
3348 /* Assumes: All immeds are constants. Check that all constants fit
3434 it cannot be known to fit at assembly time. */
3756 /* Some of its immeds don't fit. Try to build a relaxed version.
3825 max_growth. If it doesn't fit in this fragment, close this one
6863 int fit = 0
6852 int fit = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 54 does not fit the next instruction sequence is attempted.
335 an op can fit (i.e., the bitcount of the slot field above). */
1701 as_bad (ngettext ("%s relocations do not fit in %d byte",
1702 "%s relocations do not fit in %d bytes",
3336 operand type. It will return TRUE if it does not fit. */
3348 /* Assumes: All immeds are constants. Check that all constants fit
3434 it cannot be known to fit at assembly time. */
3756 /* Some of its immeds don't fit. Try to build a relaxed version.
3825 max_growth. If it doesn't fit in this fragment, close this one
6863 int fit = 0
6852 int fit = 0; local
    [all...]

Completed in 66 milliseconds