/external/bison/lib/ |
D | bbitset.h | 106 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable argument 107 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex argument 108 #define BITSET_CDATA_(SRC) (SRC)->b.cdata argument 109 #define BITSET_CSIZE_(SRC) (SRC)->b.csize argument 110 #define BITSET_NBITS_(SRC) (SRC)->b.n_bits argument 161 #define BITSET_CHECK2_(DST, SRC) \ argument 162 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort (); 177 #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC) argument 180 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC) argument 195 #define BITSET_TEST_(SRC, BITNO) (SRC)->b.vtable->test (SRC, BITNO) argument [all …]
|
D | bitset.h | 180 #define bitset_size(SRC) BITSET_SIZE_ (SRC) argument 186 #define bitset_count(SRC) BITSET_COUNT_ (SRC) argument 190 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC) argument 201 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC) argument 204 #define bitset_disjoint_p(DST, SRC) BITSET_DISJOINT_P_ (DST, SRC) argument 207 #define bitset_equal_p(DST, SRC) BITSET_EQUAL_P_ (DST, SRC) argument 210 #define bitset_not(DST, SRC) BITSET_NOT_ (DST, SRC) argument 213 #define bitset_subset_p(DST, SRC) BITSET_SUBSET_P_ (DST, SRC) argument
|
/external/syslinux/core/ |
D | Makefile | 18 VPATH = $(SRC) 28 INCLUDES = -I$(SRC)/include -I$(com32)/include -I$(com32)/include/sys -I$(com32)/lib \ 29 -I$(SRC)/lwip/src/include -I$(SRC)/lwip/src/include/ipv4 -I$(SRC)/fs/pxe 42 NASMSRC := $(wildcard $(SRC)/*.asm) 43 NASMHDR := $(wildcard $(SRC)/*.inc) 44 CSRC := $(shell find $(SRC) -name '*.c' -print) 45 SSRC := $(shell find $(SRC) -name '*.S' -print) 46 CHDR := $(shell find $(SRC) -name '*.h' -print) 50 COBJ := $(subst $(SRC)/,,$(patsubst %.c,%.o,$(CSRC))) 51 SOBJ := $(subst $(SRC)/,,$(patsubst %.S,%.o,$(SSRC))) [all …]
|
/external/libgsm/ |
D | Makefile | 122 SRC = $(ROOT)/src macro 162 GSM_SOURCES = $(SRC)/add.c \ 163 $(SRC)/code.c \ 164 $(SRC)/debug.c \ 165 $(SRC)/decode.c \ 166 $(SRC)/long_term.c \ 167 $(SRC)/lpc.c \ 168 $(SRC)/preprocess.c \ 169 $(SRC)/rpe.c \ 170 $(SRC)/gsm_destroy.c \ [all …]
|
/external/xmlrpcpp/ |
D | Makefile | 3 SRC = ./src 4 CPPFLAGS = -I$(SRC) 20 OBJ = $(SRC)/XmlRpcClient.o $(SRC)/XmlRpcDispatch.o \ 21 $(SRC)/XmlRpcServer.o $(SRC)/XmlRpcServerConnection.o \ 22 $(SRC)/XmlRpcServerMethod.o $(SRC)/XmlRpcSocket.o $(SRC)/XmlRpcSource.o \ 23 $(SRC)/XmlRpcUtil.o $(SRC)/XmlRpcValue.o 38 rm -f $(SRC)/*.o 39 rm -f $(SRC)/*~
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 260 #define COPY_4V( DST, SRC ) \ argument 262 (DST)[0] = (SRC)[0]; \ 263 (DST)[1] = (SRC)[1]; \ 264 (DST)[2] = (SRC)[2]; \ 265 (DST)[3] = (SRC)[3]; \ 281 #define COPY_SZ_4V(DST, SZ, SRC) \ argument 284 case 4: (DST)[3] = (SRC)[3]; \ 285 case 3: (DST)[2] = (SRC)[2]; \ 286 case 2: (DST)[1] = (SRC)[1]; \ 287 case 1: (DST)[0] = (SRC)[0]; \ [all …]
|
/external/boringssl/src/util/ |
D | generate-coverage.sh | 18 SRC=$PWD 30 cmake "$SRC" -GNinja -DGCOV=1 33 cp -r "$SRC/crypto" "$SRC/decrepit" "$SRC/include" "$SRC/ssl" "$SRC/tool" \ 38 cd "$SRC" 39 go run "$SRC/util/all_tests.go" -build-dir "$BUILD" -callgrind -num-workers 16 44 cd "$SRC/ssl/test/runner" 52 sed -i "s;$SRC;$BUILD_SRC;g" "$BUILD/final.info"
|
/external/e2fsprogs/util/ |
D | install-symlink.in | 39 SRC="$1" 43 if ! echo $SRC | grep -q ^/ ; then 44 echo $SRC: Source pathname must be absolute 53 if ! test -e "$DESTDIR$SRC" ; then 54 echo $DESTDIR$SRC: file or directory does not exist 61 $LN_S "$DESTDIR$SRC" "$DESTDIR$DEST" 65 if test $(dirname "$SRC") = $(dirname "$DEST") ; then 66 $LN_S "$(basename "$SRC")" "$DESTDIR$DEST" 70 TOP_SRC=$(echo $SRC | awk -F/ '{print $2}') 84 $LN_S "$SRC" "$DESTDIR$DEST" [all …]
|
/external/dnsmasq/ |
D | Makefile | 21 SRC = src macro 40 @cd $(SRC) && $(MAKE) \ 46 rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot 47 rm -f $(SRC)/*.o $(SRC)/dnsmasq.a $(SRC)/dnsmasq core */core 54 $(INSTALL) -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR) 57 @cd $(SRC) && $(MAKE) \ 63 cd ../$(SRC) && $(MAKE) \ 69 cd $(SRC); ../bld/install-mo $(DESTDIR)$(LOCALEDIR) $(INSTALL) 73 @cd $(SRC) && $(MAKE) XGETTEXT=$(XGETTEXT) -f ../bld/Makefile dnsmasq.pot 75 echo -n msgmerge $$f && $(MSGMERGE) --no-wrap -U $$f ../$(SRC)/dnsmasq.pot; \
|
/external/syslinux/win64/ |
D | Makefile | 23 WINPREFIX := $(shell $(SRC)/find-mingw64.sh gcc) 28 WINCFLAGS += -I$(SRC) -I$(SRC)/../win -I$(objdir) \ 29 -I$(SRC)/../libfat -I$(SRC)/../libinstaller \ 30 -I$(SRC)/../libinstaller/getopt 37 -o hello.exe $(SRC)/../win/hello.c >/dev/null 2>&1 ; echo $$?) 52 $(wildcard $(SRC)/../libfat/*.c) 57 VPATH = $(SRC):$(SRC)/../win:$(SRC)/../libfat:$(SRC)/../libinstaller:$(SRC)/../libinstaller/getopt:…
|
/external/syslinux/win32/ |
D | Makefile | 32 WINPREFIX := $(shell $(SRC)/find-mingw32.sh gcc) 38 WINCFLAGS += -I$(SRC) -I$(SRC)/../win -I$(objdir) \ 39 -I$(SRC)/../libfat -I$(SRC)/../libinstaller \ 40 -I$(SRC)/../libinstaller/getopt 47 -o hello.exe $(SRC)/../win/hello.c >/dev/null 2>&1 ; echo $$?) 62 $(wildcard $(SRC)/../libfat/*.c) 67 VPATH = $(SRC):$(SRC)/../win:$(SRC)/../libfat:$(SRC)/../libinstaller:$(SRC)/../libinstaller/getopt:…
|
/external/syslinux/dos/ |
D | Makefile | 22 LDFLAGS = -T $(SRC)/dosexe.ld 25 -I$(SRC) -I$(SRC)/.. -I$(SRC)/../libfat \ 26 -I $(SRC)/../libinstaller -I $(SRC)/../libinstaller/getopt \ 37 $(wildcard $(SRC)/../libfat/*.c) 44 VPATH = $(SRC):$(SRC)/../libfat:$(SRC)/../libinstaller:$(SRC)/../libinstaller/getopt:$(OBJ)/../libi…
|
/external/syslinux/gpxe/ |
D | Makefile | 20 VPATH = $(SRC) 23 PXEMAKE = $(MAKE) -C $(SRC)/src NO_WERROR=1 32 $(MAKE) -C $(SRC)/src veryclean > /dev/null 2>&1 47 $(PXEMAKE) bin/undionly.kkpxe EMBEDDED_IMAGE=$(SRC)/pxelinux.gpxe,$(objdir)/core/pxelinux.0 50 cp -f $(SRC)/$< $@ 53 $(PXEMAKE) bin/undionly.kpxe EMBEDDED_IMAGE=$(SRC)/pxelinuxk.gpxe,$(objdir)/core/pxelinux.0 56 cp -f $(SRC)/$< $@
|
/external/syslinux/utils/ |
D | Makefile | 17 VPATH = $(SRC) 20 CFLAGS = $(GCCWARN) -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -I$(SRC) 26 ASIS = $(addprefix $(SRC)/,keytab-lilo lss16toppm md5pass \ 41 $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../mbr/mbr.bin | cat $(SRC)/mkdiskimage.in - > $@ 46 cp -f $(SRC)/isohybrid.in $@ 47 for f in $(ISOHDPFX) ; do $(PERL) $(SRC)/bin2hex.pl < $$f >> $@ ; done 51 $(PERL) $(SRC)/isohdpfxarray.pl $(ISOHDPFX) > $@
|
/external/syslinux/mtools/ |
D | Makefile | 4 INCLUDES = -I$(SRC) -I$(objdir) -I$(SRC)/../libfat -I$(SRC)/../libinstaller 16 $(wildcard $(SRC)/../libfat/*.c) 21 VPATH = $(SRC):$(SRC)/../libfat:$(SRC)/../libinstaller:$(OBJ)/../libinstaller
|
/external/syslinux/ |
D | Makefile | 103 $(MAKE) -C $(OBJDIR) -f $(CURDIR)/Makefile SRC="$(topdir)" \ 112 $(MAKE) -C tests SRC="$(topdir)/tests" OBJ="$(topdir)/tests" \ 255 $(MAKE) -C $(OBJ)/bios -f $(SRC)/Makefile SRC="$(SRC)" \ 262 $(MAKE) -C $(OBJ)/efi32 -f $(SRC)/Makefile SRC="$(SRC)" \ 270 $(MAKE) -C $(OBJ)/efi64 -f $(SRC)/Makefile SRC="$(SRC)" \ 286 $(MAKE) -C $@ SRC="$(SRC)/$@" OBJ="$(OBJ)/$@" \ 287 -f $(SRC)/$@/Makefile $(MAKECMDGOALS) 291 $(MAKE) -C $@ SRC="$(SRC)/$@" OBJ="$(OBJ)/$@" \ 292 -f $(SRC)/$@/Makefile $(MAKECMDGOALS) 296 $(MAKE) -C $@ SRC="$(SRC)/$@" OBJ="$(OBJ)/$@" \ [all …]
|
/external/syslinux/libinstaller/ |
D | Makefile | 7 VPATH = $(SRC) 12 $(PERL) $(SRC)/bin2c.pl syslinux_bootsect < $< > $@ 15 $(PERL) $(SRC)/bin2c.pl syslinux_ldlinux 512 < $< > $@ 18 $(PERL) $(SRC)/bin2c.pl syslinux_mbr < $< > $@ 21 $(PERL) $(SRC)/bin2c.pl syslinux_gptmbr < $< > $@ 26 $(PERL) $(SRC)/bin2c.pl syslinux_ldlinuxc32 < $< > $@
|
/external/syslinux/com32/cmenu/ |
D | Makefile | 26 VPATH = $(SRC) 29 CFLAGS += -I$(SRC)/libmenu 35 CMENUS = $(patsubst %.c,%.c32,$(wildcard $(SRC)/*.c)) 36 IMENUS = $(patsubst %.menu,%.c32,$(wildcard $(SRC)/*.menu)) 38 MENUS = $(LIBS) $(subst $(SRC)/,,$(CMENUS) $(IMENUS)) 44 $(PYTHON) $(SRC)/menugen.py --input=$< --output=$@ --template=$(SRC)/adv_menu.tpl
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_enable_builddir.m4 | 140 AS_VAR_PUSHDEF([SRC],[ac_top_srcdir])dnl 145 SRC="$ax_enable_builddir_srcdir" 153 if test -f "$SRC/Makefile" ; then 154 a=`grep "^VERSION " "$SRC/Makefile"` ; b=`grep "^VERSION " Makefile` 155 test "$a" != "$b" && rm "$SRC/Makefile" 157 if test -f "$SRC/Makefile" ; then 158 echo "$SRC/Makefile : $SRC/Makefile.in" > $tmp/conftemp.mk 161 if grep '^REMOVED,,,' "$SRC/Makefile" >/dev/null 162 then rm $SRC/Makefile ; fi 163 cp $tmp/conftemp.mk $SRC/makefiles.mk~ ## DEBUGGING [all …]
|
/external/syslinux/com32/gpllib/ |
D | Makefile | 8 REQFLAGS += -I$(SRC)/../gplinclude -I$(SRC)/../gplinclude/zzjson 10 GPLDIRS := $(SRC) $(addprefix $(SRC)/,disk dmi vpd acpi zzjson) 11 LIBOBJS := $(subst $(SRC)/,,$(foreach dir,$(GPLDIRS),$(patsubst %.c,%.o,$(wildcard $(dir)/*.c)))) 43 cp -r $(SRC)/../gplinclude $(INSTALLROOT)$(COM32DIR)/include/
|
/external/e2fsprogs/tests/f_extent_htree/ |
D | script | 22 SRC=$TMPDIR/$test_name.tmp 24 BASE=$SRC/$SUB/$(yes | tr -d '\n' | dd bs=$NAMELEN count=1 2> /dev/null) 29 mkdir -p $SRC/$SUB 46 echo "mke2fs -b $BSIZE -O dir_index,extent -d$SRC -N$NUM $TMPFILE $NUM" >> $OUT 47 $MKE2FS -b $BSIZE -O dir_index,extent -d$SRC -N$NUM $TMPFILE $NUM >> $OUT 2>&1 48 rm -r $SRC
|
/external/autotest/server/site_tests/firmware_PDTrySrc/ |
D | control | 9 PURPOSE = "Servo based PD Try.SRC protocol test" 18 - If the DUT advertises support for dualrole and Try.SRC operation 19 - Runs a series of disconnect/connects with Try.SRC on 20 - Runs a series of disconnect/connects with Try.SRC off 21 - Verifies that with Try.SRC on the DUT connects in SRC mode
|
/external/mesa3d/src/mesa/swrast/ |
D | s_chan.h | 80 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC) argument 92 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC) argument 104 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC) argument
|
/external/modp_b64/ |
D | common.mk | 123 export SRC ?= $(CURDIR) 128 BASE_VER := $(shell cat $(SRC)/../common-mk/BASE_VER) 174 SRC="$(CURDIR)" OUT="$(OUT)" $(foreach g,$(MAKECMDGOALS),"$(g)"),) 183 ifeq ($(words $(filter-out Makefile common.mk %.d $(SRC)/Makefile \ 184 $(SRC)/common.mk,$(MAKEFILE_LIST))),0) 207 $(subst $(SRC)/,,$(^:.o=$(suffix $(basename $(TARGET_OR_MEMBER))).o)) 546 C_OBJECTS = $(patsubst $(SRC)/%.c,%.o,$(wildcard $(SRC)/*.c)) 550 CXX_OBJECTS = $(patsubst $(SRC)/%.cc,%.o,$(wildcard $(SRC)/*.cc)) 602 $(eval $(call add_object_rules,$(C_OBJECTS),CC,c,CFLAGS,$(SRC)/)) 603 $(eval $(call add_object_rules,$(CXX_OBJECTS),CXX,cc,CXXFLAGS,$(SRC)/)) [all …]
|
/external/minijail/ |
D | common.mk | 123 export SRC ?= $(CURDIR) 128 BASE_VER := $(shell cat $(SRC)/../common-mk/BASE_VER) 174 SRC="$(CURDIR)" OUT="$(OUT)" $(foreach g,$(MAKECMDGOALS),"$(g)"),) 183 ifeq ($(words $(filter-out Makefile common.mk %.d $(SRC)/Makefile \ 184 $(SRC)/common.mk,$(MAKEFILE_LIST))),0) 207 $(subst $(SRC)/,,$(^:.o=$(suffix $(basename $(TARGET_OR_MEMBER))).o)) 546 C_OBJECTS = $(patsubst $(SRC)/%.c,%.o,$(wildcard $(SRC)/*.c)) 550 CXX_OBJECTS = $(patsubst $(SRC)/%.cc,%.o,$(wildcard $(SRC)/*.cc)) 602 $(eval $(call add_object_rules,$(C_OBJECTS),CC,c,CFLAGS,$(SRC)/)) 603 $(eval $(call add_object_rules,$(CXX_OBJECTS),CXX,cc,CXXFLAGS,$(SRC)/)) [all …]
|