/external/freetype/src/otvalid/ |
D | otvjstf.c | 66 gsub_lookup_count = otvalid->extra1; in otv_JstfPriority_validate() 71 otvalid->extra1 = gsub_lookup_count; in otv_JstfPriority_validate() 83 otvalid->extra1 = gpos_lookup_count; in otv_JstfPriority_validate() 104 otvalid->extra1 = gsub_lookup_count; in otv_JstfPriority_validate() 116 otvalid->extra1 = gpos_lookup_count; in otv_JstfPriority_validate() 137 otvalid->extra1 = gsub_lookup_count; in otv_JstfPriority_validate() 173 otvalid->extra1 = otvalid->glyph_count; in otv_JstfScript_validate() 235 otvalid->extra1 = otv_GSUBGPOS_get_Lookup_count( gsub ); in otv_JSTF_validate() 237 otvalid->extra1 = 0; in otv_JSTF_validate()
|
D | otvcommn.c | 538 if ( ReqFeatureIndex != 0xFFFFU && ReqFeatureIndex >= otvalid->extra1 ) in otv_LangSys_validate() 545 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 ) in otv_LangSys_validate() 614 otvalid->extra1 = otv_Feature_get_count( features ); in otv_ScriptList_validate() 738 if ( otvalid->extra1 ) in otv_x_ux() 741 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 ) in otv_x_ux() 782 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 ) in otv_x_y_ux_sy() 841 if ( FT_NEXT_USHORT( p ) >= otvalid->extra1 ) in otv_x_ux_y_uy_z_uz_p_sp() 878 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_x_Onx() 970 otvalid->extra1 = otvalid->lookup_count; in otv_u_O_O_O_O_x_Onx()
|
D | otvgsub.c | 143 otvalid->extra1 = otvalid->glyph_count; in otv_MultipleSubst_validate() 184 otvalid->extra1 = otvalid->glyph_count; in otv_AlternateSubst_validate() 303 otvalid->extra1 = otvalid->lookup_count; in otv_ContextSubst_validate() 362 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextSubst_validate()
|
D | otvgpos.c | 74 OTV_LIMIT_CHECK( Count * otvalid->extra1 * 2 ); in otv_x_sxy() 76 table_size = Count * otvalid->extra1 * 2 + 2; in otv_x_sxy() 79 for ( count1 = otvalid->extra1; count1 > 0; count1-- ) in otv_x_sxy() 134 otvalid->extra1 = ClassCount; in otv_u_O_O_u_O_O() 801 otvalid->extra1 = otvalid->lookup_count; in otv_ContextPos_validate() 860 otvalid->extra1 = otvalid->lookup_count; in otv_ChainContextPos_validate()
|
D | otvgdef.c | 72 otvalid->extra1 = 0; in otv_O_x_Ox()
|
/external/python/pybind11/tests/ |
D | test_pickling.cpp | 19 void setExtra1(int extra1) { m_extra1 = extra1; } in TEST_SUBMODULE() argument 21 int extra1() const { return m_extra1; } in TEST_SUBMODULE() function in TEST_SUBMODULE::Pickleable 38 .def("extra1", &Pickleable::extra1) in TEST_SUBMODULE() 46 return py::make_tuple(p.value(), p.extra1(), p.extra2()); in TEST_SUBMODULE() 66 return py::make_tuple(p.value(), p.extra1(), p.extra2()); in TEST_SUBMODULE()
|
D | test_pickling.py | 24 assert p2.extra1() == p.extra1()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 306 int extra1; /*!< Reserved to the runtime */ member 364 h->extra1 = 0; /* reserved */ \ 381 h->extra1 = 0; /* reserved */ \ 397 h->extra1 = 0; /* reserved */ \ 413 h->extra1 = 0; /* reserved */ \ 428 h->extra1 = 0; /* reserved */ \ 443 h->extra1 = 0; /* reserved */ \
|
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 306 int extra1; /*!< Reserved to the runtime */ member 364 h->extra1 = 0; /* reserved */ \ 381 h->extra1 = 0; /* reserved */ \ 397 h->extra1 = 0; /* reserved */ \ 413 h->extra1 = 0; /* reserved */ \ 428 h->extra1 = 0; /* reserved */ \ 443 h->extra1 = 0; /* reserved */ \
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 307 int extra1; /*!< Reserved to the runtime */ member 365 h->extra1 = 0; /* reserved */ \ 382 h->extra1 = 0; /* reserved */ \ 398 h->extra1 = 0; /* reserved */ \ 414 h->extra1 = 0; /* reserved */ \ 429 h->extra1 = 0; /* reserved */ \ 444 h->extra1 = 0; /* reserved */ \
|
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
D | ittnotify_config.h | 392 int extra1; /*!< Reserved to the runtime */ member 432 int extra1; /*!< Reserved to the runtime */ member 472 h->extra1 = 0; /* reserved */ \ 489 h->extra1 = 0; /* reserved */ \ 505 h->extra1 = 0; /* reserved */ \ 521 h->extra1 = 0; /* reserved */ \ 536 h->extra1 = 0; /* reserved */ \ 551 h->extra1 = 0; /* reserved */ \
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing_test.proto | 14 string extra1 = 1337; field
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | dynamic_stitch_op.cc | 200 const int extra1 = data1_shape.dims() - indices1.dims(); in SameExtraShape() local 201 if (extra0 != extra1) return false; in SameExtraShape()
|
/external/arm-trusted-firmware/plat/qemu/qemu/ |
D | platform.mk | 177 $(eval $(call TOOL_ADD_IMG,bl32_extra1,--tos-fw-extra1,,$(ENCRYPT_BL32))) 179 $(eval $(call TOOL_ADD_IMG,bl32_extra1,--tos-fw-extra1))
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dynamic_stitch_op.cc | 64 const int extra1 = data1.dims() - indices1.dims(); in SameExtraShape() local 65 if (extra0 != extra1) return false; in SameExtraShape()
|
/external/arm-trusted-firmware/plat/marvell/armada/common/ |
D | marvell_common.mk | 78 $(eval $(call TOOL_ADD_IMG,bl32_extra1,--tos-fw-extra1))
|
/external/libexif/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
|
/external/e2fsprogs/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
|
/external/arm-trusted-firmware/plat/hisilicon/poplar/ |
D | platform.mk | 34 $(eval $(call TOOL_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
|
/external/arm-trusted-firmware/plat/imx/imx7/common/ |
D | imx7.mk | 97 $(eval $(call TOOL_ADD_IMG,BL32_EXTRA1,--tos-fw-extra1))
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-02.ll | 151 %extra1 = fmul double %mul1, 1.11 152 %trunc1 = fptrunc double %extra1 to float
|
D | fp-mul-04.ll | 173 %extra1 = fmul fp128 %mul1, %const1 174 %trunc1 = fptrunc fp128 %extra1 to double
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-02.ll | 151 %extra1 = fmul double %mul1, 1.11 152 %trunc1 = fptrunc double %extra1 to float
|
D | fp-mul-04.ll | 173 %extra1 = fmul fp128 %mul1, %const1 174 %trunc1 = fptrunc fp128 %extra1 to double
|
/external/arm-trusted-firmware/docs/plat/ |
D | warp7.rst | 99 --tos-fw-extra1 fiptool_images/tee-pager_v2.bin \ 107 --tos-fw-extra1 fiptool_images/tee-pager_v2.bin \
|