/external/pdfium/third_party/libtiff/ |
D | tif_lzw.c | 414 tmsize_t occ = occ0; in LZWDecode() local 438 if (residue > occ) in LZWDecode() 446 sp->dec_restart += occ; in LZWDecode() 450 } while (--residue > occ && codep); in LZWDecode() 453 uint8_t *tp = op + occ; in LZWDecode() 458 } while (--occ && codep); in LZWDecode() 466 occ -= residue; in LZWDecode() 489 if (occ == 0) in LZWDecode() 534 occ--; in LZWDecode() 535 if (occ == 0) in LZWDecode() [all …]
|
D | tif_packbits.c | 234 static int PackBitsDecode(TIFF *tif, uint8_t *op, tmsize_t occ, uint16_t s) in PackBitsDecode() argument 245 while (cc > 0 && occ > 0) in PackBitsDecode() 254 if (occ < (tmsize_t)n) in PackBitsDecode() 259 (tmsize_t)n - occ); in PackBitsDecode() 260 n = (long)occ; in PackBitsDecode() 269 occ -= n; in PackBitsDecode() 277 if (occ < (tmsize_t)(n + 1)) in PackBitsDecode() 282 (tmsize_t)n - occ + 1); in PackBitsDecode() 283 n = (long)occ - 1; in PackBitsDecode() 294 occ -= n; in PackBitsDecode() [all …]
|
D | tif_luv.c | 183 static int LogL16Decode(TIFF *tif, uint8_t *op, tmsize_t occ, uint16_t s) in LogL16Decode() argument 200 npixels = occ / sp->pixel_size; in LogL16Decode() 259 static int LogLuvDecode24(TIFF *tif, uint8_t *op, tmsize_t occ, uint16_t s) in LogLuvDecode24() argument 273 npixels = occ / sp->pixel_size; in LogLuvDecode24() 312 static int LogLuvDecode32(TIFF *tif, uint8_t *op, tmsize_t occ, uint16_t s) in LogLuvDecode32() argument 330 npixels = occ / sp->pixel_size; in LogLuvDecode32() 442 tmsize_t occ; in LogL16Encode() local 465 occ = tif->tif_rawdatasize - tif->tif_rawcc; in LogL16Encode() 470 if (occ < 4) in LogL16Encode() 473 tif->tif_rawcc = tif->tif_rawdatasize - occ; in LogL16Encode() [all …]
|
D | tif_next.c | 57 static int NeXTDecode(TIFF *tif, uint8_t *buf, tmsize_t occ, uint16_t s) in NeXTDecode() argument 71 for (op = (unsigned char *)buf, cc = occ; cc-- > 0;) in NeXTDecode() 77 if (occ % scanline) in NeXTDecode() 82 for (row = buf; cc > 0 && occ > 0; occ -= scanline, row += scanline) in NeXTDecode()
|
D | tif_thunder.c | 168 static int ThunderDecodeRow(TIFF *tif, uint8_t *buf, tmsize_t occ, uint16_t s) in ThunderDecodeRow() argument 174 if (occ % tif->tif_scanlinesize) in ThunderDecodeRow() 179 while (occ > 0) in ThunderDecodeRow() 183 occ -= tif->tif_scanlinesize; in ThunderDecodeRow()
|
D | tif_fax3.c | 246 static int Fax3Decode1D(TIFF *tif, uint8_t *buf, tmsize_t occ, uint16_t s) in Fax3Decode1D() argument 250 if (occ % sp->b.rowbytes) in Fax3Decode1D() 257 while (occ > 0) in Fax3Decode1D() 271 occ -= sp->b.rowbytes; in Fax3Decode1D() 295 static int Fax3Decode2D(TIFF *tif, uint8_t *buf, tmsize_t occ, uint16_t s) in Fax3Decode2D() argument 300 if (occ % sp->b.rowbytes) in Fax3Decode2D() 306 while (occ > 0) in Fax3Decode2D() 337 occ -= sp->b.rowbytes; in Fax3Decode2D() 1508 static int Fax4Decode(TIFF *tif, uint8_t *buf, tmsize_t occ, uint16_t s) in Fax4Decode() argument 1512 if (occ % sp->b.rowbytes) in Fax4Decode() [all …]
|
D | 0033-avail-out-overflow.patch | 5 @@ -882,7 +882,7 @@ static int PixarLogDecode(TIFF *tif, uint8_t *op, tmsize_t occ, uint16_t s)
|
D | tif_pixarlog.c | 677 static int PixarLogDecode(TIFF *tif, uint8_t *op, tmsize_t occ, uint16_t s); 834 static int PixarLogDecode(TIFF *tif, uint8_t *op, tmsize_t occ, uint16_t s) in PixarLogDecode() argument 847 nsamples = occ / sizeof(float); /* XXX float == 32 bits */ in PixarLogDecode() 852 nsamples = occ / sizeof(uint16_t); /* XXX uint16_t == 16 bits */ in PixarLogDecode() 856 nsamples = occ; in PixarLogDecode()
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_police_occ.sh | 68 local occ=$(tc_police_occ_get) 73 (( occ + 1 == $(tc_police_occ_get) )) 77 (( occ == $(tc_police_occ_get) )) 78 check_err $? "Got occupancy $(tc_police_occ_get), expected $occ" 87 (( occ + 1 == $(tc_police_occ_get) )) 91 (( occ + 1 == $(tc_police_occ_get) )) 95 (( occ == $(tc_police_occ_get) )) 96 check_err $? "Got occupancy $(tc_police_occ_get), expected $occ"
|
D | port_scale.sh | 56 occ=$(devlink -j resource show $DEVLINK_DEV \ 59 [[ $occ -eq $max_ports ]] 60 check_err_fail $should_fail $? "Attempt to create $max_ports ports (actual result $occ)"
|
D | rif_mac_profile_scale.sh | 42 occ=$(devlink -j resource show $DEVLINK_DEV \ 45 [[ $occ -eq $count ]] 46 check_err_fail $should_fail $? "Attempt to use $count profiles (actual result $occ)"
|
D | rif_mac_profiles_occ.sh | 93 occ=$(devlink -j resource show $DEVLINK_DEV \ 96 [[ $occ -eq $((count - 1)) ]]
|
D | tc_sample.sh | 476 local backlog pct occ 507 occ=$(grep -e "out-tc-occ " $CAPTURE_FILE | tail -n 1 | \ 510 pct=$((100 * (occ - backlog) / backlog)) 512 …check_err $? "Recorded a congestion of $backlog bytes, but sampled congestion is $occ bytes, which…
|
/external/rust/crates/tokio-util/src/task/ |
D | join_map.rs | 374 RawEntryMut::Occupied(mut occ) => { in insert() 377 let Key { id: prev_id, .. } = occ.insert_key(map_key); in insert() 378 occ.insert(abort).abort(); in insert()
|
/external/rust/crates/weak-table/src/ |
D | ptr_weak_weak_hash_map.rs | 360 Entry::Occupied(occ) => { in insert_and_check() 361 assert_eq!( occ.get(), value ); in insert_and_check()
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 297 local occ=$(res_val_get testns1 IPv4 fib occ) 298 local limit=$((occ+1))
|
D | nexthop.sh | 95 occ=$($DEVLINK -jp resource show $DEVLINK_DEV \ 98 if [ $expected_occ -ne $occ ]; then
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | scoped_allocator_optimizer.cc | 1089 GraphOpOccurrences occ; in ProcessGraphDef() local 1090 FindOpOccurrences(graph, op_name_set_, &occ); in ProcessGraphDef() 1091 if (!occ.empty()) { in ProcessGraphDef() 1097 for (auto& dt : occ) { in ProcessGraphDef()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 1819 GLuint occ; in iterate() local 1820 gl.genQueries(1, &occ); in iterate() 1892 gl.beginQuery(GL_ANY_SAMPLES_PASSED, occ); in iterate() 1905 gl.getQueryObjectuiv(occ, GL_QUERY_RESULT, &n); in iterate() 1927 gl.deleteQueries(1, &occ); in iterate()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_types.h | 1727 SVGADXOcclusionQueryResult occ; member
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
D | iso-639-3_Retirements.tab | 21 occ Occidental D ile 2007-07-18
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 72876 u64 occ; member
|