HomeSort by: relevance | last modified time | path
    Searched refs:closure (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libpthread/
pthread_once.c 50 once_cleanup(void *closure)
53 pthread_mutex_unlock((pthread_mutex_t *)closure);
  /src/lib/libc/citrus/
citrus_db_hash.c 54 _citrus_db_hash_std(void *closure, struct _region *r)
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 2213 typedef void detailed_cb(struct detailed_timing *timing, void *closure); typedef in typeref:typename:void detailed_cb (struct detailed_timing * timing,void *)
2216 cea_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure)
2224 cb((struct detailed_timing *)(det_base + 18 * i), closure);
2228 vtb_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure)
2237 cb((struct detailed_timing *)(det_base + 18 * i), closure);
2241 drm_for_each_detailed_block(u8 *raw_edid, detailed_cb *cb, void *closure)
2250 cb(&(edid->detailed_timings[i]), closure);
2256 cea_for_each_detailed_block(ext, cb, closure);
2259 vtb_for_each_detailed_block(ext, cb, closure);
2828 struct detailed_mode_closure *closure = c local in function:do_inferred_modes
2866 struct detailed_mode_closure closure = { local in function:add_inferred_modes
2910 struct detailed_mode_closure *closure = c; local in function:do_established_modes
2933 struct detailed_mode_closure closure = { local in function:add_established_modes
2959 struct detailed_mode_closure *closure = c; local in function:do_standard_modes
2992 struct detailed_mode_closure closure = { local in function:add_standard_modes
3069 struct detailed_mode_closure *closure = c; local in function:do_cvt_mode
3079 struct detailed_mode_closure closure = { local in function:add_cvt_modes
3097 struct detailed_mode_closure *closure = c; local in function:do_detailed_mode
3133 struct detailed_mode_closure closure = { local in function:add_detailed_modes
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 319 * The closure is designed to abstact away two types of value profile data:
357 * information for fast implementation of closure interfaces.
469 /* Closure based interfaces. */
475 uint32_t getValueProfDataSize(ValueProfRecordClosure *Closure) {
478 const void *Record = Closure->Record;
479 uint32_t NumValueKinds = Closure->GetNumValueKinds(Record);
484 uint32_t NumValueSites = Closure->GetNumValueSites(Record, Kind);
488 Closure->GetNumValueData(Record, Kind));
495 * from the \c Closure and serialize the data into \c This record instance.
498 ValueProfRecordClosure *Closure,
    [all...]

Completed in 45 milliseconds