Home
last modified time | relevance | path

Searched refs:RangeKey (Results 26 – 50 of 58) sorted by relevance

123

/dports/games/zdoom/zdoom-2.8.1/src/timidity/
H A Dinstrum_dls.cpp424 header->RangeKey.usLow = LittleShort(header->RangeKey.usLow); in Parse_rgnh()
425 header->RangeKey.usHigh = LittleShort(header->RangeKey.usHigh); in Parse_rgnh()
924 …printf(" RangeKey = { %hu - %hu }\n", region->header->RangeKey.usLow, region->header->RangeKey.… in PrintRegion()
1127 sample->low_freq = note_to_freq(rgn->header->RangeKey.usLow); in load_region_dls()
1128 sample->high_freq = note_to_freq(rgn->header->RangeKey.usHigh); in load_region_dls()
H A Ddls1.h187 RGNRANGE RangeKey; /* Key range */ member
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/
H A Dinstrum_dls.cpp430 header->RangeKey.usLow = LittleShort(header->RangeKey.usLow); in Parse_rgnh()
431 header->RangeKey.usHigh = LittleShort(header->RangeKey.usHigh); in Parse_rgnh()
930 …printf(" RangeKey = { %hu - %hu }\n", region->header->RangeKey.usLow, region->header->RangeKey.… in PrintRegion()
1133 sample->low_freq = note_to_freq(rgn->header->RangeKey.usLow); in load_region_dls()
1134 sample->high_freq = note_to_freq(rgn->header->RangeKey.usHigh); in load_region_dls()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/docs/source/
H A Ddynamodb2_tut.rst53 ``HashKey+RangeKey``. The ``HashKey`` by itself should be thought of as a
56 A ``HashKey+RangeKey`` combination is slightly different, in that the
57 ``HashKey`` acts like a namespace/prefix & the ``RangeKey`` acts as a value
70 >>> from boto.dynamodb2.fields import HashKey, RangeKey, KeysOnlyIndex, GlobalAllIndex
78 ... RangeKey('last_name'),
112 >>> from boto.dynamodb2.fields import HashKey, RangeKey, GlobalAllIndex
117 ... RangeKey('last_name'),
337 >>> from boto.dynamodb2.fields import HashKey, RangeKey, GlobalAllIndex
343 ... RangeKey('last_name'),
350 ... RangeKey('date_joined', data_type=NUMBER),
/dports/devel/py-boto/boto-2.49.0/docs/source/
H A Ddynamodb2_tut.rst53 ``HashKey+RangeKey``. The ``HashKey`` by itself should be thought of as a
56 A ``HashKey+RangeKey`` combination is slightly different, in that the
57 ``HashKey`` acts like a namespace/prefix & the ``RangeKey`` acts as a value
70 >>> from boto.dynamodb2.fields import HashKey, RangeKey, KeysOnlyIndex, GlobalAllIndex
78 ... RangeKey('last_name'),
112 >>> from boto.dynamodb2.fields import HashKey, RangeKey, GlobalAllIndex
117 ... RangeKey('last_name'),
337 >>> from boto.dynamodb2.fields import HashKey, RangeKey, GlobalAllIndex
343 ... RangeKey('last_name'),
350 ... RangeKey('date_joined', data_type=NUMBER),
/dports/games/vavoom/vavoom-1.33/source/timidity/
H A Dinstrum_dls.cpp405 header->RangeKey.usLow = LE_SHORT(header->RangeKey.usLow); in Parse_rgnh()
406 header->RangeKey.usHigh = LE_SHORT(header->RangeKey.usHigh); in Parse_rgnh()
811 sample->low_freq = freq_table[rgn->header->RangeKey.usLow]; in load_region_dls()
812 sample->high_freq = freq_table[rgn->header->RangeKey.usHigh]; in load_region_dls()
964 if (dls_ins->regions[i].header->RangeKey.usLow == instrument) in load_instrument_dls()
H A Ddls1.h187 RGNRANGE RangeKey; /* Key range */ member
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/timidity/
H A Dinstrum_dls.c461 header->RangeKey.usLow = SDL_SwapLE16(header->RangeKey.usLow); in Parse_rgnh()
462 header->RangeKey.usHigh = SDL_SwapLE16(header->RangeKey.usHigh); in Parse_rgnh()
955 …rintf(" RangeKey = { %hu - %hu }\n", region->header->RangeKey.usLow, region->header->RangeKey.u… in PrintRegion()
1153 sample->low_freq = freq_table[rgn->header->RangeKey.usLow]; in load_region_dls()
1154 sample->high_freq = freq_table[rgn->header->RangeKey.usHigh]; in load_region_dls()
H A Ddls1.h187 RGNRANGE RangeKey; /* Key range */ member
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/lib_src/
H A Ddls.h188 RGNRANGE RangeKey; /* Key range */ member
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/dynamodb2/
H A Dfields.py78 class RangeKey(BaseSchemaField): class
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddls1.h140 RGNRANGE RangeKey; member
H A Ddmdls.h106 RGNRANGE RangeKey; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddls1.h140 RGNRANGE RangeKey; member
H A Ddmdls.h106 RGNRANGE RangeKey; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/dynamodb2/
H A Dfields.py78 class RangeKey(BaseSchemaField): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/dynamodb2/
H A Dfields.py78 class RangeKey(BaseSchemaField): class
/dports/devel/py-boto/boto-2.49.0/boto/dynamodb2/
H A Dfields.py78 class RangeKey(BaseSchemaField): class
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/timidity/
H A Ddls1.h187 RGNRANGE RangeKey; /* Key range */ member
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Ddynamodb_table.py142 …from boto.dynamodb2.fields import HashKey, RangeKey, AllIndex, GlobalAllIndex, GlobalIncludeIndex,…
345RangeKey(range_key_name, DYNAMO_TYPE_MAP.get(range_key_type, DYNAMO_TYPE_MAP[DYNAMO_TYPE_DEFAULT]))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Ddynamodb_table.py182 …from boto.dynamodb2.fields import HashKey, RangeKey, AllIndex, GlobalAllIndex, GlobalIncludeIndex,…
382RangeKey(range_key_name, DYNAMO_TYPE_MAP.get(range_key_type, DYNAMO_TYPE_MAP[DYNAMO_TYPE_DEFAULT]))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/docs/source/migrations/
H A Ddynamodb_v1_to_v2.rst38 >>> from boto.dynamodb2.fields import RangeKey
43 ... RangeKey('subject'),
/dports/devel/py-boto/boto-2.49.0/docs/source/migrations/
H A Ddynamodb_v1_to_v2.rst38 >>> from boto.dynamodb2.fields import RangeKey
43 ... RangeKey('subject'),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Drange_vector.h174 template <typename Key, typename T, typename RangeKey = range<Key>, typename ImplMap = std::map<Ran…
178 using MapKey = RangeKey;
680 template <typename Key, typename T, typename RangeKey = range<Key>, size_t N = 64, typename SmallIn…
686 using key_type = RangeKey;
1049 …inline bool in_bounds(const RangeKey &key) const { return key.begin < get_limit() && key.end <= ge… in in_bounds()
1051 inline SmallRange make_small_range(const RangeKey &key) const { in make_small_range()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Drange_vector.h172 template <typename Key, typename T, typename RangeKey = range<Key>, typename ImplMap = std::map<Ran…
176 using MapKey = RangeKey;
678 template <typename Key, typename T, typename RangeKey = range<Key>, size_t N = 64, typename SmallIn…
684 using key_type = RangeKey;
1047 …inline bool in_bounds(const RangeKey &key) const { return key.begin < get_limit() && key.end <= ge… in in_bounds()
1049 inline SmallRange make_small_range(const RangeKey &key) const { in make_small_range()

123