Home
last modified time | relevance | path

Searched defs:param (Results 76 - 100 of 835) sorted by relevance

12345678910>>...34

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D4-1.c24 struct sched_param param; in main() local
[all...]
/third_party/node/deps/v8/src/extensions/
H A Dcputracemark-extension.cc31 uint32_t param = in Mark() local
/third_party/musl/libc-test/src/functional/
H A Dsched_setscheduler.c11 struct sched_param param; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_setschedprio.c34 static void setthreadproperty(pthread_attr_t *attr, struct sched_param *param) in setthreadproperty() argument
58 struct sched_param param; in pthread_setschedprio_0100() local
80 struct sched_param param; in pthread_setschedprio_0200() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Denum_string_mapping_test.cpp40 const std::pair<Extension, std::string>& param = GetParam(); in TEST_P() local
49 const std::pair<Extension, std::string>& param = GetParam(); in TEST_P() local
62 const std::pair<SpvCapability, std::string>& param = GetParam(); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Doperator_test.cpp25 OperatorTestParam param = GetParam(); in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Denum_string_mapping_test.cpp40 const std::pair<Extension, std::string>& param = GetParam(); in TEST_P() local
49 const std::pair<Extension, std::string>& param = GetParam(); in TEST_P() local
62 const std::pair<SpvCapability, std::string>& param = GetParam(); in TEST_P() local
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowBindingElement.js3 const data = { param: 'value' }; property
14 const data = { param: 'value' }; property
25 const data = { param: 'value' }; property
36 const data = { param property
94 var data = { param: 'value' }; global() property
99 var data = { param: 'value' }; global() property
105 var data = { param: 'value' }; global() property
111 var data = { param: 'value' }; global() property
[all...]
/third_party/spirv-tools/test/
H A Denum_string_mapping_test.cpp40 const std::pair<Extension, std::string>& param = GetParam(); in TEST_P() local
49 const std::pair<Extension, std::string>& param = GetParam(); in TEST_P() local
62 const std::pair<spv::Capability, std::string>& param = GetParam(); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dframe_capture_utils_autogen.cpp17 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture &param) in WriteParamCaptureReplay() argument
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_eq_init.c32 static void process_sse2(EQParameters *param, uint8_t *dst, int dst_stride, in process_sse2() argument
/third_party/ffmpeg/libavutil/
H A Dlls.c103 static double evaluate_lls(LLSModel *m, const double *param, int order) in evaluate_lls() argument
/third_party/curl/lib/
H A Dshare.c56 va_list param; in curl_share_setopt() local
/third_party/ffmpeg/tests/checkasm/
H A Dvf_blend.c96 FilterParams param = { in checkasm_check_blend() local
/third_party/libdrm/etnaviv/
H A Detnaviv_gpu.c30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) in get_param() argument
81 drm_public int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param, in etna_gpu_get_param() argument
/third_party/libdrm/freedreno/
H A Dfreedreno_pipe.c87 fd_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, uint64_t *value) fd_pipe_get_param() argument
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_gpu.c30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) in get_param() argument
81 int etna_gpu_get_param(struct etna_gpu *gpu, enum etna_param_id param, in etna_gpu_get_param() argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dsampler.cpp66 clGetSamplerInfo(cl_sampler d_s, cl_sampler_info param, in clGetSamplerInfo() argument
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_query_renderer.c27 driQueryRendererIntegerCommon(__DRIscreen *psp, int param, unsigned int *value) in driQueryRendererIntegerCommon() argument
83 dri2_query_renderer_integer(__DRIscreen *_screen, int param, in dri2_query_renderer_integer() argument
159 dri2_query_renderer_string(__DRIscreen *_screen, int param, in dri2_query_renderer_string() argument
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_get.c21 _LIBC_TEXT_SECTION int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param) in pthread_attr_getschedparam() argument
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_clone.c17 struct user_param param; in __thread_clone() local
/third_party/musl/src/thread/liteos_a/
H A Dpthread_clone.c32 struct user_param param; in __thread_clone() local
/third_party/mesa3d/src/mesa/main/
H A Dpixelstore.c41 pixel_storei(GLenum pname, GLint param, bool no_error) in pixel_storei() argument
234 _mesa_PixelStorei(GLenum pname, GLint param) _mesa_PixelStorei() argument
241 _mesa_PixelStoref(GLenum pname, GLfloat param) _mesa_PixelStoref() argument
248 _mesa_PixelStorei_no_error(GLenum pname, GLint param) _mesa_PixelStorei_no_error() argument
255 _mesa_PixelStoref_no_error(GLenum pname, GLfloat param) _mesa_PixelStoref_no_error() argument
[all...]
H A Dpoints.c108 _mesa_PointParameterf( GLenum pname, GLfloat param) in _mesa_PointParameterf() argument
[all...]
H A Dconservativeraster.c39 conservative_raster_parameter(GLenum pname, GLfloat param, in conservative_raster_parameter() argument
102 _mesa_ConservativeRasterParameteriNV_no_error(GLenum pname, GLint param) _mesa_ConservativeRasterParameteriNV_no_error() argument
109 _mesa_ConservativeRasterParameteriNV(GLenum pname, GLint param) _mesa_ConservativeRasterParameteriNV() argument
116 _mesa_ConservativeRasterParameterfNV_no_error(GLenum pname, GLfloat param) _mesa_ConservativeRasterParameterfNV_no_error() argument
123 _mesa_ConservativeRasterParameterfNV(GLenum pname, GLfloat param) _mesa_ConservativeRasterParameterfNV() argument
[all...]

Completed in 8 milliseconds

12345678910>>...34