Home
last modified time | relevance | path

Searched refs:DEBUG_LINE (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/biology/sra-tools/sra-tools-2.11.0/tools/fuse/
H A Ddebug.h34 #define DEBUG_LINE(flag,fmt,...) DEBUG_MSG(flag, ("%s:%u: " fmt "\n", __func__, __LINE__, __VA_ARGS… macro
36 #define MALLOC(ptr, size) ptr = malloc(size); DEBUG_LINE(10, "%p=malloc(%lu)", ptr, size)
37 #define CALLOC(ptr, qty, size) ptr = calloc(qty, size); DEBUG_LINE(10, "%p=calloc(%lu)", ptr, qty *…
38 #define REALLOC(ptr, src, size) ptr = realloc(src, size); DEBUG_LINE(10, "%p=realloc(%p, %lu)", ptr…
39 #define FREE(ptr) free(ptr); if(ptr){DEBUG_LINE(10, "0=free(%p)", ptr);}
44 #define DEBUG_LINE(flag,fmt,...) ((void)0) macro
H A Dsra-list.c108 DEBUG_LINE(8, "Lock SRA %s", "queue"); in SRAList_Queue_Lock()
115 DEBUG_LINE(8, "Unlock SRA %s", "queue"); in SRAList_Queue_Unlock()
129 DEBUG_LINE(8, "Unlocked SRA list", ""); in SRAList_Unlock()
146 DEBUG_LINE(8, "SRA manager created 0x%p", g_sra_mgr); in SRAList_Mgr()
199 DEBUG_LINE(10, "VDB_CONFIG=%s", getenv("VDB_CONFIG")); in SRAListNode_KConfigReload()
223 DEBUG_LINE(10, "%s: %s", self->accession, self->path); in SRAListNode_Release()
255 DEBUG_LINE(8, "SRA setting version to %u", g_version + 1); in SRAList_NextVersion()
827 DEBUG_LINE(10, "SRA queue %s", "running"); in SRAList_Queue()
884 DEBUG_LINE(10, "SRA queue %s", "waiting"); in SRAList_Queue()
1182 DEBUG_LINE(10, "'%s'", suffix); in SRAListNode_GetType()
[all …]
H A Ddirectory.c79 DEBUG_LINE(8, "Releasing auto TAR %s", n->child->name); in DirNodeChild_Whack()
132 DEBUG_LINE(8, "Lock DirectoryNode %s %s", cself->path, exclusive ? "write" : "read"); in DirectoryNode_Lock()
139 DEBUG_LINE(8, "Unlocking DirectoryNode %s", cself->path); in DirectoryNode_Unlock()
266 DEBUG_LINE(8, "Using full name %s/%s", cself->path, path); in DirectoryNode_Attr()
278 DEBUG_LINE(8, "Symlink name %s", r); in DirectoryNode_Attr()
359 DEBUG_LINE(8, "Listing kdir path %s/%s", cself->path, subpath); in DirectoryNode_Dir()
377 DEBUG_LINE(8, "Resolving %s", cself->path); in DirectoryNode_Link()
380 DEBUG_LINE(8, "Resolving %s/%s", cself->path, subpath); in DirectoryNode_Link()
383 DEBUG_LINE(8, "Resolved %s", rc == 0 ? buf : NULL); in DirectoryNode_Link()
478 DEBUG_LINE(8, "%s%s resolved to %s", rel_path, path, resolved); in DirectoryNode_Make()
H A Dremote-directory.c67 DEBUG_LINE(8, "Releasing auto TAR %s", n->child->name); in DirNodeChild_Whack()
109 DEBUG_LINE(8, "Lock DirectoryNode %s %s", cself->path, exclusive ? "write" : "read"); in DirectoryNode_Lock()
116 DEBUG_LINE(8, "Unlocking DirectoryNode %s", cself->path); in DirectoryNode_Unlock()
157 DEBUG_LINE(8, "Using full name %s/%s", cself->path, path); in DirectoryNode_Attr()
169 DEBUG_LINE(8, "Symlink name %s", r); in DirectoryNode_Attr()
250 DEBUG_LINE(8, "Listing kdir path %s/%s", cself->path, subpath); in DirectoryNode_Dir()
H A Dfile.c63 DEBUG_LINE(8, "file type %x", *type); in FileNode_Attr()
67 DEBUG_LINE(8, "file mtime %u", *ts); in FileNode_Attr()
70 DEBUG_LINE(8, "file access %x", *access); in FileNode_Attr()
177 DEBUG_LINE(8, "%s%s resolved to %s", rel_path, path, resolved); in FileNode_Make()
/dports/lang/gcc10/gcc-10.3.0/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__
219 #define DEBUG_LINE(...)
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__ macro
219 #define DEBUG_LINE(...) macro
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__ macro
219 #define DEBUG_LINE(...) macro
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__ macro
219 #define DEBUG_LINE(...) macro
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__ macro
219 #define DEBUG_LINE(...) macro
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/lang/gcc11/gcc-11.2.0/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__ macro
219 #define DEBUG_LINE(...) macro
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__
219 #define DEBUG_LINE(...)
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/lang/gcc9/gcc-9.4.0/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__ macro
219 #define DEBUG_LINE(...) macro
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__ macro
219 #define DEBUG_LINE(...) macro
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/lang/gcc9-aux/gcc-9.1.0/libgfortran/io/
H A Dasync.h213 #define DEBUG_LINE(...) __VA_ARGS__ macro
219 #define DEBUG_LINE(...) macro
281 DEBUG_LINE (extern __thread const char *aio_prefix);
283 DEBUG_LINE (typedef struct aio_lock_debug{
291 DEBUG_LINE (extern aio_lock_debug *aio_debug_head;)
292 DEBUG_LINE (extern __gthread_mutex_t debug_queue_lock;)
/dports/devel/gputils/gputils-1.5.0/gpasm/
H A Dparse.h52 DEBUG_LINE = 262, enumerator
98 #define DEBUG_LINE 262 macro
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/
H A DMacros.hpp110 # ifndef DEBUG_LINE
111 # define DEBUG_LINE RSTUDIO_DEBUG_LINE macro
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DDataDrivenTestHelper.java19 public static final List<String> DEBUG_LINE = Collections.singletonList("@debug"); field in DataDrivenTestHelper
72 return !arguments.isEmpty() && !arguments.equals(DEBUG_LINE); in isTestLine()
85 } else if (arguments.equals(DEBUG_LINE)) { in test()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/net/
H A Dne2000_base.h100 #define DEBUG_LINE() do { printf("%d\n", __LINE__); } while (0) macro
104 #define DEBUG_LINE() do {} while(0) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h104 #define DEBUG_LINE() do { printf("%d\n", __LINE__); } while (0) macro
108 #define DEBUG_LINE() do {} while(0) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/net/
H A Dne2000_base.h100 #define DEBUG_LINE() do { printf("%d\n", __LINE__); } while (0) macro
104 #define DEBUG_LINE() do {} while(0) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h104 #define DEBUG_LINE() do { printf("%d\n", __LINE__); } while (0) macro
108 #define DEBUG_LINE() do {} while(0) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/net/
H A Dne2000_base.h100 #define DEBUG_LINE() do { printf("%d\n", __LINE__); } while (0) macro
104 #define DEBUG_LINE() do {} while(0) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h104 #define DEBUG_LINE() do { printf("%d\n", __LINE__); } while (0) macro
108 #define DEBUG_LINE() do {} while(0) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h104 #define DEBUG_LINE() do { printf("%d\n", __LINE__); } while (0) macro
108 #define DEBUG_LINE() do {} while(0) macro

1234567891011