HomeSort by: relevance | last modified time | path
    Searched defs:walk (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
type-add-unnamed-struct.c 15 const char **walk; local
45 for (walk = membs; *walk != NULL; walk++)
47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0)
49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset);
68 fprintf (stderr, "Cannot look up %s: %s\n", *walk, ctf_errmsg (ctf_errno (dyn)));
type-add-unnamed-struct.c 15 const char **walk; local
45 for (walk = membs; *walk != NULL; walk++)
47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0)
49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset);
68 fprintf (stderr, "Cannot look up %s: %s\n", *walk, ctf_errmsg (ctf_errno (dyn)));
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
type-add-unnamed-struct.c 15 const char **walk; local
45 for (walk = membs; *walk != NULL; walk++)
47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0)
49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset);
68 fprintf (stderr, "Cannot look up %s: %s\n", *walk, ctf_errmsg (ctf_errno (dyn)));
type-add-unnamed-struct.c 15 const char **walk; local
45 for (walk = membs; *walk != NULL; walk++)
47 if (ctf_member_info (dyn, newtype, *walk, &mi) < 0)
49 printf ("Looked up %s, type %lx, offset %lx\n", *walk, (long) mi.ctm_type, mi.ctm_offset);
68 fprintf (stderr, "Cannot look up %s: %s\n", *walk, ctf_errmsg (ctf_errno (dyn)));
  /src/usr.sbin/sysinst/
txtwalk.c 36 * walk a text buffer, processing matched lines
60 * Walk the buffer, call match for each line.
63 walk(char *buffer, size_t size, const struct lookfor *these, size_t numthese) function
txtwalk.c 36 * walk a text buffer, processing matched lines
60 * Walk the buffer, call match for each line.
63 walk(char *buffer, size_t size, const struct lookfor *these, size_t numthese) function
  /src/external/bsd/mdocml/dist/
