HomeSort by relevance Sort by last modified time
    Searched refs:bfs (Results 1 - 2 of 2) sorted by null

  /external/iputils/
tftpsubs.c 64 } bfs[2]; variable in typeref:struct:bf
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
91 bfs[1].counter = BF_FREE;
93 return (struct tftphdr *)bfs[0].buf;
104 bfs[current].counter = BF_FREE; /* free old one */
107 b = &bfs[current]; /* look at new buffer */
129 b = &bfs[nextone]; /* look at "next" buffer */
169 bfs[current].counter = ct; /* set size of data to write */
171 if (bfs[current].counter != BF_FREE) /* if not free */
173 bfs[current].counter = BF_ALLOC; /* mark as alloc'd *
    [all...]
  /ndk/build/core/
definitions-graph.mk 421 $(eval bfs_deps := $$(call -ndk-mod-get-bfs-depends,A,-local-get-deps))\
431 $(eval bfs_deps := $$(call -ndk-mod-get-bfs-depends,A,-local-get-deps))\
448 -ndk-mod-get-bfs-list = $(strip \
454 $(call -ndk-mod-bfs-recursive) \
460 -ndk-mod-bfs-recursive = \
461 $(call -ndk-mod-debug,-ndk-mod-bfs-recursive wq='$(_ndk_mod_wq)' list='$(_ndk_mod_list)' visited='$(_ndk_mod_tree_visitors)')\
472 $(if $(_ndk_mod_wq),$(call -ndk-mod-bfs-recursive))
474 -test-ndk-mod-get-bfs-list.empty = \
476 $(call test-expect,,$(call -ndk-mod-get-bfs-list,,-local-deps))
478 -test-ndk-mod-get-bfs-list.A =
    [all...]

Completed in 4402 milliseconds