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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gdb/linux-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)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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/python/darwin-x86/2.7.5/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)
  /prebuilts/python/linux-x86/2.7.5/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)
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.h 166 extern struct fix *obj_elf_vtable_inherit (int);
167 extern struct fix *obj_elf_vtable_entry (int);
tc-cris.h 83 #define TC_FORCE_RELOCATION(FIX) md_cris_force_relocation (FIX)
84 extern int md_cris_force_relocation (struct fix *);
97 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
98 (!(FIX)->fx_pcrel \
99 || IS_CRIS_PIC_RELOC ((FIX)->fx_r_type) \
100 || TC_FORCE_RELOCATION (FIX))
104 #define tc_fix_adjustable(FIX) \
105 ((FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
106 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY
    [all...]
tc-microblaze.h 47 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
48 (!(FIX)->fx_pcrel \
49 || (FIX)->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOT \
50 || (FIX)->fx_r_type == BFD_RELOC_MICROBLAZE_64_PLT \
51 || (FIX)->fx_r_type == BFD_RELOC_MICROBLAZE_64_GOTOFF \
52 || (FIX)->fx_r_type == BFD_RELOC_MICROBLAZE_32_GOTOFF \
53 || TC_FORCE_RELOCATION (FIX))
56 extern int tc_microblaze_fix_adjustable (struct fix *);
tc-i386.h 26 struct fix;
149 void i386_validate_fix (struct fix *);
150 #define TC_VALIDATE_FIX(FIX,SEGTYPE,SKIP) i386_validate_fix(FIX)
153 extern int tc_i386_fix_adjustable (struct fix *);
156 #define MD_APPLY_SYM_VALUE(FIX) 0
174 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
175 (!(FIX)->fx_pcrel \
176 || (FIX)->fx_r_type == BFD_RELOC_386_PLT32 \
177 || (FIX)->fx_r_type == BFD_RELOC_386_GOTPC
    [all...]
tc-ia64.c 288 /* This duplicates a good fraction of "struct fix" but we
289 can't use a "struct fix" instead since we can't call
295 enum ia64_opnd opnd; /* type of operand in need of fix */
5471 struct insn_fix *fix; local
6571 fixS *fix; local
7806 struct label_fix *fix; local
11063 fixS *fix; local
11727 int fix = bytes & 15; local
    [all...]
tc-tilegx.c 1847 addressT bytes, fix; local
    [all...]
tc-tilepro.c 1627 int bytes, fix; local
    [all...]
tc-crx.c 281 #define SWITCH_TABLE(fix) \
282 ( (fix)->fx_addsy != NULL \
283 && (fix)->fx_subsy != NULL \
284 && S_GET_SEGMENT ((fix)->fx_addsy) == \
285 S_GET_SEGMENT ((fix)->fx_subsy) \
286 && S_GET_SEGMENT (fix->fx_addsy) != undefined_section \
287 && ( (fix)->fx_r_type == BFD_RELOC_CRX_NUM8 \
288 || (fix)->fx_r_type == BFD_RELOC_CRX_NUM16 \
289 || (fix)->fx_r_type == BFD_RELOC_CRX_NUM32))
296 crx_force_relocation (fixS *fix)
    [all...]
tc-xstormy16.c 412 xstormy16_force_relocation (fixS * fix)
414 if (fix->fx_r_type == BFD_RELOC_XSTORMY16_FPTR16)
417 return generic_force_reloc (fix);
564 _("internal error: can't install fix for reloc type %d (`%s')"),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
fix-rm7000-2.d 4 #source: fix-rm7000-2.s
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.mousewheel.min.js 5 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
12 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(e=c.wheelDelta/120),c.detail&&(e=-c.detail/3),h=e,c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS&&(h=0,g=-1*e),c.wheelDeltaY!==undefined&&(h=c.wheelDeltaY/120),c.wheelDeltaX!==undefined&&(g=-1*c.wheelDeltaX/120),d.unshift(b,e,g,h),(a.event.dispatch||a.event.handle).apply(this,d)}var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,!1);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery)
  /external/chromium-trace/catapult/systrace/systrace/
systrace.py 59 parser.add_option('--no-fix-threads', dest='fix_threads', default=True,
61 help='don\'t fix missing or truncated thread names')
62 parser.add_option('--no-fix-tgids', dest='fix_tgids', default=True,
66 parser.add_option('--no-fix-circular', dest='fix_circular', default=True,
68 help='don\'t fix truncated circular traces')
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipProfile.java 123 URI uri = mAddressFactory.createURI(fix(uriString));
151 private String fix(String uriString) { method in class:SipProfile.Builder
286 mAddressFactory.createURI(fix(mProxyAddress));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 69 * Returns true if this fix needs focus (which means that when the fix is
70 * performed from for example a {@link LintListDialog}'s Fix button) the
73 * @return true if this fix needs focus after being applied
80 * Returns true if this fix can be performed along side other fixes
82 * @return true if this fix can be performed in a bulk operation with other
90 * Returns true if this fix can be cancelled once it's invoked. This is the case
93 * (for non-cancelable fixes) or if it should be left alone and detected fix
96 * @return true if the fix can be cancelled
187 * @param id the id o the issue to obtain a fix for (see {@link Issue#getId()}
199 LintFix fix = constructor.newInstance(id, marker); local
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 284 Enumeration i, s, fix; local
379 for (fix = linked_items.all(); fix.hasMoreElements(); )
381 fix_itm = (lalr_item)fix.nextElement();
393 /* fix up the item so it points to the existing set */
  /external/clang/test/Misc/
warning-flags.c 10 fix this test, simply remove that warning from the list below.
15 If you add a new warning without a flag, this test will fail. To fix
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 78 '// type has multiple template arguments. To fix it, use a',
gmock_class_test.py 194 '// type has multiple template arguments. To fix it, use a\n'
  /external/v8/test/mjsunit/regress/
regress-137768.js 57 // Optimize, before the fix, the element load and subsequent tagged-to-i were
65 // Pass in a array of doubles. Before the fix, the optimized load and
  /external/v8/test/mjsunit/strong/
load-proxy.js 21 fix: function() {
39 fix: function() {
  /external/webrtc/
Android.mk 114 include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk
131 include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk

Completed in 541 milliseconds

1 2 3 4 5 67 8 91011>>