HomeSort by relevance Sort by last modified time
    Searched defs:fix (Results 76 - 100 of 264) sorted by null

1 2 34 5 6 7 8 91011

  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 621 #define fix(x, n) (int)((x)*(1 << (n)) + .5) macro
625 #define C0_707 fix( 0.707106781f, fixb )
626 #define C0_924 fix( 0.923879533f, fixb )
627 #define C0_541 fix( 0.541196100f, fixb )
628 #define C0_382 fix( 0.382683432f, fixb )
629 #define C1_306 fix( 1.306562965f, fixb )
631 #define C1_082 fix( 1.082392200f, fixb )
632 #define C1_414 fix( 1.414213562f, fixb )
633 #define C1_847 fix( 1.847759065f, fixb )
634 #define C2_613 fix( 2.613125930f, fixb
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 208 mFixAction = new LintViewAction("Fix", ACTION_FIX,
496 LintFix fix = fixes.get(0); local
498 if (fix.needsFocus() && resource instanceof IFile) {
516 fix.apply(document);
517 if (!fix.needsFocus()) {
523 AdtPlugin.log(e, "Did not find associated editor to apply fix: %1$s",
  /toolchain/binutils/binutils-2.27/gas/config/
tc-d30v.c 75 struct d30v_fixup fix[MAX_INSN_FIXUPS]; member in struct:_fixups
539 fixups->fix[fixups->fc].reloc =
541 fixups->fix[fixups->fc].size = 4;
542 fixups->fix[fixups->fc].exp = opers[i];
543 fixups->fix[fixups->fc].operand = form->operands[i];
544 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_D30V_9_PCREL)
545 fixups->fix[fixups->fc].pcrel = RELOC_PCREL;
547 fixups->fix[fixups->fc].pcrel = op->reloc_flag;
601 if (fx->fix[i].reloc)
604 fix_new_exp (frag_now, where, fx->fix[i].size, &(fx->fix[i].exp)
    [all...]
tc-m32r.c 513 int bytes, fix;
521 fix = 0;
525 fix = 1;
535 fix += 2;
540 fragp->fr_fix += fix;
511 int bytes, fix; local
    [all...]
tc-mmix.c 74 /* Copy the location of a frag to a fix. */
75 #define COPY_FR_WHERE_TO_FX(FRAG, FIX) \
78 (FIX)->fx_file = (FRAG)->fr_file; \
79 (FIX)->fx_line = (FRAG)->fr_line; \
139 fixS *fix; member in struct:mmix_symbol_gregs::mmix_symbol_greg_fixes
2755 struct mmix_symbol_greg_fixes *fix; local
    [all...]
tc-rx.c 1771 fixS * fix = rxb->fixups[fi].fixP; local
    [all...]
tc-tic30.c 1147 /* Special fix for LDP instruction. */
1933 fixS *fix; local
1959 fixS *fix; local
    [all...]
tc-tilegx.c 1847 addressT bytes, fix; local
    [all...]
tc-sh.c 3397 fixS *fix; local
3422 fixS *fix; local
    [all...]
tc-sparc.c 4658 int count, fix; local
    [all...]
tc-alpha.c 5369 int bytes, fix; local
    [all...]
tc-arc.c 3176 int size, fix; local
    [all...]
tc-metag.c 6851 int bytes, fix; local
    [all...]
tc-tic6x.c 1867 fixS *fix; local
    [all...]
tc-aarch64.c 6321 int bytes, fix, noop_size; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.1.2/
error_prone_core-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/26.2.0-alpha16/
lint-26.2.0-alpha16.jar 
  /external/python/cpython2/Modules/
_ssl.c 4071 unsigned int major, minor, fix, patch, status; local
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 5150 unsigned int major, minor, fix, patch, status; local
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 4708 String fix = name.substring(1 + name.lastIndexOf(',')); local
    [all...]
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /external/libpng/contrib/libtests/
pngvalid.c 254 fix(double d) function
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 1468 Word zix, fix, csvalsUsed; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xtensa.c 147 symbols from other input files. The per-section list of "fix"
6168 reloc_bfd_fix *fix; local
9649 reloc_bfd_fix *fix; local
10207 reloc_bfd_fix *fix; local
10752 reloc_bfd_fix *fix; local
10797 reloc_bfd_fix *fix; local
    [all...]

Completed in 935 milliseconds

1 2 34 5 6 7 8 91011