Home
last modified time | relevance | path

Searched defs:eps (Results 26 - 50 of 118) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Ddcdbas.c509 struct smm_eps_table *eps = (struct smm_eps_table *)addr; in check_eps_table() local
524 struct smm_eps_table *eps = NULL; in dcdbas_check_wsmt() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddcdbas.c521 struct smm_eps_table *eps = (struct smm_eps_table *)addr; in check_eps_table() local
536 struct smm_eps_table *eps = NULL; in dcdbas_check_wsmt() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-debugfs.h102 struct xhci_ep_priv *eps[31]; member
/third_party/ffmpeg/libavfilter/
H A Dvf_guided.c48 float eps; member
/third_party/alsa-utils/topology/nhlt/intel/
H A Ddmic-nhlt.c194 int nhlt_dmic_get_ep(struct intel_nhlt_params *nhlt, struct endpoint_descriptor **eps, in nhlt_dmic_get_ep() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglColorClearCase.cpp247 tcu::RGBA eps = pixelFmt.alphaBits == 1 ? RGBA(1,1,1,127) : RGBA(1,1,1,1); in executeForContexts() local
435 tcu::RGBA eps = pixelFmt.alphaBits == 1 ? RGBA(1,1,1,127) : RGBA(1,1,1,1); in executeForContexts() local
/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddriver.c432 struct usb_host_endpoint *ep, **eps = NULL; in usb_unbind_interface() local
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dvhci_hcd.c1327 vhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, unsigned int num_streams, gfp_t mem_flags) vhci_alloc_streams() argument
1336 vhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) vhci_free_streams() argument
/kernel/linux/linux-6.6/drivers/usb/core/
H A Ddriver.c432 struct usb_host_endpoint *ep, **eps = NULL; in usb_unbind_interface() local
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvhci_hcd.c1296 vhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, unsigned int num_streams, gfp_t mem_flags) vhci_alloc_streams() argument
1305 vhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) vhci_free_streams() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dusbdevice_fs.h101 unsigned char eps[0]; member
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c334 int float_near_abs_eps(float a, float b, float eps) in float_near_abs_eps() argument
345 int float_near_abs_eps_array(const float *a, const float *b, float eps, in float_near_abs_eps_array() argument
357 int float_near_abs_eps_ulp(float a, float b, float eps, unsigned max_ulp) in float_near_abs_eps_ulp() argument
362 int float_near_abs_eps_array_ulp(const float *a, const float *b, float eps, in float_near_abs_eps_array_ulp() argument
374 int double_near_abs_eps(double a, double b, double eps) in double_near_abs_eps() argument
381 double_near_abs_eps_array(const double *a, const double *b, double eps, unsigned len) double_near_abs_eps_array() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp166 const float eps = 1.0f / float(2 * 256); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp202 const float eps = 0.0001f; in computeScaleAndBias() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp166 const float eps = 1.0f / float(2 * 256); in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp695 const GLfloat eps = 0.002; in TEST_P() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp202 const float eps = 0.0001f; in computeScaleAndBias() local
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp48 const float eps = 0.0001f; in computeScaleAndBias() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.cpp513 const float eps = 0.001f; in operator ()() local
566 T eps in operator ()() local
616 T eps = T(0.001); operator ()() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp473 float eps = 0.01; // set epsilon in CalcRepeatBounds() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp219 const double eps = 1e-8; // Limiting the Error Range in GetAdaptationSetAttr() local
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.cpp574 static float eps = 1e-5; in IsValidVolume() local
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Duas.c948 struct usb_host_endpoint *eps[4] = { }; in uas_configure_endpoints() local
982 struct usb_host_endpoint *eps[3]; in uas_free_streams() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-dbgcap.h138 struct dbc_ep eps[2]; member
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_generic.h339 struct ffs_ep *eps; member

Completed in 30 milliseconds

12345