HomeSort by: relevance | last modified time | path
    Searched defs:rebind (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h 171 struct rebind { typedef fuzzer_allocator<Other> other; }; struct in class:fuzzer::fuzzer_allocator
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dac.c 388 struct drm_encoder *rebind; local in function:nv04_dac_mode_set
397 list_for_each_entry(rebind, &dev->mode_config.encoder_list, head) {
398 if (rebind == encoder
399 || nouveau_encoder(rebind)->dcb->type != DCB_OUTPUT_ANALOG)
402 dac_offset = nv04_dac_output_offset(rebind);

Completed in 11 milliseconds