Home
last modified time | relevance | path

Searched refs:allotment (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/allotment/
H A DAllotmentUtilities.java1 package games.stendhal.server.maps.quests.allotment;
155 if (tracker.getIdentifier().equals(ALLOTMENT_PREFIX + allotment)) {
232 public long getTimeLeftAllotment(final String zoneName, final String allotment) {
235 if (tracker.getIdentifier().equals(ALLOTMENT_PREFIX + allotment)) {
250 public boolean isValidAllotment(final String zoneName, final String allotment) {
323 Allotment allotment = (Allotment) allotmentEntity;
325 if (allotment.has("name") && name.equals(allotment.getName())) {
327 if (player.getArea().intersects(allotment.getArea())) {
372 Allotment allotment = (Allotment) allotmentEntity;
374 if (allotment.has("name") && name.equals(allotment.getName())) {
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dbit_reader_test.cc60 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
77 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
112 ReclaimAndCharge(&writer, &allotment, 0, &aux_out); in TEST()
148 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
160 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
170 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
175 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
185 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
189 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
199 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
[all …]
H A Dfields_test.cc31 BitWriter::Allotment allotment( in TestU32Coder() local
41 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestU32Coder()
64 BitWriter::Allotment allotment( in TestU64Coder() local
75 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestU64Coder()
171 BitWriter::Allotment allotment(&writer, in TestF16Coder() local
177 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestF16Coder()
364 BitWriter::Allotment allotment(&writer, in TEST() local
368 ReclaimAndCharge(&writer, &allotment, kLayerHeader, nullptr); in TEST()
409 BitWriter::Allotment allotment( in TEST() local
415 ReclaimAndCharge(&writer, &allotment, kLayerHeader, nullptr); in TEST()
H A Daux_out.cc78 BitWriter::Allotment* JXL_RESTRICT allotment, in ReclaimAndCharge() argument
81 allotment->PrivateReclaim(writer, &used_bits, &unused_bits); in ReclaimAndCharge()
85 allotment->MaxBits(), used_bits, unused_bits); in ReclaimAndCharge()
92 aux_out->layers[layer].histogram_bits += allotment->HistogramBits(); in ReclaimAndCharge()
H A Dimage_bundle_test.cc17 BitWriter::Allotment allotment(&writer, 99); in TEST() local
26 ReclaimAndCharge(&writer, &allotment, /*layer=*/0, &aux_out); in TEST()
H A Denc_quant_weights.cc133 BitWriter::Allotment allotment(writer, 512 * 1024); in DequantMatricesEncode() local
142 ReclaimAndCharge(writer, &allotment, layer, aux_out); in DequantMatricesEncode()
156 BitWriter::Allotment allotment(writer, 1 + sizeof(float) * kBitsPerByte * 3); in DequantMatricesEncodeDC() local
163 ReclaimAndCharge(writer, &allotment, layer, aux_out); in DequantMatricesEncodeDC()
H A Denc_toc.cc23 BitWriter::Allotment allotment(writer, MaxBits(group_codes.size())); in WriteGroupOffsets() local
42 ReclaimAndCharge(writer, &allotment, kLayerTOC, aux_out); in WriteGroupOffsets()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dbit_reader_test.cc61 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
77 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
113 ReclaimAndCharge(&writer, &allotment, 0, &aux_out); in TEST()
150 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
162 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
172 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
177 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
187 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
191 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
201 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
[all …]
H A Daux_out.cc63 BitWriter::Allotment* JXL_RESTRICT allotment, in ReclaimAndCharge() argument
66 allotment->PrivateReclaim(writer, &used_bits, &unused_bits); in ReclaimAndCharge()
70 allotment->MaxBits(), used_bits, unused_bits); in ReclaimAndCharge()
77 aux_out->layers[layer].histogram_bits += allotment->HistogramBits(); in ReclaimAndCharge()
H A Dfields_test.cc31 BitWriter::Allotment allotment( in TestU32Coder() local
41 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestU32Coder()
64 BitWriter::Allotment allotment( in TestU64Coder() local
75 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestU64Coder()
171 BitWriter::Allotment allotment(&writer, in TestF16Coder() local
177 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestF16Coder()
364 BitWriter::Allotment allotment(&writer, in TEST() local
368 ReclaimAndCharge(&writer, &allotment, kLayerHeader, nullptr); in TEST()
409 BitWriter::Allotment allotment( in TEST() local
415 ReclaimAndCharge(&writer, &allotment, kLayerHeader, nullptr); in TEST()
H A Dimage_bundle_test.cc17 BitWriter::Allotment allotment(&writer, 99); in TEST() local
26 ReclaimAndCharge(&writer, &allotment, /*layer=*/0, &aux_out); in TEST()
H A Denc_quant_weights.cc133 BitWriter::Allotment allotment(writer, 512 * 1024); in DequantMatricesEncode() local
142 ReclaimAndCharge(writer, &allotment, layer, aux_out); in DequantMatricesEncode()
156 BitWriter::Allotment allotment(writer, 1 + sizeof(float) * kBitsPerByte * 3); in DequantMatricesEncodeDC() local
163 ReclaimAndCharge(writer, &allotment, layer, aux_out); in DequantMatricesEncodeDC()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dbit_reader_test.cc60 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
77 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
112 ReclaimAndCharge(&writer, &allotment, 0, &aux_out); in TEST()
147 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
159 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
169 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
174 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
184 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
188 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
198 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
[all …]
H A Dfields_test.cc31 BitWriter::Allotment allotment( in TestU32Coder() local
41 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestU32Coder()
64 BitWriter::Allotment allotment( in TestU64Coder() local
75 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestU64Coder()
171 BitWriter::Allotment allotment(&writer, in TestF16Coder() local
177 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestF16Coder()
364 BitWriter::Allotment allotment(&writer, in TEST() local
368 ReclaimAndCharge(&writer, &allotment, kLayerHeader, nullptr); in TEST()
409 BitWriter::Allotment allotment( in TEST() local
415 ReclaimAndCharge(&writer, &allotment, kLayerHeader, nullptr); in TEST()
H A Daux_out.cc78 BitWriter::Allotment* JXL_RESTRICT allotment, in ReclaimAndCharge() argument
81 allotment->PrivateReclaim(writer, &used_bits, &unused_bits); in ReclaimAndCharge()
85 allotment->MaxBits(), used_bits, unused_bits); in ReclaimAndCharge()
92 aux_out->layers[layer].histogram_bits += allotment->HistogramBits(); in ReclaimAndCharge()
H A Dimage_bundle_test.cc17 BitWriter::Allotment allotment(&writer, 99); in TEST() local
26 ReclaimAndCharge(&writer, &allotment, /*layer=*/0, &aux_out); in TEST()
H A Denc_quant_weights.cc133 BitWriter::Allotment allotment(writer, 512 * 1024); in DequantMatricesEncode() local
142 ReclaimAndCharge(writer, &allotment, layer, aux_out); in DequantMatricesEncode()
156 BitWriter::Allotment allotment(writer, 1 + sizeof(float) * kBitsPerByte * 3); in DequantMatricesEncodeDC() local
163 ReclaimAndCharge(writer, &allotment, layer, aux_out); in DequantMatricesEncodeDC()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dbit_reader_test.cc60 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
77 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
112 ReclaimAndCharge(&writer, &allotment, 0, &aux_out); in TEST()
147 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
159 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
169 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
174 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
184 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
188 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TEST()
198 BitWriter::Allotment allotment(&writer, kMaxBits); in TEST() local
[all …]
H A Dfields_test.cc31 BitWriter::Allotment allotment( in TestU32Coder() local
41 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestU32Coder()
64 BitWriter::Allotment allotment( in TestU64Coder() local
75 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestU64Coder()
171 BitWriter::Allotment allotment(&writer, in TestF16Coder() local
177 ReclaimAndCharge(&writer, &allotment, 0, nullptr); in TestF16Coder()
364 BitWriter::Allotment allotment(&writer, in TEST() local
368 ReclaimAndCharge(&writer, &allotment, kLayerHeader, nullptr); in TEST()
409 BitWriter::Allotment allotment( in TEST() local
415 ReclaimAndCharge(&writer, &allotment, kLayerHeader, nullptr); in TEST()
H A Daux_out.cc78 BitWriter::Allotment* JXL_RESTRICT allotment, in ReclaimAndCharge() argument
81 allotment->PrivateReclaim(writer, &used_bits, &unused_bits); in ReclaimAndCharge()
85 allotment->MaxBits(), used_bits, unused_bits); in ReclaimAndCharge()
92 aux_out->layers[layer].histogram_bits += allotment->HistogramBits(); in ReclaimAndCharge()
H A Dimage_bundle_test.cc17 BitWriter::Allotment allotment(&writer, 99); in TEST() local
26 ReclaimAndCharge(&writer, &allotment, /*layer=*/0, &aux_out); in TEST()
H A Denc_quant_weights.cc133 BitWriter::Allotment allotment(writer, 512 * 1024); in DequantMatricesEncode() local
142 ReclaimAndCharge(writer, &allotment, layer, aux_out); in DequantMatricesEncode()
156 BitWriter::Allotment allotment(writer, 1 + sizeof(float) * kBitsPerByte * 3); in DequantMatricesEncodeDC() local
163 ReclaimAndCharge(writer, &allotment, layer, aux_out); in DequantMatricesEncodeDC()
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/hardware/
H A Ddetail.py141 allotment = 'N/A'
145 allotment = '-'
147 allotment = utils.lookup(bw_data, 'allotment', 'amount')
149 table.add_row([bw_type, bw_point['amountIn'], bw_point['amountOut'], allotment])
/dports/www/trafficserver/trafficserver-9.1.1/iocore/hostdb/
H A DHostDB.cc855 rr->info(i).app.allotment.application1 = app->allotment.application1; in do_setby()
856 rr->info(i).app.allotment.application2 = app->allotment.application2; in do_setby()
864 rr->info(i).app.allotment.application1 = app->allotment.application1; in do_setby()
865 rr->info(i).app.allotment.application2 = app->allotment.application2; in do_setby()
873 r->app.allotment.application1 = app->allotment.application1; in do_setby()
874 r->app.allotment.application2 = app->allotment.application2; in do_setby()
910 c->app.allotment.application1 = app->allotment.application1; in setby()
911 c->app.allotment.application2 = app->allotment.application2; in setby()
934 c->app.allotment.application1 = app->allotment.application1; in setby_srv()
935 c->app.allotment.application2 = app->allotment.application2; in setby_srv()
[all …]
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/virt/
H A Ddetail.py145 allotment = 'N/A'
149 allotment = '-'
151 allotment = utils.lookup(bw_data, 'allotment', 'amount')
153 table.add_row([bw_type, bw_point['amountIn'], bw_point['amountOut'], allotment])

12345678910>>...17