/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 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 …]
|
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/autotest/client/site_tests/hardware_Keyboard/src/ |
D | Makefile | 6 SRC = evtest.c macro
|
/external/autotest/client/site_tests/platform_CompressedSwap/src/ |
D | Makefile | 6 SRC = hog.c macro
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 260 #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/ |
D | Makefile | 6 SRC = hog.c macro
|
/external/ImageMagick/MagickWand/tests/ |
D | Makefile | 3 SRC=$(shell pwd )/../.. macro
|
/external/autotest/client/cros/crash/crasher/ |
D | Makefile | 6 SRC = crasher.cc macro
|
/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/autotest/client/profilers/powertop/src/po/ |
D | Makefile | 1 SRC=$(wildcard *.po) macro
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | Makefile | 17 SRC = \ macro
|
/external/mesa3d/src/mesa/x86/ |
D | sse_xform4.S | 35 #define SRC(i) REGOFF(i * 4, ESI) macro
|
/external/autotest/server/site_tests/firmware_PDTrySrc/ |
D | firmware_PDTrySrc.py | 32 SRC = 1 variable in firmware_PDTrySrc
|
/external/webp/src/dsp/ |
D | filters_mips_dsp_r2.c | 36 #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
|
D | rescaler_neon.c | 26 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) argument 27 #define LOAD_32x8(SRC, DST0, DST1) \ argument
|
/external/dnsmasq/ |
D | Makefile | 21 SRC = src macro
|
/external/autotest/server/site_tests/firmware_PDPowerSwap/ |
D | firmware_PDPowerSwap.py | 29 SRC ='SRC_READY' variable in firmware_PDPowerSwap
|
/external/swiftshader/third_party/LLVM/utils/buildit/ |
D | GNUmakefile | 28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,) macro
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 30 public static final Attribute SRC = new AttributeImpl ("SRC"); field in Attribute
|
/external/lz4/contrib/djgpp/ |
D | Makefile | 24 SRC = programs/bench.c programs/lz4io.c programs/lz4cli.c macro
|
/external/mesa3d/src/mesa/math/ |
D | m_translate.c | 114 #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/ |
D | makefile | 8 SRC = $(PROGUARD_HOME)/src macro
|
/external/ltp/testcases/network/nfsv4/locks/ |
D | locktests.py | 22 SRC="locktests.tar.gz" variable
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_math.h | 654 #define COPY_4V( DST, SRC ) \ argument 665 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) argument
|
/external/libgsm/ |
D | Makefile | 122 SRC = $(ROOT)/src macro
|