HomeSort by relevance Sort by last modified time
    Searched refs:fix (Results 126 - 150 of 441) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.h 51 #define TC_INIT_FIX_DATA(FIX) \
52 FIX->tc_fix_data = 0
62 extern int tilegx_fix_adjustable (struct fix *);
63 #define tc_fix_adjustable(FIX) tilegx_fix_adjustable (FIX)
69 #define MD_APPLY_SYM_VALUE(FIX) 0
tc-tilepro.h 51 #define TC_INIT_FIX_DATA(FIX) \
52 FIX->tc_fix_data = 0
63 extern int tilepro_fix_adjustable (struct fix *);
64 #define tc_fix_adjustable(FIX) tilepro_fix_adjustable (FIX)
70 #define MD_APPLY_SYM_VALUE(FIX) 0
tc-ppc.c     [all...]
tc-sh.c 3396 fixS *fix; local
3421 fixS *fix; local
    [all...]
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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
erratum843419.d 3 #ld: --fix-cortex-a53-835769 --fix-cortex-a53-843419 -e0 --section-start .e843419=0x20000000 --section-start .e835769=0x3000000 -Ttext=0x400000 -Tdata=0x40000000
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 125 mFixButton.setText("Fix");
218 LintFix fix = fixes.get(0); local
222 fix.apply(doc);
223 if (fix.needsFocus()) {
227 AdtPlugin.log(IStatus.ERROR, "Did not find associated editor to apply fix");
249 AddSuppressAttribute fix = AddSuppressAttribute.createFixForAll(editor, local
251 if (fix != null) {
253 fix.apply(document);
  /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...]
  /art/runtime/interpreter/mterp/x86/
cvtfp_int.S 37 je .L${opcode}_special_case # fix up result
  /external/chromium-libpac/test/js-unittest/
passthrough.js 14 // non-alphanumeric character with a dot, then fix up the oddly placed dots.
  /external/pdfium/core/
pdfiumfpdfdoc.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumfxcrt.mk 15 # Mask some warnings. These are benign, but we probably want to fix them
  /external/pdfium/fpdfsdk/
pdfiumpdfwindow.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
  /external/pdfium/third_party/
pdfiumjpeg.mk 13 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumlcms.mk 13 # Mask some warnings. These are benign, but we probably want to fix them
  /external/v8/src/js/
harmony-regexp.js 44 // Compat fix: RegExp.prototype.sticky == undefined; UseCounter tracks it
  /external/v8/test/mjsunit/es6/
no-unicode-regexp-flag.js 19 // detailed fix.
  /external/valgrind/none/tests/s390x/
op_exception.stderr.exp 12 you are not sure, please let us know and we'll try to fix it.
25 you are not sure, please let us know and we'll try to fix it.
38 you are not sure, please let us know and we'll try to fix it.
51 you are not sure, please let us know and we'll try to fix it.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfixfloat.txt 5 echo "START FIX-FLOAT TEST" > $LOGFILE
8 ISACFIXFLOAT=../../../fix/test/testFixFloat.exe
  /ndk/build/core/
setup-imports.mk 26 $(call __ndk_info,Please fix the error and start again.)
  /ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk 14 # The fix is to unhide both __cxa_begin_cleanup and __cxa_type_match
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
insert_fn_imps.hpp 100 base_type::m_p_root = fix(base_type::m_p_root);
106 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
insert_fn_imps.hpp 100 base_type::m_p_root = fix(base_type::m_p_root);
106 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binomial_heap_base_/
insert_fn_imps.hpp 100 base_type::m_p_root = fix(base_type::m_p_root);
106 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fpformat.py 4 fix(x, digits_behind)
19 __all__ = ["fix","sci","NotANumber"]
90 def fix(x, digs): function
143 print x, fix(x, digs), sci(x, digs)

Completed in 1050 milliseconds

1 2 3 4 56 7 8 91011>>