f 90 axscript/DataIO.cpp float f;
f 93 axscript/DataIO.cpp return f;
f 139 core/AbcParser.cpp MethodInfo *f = pool->getMethodInfo(n);
f 147 core/AbcParser.cpp f->setFile(abc);
f 169 core/AbcParser.cpp f->setRegName(i, pool->getString(name));
f 175 core/AbcParser.cpp src->addLine(info.lines[i], f, 0);
f 321 core/AbcParser.cpp MethodInfo* f = pool->getMethodInfo(index);
f 322 core/AbcParser.cpp if (!f)
f 325 core/AbcParser.cpp return f;
f 592 core/AbcParser.cpp MethodInfo* f = resolveMethodInfo(method_index);
f 604 core/AbcParser.cpp if (!f->makeMethodOf(traits))
f 607 core/AbcParser.cpp f->setKind(kind); // sets the IS_GETTER/IS_SETTER flags
f 609 core/AbcParser.cpp f->setFinal();
f 611 core/AbcParser.cpp f->setOverride();
f 613 core/AbcParser.cpp f->setNeedsDxns();
f 508 core/ArrayClass.cpp ArrayClass *f,
f 518 core/ArrayClass.cpp core(f->core()),
f 519 core/ArrayClass.cpp toplevel(f->toplevel()),
f 530 core/ArrayClass.cpp uint32 len = f->getLengthHelper(toplevel, d);
f 1676 core/AvmCore.cpp MethodInfo* f = pool->getMethodInfo(method_id);
f 1682 core/AvmCore.cpp Stringp fname = f->getMethodName();
f 1874 core/AvmCore.cpp MethodInfo* f = pool->getMethodInfo(method_id);
f 1878 core/AvmCore.cpp Stringp fname = f->getMethodName();
f 4196 core/AvmCore.cpp for (MethodFrame* f = currentMethodFrame; f != NULL; f = f->next)
f 4198 core/AvmCore.cpp MethodEnv* env = f->env();
f 4210 core/AvmCore.cpp f->setDxns(ns);
f 4217 core/AvmCore.cpp f->setDxns(ns);
f 4236 core/AvmCore.cpp for (const MethodFrame* f = start; f != NULL; f = f->next) {
f 4238 core/AvmCore.cpp if (f->envOrCodeContext & DXNS_NOT_NULL)
f 4239 core/AvmCore.cpp return f->dxns;
f 4242 core/AvmCore.cpp MethodEnv* env = f->env();
f 4336 core/AvmCore.cpp f && !f->isVerified() && !f->isVerifyPending()) {
f 4337 core/AvmCore.cpp f->setVerifyPending();
f 4338 core/AvmCore.cpp verifyQueue.add(f);
f 4357 core/AvmCore.cpp MethodInfo* f = verifyQueue.removeLast();
f 4358 core/AvmCore.cpp if (!f->isVerified()) {
f 4359 core/AvmCore.cpp if (f->hasNoScopeAndNotClassInitializer()) {
f 4360 core/AvmCore.cpp verifyQueue2.add(f);
f 4365 core/AvmCore.cpp f->verify(toplevel, abc_env);
f 4366 core/AvmCore.cpp f->setVerified();
f 4383 core/AvmCore.cpp for (MethodFrame* f = currentMethodFrame; f != NULL; f = f->next)
f 4386 core/AvmCore.cpp CodeContext* cc = f->cc();
f 4390 core/AvmCore.cpp MethodEnv* env = f->env();
f 219 core/AvmCore.h void enqFunction(MethodInfo* f);
f 153 core/CodegenLIR-inlines.h REALLY_INLINE LIns* LirHelper::choose(LIns* cond, Atom t, LIns* f)
f 155 core/CodegenLIR-inlines.h return lirout->ins_choose(cond, InsConstAtom(t), f, true/*use_cmov*/);
f 122 core/CodegenLIR.cpp #define PROFADDR(f) profAddr((void (DynamicProfiler::*)())(&f))
f 123 core/CodegenLIR.cpp #define COREADDR(f) coreAddr((int (AvmCore::*)())(&f))
f 124 core/CodegenLIR.cpp #define GCADDR(f) gcAddr((int (MMgc::GC::*)())(&f))
f 125 core/CodegenLIR.cpp #define ENVADDR(f) envAddr((int (MethodEnv::*)())(&f))
f 126 core/CodegenLIR.cpp #define TOPLEVELADDR(f) toplevelAddr((int (Toplevel::*)())(&f))
f 127 core/CodegenLIR.cpp #define SCRIPTADDR(f) scriptAddr((int (ScriptObject::*)())(&f))
f 128 core/CodegenLIR.cpp #define ARRAYADDR(f) arrayAddr((int (ArrayObject::*)())(&f))
f 129 core/CodegenLIR.cpp #define VECTORINTADDR(f) vectorIntAddr((int (IntVectorObject::*)())(&f))
f 130 core/CodegenLIR.cpp #define VECTORUINTADDR(f) vectorUIntAddr((int (UIntVectorObject::*)())(&f))
f 131 core/CodegenLIR.cpp #define VECTORDOUBLEADDR(f) vectorDoubleAddr((int (DoubleVectorObject::*)())(&f))
f 132 core/CodegenLIR.cpp #define VECTOROBJADDR(f) vectorObjAddr((int (ObjectVectorObject::*)())(&f))
f 133 core/CodegenLIR.cpp #define EFADDR(f) efAddr((int (ExceptionFrame::*)())(&f))
f 134 core/CodegenLIR.cpp #define DEBUGGERADDR(f) debuggerAddr((int (Debugger::*)())(&f))
f 135 core/CodegenLIR.cpp #define CLASSCLOSUREADDR(f) classClosureAddr((int (ClassClosure::*)())(&f))
f 144 core/CodegenLIR.cpp RETURN_METHOD_PTR(AvmCore, f);
f 149 core/CodegenLIR.cpp RETURN_METHOD_PTR(MMgc::GC, f);
f 154 core/CodegenLIR.cpp RETURN_METHOD_PTR(MethodEnv, f);
f 159 core/CodegenLIR.cpp RETURN_METHOD_PTR(Toplevel, f);
f 165 core/CodegenLIR.cpp RETURN_METHOD_PTR(Debugger, f);
f 171 core/CodegenLIR.cpp RETURN_METHOD_PTR(ScriptObject, f);
f 176 core/CodegenLIR.cpp RETURN_METHOD_PTR(ArrayObject, f);
f 181 core/CodegenLIR.cpp RETURN_METHOD_PTR(IntVectorObject, f);
f 186 core/CodegenLIR.cpp RETURN_METHOD_PTR(UIntVectorObject, f);
f 191 core/CodegenLIR.cpp RETURN_METHOD_PTR(DoubleVectorObject, f);
f 196 core/CodegenLIR.cpp RETURN_METHOD_PTR(ObjectVectorObject, f);
f 200 core/CodegenLIR.cpp RETURN_METHOD_PTR(ExceptionFrame, f);
f 204 core/CodegenLIR.cpp RETURN_METHOD_PTR(ClassClosure, f);
f 2487 core/CodegenLIR.cpp MethodInfo *f = basetd->getMethod(disp_id);
f 2488 core/CodegenLIR.cpp AvmAssert(f != NULL);
f 2489 core/CodegenLIR.cpp MethodSignaturep fms = f->getMethodSignature();
f 2490 core/CodegenLIR.cpp state->verifier->emitCoerceArgs(f, 1);
f 2523 core/CodegenLIR.cpp MethodInfo *f = basetd->getMethod(disp_id);
f 2524 core/CodegenLIR.cpp AvmAssert(f != NULL);
f 2525 core/CodegenLIR.cpp state->verifier->emitCoerceArgs(f, 0);
f 2526 core/CodegenLIR.cpp MethodSignaturep fms = f->getMethodSignature();
f 2607 core/CodegenLIR.cpp MethodInfo *f = objtd->getMethod(disp_id);
f 2608 core/CodegenLIR.cpp AvmAssert(f != NULL);
f 2616 core/CodegenLIR.cpp emitCall(state, OP_callinterface, f->iid(), 0, type);
f 2618 core/CodegenLIR.cpp AvmAssert(type == f->getMethodSignature()->returnTraits());
f 2641 core/CodegenLIR.cpp MethodInfo *f = objtd->getMethod(disp_id);
f 2642 core/CodegenLIR.cpp AvmAssert(f != NULL);
f 2650 core/CodegenLIR.cpp emitCall(state, OP_callinterface, f->iid(), 1, type);
f 327 core/CodegenLIR.h LIns* choose(LIns* c, Atom t, LIns* f);
f 85 core/Domain.cpp MethodInfo* f = NULL;
f 87 core/Domain.cpp f = m_base->getNamedScript(name, ns);
f 89 core/Domain.cpp if (!f) {
f 90 core/Domain.cpp f = (MethodInfo*)m_namedScripts->get(name, ns);
f 92 core/Domain.cpp return f;
f 97 core/Domain.cpp MethodInfo* f = NULL;
f 99 core/Domain.cpp f = m_base->getNamedScript(multiname);
f 101 core/Domain.cpp if (!f) {
f 102 core/Domain.cpp f = (MethodInfo*)m_namedScripts->getMulti(multiname);
f 104 core/Domain.cpp return f;
f 936 core/E4XNode.cpp aux->m_notification = f;
f 942 core/E4XNode.cpp E4XNodeAux *aux = new (core->GetGC()) E4XNodeAux (str, publicNS, f);
f 346 core/E4XNode.h void setNotification(AvmCore* core, FunctionObject* f, Namespacep publicNS);
f 95 core/FunctionClass.cpp MethodEnv *f = vtable->methods[AvmCore::bindingToMethodId(b)];
f 96 core/FunctionClass.cpp return (ClassClosure*)AvmCore::atomToScriptObject(f->coerceEnter(this->atom()));
f 951 core/Interpreter.cpp register MethodEnv* f;
f 2415 core/Interpreter.cpp f = env->abcEnv()->getMethod((uint32_t)u1);
f 2416 core/Interpreter.cpp a1 = f->coerceEnter((int32_t)i2, sp-i2);
f 2433 core/Interpreter.cpp f = vtable->methods[u1];
f 2435 core/Interpreter.cpp a1 = f->coerceEnter((int32_t)i2, a2p);
f 112 core/MathUtils.cpp union { float f; uint32_t d; }; d = 0x7FFFFFFF;
f 113 core/MathUtils.cpp return f;
f 118 core/MathUtils.cpp union { float f; uint32_t d; }; d = 0x7F800000;
f 119 core/MathUtils.cpp return f;
f 124 core/MathUtils.cpp union { float f; uint32_t d; }; d = 0xFF800000;
f 125 core/MathUtils.cpp return f;
f 1479 core/MethodEnv.cpp MethodEnv *f = base->methods[m];
f 1480 core/MethodEnv.cpp Atom method = f->coerceEnter(atomv[0]);
f 1554 core/MethodEnv.cpp MethodEnv *f = vtable->methods[m];
f 1555 core/MethodEnv.cpp return f->coerceEnter(obj);
f 232 core/MethodInfo.cpp MethodInfo* f = env->method;
f 236 core/MethodInfo.cpp AvmAssert(!f->pool()->core->config.verifyall);
f 239 core/MethodInfo.cpp f->verify(env->toplevel(), env->abcEnv());
f 246 core/MethodInfo.cpp env->_implGPR = f->implGPR();
f 249 core/MethodInfo.cpp AvmAssert(f->implGPR() != MethodInfo::verifyEnterGPR);
f 250 core/MethodInfo.cpp return f->implGPR()(env, argc, ap);
f 255 core/MethodInfo.cpp MethodInfo* f = env->method;
f 259 core/MethodInfo.cpp AvmAssert(!f->pool()->core->config.verifyall);
f 262 core/MethodInfo.cpp f->verify(env->toplevel(), env->abcEnv());
f 269 core/MethodInfo.cpp env->_implFPR = f->implFPR();
f 272 core/MethodInfo.cpp AvmAssert(f->implFPR() != MethodInfo::verifyEnterFPR);
f 273 core/MethodInfo.cpp return f->implFPR()(env, argc, ap);
f 279 core/MethodInfo.cpp MethodInfo* f = env->method;
f 283 core/MethodInfo.cpp AvmAssert(!f->pool()->core->config.verifyall);
f 286 core/MethodInfo.cpp f->verify(env->toplevel(), env->abcEnv());
f 293 core/MethodInfo.cpp env->_implGPR = f->implGPR();
f 296 core/MethodInfo.cpp AvmAssert(f->_invoker != MethodInfo::verifyCoerceEnter);
f 297 core/MethodInfo.cpp return f->invoke(env, argc, args);
f 674 core/PoolObject.cpp MethodInfo* f = domain->getNamedScript(multiname);
f 675 core/PoolObject.cpp if (!f)
f 677 core/PoolObject.cpp f = (MethodInfo*)_privateNamedScripts->getMulti(multiname);
f 679 core/PoolObject.cpp return f;
f 675 core/Toplevel.cpp MethodEnv *f = vtable->methods[m];
f 676 core/Toplevel.cpp return f->coerceEnter(obj);
f 94 core/Traits-inlines.h return getMethods()[i].f;
f 148 core/Traits-inlines.h REALLY_INLINE void TraitsBindings::setMethodInfo(uint32_t i, MethodInfo* f)
f 152 core/Traits-inlines.h getMethods()[i].f = f;
f 1076 core/Traits.cpp MethodInfo* f = this->pool->getMethodInfo(ne.id);
f 1078 core/Traits.cpp tb->setMethodInfo(disp_id, f);
f 1363 core/Traits.cpp if (tbm->f == NULL)
f 1366 core/Traits.cpp if (tbm->f->declaringTraits() == this)
f 1368 core/Traits.cpp tbm->f->init_declaringScope(stc);
f 1503 core/Traits.cpp if (tbm->f != NULL)
f 1505 core/Traits.cpp tbm->f->resolveSignature(toplevel);
f 1524 core/Traits.cpp if (basetbm->f != NULL && basetbm->f != tbm->f)
f 1525 core/Traits.cpp legal &= tb->checkOverride(core, basetbm->f, tbm->f);
f 124 core/Traits.h MethodInfo* f;
f 169 core/Traits.h void setMethodInfo(uint32_t i, MethodInfo* f);
f 63 core/Verifier.cpp MethodInfo *f = info->pool()->getMethodInfo(opd1);
f 64 core/Verifier.cpp AvmAssert(f->declaringTraits() == type);
f 65 core/Verifier.cpp core->enqFunction(f);
f 723 core/Verifier.cpp MethodInfo* f = checkMethodInfo(imm30);
f 726 core/Verifier.cpp Traits* ftraits = f->makeIntoPrototypeFunction(toplevel, fscope);
f 863 core/Verifier.cpp MethodInfo *f = objtd->getMethod(disp_id);
f 864 core/Verifier.cpp AvmAssert(f != NULL);
f 865 core/Verifier.cpp MethodSignaturep fms = f->getMethodSignature();
f 866 core/Verifier.cpp emitCoerceArgs(f, 1);
f 1299 core/Verifier.cpp MethodInfo *f = basetd->getMethod(disp_id);
f 1300 core/Verifier.cpp AvmAssert(f != NULL);
f 1301 core/Verifier.cpp MethodSignaturep fms = f->getMethodSignature();
f 1340 core/Verifier.cpp MethodInfo *f = baseTraits->init;
f 1341 core/Verifier.cpp AvmAssert(f != NULL);
f 1343 core/Verifier.cpp emitCoerceArgs(f, argc);
f 2180 core/Verifier.cpp MethodInfo *f = objtd->getMethod(disp_id);
f 2181 core/Verifier.cpp AvmAssert(f != NULL);
f 2182 core/Verifier.cpp emitCoerceArgs(f, 0);
f 2184 core/Verifier.cpp AvmAssert(propType == f->getMethodSignature()->returnTraits());
f 2423 core/Verifier.cpp MethodInfo *f = traits->getTraitsBindings()->getMethod(m);
f 2424 core/Verifier.cpp MethodSignaturep fms = f->getMethodSignature();
f 65 core/XMLListObject.cpp Atom f = getDelegate()->getMultinameProperty(multiname);
f 66 core/XMLListObject.cpp if (f == undefinedAtom)
f 68 core/XMLListObject.cpp f = getMultinameProperty(multiname);
f 74 core/XMLListObject.cpp if (AvmCore::isXMLList(f) &&
f 75 core/XMLListObject.cpp !AvmCore::atomToXMLList(f)->_length() &&
f 83 core/XMLListObject.cpp return toplevel()->op_call(f, argc, argv);
f 247 core/XMLListObject.h void setNotification(ScriptObject* f);
f 420 core/XMLObject.cpp Atom f = getDelegate()->getMultinameProperty(multiname);
f 421 core/XMLObject.cpp if (f == undefinedAtom)
f 423 core/XMLObject.cpp f = getMultinameProperty(multiname);
f 429 core/XMLObject.cpp if (AvmCore::isXMLList(f) &&
f 430 core/XMLObject.cpp !AvmCore::atomToXMLList(f)->_length() &&
f 438 core/XMLObject.cpp return toplevel()->op_call(f, argc, argv);
f 2551 core/XMLObject.cpp if (f && !AvmCore::istype(f->atom(), core->traits.function_itraits))
f 2554 core/XMLObject.cpp m_node->setNotification(core, f, publicNS);
f 189 core/XMLObject.h Atom AS3_setNotification(FunctionObject* f); // AS3 declaration sez this returns an Atom
f 233 core/XMLObject.h inline void setNotification(FunctionObject* f) { AS3_setNotification(f); }
f 166 core/avmplusDebugger.cpp MethodInfo* f = core->callStack->info();
f 167 core/avmplusDebugger.cpp if (f && f->hasMethodBody())
f 169 core/avmplusDebugger.cpp AbcFile* abc = f->file();
f 412 core/avmplusDebugger.cpp MethodInfo* f = pool->getMethodInfo(i);
f 413 core/avmplusDebugger.cpp if (f->hasMethodBody())
f 416 core/avmplusDebugger.cpp if (f->abc_body_pos())
f 420 core/avmplusDebugger.cpp scanCode(file, pool, f);
f 85 core/instr-inlines.h MethodEnv *f = vtable->methods[m];
f 86 core/instr-inlines.h return f->coerceEnter(base);
f 57 core/jit-calls.h static const CallInfo ci_##name = { f, sig, cse, fold, abi, #name };
f 60 core/jit-calls.h static const CallInfo ci_##name = { f, sig, cse, fold, abi };
f 79 core/jit-calls.h DEFINE_CALLINFO(f,sig,0,0,ABI_FUNCTION,name)
f 81 core/jit-calls.h DEFINE_CALLINFO(f,sig,0,0,ABI_FAST,name)
f 83 core/jit-calls.h DEFINE_CALLINFO(f,sig,1,0,ABI_FUNCTION,name)
f 86 core/jit-calls.h DEFINE_CALLINFO(f,sig,0,0,ABI_METHOD,name)
f 88 core/jit-calls.h DEFINE_CALLINFO(f,sig,1,0,ABI_METHOD,name)
f 597 extensions/JavaGlue.cpp r.f = (is) ? jni->CallStaticFloatMethodA(cref, mid, jargs) : r.f = jni->CallFloatMethodA(obj, mid, jargs);
f 681 extensions/JavaGlue.cpp r.f = (is) ? jni->GetStaticFloatField(cref, fid) : jni->GetFloatField(obj, fid);
f 765 extensions/JavaGlue.cpp (is) ? jni->SetStaticFloatField(cref, fid, r.f) : jni->SetFloatField(obj, fid, r.f);
f 861 extensions/JavaGlue.cpp r.f = ptr[index];
f 950 extensions/JavaGlue.cpp ptr[index] = r.f;
f 1334 extensions/JavaGlue.cpp val.f = AvmCore::number(a);
f 1421 extensions/JavaGlue.cpp a = core->doubleToAtom( (double)val.f );
f 1558 extensions/JavaGlue.cpp #define BIND_FUNC(x,f) f##_ = (_##f)GetProcAddress(x, #f)
f 1561 extensions/JavaGlue.cpp #define BIND_FUNC(x,f) f##_ = (_##f)dlsym(lib, #f "_Impl")
f 94 extensions/SamplerScript.cpp Atom TraceClass::setListener(FunctionObject* f)
f 101 extensions/SamplerScript.cpp if ( core->isNullOrUndefined(f->atom()) )
f 103 extensions/SamplerScript.cpp f = 0;
f 105 extensions/SamplerScript.cpp else if (!AvmCore::istype(f->atom(), core->traits.function_itraits))
f 112 extensions/SamplerScript.cpp core->debugger()->trace_callback = f;
f 115 extensions/SamplerScript.cpp (void)f;
f 121 extensions/SamplerScript.cpp FunctionObject* f = 0;
f 125 extensions/SamplerScript.cpp f = core->debugger()->trace_callback;
f 127 extensions/SamplerScript.cpp return f;
f 52 extensions/SamplerScript.h Atom setListener(FunctionObject* f);
f 908 nanojit/LIR.h double f;
f 912 nanojit/LIR.h return u.f;
f 110 nanojit/nanojit.h inline void NanoAssertMsgf(bool a,const char *f,...) {}
f 117 nanojit/nanojit.h avmplus::AvmLog("Assertion failed: " f "%s (%s:%d)\n", __VA_ARGS__, #a, file_, line_); \
f 121 nanojit/nanojit.h #define _NanoAssertMsgf(a, file_, line_, f, ...) __NanoAssertMsgf(a, file_, line_, f, __VA_ARGS__)
f 123 nanojit/nanojit.h #define NanoAssertMsgf(a,f,...) do { __NanoAssertMsgf(a, __FILE__, __LINE__, f ": ", __VA_ARGS__); } while (0)
f 504 other-licenses/zlib/trees.c ush f; /* frequency */
f 526 other-licenses/zlib/trees.c f = tree[n].Freq;
f 527 other-licenses/zlib/trees.c s->opt_len += (ulg)f * (bits + xbits);
f 528 other-licenses/zlib/trees.c if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
f 63 pcre/dftables.cpp FILE *f;
f 87 pcre/dftables.cpp f = fopen(argv[i], "wb");
f 88 pcre/dftables.cpp if (f == NULL)
f 97 pcre/dftables.cpp fprintf(f,
f 105 pcre/dftables.cpp fprintf(f,
f 116 pcre/dftables.cpp fprintf(f,
f 120 pcre/dftables.cpp fprintf(f, " ");
f 123 pcre/dftables.cpp if ((i & 7) == 0 && i != 0) fprintf(f, "\n ");
f 124 pcre/dftables.cpp fprintf(f, "%3d", *tables++);
f 125 pcre/dftables.cpp if (i != 255) fprintf(f, ",");
f 127 pcre/dftables.cpp fprintf(f, ",\n\n");
f 129 pcre/dftables.cpp fprintf(f, "/* This table is a case flipping table. */\n\n");
f 131 pcre/dftables.cpp fprintf(f, " ");
f 134 pcre/dftables.cpp if ((i & 7) == 0 && i != 0) fprintf(f, "\n ");
f 135 pcre/dftables.cpp fprintf(f, "%3d", *tables++);
f 136 pcre/dftables.cpp if (i != 255) fprintf(f, ",");
f 138 pcre/dftables.cpp fprintf(f, ",\n\n");
f 140 pcre/dftables.cpp fprintf(f,
f 147 pcre/dftables.cpp fprintf(f, " ");
f 152 pcre/dftables.cpp if ((i & 31) == 0) fprintf(f, "\n");
f 153 pcre/dftables.cpp fprintf(f, "\n ");
f 155 pcre/dftables.cpp fprintf(f, "0x%02x", *tables++);
f 156 pcre/dftables.cpp if (i != cbit_length - 1) fprintf(f, ",");
f 158 pcre/dftables.cpp fprintf(f, ",\n\n");
f 160 pcre/dftables.cpp fprintf(f,
f 171 pcre/dftables.cpp fprintf(f, " ");
f 176 pcre/dftables.cpp fprintf(f, " /* ");
f 177 pcre/dftables.cpp if (isprint(i-8)) fprintf(f, " %c -", i-8);
f 178 pcre/dftables.cpp else fprintf(f, "%3d-", i-8);
f 179 pcre/dftables.cpp if (isprint(i-1)) fprintf(f, " %c ", i-1);
f 180 pcre/dftables.cpp else fprintf(f, "%3d", i-1);
f 181 pcre/dftables.cpp fprintf(f, " */\n ");
f 183 pcre/dftables.cpp fprintf(f, "0x%02x", *tables++);
f 184 pcre/dftables.cpp if (i != 255) fprintf(f, ",");
f 187 pcre/dftables.cpp fprintf(f, "};/* ");
f 188 pcre/dftables.cpp if (isprint(i-8)) fprintf(f, " %c -", i-8);
f 189 pcre/dftables.cpp else fprintf(f, "%3d-", i-8);
f 190 pcre/dftables.cpp if (isprint(i-1)) fprintf(f, " %c ", i-1);
f 191 pcre/dftables.cpp else fprintf(f, "%3d", i-1);
f 192 pcre/dftables.cpp fprintf(f, " */\n\n/* End of pcre_chartables.c */\n");
f 194 pcre/dftables.cpp fclose(f);
f 195 pcre/pcre_dfa_exec.cpp fprintf(f, "%c", c);
f 197 pcre/pcre_dfa_exec.cpp fprintf(f, "\\x%02x", c);
f 1988 pcre/pcregrep.cpp FILE *f;
f 1994 pcre/pcregrep.cpp f = stdin;
f 1999 pcre/pcregrep.cpp f = fopen(pattern_filename, "r");
f 2000 pcre/pcregrep.cpp if (f == NULL)
f 2009 pcre/pcregrep.cpp while (fgets(buffer, MBUFTHIRD, f) != NULL)
f 2020 pcre/pcregrep.cpp if (f != stdin) fclose(f);
f 209 pcre/pcretest.cpp if (fgets((char *)here, rlen, f) == NULL)
f 408 pcre/pcretest.cpp if (f != NULL) fprintf(f, "%c", c);
f 414 pcre/pcretest.cpp if (f != NULL) fprintf(f, "\\x{%02x}", c);
f 430 pcre/pcretest.cpp if (f != NULL) fprintf(f, "%c", c);
f 435 pcre/pcretest.cpp if (f != NULL) fprintf(f, "\\x%02x", c);
f 455 pcre/pcretest.cpp FILE *f = (first_callout | callout_extra)? outfile : NULL;
f 460 pcre/pcretest.cpp fprintf(f, "Callout %d: last capture = %d\n",
f 466 pcre/pcretest.cpp fprintf(f, "%2d: <unset>\n", i/2);
f 469 pcre/pcretest.cpp fprintf(f, "%2d: ", i/2);
f 471 pcre/pcretest.cpp cb->offset_vector[i+1] - cb->offset_vector[i], f);
f 472 pcre/pcretest.cpp fprintf(f, "\n");
f 481 pcre/pcretest.cpp if (f != NULL) fprintf(f, "--->");
f 483 pcre/pcretest.cpp pre_start = pchars((unsigned char *)cb->subject, cb->start_match, f);
f 485 pcre/pcretest.cpp cb->current_position - cb->start_match, f);
f 490 pcre/pcretest.cpp cb->subject_length - cb->current_position, f);
f 492 pcre/pcretest.cpp if (f != NULL) fprintf(f, "\n");
f 715 pcre/pcretest.cpp fprintf(f, "Unknown newline type at: <%s\n", p);
f 1009 pcre/pcretest.cpp FILE *f;
f 1016 pcre/pcretest.cpp f = fopen((char *)p, "rb");
f 1017 pcre/pcretest.cpp if (f == NULL)
f 1023 pcre/pcretest.cpp if (fread(sbuf, 1, 8, f) != 8) goto FAIL_READ;
f 1033 pcre/pcretest.cpp if (fread(re, 1, true_size, f) != true_size) goto FAIL_READ;
f 1045 pcre/pcretest.cpp fclose(f);
f 1070 pcre/pcretest.cpp if (fread(psd, 1, true_study_size, f) != true_study_size)
f 1076 pcre/pcretest.cpp fclose(f);
f 1084 pcre/pcretest.cpp fclose(f);
f 1582 pcre/pcretest.cpp FILE *f = fopen((char *)to_file, "wb");
f 1583 pcre/pcretest.cpp if (f == NULL)
f 1600 pcre/pcretest.cpp if (fwrite(sbuf, 1, 8, f) < 8 ||
f 1601 pcre/pcretest.cpp fwrite(re, 1, true_size, f) < true_size)
f 1610 pcre/pcretest.cpp if (fwrite(extra->study_data, 1, true_study_size, f) <
f 1620 pcre/pcretest.cpp fclose(f);
f 150 platform/win32/coff.cpp FILE* f = fopen("avm.jit.o", "w");
f 186 platform/win32/coff.cpp int realPos = fwrite(&header, 1, sizeof(CoffHeader_t), f);
f 193 platform/win32/coff.cpp realPos += fwrite(sections[i], 1, sizeof(SectionHeader_t), f);
f 198 platform/win32/coff.cpp realPos += fwrite(sections[i]+1, 1, sections[i]->s_size, f);
f 202 platform/win32/coff.cpp realPos += fwrite(symbols[i], 1, sizeof(SymbolEntry_t), f);
f 205 platform/win32/coff.cpp realPos += fwrite(&strSize, 1, 4, f); // first its size little endian
f 209 platform/win32/coff.cpp realPos += fwrite(size+1, 1, *size+1, f);
f 217 platform/win32/coff.cpp fclose(f);
f 83 shell/DataIO.cpp float f;
f 86 shell/DataIO.cpp return ptr.f;
f 712 shell/DebugCLI.cpp FileInputStream f(currentFileUTF8.c_str());
f 713 shell/DebugCLI.cpp if (f.valid() && ((uint64_t)file->length() < UINT32_T_MAX)) { //cannot handle files > 4GB
f 714 shell/DebugCLI.cpp currentSourceLen = (uint32_t) f.available();
f 716 shell/DebugCLI.cpp f.read(currentSource, currentSourceLen);
f 60 shell/PosixPartialPlatform.cpp FILE *f = freopen(filename, "w", stdout);
f 61 shell/PosixPartialPlatform.cpp if (!f)
f 241 shell/ShellCore.cpp FileInputStream f(fn.c_str());
f 242 shell/ShellCore.cpp if (!f.valid() || (uint64_t) f.length() >= UINT32_T_MAX)
f 245 shell/ShellCore.cpp uint32_t nbytes = (uint32_t) f.available();
f 247 shell/ShellCore.cpp f.read(bytes, nbytes);
f 480 shell/ShellCore.cpp FileInputStream f(filename);
f 481 shell/ShellCore.cpp bool isValid = f.valid() && ((uint64_t)f.length() < UINT32_T_MAX); //currently we cannot read files > 4GB
f 488 shell/ShellCore.cpp ScriptBuffer code = newScriptBuffer((size_t)f.available());
f 489 shell/ShellCore.cpp f.read(code.getBuffer(), (size_t)f.available());
f 59 shell/SystemClass.h MixinClassThatDoesNotDescendFromScriptObject(double f) : factor(f) {}
f 225 shell/avmshellWin.cpp FILE *f = freopen(filename, "w", stdout);
f 226 shell/avmshellWin.cpp if (!f)
f 151 vprof/vprof.cpp f(((double)e->sum)/((double)e->count)), (long long int)e->min, (long long int)e->max, (long long int)e->sum, (long long int)e->count);