/third_party/node/tools/inspector_protocol/ |
H A D | pdl.py | 119 param = createItem({}, match.group(1), match.group(2), match.group(6)) 121 param['optional'] = True 122 assignType(param, match.group(5), match.group(4), map_binary_to_string) 124 enumliterals = param['enum'] = [] 125 subitems.append(param)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | uniform_real_distribution.h | 109 explicit uniform_real_distribution(const param_type& param) : param_(param) {} in uniform_real_distribution() argument 129 param_type param() const { return param_; } in param() function in absl::uniform_real_distribution 130 void param(const param_type& params) { param_ = params; } in param() function in absl::uniform_real_distribution 195 x.param(param_type(a, b)); in operator >>()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 1553 char *pos, *param; in hostapd_ctrl_iface_radar() local 1560 param = os_strchr(cmd, ' '); in hostapd_ctrl_iface_radar() 1561 if (param == NULL) in hostapd_ctrl_iface_radar() 1563 *param++ = '\0'; in hostapd_ctrl_iface_radar() 1579 pos = os_strstr(param, "freq="); in hostapd_ctrl_iface_radar() 1583 pos = os_strstr(param, "ht_enabled=1"); in hostapd_ctrl_iface_radar() 1587 pos = os_strstr(param, "chan_offset="); in hostapd_ctrl_iface_radar() 1591 pos = os_strstr(param, "chan_width="); in hostapd_ctrl_iface_radar() 1595 pos = os_strstr(param, "cf1="); in hostapd_ctrl_iface_radar() 1599 pos = os_strstr(param, "cf in hostapd_ctrl_iface_radar() 1640 char *pos, *param; hostapd_ctrl_iface_mgmt_tx_status_process() local 1701 char *pos, *param; hostapd_ctrl_iface_mgmt_rx_process() local 2375 hostapd_ctrl_iface_mib(struct hostapd_data *hapd, char *reply, int reply_size, const char *param) hostapd_ctrl_iface_mib() argument 2467 char *pos = cmd, *param; hostapd_ctrl_iface_eapol_set() local 3937 hostapd_ctrl_iface_dup_param(struct hostapd_data *src_hapd, struct hostapd_data *dst_hapd, const char *param) hostapd_ctrl_iface_dup_param() argument [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl2.hpp | 756 * \param err error code value. 758 * \param errStr a descriptive string that must remain in scope until 992 inline cl_int getInfoHelper(Functor f, cl_uint name, T* param, long) in getInfoHelper() argument 994 return f(name, sizeof(T), param, NULL); in getInfoHelper() 1000 inline cl_int getInfoHelper(Func f, cl_uint name, vector<vector<unsigned char>>* param, int) in getInfoHelper() argument 1005 if (param) { in getInfoHelper() 1007 size_type numBinaries = param->size(); in getInfoHelper() 1012 binariesPointers[i] = (*param)[i].data(); in getInfoHelper() 1028 inline cl_int getInfoHelper(Func f, cl_uint name, vector<T>* param, long) in getInfoHelper() argument 1037 // Temporary to avoid changing param o in getInfoHelper() 1057 getInfoHelper( Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0) getInfoHelper() argument 1089 getInfoHelper(Func f, cl_uint name, string* param, long) getInfoHelper() argument 1117 getInfoHelper(Func f, cl_uint name, array<size_type, N>* param, long) getInfoHelper() argument 1154 getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) getInfoHelper() argument 1529 getInfo(Func f, cl_uint name, T* param) getInfo() argument 1554 getInfo(Func f, const Arg0& arg0, cl_uint name, T* param) getInfo() argument 1562 getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param) getInfo() argument 2195 detail::cl_device_info, name>::param_type param; getInfo() local 2481 detail::cl_platform_info, name>::param_type param; getInfo() local 3036 detail::cl_context_info, name>::param_type param; getInfo() local 3178 detail::cl_event_info, name>::param_type param; getInfo() local 3201 detail::cl_profiling_info, name>::param_type param; getProfilingInfo() local 3393 detail::cl_mem_info, name>::param_type param; getInfo() local 4391 detail::cl_image_info, name>::param_type param; getImageInfo() local 5540 detail::cl_pipe_info, name>::param_type param; getInfo() local 5673 detail::cl_sampler_info, name>::param_type param; getInfo() local 5896 detail::cl_kernel_info, name>::param_type param; getInfo() local 5918 detail::cl_kernel_arg_info, name>::param_type param; getArgInfo() local 5942 detail::cl_kernel_work_group_info, name>::param_type param; getWorkGroupInfo() local 5975 size_type param; getSubGroupInfo() local 6657 detail::cl_program_info, name>::param_type param; getInfo() local 6680 detail::cl_program_build_info, name>::param_type param; getBuildInfo() local 6713 detail::cl_program_build_info, name>::param_type param; getBuildInfo() local 7492 detail::cl_command_queue_info, name>::param_type param; getInfo() local 8872 detail::cl_command_queue_info, name>::param_type param; getInfo() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/sched_getparam/ |
H A D | sched_getparam03.c | 23 static struct sched_param param; variable 35 &unused_pid, ¶m, ESRCH}, 37 &inval_pid, ¶m, EINVAL}, 38 {"sched_getparam() with invalid address for param",
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/speculative/ |
H A D | 3-2.c | 33 struct sched_param param; in main() local 54 param.sched_priority = priority + PRIORITY_OFFSET; in main() 55 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
H A D | 3-1.c | 33 struct sched_param param; in main() local 54 param.sched_priority = priority + PRIORITY_OFFSET; in main() 55 rc = pthread_attr_setschedparam(&attr, ¶m); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
H A D | 3-1.c | 30 struct sched_param param; in main() local 32 param.sched_priority = sched_get_priority_min(SCHED_RR); in main() 33 if (sched_setscheduler(0, SCHED_RR, ¶m) == -1) { in main()
|
H A D | 1-1.c | 29 struct sched_param param; in main() local 31 param.sched_priority = sched_get_priority_min(SCHED_RR); in main() 32 if (sched_setscheduler(0, SCHED_RR, ¶m) == -1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
H A D | 19-1.c | 43 struct sched_param param; in main() local 63 param.sched_priority = invalid_priority; in main() 65 tmp = sched_setscheduler(0, policy, ¶m); in main()
|
H A D | 20-1.c | 62 struct sched_param param; in main() local 74 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main() 76 result = sched_setscheduler(1, SCHED_FIFO, ¶m); in main()
|
/third_party/rust/crates/rustix/src/param/ |
H A D | auxv.rs | 31 backend::param::auxv::page_size() in page_size() 46 backend::param::auxv::clock_ticks_per_second() in clock_ticks_per_second() 71 backend::param::auxv::linux_hwcap() in linux_hwcap() 95 backend::param::auxv::linux_execfn()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm.c | 292 struct ac_arg param, unsigned return_index) in si_insert_input_ret() 294 return LLVMBuildInsertValue(ctx->ac.builder, ret, ac_get_arg(&ctx->ac, param), return_index, ""); in si_insert_input_ret() 298 struct ac_arg param, unsigned return_index) in si_insert_input_ret_float() 301 LLVMValueRef p = ac_get_arg(&ctx->ac, param); in si_insert_input_ret_float() 307 struct ac_arg param, unsigned return_index) in si_insert_input_ptr() 310 LLVMValueRef ptr = ac_get_arg(&ctx->ac, param); in si_insert_input_ptr() 344 static void si_init_exec_from_input(struct si_shader_context *ctx, struct ac_arg param, in si_init_exec_from_input() argument 348 ac_get_arg(&ctx->ac, param), in si_init_exec_from_input() 375 LLVMValueRef si_unpack_param(struct si_shader_context *ctx, struct ac_arg param, unsigned rshift, in si_unpack_param() argument 378 LLVMValueRef value = ac_get_arg(&ctx->ac, param); in si_unpack_param() 291 si_insert_input_ret(struct si_shader_context *ctx, LLVMValueRef ret, struct ac_arg param, unsigned return_index) si_insert_input_ret() argument 297 si_insert_input_ret_float(struct si_shader_context *ctx, LLVMValueRef ret, struct ac_arg param, unsigned return_index) si_insert_input_ret_float() argument 306 si_insert_input_ptr(struct si_shader_context *ctx, LLVMValueRef ret, struct ac_arg param, unsigned return_index) si_insert_input_ptr() argument 460 LLVMValueRef param = LLVMGetParam(parts[0], i); si_build_wrapper_function() local 472 LLVMValueRef param = LLVMGetParam(parts[main_part], ctx->args.arg_count); si_build_wrapper_function() local 539 LLVMValueRef param = LLVMGetParam(ctx->main_fn, i); si_build_wrapper_function() local 607 LLVMValueRef param; si_build_wrapper_function() local [all...] |
/third_party/libfuse/lib/ |
H A D | fuse_opt.c | 207 static int process_opt_param(void *var, const char *format, const char *param, in process_opt_param() argument 213 char *copy = strdup(param); in process_opt_param() 220 if (sscanf(param, format, var) != 1) { in process_opt_param() 238 const char *param = arg + sep; in process_opt() local 240 param ++; in process_opt() 242 param, arg) == -1) in process_opt() 256 char *param; in process_opt_sep_arg() local 261 param = ctx->argv[ctx->argctr]; in process_opt_sep_arg() 262 newarg = malloc(sep + strlen(param) + 1); in process_opt_sep_arg() 267 strcpy(newarg + sep, param); in process_opt_sep_arg() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 3-2.c | 31 * -> sched policy/param change 310 struct sched_param param; member 319 /* Read the current sched policy & param */ in schedtest() 321 pthread_getschedparam(pthread_self(), &(td->policy), &(td->param)); in schedtest() 323 UNRESOLVED(ret, "Failed to read current thread policy / param"); in schedtest() 338 /* Read the current sched policy & param */ in schedtest() 340 pthread_getschedparam(pthread_self(), &(td->policy), &(td->param)); in schedtest() 342 UNRESOLVED(ret, "Failed to read current thread policy / param"); in schedtest() 357 /* Change the current sched policy & param */ in schedtest() 365 if (newparam.sched_priority == td->param in schedtest() [all...] |
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 97 panfrost_get_param(struct pipe_screen *screen, enum pipe_cap param) in panfrost_get_param() argument 111 switch (param) { in panfrost_get_param() 348 return u_pipe_screen_get_param_defaults(screen, param); in panfrost_get_param() 355 enum pipe_shader_cap param) in panfrost_get_shader_param() 380 switch (param) { in panfrost_get_shader_param() 484 panfrost_get_paramf(struct pipe_screen *screen, enum pipe_capf param) in panfrost_get_paramf() argument 486 switch (param) { in panfrost_get_paramf() 515 debug_printf("Unexpected PIPE_CAPF %d query\n", param); in panfrost_get_paramf() 522 * \param format the format to test 523 * \param typ 353 panfrost_get_shader_param(struct pipe_screen *screen, enum pipe_shader_type shader, enum pipe_shader_cap param) panfrost_get_shader_param() argument 667 panfrost_get_compute_param(struct pipe_screen *pscreen, enum pipe_shader_ir ir_type, enum pipe_compute_cap param, void *ret) panfrost_get_compute_param() argument [all...] |
/third_party/vulkan-loader/scripts/ |
H A D | helper_file_generator.py | 251 def paramIsPointer(self, param): 253 for elem in param: 259 def paramIsStaticArray(self, param): 261 paramname = param.find('name') 267 def getTypeNameTuple(self, param): 270 for elem in param: 278 def getLen(self, param): 280 len = param.attrib.get('len') 289 if 'altlen' in param.attrib: 292 result = param [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 429 const TimestampTestParam* param) in TimestampTest() 431 , m_pipelineConstructionType (param->getPipelineConstructionType()) in TimestampTest() 432 , m_stages (param->getStageVector()) in TimestampTest() 433 , m_inRenderPass (param->getInRenderPass()) in TimestampTest() 434 , m_hostQueryReset (param->getHostQueryReset()) in TimestampTest() 435 , m_transferOnlyQueue (param->getTransferOnlyQueue()) in TimestampTest() 436 , m_queryResultFlags (param->getQueryResultFlags()) in TimestampTest() 1415 const TimestampTestParam* param) in BasicGraphicsTest() 1416 : TimestampTest (testContext, name, param) in BasicGraphicsTest() 1824 const TimestampTestParam* param) in AdvGraphicsTest() 427 TimestampTest(tcu::TestContext& testContext, const std::string& name, const TimestampTestParam* param) TimestampTest() argument 1413 BasicGraphicsTest(tcu::TestContext& testContext, const std::string& name, const TimestampTestParam* param) BasicGraphicsTest() argument 1822 AdvGraphicsTest(tcu::TestContext& testContext, const std::string& name, const TimestampTestParam* param) AdvGraphicsTest() argument 2101 BasicComputeTest(tcu::TestContext& testContext, const std::string& name, const TimestampTestParam* param) BasicComputeTest() argument 2366 TransferTest(tcu::TestContext& testContext, const std::string& name, const TimestampTestParam* param) TransferTest() argument 2960 TwoCmdBuffersTest(tcu::TestContext& testContext, const std::string& name, const TwoCmdBuffersTestParam* param) TwoCmdBuffersTest() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_asoftclip.c | 59 double param; member 84 { "param", "set softclip parameter", OFFSET(param), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0.01, 3, A }, 149 float param = s->param; in filter_flt() local 175 dst[n] = tanhf(dst[n] * factor * param); in filter_flt() 181 dst[n] = 2.f / M_PI * atanf(dst[n] * factor * param); in filter_flt() 206 dst[n] = sample / (sqrtf(param + sample * sample)); in filter_flt() 274 double param = s->param; in filter_dbl() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL45_autogen.h | 203 const GLint *param); 278 const GLint64 *param); 283 const GLint *param); 287 const GLint *param); 292 const GLint64 *param); 297 const GLint *param); 301 const GLint *param); 425 GLint param); 478 GLfloat param); 482 const GLfloat *param); [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 458 const TimestampTestParam* param) in TimestampTest() 460 , m_pipelineConstructionType (param->getPipelineConstructionType()) in TimestampTest() 461 , m_stages (param->getStageVector()) in TimestampTest() 462 , m_inRenderPass (param->getInRenderPass()) in TimestampTest() 463 , m_hostQueryReset (param->getHostQueryReset()) in TimestampTest() 464 , m_queryResultFlags (param->getQueryResultFlags()) in TimestampTest() 1339 const TimestampTestParam* param) 1340 : TimestampTest (testContext, name, description, param) 1747 const TimestampTestParam* param) 1748 : BasicGraphicsTest(testContext, name, description, param) 455 TimestampTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const TimestampTestParam* param) TimestampTest() argument [all...] |
/third_party/backends/backend/ |
H A D | sm3600-color.c | 159 switch (this->param.res) in StartScanColor() 170 this->param.y/2-(2*this->state.ySensorSkew)*600/this->param.res; in StartScanColor() 174 *600/this->param.res; /* for jogging back */ in StartScanColor() 211 RegWrite(this,R_SPOS, 2, this->param.x/2 + this->calibration.xMargin); in StartScanColor() 214 (2*this->state.ySensorSkew)*600/this->param.res); in StartScanColor() 217 switch (this->param.res) in StartScanColor()
|
/third_party/mesa3d/src/mapi/glapi/ |
H A D | glapi_dispatch.c | 115 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param); 124 GL_API void GL_APIENTRY glLightModelx (GLenum pname, GLfixed param); 126 GL_API void GL_APIENTRY glLightx (GLenum light, GLenum pname, GLfixed param); 130 GL_API void GL_APIENTRY glMaterialx (GLenum face, GLenum pname, GLfixed param); 136 GL_API void GL_APIENTRY glPointParameterx (GLenum pname, GLfixed param); 143 GL_API void GL_APIENTRY glTexEnvx (GLenum target, GLenum pname, GLfixed param); 145 GL_API void GL_APIENTRY glTexParameterx (GLenum target, GLenum pname, GLfixed param);
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_merge_function_returns.cpp | 234 function->ForEachParam([&result](opt::Instruction* param) { in GetTypesToIdsAvailableAfterEntryBlock() 235 if (param->HasResultId() && param->type_id()) { in GetTypesToIdsAvailableAfterEntryBlock() 236 if (!result.count(param->type_id())) { in GetTypesToIdsAvailableAfterEntryBlock() 237 result.emplace(param->type_id(), std::vector<uint32_t>()); in GetTypesToIdsAvailableAfterEntryBlock() 240 result[param->type_id()].emplace_back(param->result_id()); in GetTypesToIdsAvailableAfterEntryBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_merge_function_returns.cpp | 234 function->ForEachParam([&result](opt::Instruction* param) { in GetTypesToIdsAvailableAfterEntryBlock() 235 if (param->HasResultId() && param->type_id()) { in GetTypesToIdsAvailableAfterEntryBlock() 236 if (!result.count(param->type_id())) { in GetTypesToIdsAvailableAfterEntryBlock() 237 result.emplace(param->type_id(), std::vector<uint32_t>()); in GetTypesToIdsAvailableAfterEntryBlock() 240 result[param->type_id()].emplace_back(param->result_id()); in GetTypesToIdsAvailableAfterEntryBlock()
|