Searched refs:use (Results 1 - 25 of 26) sorted by relevance

12

/haiku/headers/private/graphics/radeon/
H A Dmultimon.h21 status_t GetUseLaptopPanel( BScreen *screen, bool *use );
22 status_t SetUseLaptopPanel( BScreen *screen, bool use );
/haiku/src/system/kernel/arch/m68k/
H A Darch_040_cpu.cpp47 #warning M68K: 040: use CPUSHP on pages when possible for speed.
71 #warning M68K: 040: use CPUSHP on pages when possible for speed.
H A Darch_system_info.cpp56 #warning M68K: use 060 PCR[15:8]
H A Darch_asm.S95 #warning M68K: use fixed size for fsave
/haiku/src/preferences/screen/
H A Dmultimon.cpp140 GetUseLaptopPanel(BScreen *screen, bool *use) argument
149 *use = tmp != 0;
156 SetUseLaptopPanel(BScreen *screen, bool use) argument
158 return SetSetting(screen, ms_use_laptop_panel, use);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dacos.s0 # use acos(x) = atan2(fabs(sqrt((1-x)*(1+x))), x)
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.h54 uint8 use; member in struct:_es1370_stream
134 es1370_stream *es1370_stream_new(es1370_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Des1370.c154 if (stream->use & ES1370_USE_RECORD) {
194 if (stream->use & ES1370_USE_RECORD) {
220 if (stream->use & ES1370_USE_RECORD) {
261 if (stream->use & ES1370_USE_RECORD)
269 es1370_stream_new(es1370_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
279 stream->use = use;
343 if (stream->use & ES1370_USE_RECORD) {
H A Dmulti.c379 if ((stream->use & mode) == 0)
694 if ((pstream->use & ES1370_USE_PLAY) == 0 ||
702 if ((rstream->use & ES1370_USE_RECORD) == 0 ||
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.h9 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
63 uint8 use; member in struct:_echo_stream
151 echo_stream *echo_stream_new(echo_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Dmulti.cpp10 * Redistribution and use in source and binary forms, with or without modification,
448 if ((stream->use & mode) == 0)
644 if ((stream->use & ECHO_USE_PLAY) == 0)
664 if ((stream->use & ECHO_USE_PLAY) != 0)
747 ((stream->use & ECHO_USE_PLAY) == 0) ? echo_record_inth : echo_play_inth, stream);
758 if ((pstream->use & ECHO_USE_PLAY) == 0 ||
766 if ((rstream->use & ECHO_USE_RECORD) == 0 ||
877 case B_MULTI_SET_BUFFERS: /* Set what buffers to use, if the driver supports soft buffers. */
H A Decho.cpp10 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
182 open_params.Pipe.bIsInput = stream->use == ECHO_USE_RECORD ? TRUE : FALSE;
346 echo_stream_new(echo_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
356 stream->use = use;
709 LOG(("device 0x%.8x %s still in use\n", card, card->name));
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.h9 * Redistribution and use in source and binary forms, with or without
17 * 3. All advertising materials mentioning features or use of this software
97 uint8 use; member in struct:_auvia_stream
167 auvia_stream *auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Dauvia.c9 * Redistribution and use in source and binary forms, with or without
17 * 3. All advertising materials mentioning features or use of this software
181 if(stream->use & AUVIA_USE_RECORD)
194 if(stream->use & AUVIA_USE_PLAY)
294 auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
304 stream->use = use;
318 if(use & AUVIA_USE_PLAY) {
H A Dmulti.c10 * Redistribution and use in source and binary forms, with or without modification,
594 if ((stream->use & mode) == 0)
914 if ((pstream->use & AUVIA_USE_PLAY) == 0 ||
922 if ((rstream->use & AUVIA_USE_RECORD) == 0 ||
1025 case B_MULTI_SET_BUFFERS: /* Set what buffers to use, if the driver supports soft buffers. */
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.h6 * Redistribution and use in source and binary forms, with or without
108 uint8 use; member in struct:_auich_stream
192 auich_stream *auich_stream_new(auich_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Dauich.c6 * Redistribution and use in source and binary forms, with or without
67 false // use thread
226 if (stream->use & AUICH_USE_RECORD)
231 if (stream->use & AUICH_USE_RECORD)
310 auich_stream_new(auich_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
320 stream->use = use;
334 if (use & AUICH_USE_PLAY) {
H A Dmulti.c10 * Redistribution and use in source and binary forms, with or without modification,
589 if ((stream->use & mode) == 0)
912 if ((pstream->use & AUICH_USE_PLAY) == 0 ||
920 if ((rstream->use & AUICH_USE_RECORD) == 0 ||
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.h16 * Redistribution and use in source and binary forms, with or without
24 * 3. All advertising materials mentioning features or use of this software
261 uint8 use; member in struct:_emuxki_voice
288 uint8 use; member in struct:_emuxki_stream
408 emuxki_voice *emuxki_voice_new(emuxki_stream *stream, uint8 use, uint8 voicenum);
420 emuxki_stream *emuxki_stream_new(emuxki_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
H A Demuxki.c19 * Redistribution and use in source and binary forms, with or without
27 * 3. All advertising materials mentioning features or use of this software
665 LOG(("voice->use = %#u\n", voice->use));
739 if (voice->use & EMU_USE_PLAY) {
752 if (voice->use & EMU_USE_PLAY) {
788 if (voice->use & EMU_USE_PLAY) {
1062 if (voice->use & EMU_USE_PLAY) {
1099 if (voice->use & EMU_USE_RECORD) {
1144 if (voice->use
1430 emuxki_voice_new(emuxki_stream *stream, uint8 use, uint8 voicenum) argument
1668 emuxki_stream_new(emuxki_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
[all...]
H A Dmulti.c10 * Redistribution and use in source and binary forms, with or without modification,
721 if ((stream->use & mode) == 0)
1070 if ((pstream->use & EMU_USE_PLAY) == 0 ||
1078 if ((rstream->use & EMU_USE_RECORD) == 0 ||
1178 case B_MULTI_SET_BUFFERS: /* Set what buffers to use, if the driver supports soft buffers. */
/haiku/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.cpp193 #warning M68K: use a lookup table ?
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp22 /* which MFP timer to use */
206 #warning M68K: use enable or mark register ?
411 * XXX: maybe use the keymap from the _AKP cookie instead ?
/haiku/src/apps/bootmanager/
H A Dbootman.S253 ; use code available in stage 1
631 test dl, 0 ; if drive is 0, use boot drive
/haiku/src/system/libroot/posix/glibc/include/
H A Dlibc-symbols.h89 /* GCC understands weak symbols and aliases; use its interface where
338 be able to use the set's contents. */
341 /* Declare SET for use in this module, if defined in another module. */
369 # define bss_set_element(set, symbol) ?error Must use initialized data.
511 you should use the normal strong_alias first, then add libc_hidden_def
522 libc.so, the best way is to use:
631 to use __GI_* name and we need to add alias to the real name.
632 There is no reason to use hidden_weak over hidden_def in assembly,

Completed in 297 milliseconds

12