HomeSort by relevance Sort by last modified time
    Searched defs:fixup (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/python/cpython3/Lib/test/test_tools/
test_gprof2html.py 18 def fixup(): function in function:Gprof2htmlTests.setUp
20 self.addCleanup(fixup)
  /external/libxml2/xstc/
fixup-tests.py 32 def fixup(): function
93 fixup()
  /art/compiler/utils/
assembler.cc 55 AssemblerFixup* fixup = fixup_; local
56 while (fixup != nullptr) {
57 fixup->Process(region, fixup->position());
58 fixup = fixup->previous();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_compile.py 51 def fixup(literal, flags=flags): function in function:_compile
55 fixup = _identityfunction
57 _compile_charset(av, flags, code, fixup)
178 def _compile_charset(charset, flags, code, fixup=None):
181 if fixup is None:
182 fixup = _identityfunction
183 for op, av in _optimize_charset(charset, fixup):
188 emit(fixup(av))
190 emit(fixup(av[0]))
191 emit(fixup(av[1]))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_compile.py 52 def fixup(literal, flags=flags): function in function:_compile
56 fixup = _identityfunction
58 _compile_charset(av, flags, code, fixup)
179 def _compile_charset(charset, flags, code, fixup=None):
182 if fixup is None:
183 fixup = _identityfunction
184 for op, av in _optimize_charset(charset, fixup):
189 emit(fixup(av))
191 emit(fixup(av[0]))
192 emit(fixup(av[1])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_compile.py 52 def fixup(literal, flags=flags): function in function:_compile
56 fixup = _identityfunction
58 _compile_charset(av, flags, code, fixup)
179 def _compile_charset(charset, flags, code, fixup=None):
182 if fixup is None:
183 fixup = _identityfunction
184 for op, av in _optimize_charset(charset, fixup):
189 emit(fixup(av))
191 emit(fixup(av[0]))
192 emit(fixup(av[1])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 52 def fixup(literal, flags=flags): function in function:_compile
56 fixup = _identityfunction
58 _compile_charset(av, flags, code, fixup)
179 def _compile_charset(charset, flags, code, fixup=None):
182 if fixup is None:
183 fixup = _identityfunction
184 for op, av in _optimize_charset(charset, fixup):
189 emit(fixup(av))
191 emit(fixup(av[0]))
192 emit(fixup(av[1])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 52 def fixup(literal, flags=flags): function in function:_compile
56 fixup = _identityfunction
58 _compile_charset(av, flags, code, fixup)
179 def _compile_charset(charset, flags, code, fixup=None):
182 if fixup is None:
183 fixup = _identityfunction
184 for op, av in _optimize_charset(charset, fixup):
189 emit(fixup(av))
191 emit(fixup(av[0]))
192 emit(fixup(av[1])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_compile.py 101 def fixup(literal, flags=flags): function in function:_compile
105 fixup = None
107 _compile_charset(av, flags, code, fixup, fixes)
228 def _compile_charset(charset, flags, code, fixup=None, fixes=None):
231 for op, av in _optimize_charset(charset, fixup, fixes,
256 def _optimize_charset(charset, fixup, fixes, isunicode):
265 if fixup:
266 i = fixup(av)
275 if fixup:
276 r = map(fixup, r)
    [all...]
  /external/elfutils/libdwfl/
segment.c 158 bool fixup = false; local
225 fixup = true;
231 if (fixup)
  /external/linux-kselftest/tools/testing/selftests/powerpc/primitives/
load_unaligned_zeropad.c 4 * a SEGV handler that walks the exception tables and runs the fixup
78 int fixup; member in struct:extbl_entry
89 unsigned long insn, fixup; local
92 fixup = (unsigned long)&entry->fixup + entry->fixup;
95 *ip = fixup;
  /external/python/cpython2/Lib/
sre_compile.py 101 def fixup(literal, flags=flags): function in function:_compile
105 fixup = None
107 _compile_charset(av, flags, code, fixup, fixes)
228 def _compile_charset(charset, flags, code, fixup=None, fixes=None):
231 for op, av in _optimize_charset(charset, fixup, fixes,
256 def _optimize_charset(charset, fixup, fixes, isunicode):
265 if fixup:
266 i = fixup(av)
275 if fixup:
276 r = map(fixup, r
    [all...]
  /external/python/cpython3/Lib/
sre_compile.py 102 def fixup(literal, flags=flags): function in function:_compile
106 fixup = None
108 _compile_charset(av, flags, code, fixup, fixes)
223 def _compile_charset(charset, flags, code, fixup=None, fixes=None):
226 for op, av in _optimize_charset(charset, fixup, fixes):
250 def _optimize_charset(charset, fixup, fixes):
259 if fixup:
260 lo = fixup(av)
269 if fixup:
270 r = map(fixup, r
    [all...]
  /external/gemmlowp/fixedpoint/
fixedpoint_neon.h 272 const int32x4_t fixup = vshrq_n_s32(vandq_s32(x, shift_vec), 31); local
273 const int32x4_t fixed_up_x = vqaddq_s32(x, fixup);
280 const int16x8_t fixup = vshrq_n_s16(vandq_s16(x, shift_vec), 15); local
281 const int16x8_t fixed_up_x = vqaddq_s16(x, fixup);
293 const int32x4_t fixup = vshrq_n_s32(x, 31); local
294 const int32x4_t fixed_up_x = vqaddq_s32(x, fixup);
307 const int16x8_t fixup = vshrq_n_s16(x, 15); local
308 const int16x8_t fixed_up_x = vqaddq_s16(x, fixup);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 166 static uint32_t need_target_fixup(struct pipe_surface* p, uint32_t *fixup)
182 /* if we don't have a surface bound yet, we don't need to fixup the shader */
189 *fixup = fixup_formats[i].hw_swizzle;
193 *fixup = 0;
203 uint32_t fixup = 0; local
241 need_fixup = need_target_fixup(cbuf_surface, &fixup);
243 i915->current.fixup_swizzle != fixup) {
245 i915->current.fixup_swizzle = fixup;
246 /* we also send a new program to make sure the fixup for RGBA surfaces happens */
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 388 fixup(scriptCode);
524 private final void fixup(int scrptCode) method in class:UScriptRun
  /external/icu/icu4c/source/common/
usc_impl.cpp 109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) function
324 fixup(scriptRun, scriptRun->scriptCode);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java 386 fixup(scriptCode);
522 private final void fixup(int scrptCode) method in class:UScriptRun
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCodeEmitter.cpp 784 MCFixup fixup = MCFixup::create(*Addend, FixupExpression, local
786 Fixups.push_back(fixup);
787 // All of the information is in the fixup.
  /external/mesa3d/src/gallium/auxiliary/util/
u_sse.h 191 __m128i anegmask, bnegmask, fixup, fixup02, fixup13; local
196 fixup = _mm_add_epi32(_mm_and_si128(anegmask, b),
200 fixup02 = _mm_slli_epi64(fixup, 32);
201 fixup13 = _mm_and_si128(fixup, _mm_set_epi32(-1,0,-1,0));
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 359 GLubyte *fixup, *label; local
372 fixup = x86_jcc_forward(&p->func, cc_E);
625 x86_fixup_fwd_jump(&p->func, fixup);
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp.cc 47 int fixup = pos; local
48 pos = *reinterpret_cast<int32_t*>(buffer_.start() + fixup);
49 *reinterpret_cast<uint32_t*>(buffer_.start() + fixup) = pc_;
  /toolchain/binutils/binutils-2.27/bfd/
i386linux.c 110 pointers to fixup tables. It will be present in any dynamically
111 linked file. The linker generated fixup table should also be added
121 each fixup contains two 32 bit numbers. A regular fixup contains
123 address at the location pointed to by the pointer. A builtin fixup
127 __GOT__ symbols for the same variable. The builtin fixup will copy
130 struct fixup
132 struct fixup *next;
166 struct fixup *fixup_list;
240 /* Store the information for a new fixup. *
129 struct fixup struct
    [all...]
m68klinux.c 109 pointers to fixup tables. It will be present in any dynamically
110 linked file. The linker generated fixup table should also be added
120 each fixup contains two 32 bit numbers. A regular fixup contains
122 address at the location pointed to by the pointer. A builtin fixup
126 __GOT__ symbols for the same variable. The builtin fixup will copy
129 struct fixup
131 struct fixup *next;
165 struct fixup *fixup_list;
242 /* Store the information for a new fixup. *
128 struct fixup struct
    [all...]
sparclinux.c 104 pointers to fixup tables. It will be present in any dynamically
105 linked file. The linker generated fixup table should also be added
115 each fixup contains two 32 bit numbers. A regular fixup contains
117 address at the location pointed to by the pointer. A builtin fixup
121 __GOT__ symbols for the same variable. The builtin fixup will copy
124 struct fixup struct
126 struct fixup *next;
160 struct fixup *fixup_list;
235 /* Store the information for a new fixup. *
    [all...]

Completed in 514 milliseconds

1 2 3 4