Searched refs:testarray (Results 1 – 5 of 5) sorted by relevance
| /external/e2fsprogs/lib/ext2fs/ |
| D | tst_bitops.c | 45 unsigned char testarray[12]; in main() local 76 memset(testarray, 0, sizeof(testarray)); in main() 78 ext2fs_set_bit(bits_list[i], testarray); in main() 80 if (memcmp(testarray, bitarray, sizeof(testarray)) == 0) { in main() 84 for (i=0; i < sizeof(testarray); i++) { in main() 85 printf("%02x ", testarray[i]); in main() 91 ext2fs_clear_bit(bits_list[i], testarray); in main() 93 for (i=0; i < sizeof(testarray); i++) { in main() 94 if (testarray[i]) { in main() 96 "testarray[%d] is %d\n", i, testarray[i]); in main() [all …]
|
| /external/libcups/cups/ |
| D | Makefile | 91 testarray.o \ 177 testarray \ 502 testarray: testarray.o $(LIBCUPSSTATIC) target 504 $(LD_CC) $(ARCHFLAGS) $(ALL_LDFLAGS) -o $@ testarray.o $(LINKCUPSSTATIC) 507 ./testarray
|
| D | Dependencies | 328 testarray.o: testarray.c string-private.h ../config.h \
|
| /external/libcups/ |
| D | .gitignore | 50 cups/testarray
|
| /external/libcups/xcode/CUPS.xcodeproj/ |
| D | project.pbxproj | 629 …724FA5491CC037460092477B /* testarray.c in Sources */ = {isa = PBXBuildFile; fileRef = 727EF042192… 998 remoteInfo = testarray; 3461 …370092477B /* testarray */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executab… 3533 …544001EF690 /* testarray.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name … 4721 727EF042192E3544001EF690 /* testarray.c */, 4875 724FA5481CC037370092477B /* testarray */, 6682 724FA5371CC037370092477B /* testarray */ = { 6684 …tionList = 724FA5451CC037370092477B /* Build configuration list for PBXNativeTarget "testarray" */; 6695 name = testarray; 6697 productReference = 724FA5481CC037370092477B /* testarray */; [all …]
|