Searched defs:length_i (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/third_party/freetype/src/base/
H A Dftpatent.c128 FT_ULong tag_i = 0, offset_i = 0, length_i = 0; local
133 &tag_i, &offset_i, &length_i );
139 result = _tt_check_patents_in_range( stream, length_i );
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c203 LLVMValueRef length_i,
212 LLVMValueRef length_minus_one = lp_build_sub(int_coord_bld, length_i,
201 lp_build_coord_repeat_npot_linear_int(struct lp_build_sample_context *bld, LLVMValueRef coord_f, LLVMValueRef length_i, LLVMValueRef length_f, LLVMValueRef *coord0_i, LLVMValueRef *weight_i) argument
H A Dlp_bld_sample_soa.c261 LLVMValueRef length_i,
269 LLVMValueRef length_minus_one = lp_build_sub(int_coord_bld, length_i,
259 lp_build_coord_repeat_npot_linear(struct lp_build_sample_context *bld, LLVMValueRef coord_f, LLVMValueRef length_i, LLVMValueRef length_f, LLVMValueRef *coord0_i, LLVMValueRef *weight_f) argument

Completed in 119 milliseconds