soelim.c 93 char *walk, *cp; local
106 walk = line + 3;
107 if (!isspace((unsigned char)*walk) && (flag & C_OPTION) == 0) {
112 while (isspace((unsigned char)*walk))
113 walk++;
115 cp = walk;
122 if (*walk == '\0') {
126 if (soelim_file(soelim_fopen(walk), flag) == 1) {
soelim.c 93 char *walk, *cp; local
106 walk = line + 3;
107 if (!isspace((unsigned char)*walk) && (flag & C_OPTION) == 0) {
112 while (isspace((unsigned char)*walk))
113 walk++;
115 cp = walk;
122 if (*walk == '\0') {
126 if (soelim_file(soelim_fopen(walk), flag) == 1) {
mandocd.c 64 int *walk; local
109 walk = (int *)CMSG_DATA(cmsg);
111 fds[cnt] = *walk++;
mandocd.c 64 int *walk; local
109 walk = (int *)CMSG_DATA(cmsg);
111 fds[cnt] = *walk++;
  /src/external/gpl3/gcc/dist/gcc/
domwalk.cc 51 [ Note this walker can also walk the post-dominator tree, which is
102 during the walk of the dominator tree. There are two callbacks
103 which walk statements, one before visiting the dominator children,
105 before and after each statement walk callback. In addition, the
120 a walk of the dominator tree.
269 /* Recursively walk the dominator tree.
273 dom_walker::walk (basic_block bb) function in class:dom_walker
308 the dominator children, but before we walk statements. */
352 walked dominator children, but before we walk statements. */
domwalk.cc 51 [ Note this walker can also walk the post-dominator tree, which is
102 during the walk of the dominator tree. There are two callbacks
103 which walk statements, one before visiting the dominator children,
105 before and after each statement walk callback. In addition, the
120 a walk of the dominator tree.
269 /* Recursively walk the dominator tree.
273 dom_walker::walk (basic_block bb) function in class:dom_walker
308 the dominator children, but before we walk statements. */
352 walked dominator children, but before we walk statements. */
  /src/external/gpl3/gcc.old/dist/gcc/
domwalk.cc 51 [ Note this walker can also walk the post-dominator tree, which is
102 during the walk of the dominator tree. There are two callbacks
103 which walk statements, one before visiting the dominator children,
105 before and after each statement walk callback. In addition, the
120 a walk of the dominator tree.
268 /* Recursively walk the dominator tree.
272 dom_walker::walk (basic_block bb) function in class:dom_walker
306 the dominator children, but before we walk statements. */
350 walked dominator children, but before we walk statements. */
domwalk.cc 51 [ Note this walker can also walk the post-dominator tree, which is
102 during the walk of the dominator tree. There are two callbacks
103 which walk statements, one before visiting the dominator children,
105 before and after each statement walk callback. In addition, the
120 a walk of the dominator tree.
268 /* Recursively walk the dominator tree.
272 dom_walker::walk (basic_block bb) function in class:dom_walker
306 the dominator children, but before we walk statements. */
350 walked dominator children, but before we walk statements. */
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_iter.c 204 uu_avl_walk_t *walk; local
207 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) {
213 while ((node = uu_avl_walk_next(walk)) != NULL) {
219 uu_avl_walk_end(walk);
zpool_iter.c 204 uu_avl_walk_t *walk; local
207 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) {
213 while ((node = uu_avl_walk_next(walk)) != NULL) {
219 uu_avl_walk_end(walk);
  /src/external/gpl3/gdb.old/dist/gdb/
f-array-walker.h 180 Fortran array. IMPL is used to specialise what happens as we walk over
182 methods than can be used to customise the array walk. */
206 /* Walk the array. */
208 walk () function in class:fortran_array_walker
240 /* For dimensions other than the inner most, walk each element and
f-array-walker.h 180 Fortran array. IMPL is used to specialise what happens as we walk over
182 methods than can be used to customise the array walk. */
206 /* Walk the array. */
208 walk () function in class:fortran_array_walker
240 /* For dimensions other than the inner most, walk each element and
  /src/external/gpl3/gdb/dist/gdb/
f-array-walker.h 180 Fortran array. IMPL is used to specialise what happens as we walk over
182 methods than can be used to customise the array walk. */
206 /* Walk the array. */
208 walk () function in class:fortran_array_walker
240 /* For dimensions other than the inner most, walk each element and
f-array-walker.h 180 Fortran array. IMPL is used to specialise what happens as we walk over
182 methods than can be used to customise the array walk. */
206 /* Walk the array. */
208 walk () function in class:fortran_array_walker
240 /* For dimensions other than the inner most, walk each element and
  /src/external/bsd/unbound/dist/testcode/
unitneg.c 247 rbnode_type* walk; local
257 walk = rbtree_first(&neg->tree); /* first highest parent, big count */
258 z = (struct val_neg_zone*)walk;
263 walk = rbtree_first(&neg->tree);
264 z = (struct val_neg_zone*)walk;
265 while(i!=n+1 && walk && walk != RBTREE_NULL && !z->in_use) {
266 walk = rbtree_next(walk);
267 z = (struct val_neg_zone*)walk;
    [all...]
unitneg.c 247 rbnode_type* walk; local
257 walk = rbtree_first(&neg->tree); /* first highest parent, big count */
258 z = (struct val_neg_zone*)walk;
263 walk = rbtree_first(&neg->tree);
264 z = (struct val_neg_zone*)walk;
265 while(i!=n+1 && walk && walk != RBTREE_NULL && !z->in_use) {
266 walk = rbtree_next(walk);
267 z = (struct val_neg_zone*)walk;
    [all...]
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_iter.c 381 uu_avl_walk_t *walk; local
483 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL)
486 while ((node = uu_avl_walk_next(walk)) != NULL) {
492 uu_avl_walk_end(walk);
  /src/external/gpl3/gcc/dist/libgomp/
oacc-init.c 347 struct goacc_thread *walk; local
369 for (walk = goacc_threads; walk != NULL; walk = walk->next)
371 if (walk->target_tls)
372 base_dev->openacc.destroy_thread_data_func (walk->target_tls);
374 walk->target_tls = NULL;
378 if (walk->mapped_data)
385 if (walk->saved_bound_dev
458 struct goacc_thread *thr = data, *walk, *prev; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
oacc-init.c 347 struct goacc_thread *walk; local
369 for (walk = goacc_threads; walk != NULL; walk = walk->next)
371 if (walk->target_tls)
372 base_dev->openacc.destroy_thread_data_func (walk->target_tls);
374 walk->target_tls = NULL;
378 if (walk->mapped_data)
385 if (walk->saved_bound_dev
458 struct goacc_thread *thr = data, *walk, *prev; local
    [all...]

Completed in 79 milliseconds

1 2 3 4