/external/libnfc-nci/src/nfa/dm/ |
D | nfa_dm_discover.c | 86 UINT8 num_params = 0; in nfa_dm_get_rf_discover_config() local 105 disc_params[num_params].type = NFC_DISCOVERY_TYPE_POLL_A; in nfa_dm_get_rf_discover_config() 106 disc_params[num_params].frequency = p_nfa_dm_rf_disc_freq_cfg->pa; in nfa_dm_get_rf_discover_config() 107 num_params++; in nfa_dm_get_rf_discover_config() 109 if (num_params >= max_params) in nfa_dm_get_rf_discover_config() 110 return num_params; in nfa_dm_get_rf_discover_config() 116 disc_params[num_params].type = NFC_DISCOVERY_TYPE_POLL_B; in nfa_dm_get_rf_discover_config() 117 disc_params[num_params].frequency = p_nfa_dm_rf_disc_freq_cfg->pb; in nfa_dm_get_rf_discover_config() 118 num_params++; in nfa_dm_get_rf_discover_config() 120 if (num_params >= max_params) in nfa_dm_get_rf_discover_config() [all …]
|
/external/freetype/src/sfnt/ |
D | sfobjs.h | 35 FT_Int num_params, 42 FT_Int num_params,
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | sfobjs.h | 35 FT_Int num_params, 42 FT_Int num_params,
|
/external/v8/test/cctest/compiler/ |
D | test-run-native-calls.cc | 433 int num_params = ParamCount(desc); in Run() local 434 CHECK_LE(num_params, kMaxParamCount); in Run() 448 ArgsBuffer<CType> io(num_params, seed); in Run() 460 Node** args = zone.NewArray<Node*>(num_params); in Run() 461 for (int i = 0; i < num_params; i++) { in Run() 494 for (int i = 0; i < num_params; i++) { in Run() 970 int num_params = ParamCount(desc); in Build_Select_With_Call() local 971 CHECK_LE(num_params, kMaxParamCount); in Build_Select_With_Call() 987 Node** args = raw.zone()->NewArray<Node*>(num_params); in Build_Select_With_Call() 988 for (int i = 0; i < num_params; i++) { in Build_Select_With_Call() [all …]
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p5-generic-lambda-1y.cpp | 27 int num_params = O(O, 5, 3, "abc", 3.14, 'a'); variable 45 int num_params = O(O, 5, 3, "abc", 3.14, 'a'); variable
|
/external/freetype/src/base/ |
D | ftbase.h | 36 FT_Int num_params,
|
D | ftobjs.c | 1119 FT_Int num_params, in open_face() argument 1157 for ( i = 0; i < num_params && !face->internal->incremental_interface; in open_face() 1169 num_params, in open_face() 1483 FT_Int num_params, in open_face_PS_from_sfnt_stream() argument 1494 FT_UNUSED( num_params ); in open_face_PS_from_sfnt_stream() 2101 FT_Int num_params = 0; in FT_Open_Face() local 2107 num_params = args->num_params; in FT_Open_Face() 2112 num_params, params, &face ); in FT_Open_Face() 2135 FT_Int num_params = 0; in FT_Open_Face() local 2143 num_params = args->num_params; in FT_Open_Face() [all …]
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftbase.h | 41 FT_Int num_params,
|
D | ftobjs.c | 1119 FT_Int num_params, in open_face() argument 1157 for ( i = 0; i < num_params && !face->internal->incremental_interface; in open_face() 1169 num_params, in open_face() 1483 FT_Int num_params, in open_face_PS_from_sfnt_stream() argument 1494 FT_UNUSED( num_params ); in open_face_PS_from_sfnt_stream() 2118 FT_Int num_params = 0; in FT_Open_Face() local 2124 num_params = args->num_params; in FT_Open_Face() 2129 num_params, params, &face ); in FT_Open_Face() 2152 FT_Int num_params = 0; in FT_Open_Face() local 2160 num_params = args->num_params; in FT_Open_Face() [all …]
|
/external/freetype/include/internal/ |
D | sfnt.h | 70 FT_Int num_params, 106 FT_Int num_params,
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | sfnt.h | 72 FT_Int num_params, 110 FT_Int num_params,
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1objs.h | 136 FT_Int num_params,
|
D | t1objs.c | 303 FT_Int num_params, in T1_Face_Init() argument 313 FT_UNUSED( num_params ); in T1_Face_Init()
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidobjs.h | 135 FT_Int num_params,
|
D | cidobjs.c | 281 FT_Int num_params, in cid_face_init() argument 289 FT_UNUSED( num_params ); in cid_face_init()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-vmemptr-conflicts.cpp | 9 namespace num_params { namespace
|
/external/freetype/src/cff/ |
D | cffobjs.h | 162 FT_Int num_params,
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffobjs.h | 162 FT_Int num_params,
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftrender.h | 221 FT_UInt num_params,
|
/external/freetype/include/ |
D | ftrender.h | 221 FT_UInt num_params,
|
/external/freetype/src/truetype/ |
D | ttobjs.c | 509 FT_Int num_params, in tt_face_init() argument 535 error = sfnt->init_face( stream, face, face_index, num_params, params ); in tt_face_init() 563 error = sfnt->load_face( stream, face, face_index, num_params, params ); in tt_face_init() 642 for ( i = 0; i < num_params && !face->unpatented_hinting; i++ ) in tt_face_init()
|
D | ttobjs.h | 371 FT_Int num_params,
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttobjs.c | 512 FT_Int num_params, in tt_face_init() argument 538 error = sfnt->init_face( stream, face, face_index, num_params, params ); in tt_face_init() 566 error = sfnt->load_face( stream, face, face_index, num_params, params ); in tt_face_init() 691 for ( i = 0; i < num_params && !face->unpatented_hinting; i++ ) in tt_face_init()
|
D | ttobjs.h | 360 FT_Int num_params,
|
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_main.c | 901 tNFC_STATUS NFC_DiscoveryStart (UINT8 num_params, in NFC_DiscoveryStart() argument 920 params_size = sizeof (tNFC_DISCOVER_PARAMS) * num_params; in NFC_DiscoveryStart() 925 *p++ = num_params; in NFC_DiscoveryStart()
|