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

123

/haiku-fatelf/headers/private/graphics/radeon/
H A Dmultimon.h21 status_t GetUseLaptopPanel( BScreen *screen, bool *use );
22 status_t SetUseLaptopPanel( BScreen *screen, bool use );
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dkeys.h27 const xmlChar *use,
H A Dkeys.c90 if (keyd->use != NULL)
91 xmlFree(keyd->use);
263 * @use: the use value
273 const xmlChar *use, xmlNodePtr inst) {
278 if ((style == NULL) || (name == NULL) || (match == NULL) || (use == NULL))
283 "Add key %s, match %s, use %s\n", name, match, use);
288 key->use = xmlStrdup(use);
271 xsltAddKey(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *nameURI, const xmlChar *match, const xmlChar *use, xmlNodePtr inst) argument
[all...]
/haiku-fatelf/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.cpp49 #warning M68K: use 060 PCR[15:8]
H A Darch_asm.S95 #warning M68K: use fixed size for fsave
/haiku-fatelf/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-fatelf/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) {
192 if (stream->use & ES1370_USE_RECORD) {
218 if (stream->use & ES1370_USE_RECORD) {
259 if (stream->use & ES1370_USE_RECORD)
267 es1370_stream_new(es1370_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
277 stream->use = use;
341 if (stream->use & ES1370_USE_RECORD) {
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk24 # Override this in cfg.mk if you use a non-standard build-aux directory.
110 # use this macro. The shell variables "re" and "msg" must be defined.
112 dummy=; : so we do not need a semicolon before each use; \
143 # Don't use *scanf or the old ato* functions in `real' code.
145 # Instead, use strto* functions.
148 msg='do not use *scan''f, ato''f, ato''i, ato''l, ato''ll or ato''q' \
156 { echo '$(ME): use STREQ in place of the above uses of str''cmp' \
171 { echo '$(ME): use FATAL, WARNING or warning' 1>&2; \
191 msg='found use of "file''system"; spell it "file system"' \
194 # Don't use cp
[all...]
/haiku-fatelf/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
182 if(stream->use & AUVIA_USE_RECORD)
195 if(stream->use & AUVIA_USE_PLAY)
295 auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount) argument
305 stream->use = use;
319 if(use & AUVIA_USE_PLAY) {
/haiku-fatelf/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);
/haiku-fatelf/docs/user/
H A Dapidoc.dox46 Doxygen, the tool that we use to generate the marked up documentation, has
122 feel like overkill to use blocks, but realize that Doxygen was initially
151 \note Doxygen also allows the use of single line comments, starting with
152 \c //!, however, we won't use these \b except for group markers, which
176 \note This section does not discuss which commands you should actually use
186 commands_sections sections is found. Note that if you use commands that
236 you can use the following:
255 in which to use them.
270 mark multiple words or sentences, use the HTML-style commands. Finally, for
271 blocks of code or blocks of text that need to be in "typewriter" font, use
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-icmp6.c5 * Redistribution and use in source and binary forms, with or without
11 * features or use of this software display the following acknowledgement:
268 /* display cosmetics: print the packet length for printer that use the vflag now */
1157 struct rr_pco_use *use; local
1238 use = (struct rr_pco_use *)cp;
1239 cp = (const char *)(use + 1);
1241 TCHECK(use->rpu_prefix);
1247 printf("use("); /*)*/
1248 if (use->rpu_flags) {
1249 #define F(x, y) ((use
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dencoding.c1117 * already found and in use
1128 * already found and in use
1758 written = out->size - out->use;
1759 toconv = in->use;
1762 written = out->size - out->use - 1;
1773 ret = handler->input(&out->content[out->use], &written,
1776 out->use += written;
1777 out->content[out->use] = 0;
1781 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1784 out->use
[all...]
H A DxmlIO.c191 "adddress in use", /* EADDRINUSE */
192 "already in use", /* EALREADY */
1269 *@compression: Compression value to use
1769 content_lgth = dctxt->buffer->use;
2089 * Calling this method changes the HTTP output method to use the "POST"
2327 * If filename is "-' then we use stdin as the input.
2472 * If filename is "-' then we use stdout as the output.
2833 unsigned int use; local
2848 use = in->raw->use;
2944 unsigned int use; local
[all...]
H A DparserInternals.c253 if (in->cur > in->base + in->buf->buffer->use) {
255 "xmlParserInput: cur > base + use problem\n");
257 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d, size %d\n",
259 in->buf->buffer->use, in->buf->buffer->size);
311 in->end = &in->buf->buffer->content[in->buf->buffer->use];
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
359 * block, but we use it really as an integer to do some
371 in->end = &in->buf->buffer->content[in->buf->buffer->use];
412 in->end = &in->buf->buffer->content[in->buf->buffer->use];
417 if (in->buf->buffer->use > INPUT_CHUN
1133 unsigned int use; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.h6 * Redistribution and use in source and binary forms, with or without
107 uint8 use; member in struct:_auich_stream
191 auich_stream *auich_stream_new(auich_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
/haiku-fatelf/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);
/haiku-fatelf/src/bin/gawk/posix/
H A Dgawkmisc.c97 /* force all members to zero in case OS doesn't use all of them. */
125 * guess. We use stdio's BUFSIZ, since that is what it was
138 return stb->st_size; /* use file size */
/haiku-fatelf/src/bin/gdb/
H A Ddjunpack.bat15 Rem directories, it MUST use backslashes, not forward slashes.
49 echo Remember that %1 cannot use forward slashes, only backslashes.
/haiku-fatelf/src/bin/sharutils/src/
H A Duuencode.c22 Redistribution and use in source and binary forms, with or without
30 3. All advertising materials mentioning features or use of this software
78 /* Pointer to the translation table we currently use. */
218 -m, --base64 use base64 encoding as of RFC1521\n\
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_wacs.c7 * without limitation the rights to use, copy, modify, merge, publish, *
25 * sale, use or other dealings in this Software without prior written *
90 * If we're running in a UTF-8 locale, will use the Unicode equivalents
/haiku-fatelf/headers/private/libroot/time/
H A Dprivate.h11 ** This header is for use ONLY with the time conversion code.
147 Please use a compiler that supports a 64-bit integer type (or wider);
320 ** The default is to use gettext if available, and use MSGID otherwise.

Completed in 146 milliseconds

123