/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tnl.c | 36 #define LIGHT_MODEL_AMBIENT_R(side) \ argument 39 #define LIGHT_AMBIENT_R(side, i) \ argument 42 #define LIGHT_DIFFUSE_R(side, i) \ argument 45 #define LIGHT_SPECULAR_R(side, i) \ argument 48 #define MATERIAL_FACTOR_R(side) \ argument 51 #define MATERIAL_FACTOR_A(side) \ argument 54 #define MATERIAL_SHININESS(side) \ argument 231 #define USE_COLOR_MATERIAL(attr, side) \ argument 238 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_AMBIENT; in nv20_emit_material_ambient() local 282 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_DIFFUSE; in nv20_emit_material_diffuse() local [all …]
|
/external/python/cpython3/Lib/turtledemo/ |
D | bytedesign.py | 109 def pentl(self, side, ang, scale): argument 115 def pentr(self, side, ang, scale): argument 121 def tripolyr(self, side, scale): argument 131 def tripolyl(self, side, scale): argument
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_bytedesign.py | 110 def pentl(self, side, ang, scale): argument 116 def pentr(self, side, ang, scale): argument 122 def tripolyr(self, side, scale): argument 132 def tripolyl(self, side, scale): argument
|
/external/toybox/toys/other/ |
D | hexedit.c | 99 static void highlight(int xx, int yy, int side) in highlight() 121 int x, i, side = 0, key, ro = toys.optflags&FLAG_r, in hexedit_main() local
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | APITest.cc | 591 void APITest::CheckVADStatus(char side) { in CheckVADStatus() 662 void APITest::TestDelay(char side) { in TestDelay() 913 void APITest::TestSendVAD(char side) { in TestSendVAD() 995 void APITest::CurrentCodec(char side) { in CurrentCodec() 1012 void APITest::ChangeCodec(char side) { in ChangeCodec()
|
D | TestRedFec.cc | 423 int16_t TestRedFec::RegisterSendCodec(char side, const char* codecName, in RegisterSendCodec()
|
/external/iptables/include/linux/netfilter/ |
D | xt_recent.h | 32 __u8 side; member 41 __u8 side; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_recent.h | 34 __u8 side; member 43 __u8 side; member
|
/external/cblas/testing/ |
D | auxiliary.c | 32 void get_side_type(char *type, enum CBLAS_SIDE *side) { in get_side_type()
|
D | c_sblas3.c | 80 enum CBLAS_SIDE side; in F77_ssymm() local 235 enum CBLAS_SIDE side; in F77_strmm() local 286 enum CBLAS_SIDE side; in F77_strsm() local
|
D | c_dblas3.c | 83 enum CBLAS_SIDE side; in F77_dsymm() local 238 enum CBLAS_SIDE side; in F77_dtrmm() local 289 enum CBLAS_SIDE side; in F77_dtrsm() local
|
D | c_cblas3.c | 98 enum CBLAS_SIDE side; in F77_chemm() local 162 enum CBLAS_SIDE side; in F77_csymm() local 453 enum CBLAS_SIDE side; in F77_ctrmm() local 512 enum CBLAS_SIDE side; in F77_ctrsm() local
|
D | c_zblas3.c | 98 enum CBLAS_SIDE side; in F77_zhemm() local 162 enum CBLAS_SIDE side; in F77_zsymm() local 453 enum CBLAS_SIDE side; in F77_ztrmm() local 512 enum CBLAS_SIDE side; in F77_ztrsm() local
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | SquaringDrawable.java | 21 private final int side; field in SquaringDrawable 23 public SquaringDrawable(GlideDrawable wrapped, int side) { in SquaringDrawable()
|
/external/python/cpython3/Lib/idlelib/ |
D | statusbar.py | 10 def set_label(self, name, text='', side='left', width=0): argument
|
/external/python/cpython2/Lib/idlelib/ |
D | MultiStatusBar.py | 11 def set_label(self, name, text='', side=LEFT, width=0): argument
|
/external/skqp/src/pathops/ |
D | SkOpCubicHull.cpp | 40 static int side(double x) { in side() function
|
/external/skia/src/pathops/ |
D | SkOpCubicHull.cpp | 40 static int side(double x) { in side() function
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 115 GLint side; in TAG() local 294 GLint side; in TAG() local
|
/external/freetype/src/base/ |
D | ftstroke.c | 889 FT_Int side ) in ft_stroker_arcto() 917 FT_Int side ) in ft_stroker_cap() 991 FT_Int side, in ft_stroker_inside() 1056 FT_Int side, in ft_stroker_outside() 1298 FT_Int side; in FT_Stroker_LineTo() local 1457 FT_Int side; in FT_Stroker_ConicTo() local 1663 FT_Int side; in FT_Stroker_CubicTo() local
|
/external/u-boot/board/BuS/eb_cpu5282/ |
D | eb_cpu5282.c | 230 ulong side; in do_brightness() local
|
/external/gemmlowp/internal/ |
D | block_params.h | 164 inline void GetSideBlockParams(Side side, SideBlockParams* side_block_params, in GetSideBlockParams()
|
/external/syzkaller/vendor/google.golang.org/grpc/transport/ |
D | controlbuf.go | 331 type side int type 339 side side member 355 func newLoopyWriter(s side, fr *framer, cbuf *controlBuffer, bdpEst *bdpEstimator) *loopyWriter {
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 131 GLuint side ) in check_active_shininess() 843 static GLuint material_attrib( GLuint side, GLuint property ) in material_attrib() 866 static struct ureg get_material( struct tnl_program *p, GLuint side, in get_material() 883 #define SCENE_COLOR_BITS(side) (( MAT_BIT_FRONT_EMISSION | \ argument 899 static struct ureg get_scenecolor( struct tnl_program *p, GLuint side ) in get_scenecolor() 917 GLuint side, GLuint property ) in get_lightprod()
|
/external/skia/src/core/ |
D | SkPoint.cpp | 99 Side* side) { in DistanceToLineBetweenSqd()
|