OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kcount
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon.h
159
u_short *
kcount
;
member in struct:gmonparam
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon.h
159
u_short *
kcount
;
member in struct:gmonparam
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon.h
159
u_short *
kcount
;
member in struct:gmonparam
/external/autotest/client/tools/
boottool
315
my $
kcount
= $#sections-1;
316
if ((!defined $newdefault) || ($newdefault < 0) || ($newdefault > $
kcount
)) {
317
warn "ERROR: Enter a default between 0 and $
kcount
.\n";
456
my $
kcount
= $#sections-1;
457
if ($params{'update-kernel'} !~ /^\d+$/ || $params{'update-kernel'} < 0 || $params{'update-kernel'} > $
kcount
) {
458
warn "ERROR: Enter a default between 0 and $
kcount
.\n";
[
all
...]
/external/toybox/toys/posix/
ps.c
260
int
kcount
, forcek, sortpos;
756
TT.
kcount
++;
[
all
...]
/external/toybox/generated/
globals.h
1182
int
kcount
, forcek, sortpos;
member in struct:ps_data
Completed in 173 milliseconds