Searched defs:march (Results 1 - 5 of 5) sorted by relevance

/external/dhcpcd/
H A Dplatform-bsd.c42 static char march[SYS_NMLN]; variable
48 size_t len = sizeof(march);
51 march, &len, NULL, 0) != 0)
53 return march;
/external/libvorbis/vq/
H A Dvqgen.c308 long i,march=1; local
314 /* now march through and eliminate dupes */
317 /* a new, unique entry. march it down */
318 if(i>march)memcpy(_point(v,march),_point(v,i),sortsize);
319 march++;
326 " after density mesh (%ld%%)\n",march,v->points,march*100/v->points);
327 v->points=march;
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp268 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); local
269 if (!march)
306 TargetMach = march->createTargetMachine(TripleStr, MCpu, FeatureStr, Options,
H A DLTOModule.cpp126 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); local
127 if (!march)
146 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr,
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h680 EngineBuilder &setMArch(StringRef march) { argument
681 MArch.assign(march.begin(), march.end());
715 /// selectTarget - Pick a target either via -march or by guessing the native

Completed in 1248 milliseconds