Searched defs:fixup (Results 1 - 18 of 18) sorted by relevance

/external/libxml2/xstc/
H A Dfixup-tests.py32 def fixup(): function
93 fixup()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php95 $syms[1] = preg_replace("/^(.+)$/e", "fixup('$1')", $syms[1]);
137 function fixup($str) function
/external/elfutils/libdwfl/
H A Dsegment.c158 bool fixup = false; local
225 fixup = true;
231 if (fixup)
H A Ddwfl_segment_report_module.c637 GElf_Addr fixup = module->l_ld - dyn_vaddr; local
638 if ((fixup & (dwfl->segment_align - 1)) == 0
639 && module_start + fixup <= module->l_ld
640 && module->l_ld < module_end + fixup)
642 module_start += fixup;
643 module_end += fixup;
644 dyn_vaddr += fixup;
645 bias += fixup;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_static.c154 /* we also send a new program to make sure the fixup for RGBA surfaces happens */
180 static uint32_t need_target_fixup(struct pipe_surface* p, uint32_t *fixup) argument
183 /* if we don't have a surface bound yet, we don't need to fixup the shader */
190 *fixup = fixup_formats[i].hw_swizzle;
194 *fixup = 0;
204 uint32_t fixup = 0; local
242 need_fixup = need_target_fixup(cbuf_surface, &fixup);
244 i915->current.fixup_swizzle != fixup) {
246 i915->current.fixup_swizzle = fixup;
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUScriptRun.java386 fixup(scriptCode);
522 private final void fixup(int scrptCode) method in class:UScriptRun
/external/icu/icu4c/source/common/
H A Dusc_impl.c109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) function
324 fixup(scriptRun, scriptRun->scriptCode);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUScriptRun.java384 fixup(scriptCode);
520 private final void fixup(int scrptCode) method in class:UScriptRun
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp350 llvm_unreachable("unhandled fixup");
355 llvm_unreachable("unhandled fixup");
714 MCFixup fixup = MCFixup::create(*Addend, FixupExpression, local
716 Fixups.push_back(fixup);
717 // All of the information is in the fixup.
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_sse.c359 GLubyte *fixup, *label; local
372 fixup = x86_jcc_forward(&p->func, cc_E);
625 x86_fixup_fwd_jump(&p->func, fixup);
/external/e2fsprogs/e2fsck/
H A Dpass2.c463 int fixup = -1; local
469 if (fixup < 0)
470 fixup = fix_problem(ctx, PR_2_BAD_NAME, pctx);
471 if (fixup == 0)
/external/v8/src/regexp/
H A Dregexp-macro-assembler-irregexp.cc47 int fixup = pos; local
48 pos = *reinterpret_cast<int32_t*>(buffer_.start() + fixup);
49 *reinterpret_cast<uint32_t*>(buffer_.start() + fixup) = pc_;
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1274 int fixup, label; local
1334 fixup = x86_jcc_forward(p->func, cc_E);
1390 x86_fixup_fwd_jump(p->func, fixup);
/external/valgrind/VEX/unused/
H A Dlinker.c88 char* fixup; member in struct:_ObjectCode
188 /* Assumes that the biggest fixup involves a 4-byte write. This
194 "checkProddableBlock: invalid fixup %p in runtime linker\n",
358 res = &(oc->fixup[oc->fixup_used]);
361 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
396 void gen_armle_goto ( char* fixup, char* dstP ) argument
404 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP );
405 fixup[0] = 0x04; fixup[1] = 0xF0; fixup[
496 char* fixup = alloc_fixup_bytes(oc, 8); local
[all...]
/external/dbus/dbus/
H A Ddbus-marshal-recursive.c2417 const DBusArrayLenFixup *fixup)
2425 *f = *fixup;
2433 _dbus_assert (f->len_pos_in_reader == fixup->len_pos_in_reader);
2434 _dbus_assert (f->new_len == fixup->new_len);
2548 * a fixup.
2555 DBusArrayLenFixup fixup; local
2569 fixup.len_pos_in_reader = reader_array_len_pos;
2570 fixup.new_len =
2575 _dbus_assert (_DBUS_ALIGN_VALUE (fixup.len_pos_in_reader, 4) ==
2576 (unsigned) fixup
2416 append_fixup(DBusList **fixups, const DBusArrayLenFixup *fixup) argument
[all...]
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 1285 milliseconds