/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/chromium_org/third_party/mesa/src/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/chromium_org/v8/src/ |
D | date.h | 207 struct DST { struct 218 // Sets the before_ and the after_ segments from the DST cache such that argument
|
/external/v8/src/ |
D | date.h | 207 struct DST { struct 218 // Sets the before_ and the after_ segments from the DST cache such that 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_org/third_party/mesa/src/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/llvm/lib/Target/R600/ |
D | AMDILISelLowering.cpp | 293 SDValue DST; in LowerSDIV() local 310 SDValue DST; in LowerSREM() local 534 SDValue DST = DAG.getNode(ISD::XOR, DL, OVT, r0, r10); in LowerSDIV32() local 635 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/chromium_org/third_party/mesa/src/src/mesa/x86/ |
D | sse_xform4.S | 36 #define DST(i) REGOFF(i * 4, EDI) macro
|
/external/chromium_org/third_party/mesa/src/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/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/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 51 #define COPY_3FV( DST, SRC ) \ argument
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_flatshade.c | 51 #define COPY_3FV( DST, SRC ) \ argument
|
/external/libpcap/ |
D | tokdefs.h | 32 DST = 258, enumerator 136 #define DST 258 macro
|
D | grammar.c | 67 DST = 258, enumerator 171 #define DST 258 macro
|
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 73 #define VEC4_COPY(DST, SRC) \ argument 81 #define VEC4_SCALAR(DST, SRC) \ argument
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
D | osmesa.c | 132 #define PACK_RGBA(DST, R, G, B, A) \ argument
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | osmesa.c | 132 #define PACK_RGBA(DST, R, G, B, A) \ argument
|
/external/llvm/lib/Analysis/ |
D | RegionInfo.cpp | 495 typedef DominanceFrontier::DomSetType DST; in isRegion() typedef
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 653 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos))) in computeTypeMapping() local
|