OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLE_SIZE
(Results
1 - 25
of
30
) sorted by null
1
2
/external/strace/tests/
fstat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
lstat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
stat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
oldfstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 23147718418U)
oldlstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 23147718418U)
oldstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 131478418U)
xstatx.c
59
# ifndef
SAMPLE_SIZE
60
# define
SAMPLE_SIZE
((libc_off_t) 43147718418ULL)
300
rc = create_sample(sample,
SAMPLE_SIZE
);
335
if (!rc && zero_extend_signed_to_ull(
SAMPLE_SIZE
) !=
339
zero_extend_signed_to_ull(
SAMPLE_SIZE
),
/external/strace/tests-m32/
fstat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
lstat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
stat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
oldfstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 23147718418U)
oldlstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 23147718418U)
oldstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 131478418U)
xstatx.c
59
# ifndef
SAMPLE_SIZE
60
# define
SAMPLE_SIZE
((libc_off_t) 43147718418ULL)
300
rc = create_sample(sample,
SAMPLE_SIZE
);
335
if (!rc && zero_extend_signed_to_ull(
SAMPLE_SIZE
) !=
339
zero_extend_signed_to_ull(
SAMPLE_SIZE
),
/external/strace/tests-mx32/
fstat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
lstat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
stat.c
36
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 43147718418ULL)
oldfstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 23147718418U)
oldlstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 23147718418U)
oldstat.c
43
# define
SAMPLE_SIZE
((libc_off_t) (kernel_ulong_t) 131478418U)
xstatx.c
59
# ifndef
SAMPLE_SIZE
60
# define
SAMPLE_SIZE
((libc_off_t) 43147718418ULL)
300
rc = create_sample(sample,
SAMPLE_SIZE
);
335
if (!rc && zero_extend_signed_to_ull(
SAMPLE_SIZE
) !=
339
zero_extend_signed_to_ull(
SAMPLE_SIZE
),
/external/guava/guava-tests/benchmark/com/google/common/math/
LessThanBenchmark.java
31
static final int
SAMPLE_SIZE
= 0x1000;
50
xInts = new int[
SAMPLE_SIZE
];
51
yInts = new int[
SAMPLE_SIZE
];
52
xLongs = new long[
SAMPLE_SIZE
];
53
yLongs = new long[
SAMPLE_SIZE
];
54
constant = new int[
SAMPLE_SIZE
];
55
for (int i = 0; i <
SAMPLE_SIZE
; i++) {
/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
JitterVerificationTest.java
35
final int
SAMPLE_SIZE
= 100;
46
long[] timestamps = new long[
SAMPLE_SIZE
];
47
for (int i = 0; i <
SAMPLE_SIZE
; i++) {
57
for (int i = 0; i <
SAMPLE_SIZE
; i++) {
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DynamicXYPlotActivity.java
143
private static final int
SAMPLE_SIZE
= 30;
185
return
SAMPLE_SIZE
;
189
if (index >=
SAMPLE_SIZE
) {
196
if (index >=
SAMPLE_SIZE
) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java
49
private static final int
SAMPLE_SIZE
= 32;
386
for (int i = 0; i < bytes.length; i +=
SAMPLE_SIZE
)
388
if (bytes.length - i >
SAMPLE_SIZE
)
391
buf.append(Strings.fromByteArray(Hex.encode(bytes, i,
SAMPLE_SIZE
)));
393
buf.append(calculateAscString(bytes, i,
SAMPLE_SIZE
));
400
for (int j = bytes.length - i; j !=
SAMPLE_SIZE
; j++)
Completed in 5708 milliseconds
1
2