Searched defs:checkpoint (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/glteapot/
H A Derror.h23 #define checkpoint printf("%s:%d: Checkpoint...\n",__FILE__,__LINE__);\ macro
29 #define checkpoint macro
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2029 uint32 checkpoint() const { return B_LENDIAN_TO_HOST_INT32(_checkpoint); } function in struct:file_icb_entry
2059 void set_checkpoint(uint32 checkpoint) { _checkpoint = B_HOST_TO_LENDIAN_INT32(checkpoint); } argument
2164 uint32 checkpoint() const { return B_LENDIAN_TO_HOST_INT32(_checkpoint); } function in struct:extended_file_icb_entry
2198 void set_checkpoint(uint32 checkpoint) { _checkpoint = B_HOST_TO_LENDIAN_INT32(checkpoint); } argument

Completed in 56 milliseconds