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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 37 // Suppose you need to wrap/replace system function (generally, from libc):
107 { reinterpret_cast<const uptr>(WRAP(func_name)), \
121 # define WRAP(x) wrap_##x
127 # define WRAP(x) __asan_wrap_##x
135 # define WRAP(x) x
140 # define WRAP(x) __interceptor_ ## x
150 # define WRAP(x) __interceptor_ ## x
191 extern "C" ret_type WRAP(func)(__VA_ARGS__);
227 ret_type WRAP(func)(__VA_ARGS__)
237 extern "C" ret_type WRAP(func)(__VA_ARGS__);
    [all...]
  /src/sbin/restore/
tape.c 169 #define WRAP(alg) \
189 WRAP(MD5);
190 WRAP(SHA1);
191 WRAP(RMD160);
  /src/sys/dev/ic/
ac97.c 264 #define WRAP(a) &a, sizeof(a)
315 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
320 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
324 AUDIO_MIXER_ENUM, WRAP(ac97_mono_select),
329 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
334 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
339 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
343 AUDIO_MIXER_ENUM, WRAP(ac97_on_off),
348 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
352 AUDIO_MIXER_ENUM, WRAP(ac97_on_off)
    [all...]
  /src/sys/net/
zlib.c 3943 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
3945 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
5365 /* wrap pointers */
5499 if (r < s->window) /* wrap if needed */

Completed in 19 milliseconds