/freebsd/sys/dev/drm2/ |
H A D | drm_edid.c | 578 typedef void detailed_cb(struct detailed_timing *timing, void *closure); 581 cea_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) in cea_for_each_detailed_block() argument 589 cb((struct detailed_timing *)(det_base + 18 * i), closure); in cea_for_each_detailed_block() 593 vtb_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) in vtb_for_each_detailed_block() argument 602 cb((struct detailed_timing *)(det_base + 18 * i), closure); in vtb_for_each_detailed_block() 606 drm_for_each_detailed_block(u8 *raw_edid, detailed_cb *cb, void *closure) in drm_for_each_detailed_block() argument 615 cb(&(edid->detailed_timings[i]), closure); in drm_for_each_detailed_block() 621 cea_for_each_detailed_block(ext, cb, closure); in drm_for_each_detailed_block() 624 vtb_for_each_detailed_block(ext, cb, closure); in drm_for_each_detailed_block() 1189 struct detailed_mode_closure *closure = c; in do_inferred_modes() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
H A D | runtime.c | 621 struct Block_layout *closure = (struct Block_layout *)block; in _Block_dump() local 624 if (closure == NULL) { in _Block_dump() 628 if (! (closure->flags & BLOCK_HAS_DESCRIPTOR)) { in _Block_dump() 632 cp += sprintf(cp, "^%p (new layout) =\n", (void *)closure); in _Block_dump() 633 if (closure->isa == NULL) { in _Block_dump() 636 else if (closure->isa == _NSConcreteStackBlock) { in _Block_dump() 639 else if (closure->isa == _NSConcreteMallocBlock) { in _Block_dump() 642 else if (closure->isa == _NSConcreteAutoBlock) { in _Block_dump() 645 else if (closure->isa == _NSConcreteGlobalBlock) { in _Block_dump() 648 else if (closure->isa == _NSConcreteFinalizingBlock) { in _Block_dump() [all …]
|
/freebsd/contrib/byacc/ |
H A D | descrip.mms | 7 OBJS = closure.obj, \ 40 closure.obj : closure.c
|
H A D | Makefile.old | 15 OBJS = closure.o \ 32 SRCS = closure.c \ 73 closure.o: defs.h
|
H A D | makefile.in | 57 closure.c \ 73 closure$o \
|
H A D | graph.c | 24 closure(state_table[i]->items, state_table[i]->nitems); in graph()
|
H A D | vmsbuild.com | 66 $ write optf "closure.obj"
|
H A D | closure.c | 107 closure(Value_t *nucleus, int n) in closure() function
|
H A D | lr0.c | 145 closure(this_state->items, this_state->nitems); in generate_states()
|
H A D | defs.h | 462 extern void closure(Value_t *nucleus, int n);
|
H A D | CHANGES | 268 * closure.c: 269 modify address computation in closure.c to avoid undefined behavior on 1515 * closure.c, warshall.c: 1630 graph.c, closure.c: 2919 * closure.c, lalr.c, output.c, defs.h: 4294 * closure.c: use Value_t rather than short 5063 main.c, mkpar.c, output.c, defs.h, closure.c: 5188 * defs.h, closure.c, lr0.c, warshall.c, main.c: 5294 * output.c, mkpar.c, defs.h, lalr.c, closure.c, graph.c, lr0.c, 5347 * closure.c, defs.h, error.c, graph.c, lalr.c, lr0.c, main.c, mkpar.c, [all …]
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 95 void *closure); 279 cb_put_phdr(struct map_entry *entry, void *closure) in cb_put_phdr() argument 281 struct phdr_closure *phc = (struct phdr_closure *)closure; in cb_put_phdr() 311 cb_size_segment(struct map_entry *entry, void *closure) in cb_size_segment() argument 313 struct sseg_closure *ssc = (struct sseg_closure *)closure; in cb_size_segment() 326 void *closure) in each_dumpable_segment() argument 331 (*func)(entry, closure); in each_dumpable_segment()
|
/freebsd/usr.bin/yacc/ |
H A D | Makefile | 7 SRCS= closure.c error.c graph.c lalr.c lr0.c main.c mkpar.c mstring.c output.c \
|
/freebsd/contrib/googletest/ |
H A D | fake_fuchsia_sdk.bzl | 5 defined when bazel is evaluating the transitive closure of the query target.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.h | 240 ForEachSymbolFile(std::function<IterationAction(SymbolFileDWARF *)> closure) { in ForEachSymbolFile() argument 244 if (closure(oso_dwarf) == IterationAction::Stop) in ForEachSymbolFile()
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 500 kvm_walk_pages(kvm_t *kd, kvm_walk_pages_cb_t *cb, void *closure) in kvm_walk_pages() argument 506 return (kd->arch->ka_walk_pages(kd, cb, closure)); in kvm_walk_pages()
|
/freebsd/contrib/libpcap/ |
H A D | gencode.h | 283 uset closure; member
|
H A D | optimize.c | 518 SET_INSERT(b->closure, b->id); in find_closure() 521 SET_UNION(JT(b)->closure, b->closure, opt_state->nodewords); in find_closure() 522 SET_UNION(JF(b)->closure, b->closure, opt_state->nodewords); in find_closure() 2647 opt_state->blocks[i]->closure = p; in opt_init()
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1712 cb_put_phdr(vm_map_entry_t entry, void *closure) in cb_put_phdr() argument 1714 struct phdr_closure *phc = (struct phdr_closure *)closure; in cb_put_phdr() 1736 cb_size_segment(vm_map_entry_t entry, void *closure) in cb_size_segment() argument 1738 struct sseg_closure *ssc = (struct sseg_closure *)closure; in cb_size_segment() 1760 each_dumpable_segment(struct thread *td, segment_callback func, void *closure, in each_dumpable_segment() argument 1816 (*func)(entry, closure); in each_dumpable_segment()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 48 \ closure takes place. 52 \ triggers the closure procedure. That procedure never returns (it ends 56 \ Specific actions from the caller (closure or renegotiation) may happen 310 \ the closure sequence.
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.mux | 189 7. Requesting closure of port forwards
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event.c | 2249 ev_uint8_t closure = (flags & EVENT_FINALIZE_FREE_) ? in event_finalize_nolock_() local 2253 ev->ev_closure = closure; in event_finalize_nolock_()
|
/freebsd/contrib/libevent/ |
H A D | event.c | 2249 ev_uint8_t closure = (flags & EVENT_FINALIZE_FREE_) ? in event_finalize_nolock_() local 2253 ev->ev_closure = closure; in event_finalize_nolock_()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 481 * The closure is designed to abstact away two types of value profile data:
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 481 * The closure is designed to abstact away two types of value profile data:
|