Searched refs:testarray (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | inplace_merge_test.cpp | 58 …boost::movelib::unique_ptr<order_move_type[]> testarray(boost::movelib::make_unique<order_move_typ… in alternating_test() local 64 testarray[szt_i].key = szt_i; in alternating_test() 65 testarray[szt_i].val = std::size_t(-1); in alternating_test() 70 testarray[KeySize+szt_i].key = std::size_t(-1); in alternating_test() 71 testarray[KeySize+szt_i].val = szt_i; in alternating_test() 77 testarray[HdrSize+szt_k].key = (szt_k/2)*2; in alternating_test() 78 testarray[HdrSize+szt_k].val = szt_k & 1; in alternating_test() 84 testarray[HdrSize+szt_k].key = (szt_k/2)*2; in alternating_test() 85 testarray[HdrSize+szt_k].val = szt_k & 1; in alternating_test() 93 testarray[HdrSize+szt_k].key = (szt_l/2)*2+1; in alternating_test() [all …]
|
/aosp_15_r20/external/libcups/cups/ |
H A 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
|
H A D | Dependencies | 328 testarray.o: testarray.c string-private.h ../config.h \
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | range.go | 191 func testarray() { func 477 testarray()
|
/aosp_15_r20/external/libcups/ |
H A D | .gitignore | 50 cups/testarray
|
/aosp_15_r20/external/libcups/xcode/CUPS.xcodeproj/ |
H A 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 …]
|