Searched refs:do_recursion (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/bsd/jemalloc/dist/test/src/ |
H A D | SFMT.c | 244 static inline void do_recursion(w128_t *r, w128_t *a, w128_t *b, w128_t *c, in do_recursion() function 261 static inline void do_recursion(w128_t *r, w128_t *a, w128_t *b, w128_t *c, in do_recursion() function 292 do_recursion(&ctx->sfmt[i], &ctx->sfmt[i], &ctx->sfmt[i + POS1], r1, in gen_rand_all() 298 do_recursion(&ctx->sfmt[i], &ctx->sfmt[i], &ctx->sfmt[i + POS1 - N], r1, in gen_rand_all() 319 do_recursion(&array[i], &ctx->sfmt[i], &ctx->sfmt[i + POS1], r1, r2); in gen_rand_array() 324 do_recursion(&array[i], &ctx->sfmt[i], &array[i + POS1 - N], r1, r2); in gen_rand_array() 329 do_recursion(&array[i], &array[i - N], &array[i + POS1 - N], r1, r2); in gen_rand_array() 337 do_recursion(&array[i], &array[i - N], &array[i + POS1 - N], r1, r2); in gen_rand_array()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | recurse.c | 49 static int do_recursion (struct recursion_frame *frame); 457 err += do_recursion (&frame); in start_recursion() 605 do_recursion (struct recursion_frame *frame) in do_recursion() function 1239 err += do_recursion (&xframe); in do_dir_proc() 1351 err += do_recursion (frame); in unroll_files_proc()
|
H A D | ChangeLog-96 | 1408 (do_recursion): Don't call Entries_Close until after processing 1557 * recurse.c (do_recursion): Add comment about calling 1757 * recurse.c (do_recursion): Require a repository before calling 2010 * recurse.c (do_recursion): Make static and move declaration to here... 2012 * recurse.c (do_recursion): Replace plethora of arguments with 2123 (do_recursion): Pass entries to Find_Directories. 3606 * recurse.c (do_recursion): Removed code that pre-parsed all 3722 (do_recursion): Declare entries. Moved call to Entries_Close so 3725 been moved to do_recursion only. 3901 (do_recursion): Call do_file_proc accordingly. Remove srcfiles [all …]
|
H A D | ChangeLog | 1642 do_recursion. 2435 (Create_Admin), recurse.c (start_recursion, do_recursion, do_dir_proc), 2616 * recurse.c (do_recursion, do_dir_proc): Make process_this_directory a 2629 (start_recusrion, do_recursion): Use new Name_Root API. 3582 * recurse.c (do_recursion): Correct test for calling 4403 RCS_exec_rcsdiff, diff_exec), recurse.c (start_recursion, do_recursion, 5260 * recurse.c (do_recursion): Use Simple_Lock_Cleanup() rather than 5415 * recurse.c (start_recursion, do_recursion): Cast %p arguments to 5587 * recurse.c (do_recursion): Assert that ignoring the return value of 5850 (do_recursion): Ditto. Add TRACE. Expand comments. Remove unneeded [all …]
|
H A D | ChangeLog-9395 | 404 * recurse.c (do_recursion): Call fileattr_startdir before 425 * recurse.c (do_recursion): Call notify_check. 800 * recurse.c (do_recursion): Don't call server_pause_check if there 2224 * logmsg.c (logfile_write), recurse.c (do_recursion, addfile): 2282 * recurse.c (start_recursion, do_recursion): Set entries to NULL
|
/netbsd-src/usr.bin/mail/ |
H A D | thread.h | 63 int do_recursion(void);
|
H A D | cmd1.c | 352 recursive = do_recursion(); in type1() 550 recursive = do_recursion(); in top()
|
H A D | extern.h | 358 # define do_recursion() 0 macro
|
H A D | cmd2.c | 692 recursive = do_recursion(); in detach1()
|
H A D | thread.c | 286 do_recursion(void) in do_recursion() function 316 if (do_recursion() && in thread_recursion()
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | TODO | 714 make CVS's locking much less in the way (see comment in do_recursion
|