/external/bison/lib/ |
D | bitset.h | 193 #define bitset_ones(DST) BITSET_ONES_ (DST) argument 196 #define bitset_zero(DST) BITSET_ZERO_ (DST) 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 218 #define bitset_and(DST, SRC1, SRC2) BITSET_AND_ (DST, SRC1, SRC2) argument 221 #define bitset_and_cmp(DST, SRC1, SRC2) BITSET_AND_CMP_ (DST, SRC1, SRC2) argument 224 #define bitset_andn(DST, SRC1, SRC2) BITSET_ANDN_ (DST, SRC1, SRC2) argument [all …]
|
D | bbitset.h | 161 #define BITSET_CHECK2_(DST, SRC) \ argument 164 #define BITSET_CHECK3_(DST, SRC1, SRC2) \ argument 168 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ argument 174 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE) argument 183 #define BITSET_TYPE_(DST) (DST)->b.vtable->type argument 186 #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO) argument 189 #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable->reset (DST, BITNO) argument 192 #define BITSET_TOGGLE_(DST, BITNO) (DST)->b.vtable->toggle (DST, BITNO) argument 206 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST) argument 209 #define BITSET_ZERO_(DST) (DST)->b.vtable->zero (DST) argument [all …]
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 208 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0 argument 229 #define COPY_4V( DST, SRC ) \ argument 258 #define COPY_SZ_4V(DST, SZ, SRC) \ argument 270 #define COPY_CLEAN_4V(DST, SZ, SRC) \ argument 277 #define SUB_4V( DST, SRCA, SRCB ) \ argument 286 #define ADD_4V( DST, SRCA, SRCB ) \ argument 295 #define SCALE_4V( DST, SRCA, SRCB ) \ argument 304 #define ACC_4V( DST, SRC ) \ argument 313 #define ACC_SCALE_4V( DST, SRCA, SRCB ) \ argument 322 #define ACC_SCALE_SCALAR_4V( DST, S, SRCB ) \ argument [all …]
|
/external/v8/src/ |
D | date.h | 230 struct DST { struct 241 // Sets the before_ and the after_ segments from the DST cache such that argument
|
/external/deqp/framework/common/ |
D | tcuInterval.hpp | 174 #define TCU_SET_INTERVAL_BOUNDS(DST, VAR, SETLOW, SETHIGH) do \ argument 195 #define TCU_SET_INTERVAL(DST, VAR, BODY) \ argument 203 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ argument 229 #define TCU_INTERVAL_APPLY_MONOTONE2(DST, P0, A0, P1, A1, VAR, BODY) \ argument 234 #define TCU_INTERVAL_APPLY_MONOTONE3(DST, P0, A0, P1, A1, P2, A2, VAR, BODY) \ argument
|
/external/mesa3d/src/mesa/swrast/ |
D | s_chan.h | 79 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC) argument 91 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC) argument 103 #define COPY_CHAN4(DST, SRC) COPY_4V(DST, SRC) argument
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | Makefile | 13 DST = dist/httplib2-$(VERSION) macro
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 320 SDValue DST; in LowerSDIV() local 338 SDValue DST; in LowerSREM() local 632 SDValue DST = DAG.getNode(ISD::XOR, DL, OVT, r0, r10); in LowerSDIV32() local 737 SDValue DST = DAG.getNode(ISD::XOR, DL, OVT, r0, r10); in LowerSREM32() local
|
/external/mesa3d/src/mesa/x86/ |
D | sse_xform4.S | 36 #define DST(i) REGOFF(i * 4, EDI) macro
|
/external/webp/src/dsp/ |
D | filters_mips_dsp_r2.c | 40 #define DO_PREDICT_LINE(SRC, DST, LENGTH, INVERSE) do { \ argument 116 #define DO_PREDICT_LINE_VERTICAL(SRC, PRED, DST, LENGTH, INVERSE) do { \ argument 175 #define PREDICT_LINE_ONE_PASS(SRC, PRED, DST, INVERSE) do { \ argument
|
D | rescaler_neon.c | 26 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) argument 31 #define STORE_32x8(SRC0, SRC1, DST) do { \ argument
|
D | enc_mips_dsp_r2.c | 339 #define FILL_8_OR_16(DST, VALUE, SIZE) do { \ argument 367 #define VERTICAL_PRED(DST, TOP, SIZE) \ argument 383 #define HORIZONTAL_PRED(DST, LEFT, SIZE) \ argument 417 #define CLIP_8B_TO_DST(DST, LEFT, TOP, SIZE) do { \ argument 442 #define CLIP_TO_DST(DST, LEFT, TOP, SIZE) do { \ argument 451 #define TRUE_MOTION(DST, LEFT, TOP, SIZE) \ argument
|
D | dec_mips_dsp_r2.c | 625 #define STORE_8_BYTES(TEMP0, TEMP1, A, B, C, DST) \ argument 898 #define CLIP_8B_TO_DST(DST, TOP, SIZE) do { \ argument 929 #define CLIP_TO_DST(DST, SIZE) do { \ argument 939 #define TRUE_MOTION(DST, SIZE) \ argument
|
D | enc.c | 337 #define DST(x, y) dst[(x) + (y) * BPS] macro
|
D | dec.c | 161 #define DST(x, y) dst[(x) + (y) * BPS] macro
|
D | dec_sse2.c | 936 #define DST(x, y) dst[(x) + (y) * BPS] macro
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_math.h | 728 #define COPY_4V( DST, SRC ) \ argument 739 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) argument 744 #define ASSIGN_4V( DST, V0, V1, V2, V3 ) \ argument
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 51 #define COPY_3FV( DST, SRC ) \ argument
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 73 #define VEC4_COPY(DST, SRC) \ argument 81 #define VEC4_SCALAR(DST, SRC) \ argument
|
/external/libpcap/ |
D | tokdefs.h | 48 DST = 258, enumerator 170 #define DST 258 macro
|
D | grammar.c | 363 DST = 258, enumerator 485 #define DST 258 macro
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 132 #define PACK_RGBA(DST, R, G, B, A) \ argument
|
/external/llvm/include/llvm/Analysis/ |
D | RegionInfoImpl.h | 574 typedef typename DomFrontierT::DomSetType DST; in isRegion() typedef
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 808 StructType *DST = DstM.getTypeByName(ST->getName().substr(0, DotPos)); in computeTypeMapping() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | intrapred.c | 17 #define DST(x, y) dst[(x) + (y) * stride] macro
|