OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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
;
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
268
const Target *
march
= TargetRegistry::lookupTarget(TripleStr, errMsg);
local
269
if (!
march
)
306
TargetMach =
march
->createTargetMachine(TripleStr, MCpu, FeatureStr, Options,
LTOModule.cpp
126
const Target *
march
= TargetRegistry::lookupTarget(TripleStr, errMsg);
local
127
if (!
march
)
146
TargetMachine *target =
march
->createTargetMachine(TripleStr, CPU, FeatureStr,
Completed in 255 milliseconds