HomeSort by relevance Sort by last modified time
    Searched refs:SRC (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/dropbear/libtommath/
gen.pl 10 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
12 print OUT while <SRC>;
14 close SRC or die "Error closing $filename after reading: $!";
pretty.build 44 if (open(SRC, "<$tmp")) {
45 close SRC;
48 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
49 ++$lines while (<SRC>);
50 close SRC or die "Error closing $filename after reading: $!";
dep.pl 25 open(SRC, "<$filename");
29 my $line = <SRC>;
36 while (<SRC>) {
44 close SRC;
55 open(SRC, "<$filename") or die "Can't open source file!\n";
65 while (<SRC>) {
85 close SRC;
  /external/dropbear/libtomcrypt/
filter.pl 8 open(SRC,"<$dst");
13 while (<SRC>) {
30 close SRC;
  /external/netcat/scripts/
dist.sh 11 SRC=`tail -1 dist.log`
12 echo "<36>elite: ${SRC}" | ./nc -u -w 1 localhost 514 > /dev/null 2>&1
13 echo ";;; Hi, ${SRC}..."
  /external/bison/lib/
bbitset.h 104 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable
105 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex
106 #define BITSET_CDATA_(SRC) (SRC)->b.cdata
107 #define BITSET_CSIZE_(SRC) (SRC)->b.csize
108 #define BITSET_NBITS_(SRC) (SRC)->b.n_bit
    [all...]
bitset.h 178 /* Return size in bits of bitset SRC. */
179 #define bitset_size(SRC) BITSET_SIZE_ (SRC)
184 /* Return number of bits set in bitset SRC. */
185 #define bitset_count(SRC) BITSET_COUNT_ (SRC)
188 /* Return SRC == 0. */
189 #define bitset_empty_p(SRC) BITSET_EMPTY_P_ (SRC)
199 /* DST = SRC. *
    [all...]
  /external/dnsmasq/
Makefile 21 SRC = src
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)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 7 SRC=\
12 OBJ=$(SRC:.c=.o)
36 $(SRC): $(HSRC)
  /frameworks/base/graphics/java/android/graphics/
PorterDuff.java 26 SRC (1),
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
Makefile 7 SRC=\
11 SRC += $(GTTOOLSSRCDIR)/OMX_Common_Utils.c
16 OBJ=$(SRC:.c=.o)
56 $(SRC): $(HSRC)
  /external/proguard/build/
build.sh 19 SRC=src
43 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
44 "$SRC/$1.java" 2>&1 \
48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \
55 jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$CLASSES" $(dirname $1)
makefile 7 SRC = $(PROGUARD_HOME)/src
24 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
29 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \
69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
81 $(CLASSES)/%.class: $(SRC)/%.java
85 cp $(subst $(CLASSES),$(SRC),$@) $@
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
Makefile 7 SRC=\
14 OBJ=$(SRC:.c=.o)
53 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Makefile 7 SRC=\
14 OBJ=$(SRC:.c=.o)
53 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
Makefile 7 SRC=\
14 OBJ=$(SRC:.c=.o)
51 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Makefile 11 SRC=\
18 OBJ=$(SRC:.c=.o)
55 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile 10 SRC=\
17 OBJ=$(SRC:.c=.o)
56 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
Makefile 7 SRC=\
13 OBJ=$(SRC:.c=.o)
42 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
Makefile 7 SRC=\
13 OBJ=$(SRC:.c=.o)
42 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
Makefile 7 SRC=\
12 OBJ=$(SRC:.c=.o)
41 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Makefile 0 SRC=\
8 OBJ=$(SRC:.c=.o)
36 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile 1 #SUBDIRS = src tests
11 SRC=\
22 OBJ=$(SRC:.c=.o)
57 $(SRC): $(HSRC)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
Makefile 7 SRC=\
16 OBJ=$(SRC:.c=.o)
51 $(SRC): $(HSRC)
  /system/core/libpixelflinger/
t32cb16blend.S 32 * \SRC is a 32-bit 0xAABBGGRR pixel value, with pre-multiplied colors.
44 .macro pixel, DREG, SRC, FB, ODD
46 // SRC = 0xAABBGGRR
47 mov r7, \SRC, lsr #24 // sA
58 mov r6, \SRC, lsr #3
68 mov lr, \SRC, lsr #(8+2)
78 mov r6, \SRC, lsr #(8+8+3)
91 mov r6, \SRC, lsr #3
102 mov lr, \SRC, lsr #(8+2)
112 mov r6, \SRC, lsr #(8+8+3
    [all...]

Completed in 209 milliseconds

1 2 3