HomeSort by: relevance | last modified time | path
    Searched refs:fna (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-data-ref.cc 2743 /* Returns true if FNA == FNB. */
2746 affine_function_equal_p (affine_fn fna, affine_fn fnb)
2748 unsigned i, n = fna.length ();
2754 if (!operand_equal_p (fna[i], fnb[i], 0))
2825 /* Applies operation OP on affine functions FNA and FNB, and returns the
2829 affine_fn_op (enum tree_code op, affine_fn fna, affine_fn fnb)
2835 if (fnb.length () > fna.length ())
2837 n = fna.length ();
2843 m = fna.length ();
2849 tree type = signed_type_for_types (TREE_TYPE (fna[i])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.cc 2730 /* Returns true if FNA == FNB. */
2733 affine_function_equal_p (affine_fn fna, affine_fn fnb)
2735 unsigned i, n = fna.length ();
2741 if (!operand_equal_p (fna[i], fnb[i], 0))
2812 /* Applies operation OP on affine functions FNA and FNB, and returns the
2816 affine_fn_op (enum tree_code op, affine_fn fna, affine_fn fnb)
2822 if (fnb.length () > fna.length ())
2824 n = fna.length ();
2830 m = fna.length ();
2836 tree type = signed_type_for_types (TREE_TYPE (fna[i])
    [all...]
  /src/sys/dev/ic/
nvmereg.h 530 uint8_t fna; /* Format NVM Attributes */ member in struct:nvm_identify_controller
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 3447 const char *fna = a.symbol->symtab ()->filename;
3454 int cmp = strcmp (lbasename (fna), lbasename (fnb));
3460 cmp = strcmp (fna, fnb);
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 3445 const char *fna = a.symbol->symtab ()->filename;
3452 int cmp = strcmp (lbasename (fna), lbasename (fnb));
3458 cmp = strcmp (fna, fnb);

Completed in 48 milliseconds