Searched refs:misc (Results 1 - 25 of 71) sorted by relevance

123

/haiku-fatelf/src/system/libroot/posix/glibc/include/sys/
H A Dcdefs.h2 #include <misc/sys/cdefs.h>
/haiku-fatelf/src/tests/kits/media/
H A DmediaDescriptions.cpp44 a.u.misc.file_format = 5;
45 a.u.misc.codec = 5;
48 b.u.misc.file_format = 6;
49 b.u.misc.codec = 5;
50 printf("misc(5,5) < misc(6, 5)? %s\n", a < b ? "yes" : "no");
52 b.u.misc.file_format = 4;
53 printf("misc(5,5) < qt(4, 5)? %s\n", a < b ? "yes" : "no");
55 b.u.misc.file_format = 5;
56 b.u.misc
[all...]
H A DmediaFormats.cpp36 return "misc";
128 print_fourcc(description.u.misc.file_format);
130 print_fourcc(description.u.misc.codec);
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dmovefile.c21 #include <isc/misc.h>
H A Dbitncmp.c30 #include <isc/misc.h>
/haiku-fatelf/src/libs/ncurses/
H A DMakefile.os229 # if the build of misc/panel.def fails.
53 # The way things are handled in misc/Makefile is not well suited for OS/2,
115 DEFS = $(addsuffix .def, $(addprefix ./misc/, $(LIBRARIES)))
119 ./lib/%$(LIB_TAG).lib : ./misc/%.def
122 ./lib/%$(LIB_TAG).a : ./misc/%.def
129 ./misc/$*.def -o $@; \
132 ./lib/ncurses$(LIB_TAG).lib ./misc/$*.def -o $@; \
162 echo LIBRARY $${i}$(DLL_TAG) INITINSTANCE TERMINSTANCE > ./misc/$$i.def; \
163 echo DESCRIPTION \"$(DLL_SIGNATURE), module $$i\" >> ./misc/$$i.def; \
164 echo CODE LOADONCALL >> ./misc/
[all...]
H A DMakefile107 cd misc && $(MAKE) $(CF_MFLAGS) $@
198 cd misc && $(MAKE) $(CF_MFLAGS) $@
/haiku-fatelf/src/add-ons/media/plugins/musepack/
H A DMusePack.cpp31 description.u.misc.file_format = 'mpc ';
32 description.u.misc.codec = 'MPC7';
H A DMusePackReader.cpp86 description.u.misc.file_format = 'mpc ';
87 description.u.misc.codec = 'MPC7';
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-ip2k.c28 struct misc struct
55 PARAMS ((bfd *, asection *, Elf_Internal_Rela *, struct misc *));
57 PARAMS ((bfd *, asection *, Elf_Internal_Rela *, bfd_boolean *, struct misc *));
61 PARAMS ((bfd *, asection *, Elf_Internal_Rela *, bfd_boolean *, struct misc *));
65 PARAMS ((bfd *, asection *, Elf_Internal_Rela *, bfd_boolean *, struct misc *));
69 PARAMS ((bfd *, asection *, bfd_boolean *, struct misc *, unsigned long, unsigned long));
416 ip2k_test_page_insn (abfd, sec, irel, misc)
420 struct misc *misc;
425 symval = symbol_value (abfd, misc
816 struct misc misc; local
[all...]
H A Dmakefile.vms25 vms-misc.obj,$(TARGETOBJS)
65 vms-misc.c: vms.h
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DMediaFormat.cpp61 desc.u.misc.file_format = 'ffmp';
62 desc.u.misc.codec = CODEC_ID_AC3;
116 desc.u.misc.file_format = 'ffmp';
117 desc.u.misc.codec = CODEC_ID_MP3;
150 desc.u.misc.file_format = 'ffmp';
151 desc.u.misc.codec = CODEC_ID_MPEG2VIDEO;
/haiku-fatelf/src/bin/network/telnetd/
H A Dauthenc.c47 #include <libtelnet/misc.h>
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dsearch.h2 #include <misc/search.h>
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDevice.cpp203 desc[0].u.misc.file_format = '.snd';
204 desc[0].u.misc.codec = 'ulaw';
218 desc[0].u.misc.file_format = '.snd';
219 desc[0].u.misc.codec = 'alaw';
249 desc[0].u.misc.file_format = 'OSS4';
250 desc[0].u.misc.codec = 'VORB';
255 desc[0].u.misc.file_format = 'OSS4';
256 desc[0].u.misc.codec = 'PDIF';
261 desc[0].u.misc.file_format = 'OSS4';
262 desc[0].u.misc
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A Dmakefile148 # /dev/video/usb when loaded. Default is "misc".
/haiku-fatelf/src/kits/media/
H A DMediaFormats.cpp213 return a.u.misc.file_format == b.u.misc.file_format
214 && a.u.misc.codec == b.u.misc.codec;
248 if (a.u.misc.file_format == b.u.misc.file_format)
249 return a.u.misc.codec < b.u.misc.codec;
250 return a.u.misc.file_format < b.u.misc
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DCodecTable.cpp149 description.u.misc.file_format = 'ffmp';
150 description.u.misc.codec = codec->id;
/haiku-fatelf/src/add-ons/kernel/drivers/network/vlance/
H A Dvlance.h78 uint32 misc; member in struct:trns_desc::__anon1957
/haiku-fatelf/src/add-ons/media/plugins/matroska/
H A Dmatroska_codecs.cpp69 description.u.misc.file_format = 'OggS';
70 description.u.misc.codec = 'vorb';
153 description.u.misc.file_format = (uint32)(misc_codec >> 32);
154 description.u.misc.codec = (uint32)misc_codec;
/haiku-fatelf/src/bin/network/telnet/
H A Dauthenc.c49 #include <libtelnet/misc.h>
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dmakefile139 # /dev/video/usb when loaded. Default is "misc".
/haiku-fatelf/src/add-ons/kernel/drivers/disk/usb/usb_floppy/
H A Dusb_disk.h101 uint8 misc; member in struct:command_status_wrapper_s
/haiku-fatelf/src/bin/bash/
H A DAUTHORS263 CWRU/misc/open-files.c Chet Ramey
264 CWRU/misc/sigs.c Chet Ramey
265 CWRU/misc/pid.c Chet Ramey
266 CWRU/misc/sigstat.c Chet Ramey
267 CWRU/misc/bison Chet Ramey
268 CWRU/misc/aux-machine-desc Chet Ramey
394 tests/misc/chld-trap.sh Chet Ramey
395 tests/misc/dot-test-1.sh Chet Ramey
396 tests/misc/dot-test-1.sub Chet Ramey
397 tests/misc/gotes
[all...]
/haiku-fatelf/headers/private/graphics/common/
H A Dedid.h100 misc : 2

Completed in 188 milliseconds

123