OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NF
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Transforms/Utils/
CloneModule.cpp
60
Function *
NF
=
63
NF
->copyAttributesFrom(I);
64
VMap[I] =
NF
;
/frameworks/base/tools/aapt/
Package.cpp
274
const size_t
NF
= dir->getFiles().size();
275
for (i=0; i<
NF
; i++) {
AaptAssets.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
601
Function *
NF
= Function::Create(NFTy, F->getLinkage(), F->getName());
602
NF
->copyAttributesFrom(F);
605
DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *
NF
<< "\n"
610
NF
->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
613
F->getParent()->getFunctionList().insert(F,
NF
);
614
NF
->takeName(F);
624
// Get a new callgraph node for
NF
.
625
CallGraphNode *NF_CGN = CG.getOrInsertFunction(
NF
);
728
New = InvokeInst::Create(
NF
, II->getNormalDest(), II->getUnwindDest(),
734
New = CallInst::Create(
NF
, Args, "", Call)
[
all
...]
DeadArgumentElimination.cpp
259
Function *
NF
= Function::Create(NFTy, Fn.getLinkage());
260
NF
->copyAttributesFrom(&Fn);
261
Fn.getParent()->getFunctionList().insert(&Fn,
NF
);
262
NF
->takeName(&Fn);
291
New = InvokeInst::Create(
NF
, II->getNormalDest(), II->getUnwindDest(),
296
New = CallInst::Create(
NF
, Args, "", Call);
319
NF
->getBasicBlockList().splice(
NF
->begin(), Fn.getBasicBlockList());
326
I2 =
NF
->arg_begin(); I != E; ++I, ++I2) {
335
DI->second.replaceFunction(
NF
);
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
tran.c
45
Awkfloat *
NF
; /* number of fields in current record */
56
Cell *nfloc; /*
NF
*/
85
nfloc = setsymtab("
NF
", "", 0.0, NUM, symtab);
86
NF
= &nfloc->fval;
290
if (fldno > *
NF
)
327
if (fldno > *
NF
)
/external/srec/srec/include/
front.h
55
#define
NF
40
166
int np, ns,
nf
, lognp;
member in struct:__anon26478
167
fftdata fcb[
NF
];
169
int fcmid[
NF
+2];
170
fftdata fcscl[
NF
+1], framp[NP+1];
/external/strace/
syscall.c
114
#define
NF
SYSCALL_NEVER_FAILS
149
#undef
NF
[
all
...]
/frameworks/base/core/jni/
android_util_Process.cpp
698
const jsize
NF
= env->GetArrayLength(format);
728
for (jsize fi=0; fi<
NF
; fi++) {
/external/qemu/target-arm/
cpu.h
103
uint32_t
NF
; /* N is bit 31. All other bits are undefined. */
298
return (env->
NF
& 0x80000000) | (ZF << 30)
310
env->
NF
= val;
/frameworks/base/services/java/com/android/server/am/
ActivityStackSupervisor.java
[
all
...]
Completed in 297 milliseconds