HomeSort by relevance Sort by last modified time
    Searched refs:flagRepeat (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/tools/syz-prog2c/
prog2c.go 24 flagRepeat = flag.Int("repeat", 1, "repeat program that many times (<=0 - infinitely)")
63 Repeat: *flagRepeat != 1,
64 RepeatTimes: *flagRepeat,
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 260 flagRepeat = 0x08
590 if flag & flagRepeat:
697 compressedflags[-2] = flag | flagRepeat
720 (bestCost+1, bestTuple, (flag|flagRepeat), coordBytes)]
722 if lastCost + coordBytes <= bestCost + 1 and (lastFlag & flagRepeat) and (lastFlag < 0xff00) and flagSupports(lastFlag, flag):
723 if (lastFlag & 0xFF) == (flag|flagRepeat) and lastCost == bestCost + 1:
744 if flag & flagRepeat:
950 if flag & flagRepeat:
    [all...]
  /external/syzkaller/tools/syz-execprog/
execprog.go 32 flagRepeat = flag.Int("repeat", 1, "repeat execution that many times (0 for infinite loop)")
73 repeat: *flagRepeat,

Completed in 3214 milliseconds