Home
last modified time | relevance | path

Searched defs:DST (Results 1 – 25 of 31) sorted by relevance

12

/external/bison/lib/
Dbitset.h193 #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 …]
Dbbitset.h161 #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/
Dmacros.h239 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0 argument
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
300 #define SUB_4V( DST, SRCA, SRCB ) \ argument
309 #define ADD_4V( DST, SRCA, SRCB ) \ argument
318 #define SCALE_4V( DST, SRCA, SRCB ) \ argument
327 #define ACC_4V( DST, SRC ) \ argument
336 #define ACC_SCALE_4V( DST, SRCA, SRCB ) \ argument
345 #define ACC_SCALE_SCALAR_4V( DST, S, SRCB ) \ argument
[all …]
/external/v8/src/
Ddate.h230 struct DST { struct
241 // Sets the before_ and the after_ segments from the DST cache such that argument
/external/deqp/framework/common/
DtcuInterval.hpp175 #define TCU_SET_INTERVAL_BOUNDS(DST, VAR, SETLOW, SETHIGH) do \ argument
196 #define TCU_SET_INTERVAL(DST, VAR, BODY) \ argument
204 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ argument
230 #define TCU_INTERVAL_APPLY_MONOTONE2(DST, P0, A0, P1, A1, VAR, BODY) \ argument
235 #define TCU_INTERVAL_APPLY_MONOTONE3(DST, P0, A0, P1, A1, P2, A2, VAR, BODY) \ argument
/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/mesa3d/src/mesa/x86/
Dsse_xform4.S36 #define DST(i) REGOFF(i * 4, EDI) macro
/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
31 #define STORE_32x8(SRC0, SRC1, DST) do { \ argument
Denc_mips_dsp_r2.c339 #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
Ddec_mips_dsp_r2.c625 #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
Ddec.c162 #define DST(x, y) dst[(x) + (y) * BPS] macro
Denc.c337 #define DST(x, y) dst[(x) + (y) * BPS] macro
/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
670 #define ASSIGN_4V( DST, V0, V1, V2, V3 ) \ argument
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c73 #define VEC4_COPY(DST, SRC) \ argument
81 #define VEC4_SCALAR(DST, SRC) \ argument
/external/libpcap/
Dgrammar.h48 DST = 258, enumerator
170 #define DST 258 macro
Dgrammar.c351 DST = 258, enumerator
473 #define DST 258 macro
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c136 #define PACK_RGBA(DST, R, G, B, A) \ argument
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h573 typedef typename DomFrontierT::DomSetType DST; in isRegion() typedef
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp479 typedef DominanceFrontier::DomSetType DST; in isRegion() typedef
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp306 unsigned DST = R.createVirtualRegister(MBlaze::GPRRegisterClass); in EmitCustomShift() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1026 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString()
/external/python/cpython2/Lib/test/
Dtest_datetime.py2723 class DST(tzinfo): class
2757 class DST(tzinfo): class
/external/llvm/lib/Linker/
DIRMover.cpp705 StructType *DST = DstM.getTypeByName(ST->getName().substr(0, DotPos)); in computeTypeMapping() local
/external/libvpx/libvpx/vpx_dsp/
Dintrapred.c17 #define DST(x, y) dst[(x) + (y)*stride] macro

12