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

123

/haiku-fatelf/src/apps/cortex/addons/AudioAdapter/
H A Dmakefile28 # files created in the common object directory.
37 ../common/AudioBuffer.cpp \
38 ../common/AudioFilterNode.cpp \
39 ../common/IParameterSet.cpp \
40 ../common/RawBuffer.cpp \
41 ../common/SoundUtils.cpp
/haiku-fatelf/src/apps/cortex/addons/Flanger/
H A Dmakefile28 # files created in the common object directory.
36 ../common/AudioBuffer.cpp \
37 ../common/MediaNodeControlApp.cpp \
38 ../common/RawBuffer.cpp \
39 ../common/SoundUtils.cpp
/haiku-fatelf/src/bin/coreutils/man/
H A Djoin.x2 join \- join lines of two files on a common field
/haiku-fatelf/data/etc/profile.d/
H A Dbash_completion.sh7 if shopt -q progcomp && [ -r /boot/common/etc/bash_completion ]; then
9 . /boot/common/etc/bash_completion
/haiku-fatelf/src/bin/network/tcpdump/libpcap/ChmodBPF/
H A DChmodBPF3 . /etc/rc.common
/haiku-fatelf/src/bin/patch/
H A Dversion.c6 #include <common.h>
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dstdio_ext.h3 # include <stdio-common/stdio_ext.h>
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dndis2.c92 static struct _CommonChars common; variable in typeref:struct:_CommonChars
209 #define MAC_DISPATCH(hnd) ((struct _MacUpperDispatch*)(hnd)->common->upperDispatchTable)
210 #define MAC_STATUS(hnd) ((struct _MacStatusTable*) (hnd)->common->serviceStatus)
211 #define MAC_CHAR(hnd) ((struct _MacChars*) (hnd)->common->serviceChars)
292 result = macCommon->systemRequest ((DWORD)&common, (DWORD)&macCommon,
297 handle->common = macCommon;
304 result = macCommon->systemRequest ((DWORD)&common, 0,
382 handle->common->moduleDS);
502 result = MAC_DISPATCH(handle)->transmitChain (common.moduleId,
505 handle->common
[all...]
/haiku-fatelf/src/libs/libtelnet/
H A Dpk.h56 extern void common_key(char *secret, char *public, IdeaData *common,
H A Dpk.c59 * Choose top 128 bits of the common key to use as our idea key.
87 * Choose middle 64 bits of the common key to use as our des key, possibly
116 * get common key from my secret key and his public key
123 MINT *common; local
128 common = itom(0);
129 pow(public, secret, modulus, common);
130 extractdeskey(common, deskey);
131 extractideakey(common, ideakey);
133 mfree(common);
/haiku-fatelf/src/libs/expat/lib/
H A Dxmlrole.c117 static int FASTCALL common(PROLOG_STATE *state, int tok);
153 return common(state, tok);
184 return common(state, tok);
205 return common(state, tok);
223 return common(state, tok);
253 return common(state, tok);
270 return common(state, tok);
287 return common(state, tok);
307 return common(state, tok);
324 return common(stat
1297 common(PROLOG_STATE *state, int tok) function
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp73 /*! \brief The portion of the volume descriptor common to all
84 iso9660_common_descriptor common; member in struct:iso9660_volume_descriptor
271 dump_common_descriptor(iso9660_common_descriptor *common, argument
278 common->type, descriptor_type_to_string(
279 (iso9660_descriptor_type)common->type)));
281 common->standard_identifier,
282 strncmp(common->standard_identifier, kISO9660Signature, 5) == 0
284 TRACE(("%s version: %d\n", indent, common->version));
295 dump_common_descriptor(&primary->common, indent, false);
348 check_common_descriptor(iso9660_common_descriptor *common) argument
383 iso9660_common_descriptor *common = NULL; local
[all...]
/haiku-fatelf/src/apps/cortex/addons/ToneProducer/
H A Dmakefile28 # files created in the common object directory.
35 ../common/MediaNodeControlApp.cpp \
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dmake-relative-prefix.c233 int i, n, common; local
341 /* Find how many directories are in common between bin_prefix & prefix. */
343 for (common = 0; common < n; common++)
345 if (strcmp (bin_dirs[common], prefix_dirs[common]) != 0)
349 /* If there are no common directories, there can be no relative prefix. */
350 if (common == 0)
363 needed_len += sizeof (DIR_UP) * (bin_num - common);
[all...]
/haiku-fatelf/src/libs/edit/
H A DMakefile9 OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
31 SRCS+= common.h emacs.h fcns.h help.h vi.h
32 CLEANFILES+= common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h
38 AHDR= vi.h emacs.h common.h
39 ASRC= ${.CURDIR}/vi.c ${.CURDIR}/emacs.c ${.CURDIR}/common.c
41 .for hdr in vi emacs common
63 common.h emacs.h fcns.c fcns.h help.c help.h vi.h
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/liba52/
H A Ddownmix.c339 sample_t common; local
342 common = samples[i + 256] + bias;
343 samples[i] += common;
344 samples[i + 256] = samples[i + 512] + common;
351 sample_t common; local
354 common = right[i + 256] + bias;
355 left[i] += common;
356 right[i] += common;
375 sample_t common; local
378 common
387 sample_t common, surround; local
412 sample_t common; local
424 sample_t common, surround; local
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_unlink/
H A D2-2.c90 /* Operations common to all processes on the semaphore*/
91 sem_t * common() function
171 sem = common();
191 sem = common();
204 sem = common();
/haiku-fatelf/data/system/boot/
H A DSetupEnvironment23 BELIBRARIES="$BUILDHOME/abi/current/library-paths/common:$BUILDHOME/lib/$BE_HOST_CPU"
43 export PATH=.:$HOME/config/bin:/boot/common/bin:/bin:/boot/apps:/boot/preferences:/boot/system/apps:/boot/system/preferences:$BETOOLS
44 export LIBRARY_PATH="%A/lib:$HOME/config/lib:/boot/common/lib:/boot/system/lib"
45 export ADDON_PATH="%A/add-ons:$HOME/config/add-ons:/boot/common/add-ons:/boot/system/add-ons"
47 export PATH=.:/boot/common/bin:/bin:/boot/apps:/boot/preferences:/boot/system/apps:/boot/system/preferences:$BETOOLS
48 export LIBRARY_PATH="%A/lib:/boot/common/lib:/boot/system/lib"
49 export ADDON_PATH="%A/add-ons:/boot/common/add-ons:/boot/system/add-ons"
/haiku-fatelf/src/system/libroot/posix/glibc/extensions/
H A Dgetopt_init.c31 #include <stdio-common/_itoa.h>
/haiku-fatelf/src/bin/bash/builtins/
H A DMakefile123 STATIC_SOURCE = common.c evalstring.c evalfile.c getopt.c bashgetopt.c \
128 common.o declare.o echo.o enable.o eval.o evalfile.o \
186 common.o: common.c
266 bashgetopt.o: $(topdir)/pathnames.h $(topdir)/externs.h $(srcdir)/common.h
268 common.o: $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
269 common.o: $(topdir)/shell.h $(topdir)/syntax.h ../config.h $(topdir)/bashjmp.h $(BASHINCDIR)/posixjmp.h
270 common.o: $(topdir)/sig.h $(topdir)/command.h
271 common.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/stdc.h $(BASHINCDIR)/memalloc.h
272 common
[all...]
/haiku-fatelf/src/tests/servers/app/newClipping/
H A DLayer.cpp430 // done rebuilding regions, now copy common parts and redraw regions that became visible
432 // include the actual and the old fullVisible regions. later, we'll exclude the common parts.
436 // offset to layer's new location so that we can calculate the common region.
443 // fullVisible, we'll have the common region which can be copied using HW acceleration.
475 // compute the common region. we'll use HW acc to copy this to the new location.
479 // common region goes back to its original location. then, by excluding
558 BRegion common; local
559 get_user_regions(common);
560 common.IntersectWith(&invalid);
564 if (!common
[all...]
/haiku-fatelf/src/apps/cortex/addons/LoggingConsumer/
H A Dmakefile28 # files created in the common object directory.
35 ../common/MediaNodeControlApp.cpp \
/haiku-fatelf/build/scripts/
H A Dbuild_haiku_image193 # strip executables in common/bin
194 if [ -d $extractDir/common/bin ]; then
195 for file in `find $extractDir/common/bin -type f -a -perm +100 \
201 # strip libraries in common/lib
202 if [ -d $extractDir/common/lib ]; then
203 for file in `find $extractDir/common/lib -type f -a -size +1k \
/haiku-fatelf/src/bin/gdb/bfd/
H A DMakefile.am900 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
936 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1131 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1147 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1150 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1154 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1158 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1162 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1166 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1171 elf-bfd.h $(INCDIR)/elf/common
[all...]
/haiku-fatelf/src/bin/diffutils/po/
H A DMakefile45 DISTFILES.common = Makefile.in.in Makevars remove-potcdate.sin \
46 $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
47 DISTFILES = $(DISTFILES.common) POTFILES.in $(DOMAIN).pot \
157 for file in $(DISTFILES.common); do \
257 for file in $(DISTFILES.common); do \
358 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot

Completed in 314 milliseconds

123