HomeSort by: relevance | last modified time | path
    Searched defs:TRIGGER (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
make-target-delegates.py 30 TRIGGER = re.compile(r"^struct target_ops$")
114 if TRIGGER.match(line):
126 raise RuntimeError("Could not find trigger line")
  /src/external/gpl3/gdb/dist/gdb/
make-target-delegates.py 30 TRIGGER = re.compile(r"^struct target_ops$")
114 if TRIGGER.match(line):
126 raise RuntimeError("Could not find trigger line")
  /src/common/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)
  /src/external/gpl3/gdb/dist/zlib/examples/
gzlog.c 263 /* number of stored Kbytes to trigger compression (must be >= 32 to allow
266 #define TRIGGER 1024
1034 if (((log->last - log->first) >> 10) + (log->stored >> 10) < TRIGGER)

Completed in 21 milliseconds