Searched defs:num_params (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vmemptr-conflicts.cpp9 namespace num_params { namespace
22 // CHECK-LABEL: define void @"\01?f@num_params@@YAXPAUC@1@@Z"(%"struct.num_params::C"* %c)
23 // CHECK: call x86_thiscallcc void bitcast (void (%"struct.num_params::C"*, ...)* @"\01??_9C@num_params@@$BA@AE" to void (%"struct.num_params::C"*, i32)*)(%"struct.num_params::C"* %{{.*}}, i32 0)
24 // CHECK: call x86_thiscallcc void bitcast (void (%"struct.num_params::C"*, ...)* @"\01??_9C@num_params@@$BA@AE" to void (%"struct.num_params
[all...]
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_simple_parser_unittest.cpp67 int num_params; member in struct:FindTagTestStruct
92 parser.FindTagParamFromStart(data.token, data.num_params))
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp27 int num_params = O(O, 5, 3, "abc", 3.14, 'a'); member in namespace:overload_generic_lambda
45 int num_params = O(O, 5, 3, "abc", 3.14, 'a'); member in namespace:overload_generic_lambda_return_type_deduction
/external/freetype/include/freetype/
H A Dfreetype.h1899 /* FT_OPEN_PARAMS :: Use the `num_params' and `params' fields. */
1975 /* num_params :: The number of extra parameters. */
2000 /* `num_params' and `params' is used. They are ignored otherwise. */
2014 FT_Int num_params; member in struct:FT_Open_Args_
/external/freetype/src/base/
H A Dftobjs.c1143 FT_Int num_params,
1181 for ( i = 0; i < num_params && !face->internal->incremental_interface;
1193 num_params,
1508 FT_Int num_params,
1519 FT_UNUSED( num_params );
2216 FT_Int num_params = 0; local
2222 num_params = args->num_params;
2227 num_params, params, &face );
2250 FT_Int num_params local
1139 open_face( FT_Driver driver, FT_Stream *astream, FT_Bool external_stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h658 unsigned num_params = dxbc_parse_signature(sig, &params); local
693 for(unsigned i = 0; i < num_params && num_params_to_use < D3D11_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT; ++i)
/external/pdfium/third_party/freetype/include/freetype/
H A Dfreetype.h1859 /* FT_OPEN_PARAMS :: Use the `num_params' and `params' fields. */
1934 /* num_params :: The number of extra parameters. */
1959 /* `num_params' and `params' is used. They are ignored otherwise. */
1973 FT_Int num_params; member in struct:FT_Open_Args_
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c1119 FT_Int num_params,
1157 for ( i = 0; i < num_params && !face->internal->incremental_interface;
1169 num_params,
1483 FT_Int num_params,
1494 FT_UNUSED( num_params );
2118 FT_Int num_params = 0; local
2124 num_params = args->num_params;
2129 num_params, params, &face );
2152 FT_Int num_params local
1115 open_face( FT_Driver driver, FT_Stream *astream, FT_Bool external_stream, FT_Long face_index, FT_Int num_params, FT_Parameter* params, FT_Face *aface ) argument
[all...]
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c1244 int num_params; local
1272 num_params = 0;
1286 num_params = curr->expr_type == COND_NOT ? 1 : 2;
1288 if (num_params == 1) {
1314 len = strlen(val1) + strlen(val2) + strlen(op) + (num_params * 1) + 2 + 1;
1700 uint32_t num_params; local
1808 num_params = 0;
1820 num_params = expr->expr_type == CEXPR_NOT ? 1 : 2;
1822 if (num_params == 1) {
1848 len = strlen(val1) + strlen(val2) + strlen(op) + (num_params *
[all...]

Completed in 589 milliseconds