Searched refs:loopinfo (Results 1 – 8 of 8) sorted by relevance
/external/ltp/lib/ |
D | tst_device.c | 74 struct loop_info loopinfo; in find_free_loopdev() local 117 if (ioctl(dev_fd, LOOP_GET_STATUS, &loopinfo) == 0) { in find_free_loopdev() 138 struct loop_info loopinfo; in attach_device() local 165 memset(&loopinfo, 0, sizeof(loopinfo)); in attach_device() 166 strcpy(loopinfo.lo_name, file); in attach_device() 168 if (ioctl(dev_fd, LOOP_SET_STATUS, &loopinfo)) { in attach_device()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow_deadcode.c | 46 struct loopinfo { struct 69 struct loopinfo * LoopStack; argument 93 struct loopinfo * loop = &s->LoopStack[s->LoopStackSize - 1]; in push_break() 102 memory_pool_array_reserve(&s->C->Pool, struct loopinfo, s->LoopStack, in push_loop() 104 memset(&s->LoopStack[s->LoopStackSize++], 0, sizeof(struct loopinfo)); in push_loop() 275 struct loopinfo * loop = &s.LoopStack[s.LoopStackSize-1]; in rc_dataflow_deadcode()
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 70 struct loop_info64 loopinfo = {0, }; in check_loop_mounted() local 78 ret = ioctl(loop_fd, LOOP_GET_STATUS64, &loopinfo); in check_loop_mounted() 83 if (file_dev == loopinfo.lo_device && in check_loop_mounted() 84 file_ino == loopinfo.lo_inode) in check_loop_mounted()
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/ |
D | unloop.ll | 7 ; Ensure that tail->inner is removed and rely on verify-loopinfo to 38 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 126 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 246 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 324 ; Ensure that only the loop is removed and rely on verify-loopinfo to
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | unloop.ll | 7 ; Ensure that tail->inner is removed and rely on verify-loopinfo to 38 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 126 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 248 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 326 ; Ensure that only the loop is removed and rely on verify-loopinfo to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | unloop.ll | 8 ; Ensure that tail->inner is removed and rely on verify-loopinfo to 39 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 127 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 249 ; Ensure that only the middle loop is removed and rely on verify-loopinfo to 327 ; Ensure that only the loop is removed and rely on verify-loopinfo to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | invalidation.ll | 42 ; loopinfo that basic-aa cache. But nor does any other test in LLVM. It would
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/ |
D | correct-loop-info.ll | 8 …these loops to LCSSA and loop-simplfy structure. Make sure that the update to the loopinfo does not
|