Home
last modified time | relevance | path

Searched refs:delta_value (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/databases/rocksdb/rocksdb-6.26.1/table/block_based/
H A Dblock_builder.cc143 const Slice* const delta_value) { in Add() argument
147 AddWithLastKeyImpl(key, value, last_key_, delta_value, buffer_.size()); in Add()
158 const Slice* const delta_value) { in AddWithLastKey() argument
177 AddWithLastKeyImpl(key, value, last_key, delta_value, buffer_size); in AddWithLastKey()
183 const Slice* const delta_value, in AddWithLastKeyImpl() argument
187 assert(!use_value_delta_encoding_ || delta_value); in AddWithLastKeyImpl()
218 buffer_.append(delta_value->data(), delta_value->size()); in AddWithLastKeyImpl()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/block_based/
H A Dblock_builder.cc143 const Slice* const delta_value) { in Add() argument
147 AddWithLastKeyImpl(key, value, last_key_, delta_value, buffer_.size()); in Add()
158 const Slice* const delta_value) { in AddWithLastKey() argument
177 AddWithLastKeyImpl(key, value, last_key, delta_value, buffer_size); in AddWithLastKey()
183 const Slice* const delta_value, in AddWithLastKeyImpl() argument
187 assert(!use_value_delta_encoding_ || delta_value); in AddWithLastKeyImpl()
218 buffer_.append(delta_value->data(), delta_value->size()); in AddWithLastKeyImpl()
/dports/net/py-haproxy-log-analysis/haproxy_log_analysis-2.0/haproxy/
H A Dfilters.py119 delta_value = delta
125 if delta_value is not '':
126 delta_value = _delta_str_to_timedelta(delta_value)
128 if start_value is not '' and delta_value is not '':
129 end_value = start_value + delta_value
/dports/security/silktools/silk-3.19.1/src/rwgroup/
H A Drwgroupsetup.c353 } else if (delta_value) { in appSetup()
816 if (delta_value <= limit) { in parseDeltaField()
818 uint32_t i = (128 - delta_value) >> 3; in parseDeltaField()
826 if (delta_value <= limit) { in parseDeltaField()
828 delta_value = UINT32_MAX << delta_value; in parseDeltaField()
840 if (delta_value <= limit) { in parseDeltaField()
842 delta_value *= 1000; in parseDeltaField()
851 if (delta_value <= limit) { in parseDeltaField()
853 delta_value *= 1000; in parseDeltaField()
895 if (limit != 0 && delta_value > limit) { in parseDeltaField()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c76 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
86 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
90 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
93 gxv_ctlPoint_validate( glyph, delta_value, valid ); in gxv_opbd_LookupValue_validate()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/gxvalid/
H A Dgxvopbd.c76 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
86 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
90 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
93 gxv_ctlPoint_validate( glyph, delta_value, valid ); in gxv_opbd_LookupValue_validate()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/devel/upp/upp/bazaar/FreeType/src/gxvalid/
H A Dgxvopbd.c76 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
86 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
90 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
93 gxv_ctlPoint_validate( glyph, delta_value, valid ); in gxv_opbd_LookupValue_validate()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/gxvalid/
H A Dgxvopbd.c76 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
86 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
90 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
93 gxv_ctlPoint_validate( glyph, delta_value, valid ); in gxv_opbd_LookupValue_validate()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/freetype/src/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/gxvalid/
H A Dgxvopbd.c77 FT_Short delta_value; in gxv_opbd_LookupValue_validate() local
87 delta_value = FT_NEXT_SHORT( p ); in gxv_opbd_LookupValue_validate()
91 if ( delta_value == -1 ) in gxv_opbd_LookupValue_validate()
94 gxv_ctlPoint_validate( glyph, (FT_UShort)delta_value, gxvalid ); in gxv_opbd_LookupValue_validate()

1234567