/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | iotrace.c | 916 int *guard; in open() local 980 int *guard; in gprofng_open64() local 1068 int *guard; in DCL_OPEN64() local 1171 int *guard; in openat() local 1232 int *guard; in creat() local 1288 int *guard; in creat64() local 1345 int *guard; in mkstemp() local 1400 int *guard; in mkstemps() local 1455 int *guard; in close() local 1490 int *guard; in gprofng_fopen() local [all …]
|
H A D | heaptrace.c | 268 int *guard; in malloc() local 305 int *guard; in free() local 344 int *guard; in realloc() local 382 int *guard; in memalign() local 411 int *guard; in valloc() local 439 int *guard; in calloc() local 472 int *guard; in __collector_heap_record() local
|
H A D | synctrace.c | 549 int *guard; in __collector_jsync_begin() local 562 int *guard; in __collector_jsync_end() local 589 int *guard; in gprofng_pthread_mutex_lock() local 635 int *guard; in DCL_PTHREAD_MUTEX_LOCK() local 685 int *guard; in DCL_PTHREAD_COND_WAIT() local 735 int *guard; in DCL_PTHREAD_COND_TIMEDWAIT() local 781 int *guard; in DCL_PTHREAD_JOIN() local
|
H A D | linetrace.c | 152 int * guard = NULL; in get_combo_flag() local 1145 int * guard = NULL; in __collector_fork() local 1186 int * guard = NULL; in __collector_vfork() local 1218 int * guard = NULL; in __collector_execve() local 1249 int * guard = NULL; in __collector_execvp() local 1425 int *guard = NULL; in gprofng_posix_spawn() local 1483 int *guard = NULL; in DCL_POSIX_SPAWN() local 1534 int *guard = NULL; in __collector_system() local 1589 int *guard = NULL; in __collector_grantpt() local 1614 int *guard = NULL; in __collector_ptsname() local [all …]
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | guard.cc | 76 #define LOCK_PART(guard) (guard) argument 77 #define INIT_PART(guard) (guard) argument 88 #define LOCK_PART(guard) (guard) argument 89 #define INIT_PART(guard) (guard) argument 108 #define LOCK_PART(guard) (&(guard)->lock_half) argument 109 #define INIT_PART(guard) (&(guard)->init_half) argument
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | iotrace.c | 1006 int *guard; in open() local 1114 int *guard; local 1212 int *guard; local 1315 int *guard; local 1376 int *guard; local 1432 int *guard; local 1489 int *guard; local 1544 int *guard; local 1599 int *guard; local 1670 int *guard; local [all …]
|
H A D | heaptrace.c | 276 int *guard; in malloc() local 313 int *guard; in free() local 352 int *guard; in realloc() local 390 int *guard; in memalign() local 419 int *guard; in valloc() local 447 int *guard; in calloc() local 480 int *guard; in __collector_heap_record() local
|
H A D | synctrace.c | 687 int *guard; in __collector_jsync_begin() local 700 int *guard; in __collector_jsync_end() local 726 int *guard; in pthread_mutex_lock() local 816 int *guard; in __collector_pthread_cond_wait_symver() local 919 int *guard; in __collector_pthread_cond_timedwait_symver() local 953 int *guard; in pthread_join() local 1018 int *guard; local
|
H A D | linetrace.c | 132 int * guard = NULL; in get_combo_flag() local 1083 int * guard = NULL; in __collector_fork() local 1124 int * guard = NULL; in __collector_vfork() local 1156 int * guard = NULL; in __collector_execve() local 1187 int * guard = NULL; in __collector_execvp() local 1425 int * guard = NULL; in __collector_posix_spawn_symver() local 1536 int * guard = NULL; in __collector_posix_spawnp_symver() local 1578 int *guard = NULL; in __collector_system() local 1655 int *guard = NULL; in __collector_popen_symver() local 1690 int *guard = NULL; in __collector_grantpt() local [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_ast_graft.c | 56 __isl_take isl_set *guard, __isl_take isl_basic_set *enforced) in graft_alloc() 88 isl_set *guard; in isl_ast_graft_alloc() local 182 static __isl_give isl_set *hoist_guard(__isl_take isl_set *guard, in hoist_guard() 235 isl_set *guard; in isl_ast_graft_list_extract_hoistable_guard() local 313 __isl_take isl_ast_node *node, __isl_take isl_set *guard, in ast_node_insert_if() 372 __isl_take isl_ast_graft *graft, __isl_take isl_set *guard, in insert_if_node() 554 isl_set *guard; member 618 isl_set *guard; in insert_pending_guard_nodes() local 814 __isl_take isl_set *guard, __isl_keep isl_ast_build *build) in store_guard() 896 __isl_take isl_ast_graft_list *list, __isl_take isl_set *guard, in isl_ast_graft_alloc_from_children() [all …]
|
/netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
H A D | unity_fixture.c | 177 char guard[sizeof(size_t)]; member 186 Guard* guard; in unity_malloc() local 207 Guard* guard = (Guard*)mem; in isOverrun() local 216 Guard* guard = (Guard*)mem; in release_memory() local 242 Guard* guard = (Guard*)oldMem; in unity_realloc() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/safestack/ |
H A D | safestack.cc | 101 static inline void *unsafe_stack_alloc(size_t size, size_t guard) { in unsafe_stack_alloc() 108 static inline void unsafe_stack_setup(void *start, size_t size, size_t guard) { in unsafe_stack_setup() 223 size_t guard = 0; in INTERCEPTOR() local 274 size_t guard = 4096; in __safestack_init() local
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | fpsp.h | 185 WBTEMP_GRS equ LV-40 ;alias wbtemp guard, round, sticky variable
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | ylwrap.amd | 43 guard () function
|
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/gpl3/binutils.old/dist/ |
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/gpl3/gdb/dist/ |
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/gpl3/gdb.old/dist/ |
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/bsd/flex/dist/build-aux/ |
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ |
H A D | vxlib.c | 59 __gthread_once (__gthread_once_t *guard, void (*func)(void)) in __gthread_once()
|
/netbsd-src/external/bsd/tmux/dist/etc/ |
H A D | ylwrap | 43 guard () function
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | ylwrap | 43 guard () function
|