HomeSort by relevance Sort by last modified time
    Searched defs:num_params (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
microsoft-abi-vmemptr-conflicts.cpp 9 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::C"*, i32, i32)*)(%"struct.num_params::C"* %{{.*}}, i32 0, i32 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw.c 139 const unsigned num_params = info_in->indexed ? 5 : 4; local
150 num_params * sizeof(uint32_t),
  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser_unittest.cpp 67 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/
p5-generic-lambda-1y.cpp 27 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
  /hardware/qcom/gps/msm8084/utils/
loc_cfg.cpp 265 unsigned int num_params=table_length; local
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/msm8909/utils/
loc_cfg.cpp 265 unsigned int num_params=table_length; local
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/msm8994/utils/
loc_cfg.cpp 265 unsigned int num_params=table_length; local
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/msm8996/utils/
loc_cfg.cpp 265 unsigned int num_params=table_length; local
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/msm8998/utils/
loc_cfg.cpp 265 unsigned int num_params=table_length; local
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/sdm845/utils/
loc_cfg.cpp 265 unsigned int num_params=table_length; local
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /hardware/qcom/gps/utils/
loc_cfg.cpp 265 unsigned int num_params=table_length; local
283 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
284 while(num_params)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
340 uint32_t num_params = table_length - 1; local
345 LOC_LOGD("%s:%d]: num_params: %d\n", __func__, __LINE__, num_params);
346 while(num_params && input_buf) {
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length)
    [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 291 const uint32_t num_params = params->Size(); local
296 mirror::ObjectArray<mirror::Class>::Alloc(soa.Self(), class_array_class.Get(), num_params));
303 for (uint32_t i = 0; i < num_params; ++i) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 218 int num_params; local
227 num_params = PyTuple_GET_SIZE(parameters);
229 num_params = PyList_GET_SIZE(parameters);
231 num_params = PySequence_Size(parameters);
233 if (num_params != num_params_needed) {
235 num_params_needed, num_params);
238 for (i = 0; i < num_params; i++) {
  /external/python/cpython2/Modules/_sqlite/
statement.c 225 int num_params; local
234 num_params = PyTuple_GET_SIZE(parameters);
236 num_params = PyList_GET_SIZE(parameters);
238 num_params = PySequence_Size(parameters);
240 if (num_params != num_params_needed) {
242 num_params_needed, num_params);
245 for (i = 0; i < num_params; i++) {
  /external/v8/src/wasm/
wasm-debug.cc 84 int num_params = static_cast<int>(sig->parameter_count()); local
85 ScopedVector<WasmVal> wasm_args(num_params);
87 for (int i = 0; i < num_params; ++i) {
  /art/runtime/
reflection.cc 372 uint32_t num_params = params->Size(); local
379 for (uint32_t i = 0; i < num_params; i++) {
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
lsm_params.h 117 __u32 num_params; member in struct:snd_lsm_module_params
  /hardware/qcom/msm8994/original-kernel-headers/sound/
lsm_params.h 130 * @num_params: Number of params that are to be set
136 * num_params * sizeof(struct lsm_parms_info)
140 __u32 num_params; member in struct:snd_lsm_module_params
  /hardware/qcom/msm8996/kernel-headers/linux/sound/
lsm_params.h 117 __u32 num_params; member in struct:snd_lsm_module_params
  /hardware/qcom/msm8996/kernel-headers/sound/
lsm_params.h 117 __u32 num_params; member in struct:snd_lsm_module_params
  /hardware/qcom/msm8996/original-kernel-headers/linux/sound/
lsm_params.h 130 * @num_params: Number of params that are to be set
136 * num_params * sizeof(struct lsm_parms_info)
140 __u32 num_params; member in struct:snd_lsm_module_params
  /hardware/qcom/msm8996/original-kernel-headers/sound/
lsm_params.h 130 * @num_params: Number of params that are to be set
136 * num_params * sizeof(struct lsm_parms_info)
140 __u32 num_params; member in struct:snd_lsm_module_params
  /hardware/qcom/msm8x09/kernel-headers/sound/
lsm_params.h 117 __u32 num_params; member in struct:snd_lsm_module_params
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
lsm_params.h 130 * @num_params: Number of params that are to be set
136 * num_params * sizeof(struct lsm_parms_info)
140 __u32 num_params; member in struct:snd_lsm_module_params
  /hardware/qcom/msm8x26/kernel-headers/sound/
lsm_params.h 107 __u32 num_params; member in struct:snd_lsm_module_params

Completed in 1145 milliseconds

1 2