/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tridentfb.c | 304 #define point(x, y) ((y) << 16 | (x)) macro [all...] |
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | v3d_drm.h | 85 __u64 point; /* for timeline sem support */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 605 struct gamma_point *point; in build_custom_gamma_mapping_coefficients_worker() local 684 const struct gamma_point *point; calculate_mapped_value() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 2851 u64 point; in add_timeline_fence_array() local [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | f71882fg.c | 343 int nr, reg, point; in f71882fg_update_device() local 1463 int point = to_sensor_dev_attr_2(devattr)->nr; show_pwm_auto_point_pwm() local 1484 int point = to_sensor_dev_attr_2(devattr)->nr; store_pwm_auto_point_pwm() local 1518 int point = to_sensor_dev_attr_2(devattr)->nr; show_pwm_auto_point_temp() local 1530 int point = to_sensor_dev_attr_2(devattr)->nr; store_pwm_auto_point_temp() local 1559 int point = to_sensor_dev_attr_2(devattr)->nr; show_pwm_auto_point_temp_hyst() local 1578 int point = to_sensor_dev_attr_2(devattr)->nr; store_pwm_auto_point_temp_hyst() local [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | alps.c | 361 struct alps_bitmap_point *point; in alps_get_bitmap_points() local
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | curve25519-fiat32.c | 756 curve25519_generic(u8 out[CURVE25519_KEY_SIZE], const u8 scalar[CURVE25519_KEY_SIZE], const u8 point[CURVE25519_KEY_SIZE]) curve25519_generic() argument
|
H A D | curve25519-hacl64.c | 745 static __always_inline void format_scalar_of_point(u8 *scalar, u64 *point) in format_scalar_of_point() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | nommu.c | 921 unsigned long total, point; in do_mmap_private() local
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebtables.c | 198 struct ebt_entry *point; in ebt_do_table() local [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | drop_monitor.c | 218 struct net_dm_drop_point *point; in trace_drop_common() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | sanm.c | 407 int8_t point[2]; in make_glyphs() local [all...] |
/third_party/mbedtls/3rdparty/everest/library/legacy/ |
H A D | Hacl_Curve25519.c | 603 static void Hacl_EC_Format_scalar_of_point(uint8_t *scalar, uint64_t *point) in Hacl_EC_Format_scalar_of_point() argument
|
/third_party/mbedtls/3rdparty/everest/library/ |
H A D | Hacl_Curve25519.c | 558 static void Hacl_EC_Format_scalar_of_point(uint8_t *scalar, uint64_t *point) in Hacl_EC_Format_scalar_of_point() argument
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.c | 1282 uint64_t point; in radv_amdgpu_cs_submit_zero() local
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 1158 ECPointToBuffer(Environment* env, const EC_GROUP* group, const EC_POINT* point, point_conversion_form_t form, const char** error) ECPointToBuffer() argument
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | v3d_drm.h | 85 __u64 point; /* for timeline sem support */ member
|
/third_party/libinput/src/ |
H A D | libinput-private.h | 433 struct device_coords point; member 961 point_in_rect(const struct device_coords *point, in point_in_rect() argument [all...] |
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 84 struct point { struct 1399 struct point point; in handle_event_motion() local 1641 struct point point; handle_event_tablet() local [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_virtgpu.c | 157 uint64_t point; member 255 sim_syncobj_set_point_locked(struct sim_syncobj *syncobj, uint64_t point) in sim_syncobj_set_point_locked() argument 325 sim_syncobj_query(struct virtgpu *gpu, uint32_t syncobj_handle, uint64_t *point) sim_syncobj_query() argument 342 sim_syncobj_signal(struct virtgpu *gpu, uint32_t syncobj_handle, uint64_t point) sim_syncobj_signal() argument 358 sim_syncobj_submit(struct virtgpu *gpu, uint32_t syncobj_handle, int sync_fd, uint64_t point, bool cpu) sim_syncobj_submit() argument 419 const uint64_t point = wait->sync_values[i]; sim_syncobj_wait() local 847 virtgpu_ioctl_syncobj_query(struct virtgpu *gpu, uint32_t syncobj_handle, uint64_t *point) virtgpu_ioctl_syncobj_query() argument 865 virtgpu_ioctl_syncobj_timeline_signal(struct virtgpu *gpu, uint32_t syncobj_handle, uint64_t point) virtgpu_ioctl_syncobj_timeline_signal() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
H A D | tessellator.cpp | 1790 PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpLocation ) PlacePointIn1D() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 1948 ossl_ec_GFp_nistp256_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GFp_nistp256_point_get_affine_coordinates() argument [all...] |
/third_party/openssl/test/ |
H A D | ectest.c | 1091 EC_POINT *point = NULL; in hybrid_point_encoding_test() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 822 const tcu::Vec4 point = tcu::Vec4(xx, yy, 0.0f, 1.0f) * pointSlope; in generateVertexBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 864 std::string toString(VkPipelineBindPoint point) in toString() argument
|