HomeSort by: relevance | last modified time | path
    Searched refs:checkpoint (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
checkpoint-ns.exp 16 # Test gdb checkpoint and restart in non-stop mode.
24 source $srcdir/$subdir/checkpoint.exp
checkpoint.exp 21 # Checkpoint support is currently implemented in the Linux native
30 standard_testfile checkpoint.c
47 # This tests gdb checkpoint and restart.
58 gdb_test "checkpoint" "" "checkpoint one"
61 gdb_test "checkpoint" "" "checkpoint two"
64 gdb_test "checkpoint" "" "checkpoint three"
67 gdb_test "checkpoint" "" "checkpoint four
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
checkpoint-ns.exp 16 # Test gdb checkpoint and restart in non-stop mode.
24 source $srcdir/$subdir/checkpoint.exp
checkpoint.exp 21 # Checkpoint support is currently implemented in the Linux native
30 standard_testfile checkpoint.c
47 # This tests gdb checkpoint and restart.
58 gdb_test "checkpoint" "" "checkpoint one"
61 gdb_test "checkpoint" "" "checkpoint two"
64 gdb_test "checkpoint" "" "checkpoint three"
67 gdb_test "checkpoint" "" "checkpoint four
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
LostDebugLocObserver.h 34 /// to see if any have been lost since the last checkpoint. When
35 /// CheckDebugLocs is false, it will just reset ready for the next checkpoint
38 void checkpoint(bool CheckDebugLocs = true);
  /src/crypto/external/bsd/openssh/dist/moduli-gen/
moduli-gen.sh 29 ssh-keygen -M screen -O checkpoint=${moduli_tested}.ckpt \
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Legalizer.cpp 228 LocObserver.checkpoint(false);
254 LocObserver.checkpoint();
269 LocObserver.checkpoint();
278 LocObserver.checkpoint(false);
291 LocObserver.checkpoint(
LostDebugLocObserver.cpp 70 void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) { function in class:LostDebugLocObserver
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_compress.c 89 int64_t in_count, out_count, checkpoint; member in struct:private_data
189 state->checkpoint = CHECK_GAP;
387 if (state->in_count < state->checkpoint)
390 state->checkpoint = state->in_count + CHECK_GAP;
  /src/usr.bin/compress/
zopen.c 157 #define checkpoint zs->zs_checkpoint macro
269 checkpoint = CHECK_GAP;
315 checkpoint && block_compress) {
630 checkpoint = in_count + CHECK_GAP;
674 checkpoint = CHECK_GAP;
  /src/external/bsd/unbound/dist/winrc/
win_svc.c 86 static DWORD checkpoint = 1; local
95 else service_status.dwCheckPoint = checkpoint++;
  /src/sys/net/
bsd-comp.c 101 u_int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
208 db->checkpoint = CHECK_GAP;
229 if (db->in_count >= db->checkpoint) {
237 db->checkpoint = db->in_count + CHECK_GAP;
1056 * Keep the checkpoint right so that incompressible packets
  /src/regress/sys/fs/lfs/ckckp/
check-all 137 # Now fsck each checkpoint in turn, beginning with $sstart.
139 # as it existed at each checkpoint before running fsck.
250 if (m/checkpoint invalid/ ||
277 print "Skipping out-of-place checkpoint $k at $a\n";
283 print "Test roll-forward agent at non-checkpoint pseg $tk\n";
284 print LOG "Test roll-forward agent at non-checkpoint pseg $tk\n";
298 print "Recreate fs state at checkpoint pseg $k (from " . ($oind - 1) .
327 # between the last good checkpoint and this checkpoint; and which blocks
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.y 3279 int last_to_examine, next_to_examine, checkpoint;
3332 checkpoint = 0;
3344 checkpoint = 1;
3370 checkpoint = next_to_examine;
3404 if (checkpoint > 0)
3412 if (checkpoint > 1)
3414 token_fifo.begin () + checkpoint);
  /src/external/gpl3/gdb/dist/gdb/
c-exp.y 3275 int last_to_examine, next_to_examine, checkpoint;
3328 checkpoint = 0;
3340 checkpoint = 1;
3366 checkpoint = next_to_examine;
3400 if (checkpoint > 0)
3408 if (checkpoint > 1)
3410 token_fifo.begin () + checkpoint);
  /src/external/gpl3/binutils/dist/libiberty/
cp-demangle.c 310 /* Checkpoint structure to allow backtracking. This holds copies
2688 struct d_info_checkpoint checkpoint; local
2690 d_checkpoint (di, &checkpoint);
2700 d_backtrack (di, &checkpoint);
4317 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint)
4319 checkpoint->n = di->n;
4320 checkpoint->next_comp = di->next_comp;
4321 checkpoint->next_sub = di->next_sub;
4322 checkpoint->expansion = di->expansion;
4326 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint)
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
cp-demangle.c 310 /* Checkpoint structure to allow backtracking. This holds copies
2683 struct d_info_checkpoint checkpoint; local
2685 d_checkpoint (di, &checkpoint);
2695 d_backtrack (di, &checkpoint);
4278 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint)
4280 checkpoint->n = di->n;
4281 checkpoint->next_comp = di->next_comp;
4282 checkpoint->next_sub = di->next_sub;
4283 checkpoint->expansion = di->expansion;
4287 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint)
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
cp-demangle.c 310 /* Checkpoint structure to allow backtracking. This holds copies
2683 struct d_info_checkpoint checkpoint; local
2685 d_checkpoint (di, &checkpoint);
2695 d_backtrack (di, &checkpoint);
4278 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint)
4280 checkpoint->n = di->n;
4281 checkpoint->next_comp = di->next_comp;
4282 checkpoint->next_sub = di->next_sub;
4283 checkpoint->expansion = di->expansion;
4287 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
cp-demangle.c 310 /* Checkpoint structure to allow backtracking. This holds copies
2544 struct d_info_checkpoint checkpoint; local
2546 d_checkpoint (di, &checkpoint);
2556 d_backtrack (di, &checkpoint);
4062 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint)
4064 checkpoint->n = di->n;
4065 checkpoint->next_comp = di->next_comp;
4066 checkpoint->next_sub = di->next_sub;
4067 checkpoint->expansion = di->expansion;
4071 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint)
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
cp-demangle.c 310 /* Checkpoint structure to allow backtracking. This holds copies
2683 struct d_info_checkpoint checkpoint; local
2685 d_checkpoint (di, &checkpoint);
2695 d_backtrack (di, &checkpoint);
4278 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint)
4280 checkpoint->n = di->n;
4281 checkpoint->next_comp = di->next_comp;
4282 checkpoint->next_sub = di->next_sub;
4283 checkpoint->expansion = di->expansion;
4287 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
cp-demangle.c 310 /* Checkpoint structure to allow backtracking. This holds copies
2683 struct d_info_checkpoint checkpoint; local
2685 d_checkpoint (di, &checkpoint);
2695 d_backtrack (di, &checkpoint);
4278 d_checkpoint (struct d_info *di, struct d_info_checkpoint *checkpoint)
4280 checkpoint->n = di->n;
4281 checkpoint->next_comp = di->next_comp;
4282 checkpoint->next_sub = di->next_sub;
4283 checkpoint->expansion = di->expansion;
4287 d_backtrack (struct d_info *di, struct d_info_checkpoint *checkpoint)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-control-flow.cc 201 /* Return TRUE iff CALL is to be preceded by a CFR checkpoint, i.e.,
1090 successors. If CHECKPOINT, assume the block is a checkpoint,
1095 void visit (basic_block bb, bool checkpoint, bool postcheck)
1121 if (!checkpoint
1149 if (checkpoint)
  /src/crypto/external/bsd/openssh/dist/
ssh-keygen.c 2950 char *checkpoint = NULL; local
2964 } else if ((p = strprefix(opts[i], "checkpoint=", 0)) != NULL) {
2965 free(checkpoint);
2966 checkpoint = xstrdup(p);
3000 generator_wanted, checkpoint,
3005 free(checkpoint);

Completed in 43 milliseconds