/third_party/freetype/src/otvalid/ |
D | otvmath.c | 319 FT_UInt vcnt, table_size; in otv_MathGlyphConstruction_validate() local 330 vcnt = FT_NEXT_USHORT( p ); in otv_MathGlyphConstruction_validate() 332 OTV_LIMIT_CHECK( 4 * vcnt ); in otv_MathGlyphConstruction_validate() 333 table_size = 4 + 4 * vcnt; in otv_MathGlyphConstruction_validate() 335 for ( i = 0; i < vcnt; i++ ) in otv_MathGlyphConstruction_validate() 359 FT_UInt vcnt, hcnt, i, table_size; in otv_MathVariants_validate() local 373 vcnt = FT_NEXT_USHORT( p ); in otv_MathVariants_validate() 376 OTV_LIMIT_CHECK( 2 * vcnt + 2 * hcnt ); in otv_MathVariants_validate() 377 table_size = 10 + 2 * vcnt + 2 * hcnt; in otv_MathVariants_validate() 381 otv_Coverage_validate( table + VCoverage, otvalid, (FT_Int)vcnt ); in otv_MathVariants_validate() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
D | otvmath.c | 319 FT_UInt vcnt, table_size; in otv_MathGlyphConstruction_validate() local 330 vcnt = FT_NEXT_USHORT( p ); in otv_MathGlyphConstruction_validate() 332 OTV_LIMIT_CHECK( 4 * vcnt ); in otv_MathGlyphConstruction_validate() 333 table_size = 4 + 4 * vcnt; in otv_MathGlyphConstruction_validate() 335 for ( i = 0; i < vcnt; i++ ) in otv_MathGlyphConstruction_validate() 359 FT_UInt vcnt, hcnt, i, table_size; in otv_MathVariants_validate() local 373 vcnt = FT_NEXT_USHORT( p ); in otv_MathVariants_validate() 376 OTV_LIMIT_CHECK( 2 * vcnt + 2 * hcnt ); in otv_MathVariants_validate() 377 table_size = 10 + 2 * vcnt + 2 * hcnt; in otv_MathVariants_validate() 381 otv_Coverage_validate( table + VCoverage, otvalid, (FT_Int)vcnt ); in otv_MathVariants_validate() [all …]
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvmath.c | 319 FT_UInt vcnt, table_size; in otv_MathGlyphConstruction_validate() local 330 vcnt = FT_NEXT_USHORT( p ); in otv_MathGlyphConstruction_validate() 332 OTV_LIMIT_CHECK( 4 * vcnt ); in otv_MathGlyphConstruction_validate() 333 table_size = 4 + 4 * vcnt; in otv_MathGlyphConstruction_validate() 335 for ( i = 0; i < vcnt; i++ ) in otv_MathGlyphConstruction_validate() 359 FT_UInt vcnt, hcnt, i, table_size; in otv_MathVariants_validate() local 373 vcnt = FT_NEXT_USHORT( p ); in otv_MathVariants_validate() 376 OTV_LIMIT_CHECK( 2 * vcnt + 2 * hcnt ); in otv_MathVariants_validate() 377 table_size = 10 + 2 * vcnt + 2 * hcnt; in otv_MathVariants_validate() 381 otv_Coverage_validate( table + VCoverage, otvalid, (FT_Int)vcnt ); in otv_MathVariants_validate() [all …]
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | diotest_routines.c | 65 void vfillbuf(struct iovec *iv, int vcnt, char value) in vfillbuf() argument 69 for (i = 0; i < vcnt; iv++, i++) { in vfillbuf() 93 int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt) in vbufcmp() argument 97 for (i = 0; i < vcnt; iv1++, iv2++, i++) { in vbufcmp()
|
D | diotest_routines.h | 3 extern void vfillbuf(struct iovec *iv, int vcnt, char value); 6 extern int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt);
|
/third_party/ejdb/src/jbi/ |
D | jbi_selection.c | 156 int vcnt = 0; in _jbi_compute_index_rules() local 157 for (JBL_NODE n = rv->vnode->child; n; n = n->next, ++vcnt) ; in _jbi_compute_index_rules() 158 if ( (vcnt > JB_IDX_EMPIRIC_MIN_INOP_ARRAY_SIZE) in _jbi_compute_index_rules() 159 && ( (vcnt > JB_IDX_EMPIRIC_MAX_INOP_ARRAY_SIZE) in _jbi_compute_index_rules()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrNEON.td | 6112 IIC_VCNTiD, "vcnt", "8", 6115 IIC_VCNTiQ, "vcnt", "8",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 9923 "vcmp\005vcmpe\005vcmul\004vcnt\004vctp\004vcvt\005vcvta\005vcvtb\005vcv" 12174 …{ 2175 /* vcnt */, ARM::VCNTq, Convert__Reg1_2__Reg1_3__CondCode2_0, AMFBS_HasNEON, { MCK_CondCode… 12175 …{ 2175 /* vcnt */, ARM::VCNTd, Convert__Reg1_2__Reg1_3__CondCode2_0, AMFBS_HasNEON, { MCK_CondCode…
|