HomeSort by relevance Sort by last modified time
    Searched refs:overlap (Results 151 - 175 of 341) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
disasm.go 107 // The disassembly only includes functions that overlap the range [start, end).
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder.go 127 // This section can overlap if the copy length for this section is larger
  /prebuilts/go/linux-x86/src/image/
geom.go 150 // two rectangles do not overlap then the zero rectangle will be returned.
  /prebuilts/go/linux-x86/src/runtime/
mkduff.go 16 // Source and destination must not overlap.
  /external/skia/src/pathops/
SkPathOpsTSect.h 829 SkDEBUGCODE(const SkTSpan<OppCurve, TCurve>* overlap = testBounded->fBounded);
830 SkASSERT(!overlap->fDeleted);
832 SkASSERT(((this->debugID() ^ overlap->debugID()) & 1) == 1);
833 SkASSERT(overlap->findOppSpan(this));
844 const SkTSpan<OppCurve, TCurve>* overlap = testBounded->fBounded; local
845 if (precisely_between(overlap->fStartT, oppT, overlap->fEndT)) {
    [all...]
  /external/skia/experimental/docs/
exampleSlides.js 256 "string":"Wedges that don't overlap can be", "x":400, "y":200
  /external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
edwards25519.go 348 // Can overlap h with f or g.
466 // FeSquare calculates h = f*f. Can overlap h with f.
480 // Can overlap h with f.
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 630 P0(overlap);
871 if (pic_params->sequence_fields.bits.overlap == FALSE) {
872 ctx->condover = 0; /* No overlap smoothing */
879 if ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) || (pic_params->sequence_fields.bits.overlap == FALSE) || (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale < 9)) {
880 ctx->condover = 0; /* No overlap smoothing */
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c 87 if there is any overlap. Redundant paranoia with casting is there
330 /* If there are any blocks which overlap and have the same
1131 Bool overlap = False; local
    [all...]
  /external/ImageMagick/www/api/
memory.php 159 <p>CopyMagickMemory() copies size bytes from memory area source to the destination. Copying between objects that overlap will take place correctly. It returns destination.</p>
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 138 // string to a slice of bytes.) The source and destination may overlap. Copy
  /prebuilts/go/darwin-x86/src/image/draw/
draw_test.go 201 // input source and mask images and the output golden image overlap.
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 138 // string to a slice of bytes.) The source and destination may overlap. Copy
  /prebuilts/go/linux-x86/src/image/draw/
draw_test.go 201 // input source and mask images and the output golden image overlap.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
_sre.c 635 /* <length> <skip> <prefix data> <overlap data> */
1511 SRE_CODE* overlap = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
_sre.c 637 /* <length> <skip> <prefix data> <overlap data> */
1524 SRE_CODE* overlap = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_sre.c 635 /* <length> <skip> <prefix data> <overlap data> */
1511 SRE_CODE* overlap = NULL; local
    [all...]
  /external/libvorbis/doc/
04-codec.tex 408 add/overlap output stage.
588 actually overlap. This does not damage transform orthogonality. Pay
  /external/python/cpython2/Modules/
_sre.c 623 /* <length> <skip> <prefix data> <overlap data> */
1510 SRE_CODE* overlap = NULL; local
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 690 se_data->OVERLAP = seqLayerHeader->OVERLAP;
744 pic_parms->sequence_fields.bits.overlap = seqLayerHeader->OVERLAP;
  /hardware/intel/common/libva/va/
va.h 1955 unsigned int overlap : 1; \/* METADATA::OVERLAP *\/ member in struct:_VAPictureParameterBufferVC1::__anon42342::__anon42343
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 624 P0(overlap);
856 if (pic_params->sequence_fields.bits.overlap == FALSE) {
857 ctx->condover = 0; /* No overlap smoothing */
864 if ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) || (pic_params->sequence_fields.bits.overlap == FALSE) || (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale < 9)) {
865 ctx->condover = 0; /* No overlap smoothing */
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256.go 330 // field element. So the top of an element of tmp might overlap with
332 // this overlap.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256.go 330 // field element. So the top of an element of tmp might overlap with
332 // this overlap.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 373 SearchData OVERLAP[] = {
    [all...]

Completed in 2685 milliseconds

1 2 3 4 5 67 8 91011>>