OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testarray
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/lib/ext2fs/
tst_bitops.c
45
unsigned char
testarray
[12];
local
76
memset(
testarray
, 0, sizeof(
testarray
));
78
ext2fs_set_bit(bits_list[i],
testarray
);
80
if (memcmp(
testarray
, bitarray, sizeof(
testarray
)) == 0) {
84
for (i=0; i < sizeof(
testarray
); i++) {
85
printf("%02x ",
testarray
[i]);
91
ext2fs_clear_bit(bits_list[i],
testarray
);
93
for (i=0; i < sizeof(
testarray
); i++)
[
all
...]
/external/libcups/cups/
Makefile
85
testarray
.o \
154
testarray
\
391
#
testarray
(dependency on static CUPS library is intentional)
394
testarray
:
testarray
.o $(LIBCUPSSTATIC)
396
$(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@
testarray
.o $(LIBCUPSSTATIC) \
399
./
testarray
/prebuilts/go/darwin-x86/test/
range.go
145
func
testarray
() {
func
410
testarray
()
/prebuilts/go/linux-x86/test/
range.go
145
func
testarray
() {
func
410
testarray
()
Completed in 584 milliseconds