Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 25 of 108) sorted by relevance

12345

/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dcompr_rtime.c36 unsigned short positions[256]; in jffs2_rtime_compress() local
43 memset(positions,0,sizeof(positions)); in jffs2_rtime_compress()
53 backpos = positions[value]; in jffs2_rtime_compress()
54 positions[value]=pos; in jffs2_rtime_compress()
80 unsigned short positions[256]; in jffs2_rtime_decompress() local
84 memset(positions,0,sizeof(positions)); in jffs2_rtime_decompress()
94 backoffs = positions[value]; in jffs2_rtime_decompress()
96 positions[value]=outpos; in jffs2_rtime_decompress()
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Dcompr_rtime.c54 int positions[256]; in rtime_decompress() local
61 for (i = 0; i < 256; positions[i++] = 0); in rtime_decompress()
71 backoffs = positions[value]; in rtime_decompress()
73 positions[value]=outpos; in rtime_decompress()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_atlas.cpp18 GlyphPositionMap& positions = result.positions[fontStack]; in makeGlyphAtlas() local
42 positions.emplace(glyph.id, in makeGlyphAtlas()
H A Dquads.cpp97 const GlyphPositionMap& positions) { in getGlyphQuads() argument
108 auto positionsIt = positions.find(positionedGlyph.glyph); in getGlyphQuads()
109 if (positionsIt == positions.end()) in getGlyphQuads()
H A Dglyph_atlas.hpp20 GlyphPositions positions; member in mbgl::GlyphAtlas
H A Dquads.hpp51 const GlyphPositionMap& positions);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_instance.cpp21 const GlyphPositionMap& positions, in SymbolInstance() argument
46 …rizontalGlyphQuads = getGlyphQuads(shapedTextOrientations.first, layout, textPlacement, positions); in SymbolInstance()
49 …erticalGlyphQuads = getGlyphQuads(shapedTextOrientations.second, layout, textPlacement, positions); in SymbolInstance()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp29 const auto it = positions.find(key); in getDashPosition()
30 if (it == positions.end()) { in getDashPosition()
31 auto inserted = positions.emplace(key, addDash(dasharray, patternCap)); in getDashPosition()
H A Dline_atlas.hpp52 std::unordered_map<size_t, LinePatternPos> positions; member in mbgl::LineAtlas
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-mpu605010 easy to tell the relative positions among sensors as well as their
11 positions relative to the board that holds these sensors. Identity matrix
H A Dsysfs-driver-hid-ntrig73 (RO) The range for positions reported during activity.
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dflexible_array.cocci20 def relevant(positions):
21 for p in positions:
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dchannel-mapping-api.rst28 positions even with the same number of total channels. However, there
69 while the latter two are for flexible channel positions. ``_VAR`` type is
83 /* channel positions */
160 to pass an integer value containing the valid channel positions for
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_atlas.hpp46 ImagePositions positions; member in mbgl::ImageAtlas
H A Dimage_atlas.cpp47 result.positions.emplace(image.id, in makeImageAtlas()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libsombok3/
H A Dlibsombok3_2.4.0.bb5 breaking positions. This package also implements "default" Grapheme \
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Ddiv64.S88 @ The division loop for needed upper bit positions.
104 @ The division loop for lower bit positions.
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Ddiv64.S84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libunicode/
H A Dlibunicode-linebreak-perl_2019.001.bb5 positions."
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp450 symbolLayout->prepare(glyphMap, glyphAtlas.positions, in performSymbolLayout()
451 imageMap, imageAtlas.positions); in performSymbolLayout()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dds620.rst26 returned via sysfs displays post decimal positions.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A Dbusybox-udhcpc-no_deconfig.patch52 /* The rest has variable bit positions, need to be clever */
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/
H A D0023-chromium-musl-initialize-msghdr-in-a-compatible-mann.patch18 by name, so we dont have to hard code the positions of elements when initializing
/OK3568_Linux_fs/u-boot/board/sbc8641d/
H A DREADME21 All Jumpers & Switches are in their default positions. Please refer to
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64-arches.def30 Due to the assumptions about the positions of these fields in config.gcc,

12345