OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bigarray
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/ext2fs/
tst_bitops.c
45
unsigned char *
bigarray
;
local
102
/* Do
bigarray
test */
103
bigarray
= malloc(1 << 29);
104
if (!
bigarray
) {
109
bigarray
[BIG_TEST_BIT >> 3] = 0;
111
ext2fs_set_bit(BIG_TEST_BIT,
bigarray
);
113
bigarray
[BIG_TEST_BIT >> 3], (1 << (BIG_TEST_BIT & 7)));
114
if (
bigarray
[BIG_TEST_BIT >> 3] != (1 << (BIG_TEST_BIT & 7)))
117
ext2fs_clear_bit(BIG_TEST_BIT,
bigarray
);
120
bigarray
[BIG_TEST_BIT >> 3])
[
all
...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
ocaml.php
61
'Arg', 'Arith_status', 'Array', 'ArrayLabels', 'Big_int', '
Bigarray
', 'Buffer', 'Callback',
/external/chromium/testing/gtest/test/
gtest-printers_test.cc
635
TEST(PrintArrayTest,
BigArray
) {
[
all
...]
/external/gtest/test/
gtest-printers_test.cc
635
TEST(PrintArrayTest,
BigArray
) {
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/test/
gtest-printers_test.cc
635
TEST(PrintArrayTest,
BigArray
) {
[
all
...]
Completed in 2435 milliseconds