HomeSort by relevance Sort by last modified time
    Searched defs:march (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd/
platform-bsd.c 42 static char march[SYS_NMLN]; variable
48 size_t len = sizeof(march);
51 march, &len, NULL, 0) != 0)
53 return march;
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 231 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); local
232 if (march == NULL)
263 _target = march->createTargetMachine(TripleStr, _mCpu, FeatureStr, Options,
LTOModule.cpp 287 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg); local
288 if (!march)
305 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr,
  /external/libvorbis/vq/
vqgen.c 308 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;

Completed in 675 milliseconds