Home
last modified time | relevance | path

Searched defs:SRC (Results 1 – 25 of 48) sorted by relevance

12

/external/bison/lib/
Dbbitset.h106 #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
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
198 #define BITSET_FREE_(SRC)\ argument
[all …]
Dbitset.h180 #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/autotest/client/site_tests/hardware_Keyboard/src/
DMakefile6 SRC = evtest.c macro
/external/autotest/client/site_tests/platform_CompressedSwap/src/
DMakefile6 SRC = hog.c macro
/external/mesa3d/src/mesa/main/
Dmacros.h260 #define COPY_4V( DST, SRC ) \ argument
281 #define COPY_SZ_4V(DST, SZ, SRC) \ argument
293 #define COPY_CLEAN_4V(DST, SZ, SRC) \ argument
327 #define ACC_4V( DST, SRC ) \ argument
388 #define COPY_3V( DST, SRC ) \ argument
396 #define COPY_3V_CAST( DST, SRC, CAST ) \ argument
404 #define COPY_3FV( DST, SRC ) \ argument
437 #define SELF_SCALE_3V( DST, SRC ) \ argument
445 #define ACC_3V( DST, SRC ) \ argument
511 #define COPY_2V( DST, SRC ) \ argument
[all …]
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
DMakefile6 SRC = hog.c macro
/external/ImageMagick/MagickWand/tests/
DMakefile3 SRC=$(shell pwd )/../.. macro
/external/autotest/client/cros/crash/crasher/
DMakefile6 SRC = crasher.cc macro
/external/mesa3d/src/mesa/swrast/
Ds_chan.h80 #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/autotest/client/profilers/powertop/src/po/
DMakefile1 SRC=$(wildcard *.po) macro
/external/autotest/client/site_tests/camera_V4L2/src/
DMakefile17 SRC = \ macro
/external/mesa3d/src/mesa/x86/
Dsse_xform4.S35 #define SRC(i) REGOFF(i * 4, ESI) macro
/external/autotest/server/site_tests/firmware_PDTrySrc/
Dfirmware_PDTrySrc.py32 SRC = 1 variable in firmware_PDTrySrc
/external/webp/src/dsp/
Dfilters_mips_dsp_r2.c36 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ argument
109 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ argument
168 #define PREDICT_LINE_ONE_PASS(SRC, PRED, DST) do { \ argument
Drescaler_neon.c26 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) argument
27 #define LOAD_32x8(SRC, DST0, DST1) \ argument
/external/dnsmasq/
DMakefile21 SRC = src macro
/external/autotest/server/site_tests/firmware_PDPowerSwap/
Dfirmware_PDPowerSwap.py29 SRC ='SRC_READY' variable in firmware_PDPowerSwap
/external/swiftshader/third_party/LLVM/utils/buildit/
DGNUmakefile28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,) macro
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttribute.java30 public static final Attribute SRC = new AttributeImpl ("SRC"); field in Attribute
/external/lz4/contrib/djgpp/
DMakefile24 SRC = programs/bench.c programs/lz4io.c programs/lz4cli.c macro
/external/mesa3d/src/mesa/math/
Dm_translate.c114 #define SRC GLbyte macro
172 #define SRC GLubyte macro
219 #define SRC GLshort macro
273 #define SRC GLushort macro
326 #define SRC GLint macro
380 #define SRC GLuint macro
433 #define SRC GLdouble macro
481 #define SRC GLfloat macro
/external/proguard/build/
Dmakefile8 SRC = $(PROGUARD_HOME)/src macro
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.py22 SRC="locktests.tar.gz" variable
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h654 #define COPY_4V( DST, SRC ) \ argument
665 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) argument
/external/libgsm/
DMakefile122 SRC = $(ROOT)/src macro

12