| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gtt.h | 169 #define px_base(px) \ argument 177 #define px_dma(px) (__px_dma(px_base(px))) argument 179 #define px_pt(px) \ argument 183 #define px_used(px) (&px_pt(px)->used) argument 505 #define kmap_atomic_px(px) kmap_atomic(__px_page(px_base(px))) argument 510 #define fill_px(px, v) fill_page_dma(px_base(px), (v), PAGE_SIZE / sizeof(u64)) argument 511 #define fill32_px(px, v) do { \ argument 528 #define free_pt(vm, px) free_px(vm, px, 0) argument 529 #define free_pd(vm, px) free_px(vm, px_pt(px), 1) argument
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | graphics.c | 83 unsigned char* px = dst_p; in text_blend() local 176 unsigned char* px = gr_draw->data; in gr_clear() local 203 unsigned char* px = p; in gr_fill() local 215 unsigned char* px = p; in gr_fill() local
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | processor_perflib.c | 259 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) in amd_fixup_frequency() 286 static void amd_fixup_frequency(struct acpi_processor_px *px, int i) {}; in amd_fixup_frequency() 329 struct acpi_processor_px *px = &(pr->performance->states[i]); in acpi_processor_get_performance_states() local
|
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | graphics.c | 151 uint32_t* px = dst_p; in text_blend() local 244 uint32_t* px = (uint32_t*)(gr_draw->data); in gr_clear() local 273 uint32_t* px = p; in gr_fill() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | advancing_front.cpp | 73 const double px = point->x; in LocatePoint() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | buffer_side_straight.hpp | 101 promoted_type const px = -dy / length; in apply() local
|
| H A D | point_in_poly_franklin.hpp | 84 calculation_type const& px = get<0>(point); in apply() local
|
| /OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/ |
| H A D | record_test.c | 247 unsigned int GetDenomValue(short * px, int inLen, short nQ) in GetDenomValue() 273 int xcorr(short* px, short* py, int inLen,unsigned short us16Thresh) in xcorr()
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | recov.c | 24 u8 px, qx, db; in raid6_2data_recov_intx1() local
|
| H A D | recov_neon_inner.c | 50 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/ |
| H A D | scoped_ptr.hpp | 51 T * px; member in boost::scoped_ptr
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | point_in_poly_winding.hpp | 159 calc_t const px = get<0>(point); in apply() local 231 calc_t const px = get<0>(point); in apply() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | collision_feature.hpp | 36 float px; member in mbgl::CollisionBox
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | bsynz.c | 121 integer px; in bsynz_() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_raster_dem_source.cpp | 82 const uint32_t px = (canonical.x - 1 + dim) % dim; in onTileChanged() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/ |
| H A D | map_transformer.hpp | 75 P const& px, P const& py, in set_transformation_point()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
| H A D | hwsq.c | 139 u32 heads, x, y, px = 0; in nvkm_hwsq_wait_vblank() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | sp_counted_impl.hpp | 80 explicit sp_counted_impl_p( X * px ): px_( px ) in sp_counted_impl_p()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
| H A D | memx.c | 129 u32 heads, x, y, px = 0; in nvkm_memx_wait_vblank() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/ |
| H A D | earcut.hpp | 638 …angle(double ax, double ay, double bx, double by, double cx, double cy, double px, double py) cons… in pointInTriangle() 698 double px = (a->x + b->x) / 2; in middleInside() local
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86RandR.c | 318 int px = pos[dev->id][0]; in xf86RandRSetConfig() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/ |
| H A D | earcut.hpp | 676 …angle(double ax, double ay, double bx, double by, double cx, double cy, double px, double py) cons… in pointInTriangle() 761 double px = (a->x + b->x) / 2; in middleInside() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/ |
| H A D | vector_tile.hpp | 298 float px = ::roundf(static_cast<float>(x) * scale); in getGeometries() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/exception/ |
| H A D | exception.hpp | 59 adopt( T * px ) in adopt()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | s390-iommu.c | 280 unsigned int rtx, sx, px; in s390_iommu_iova_to_phys() local
|