/external/llvm/test/Transforms/InstCombine/ |
icmp-range.ll | 114 ; Values' ranges overlap each other, so it can not be simplified. 124 ; Values' ranges do not overlap each other, so it can simplified to false. 134 ; Values' ranges do not overlap each other, so it can simplified to true.
|
/external/llvm/test/Transforms/SROA/ |
basictest.ll | 113 ; Make a sequence of overlapping stores to the array. These overlap both in 115 %overlap.1.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 142 116 %overlap.2.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 143 117 %overlap.3.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 144 118 %overlap.4.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 145 119 %overlap.5.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 146 120 %overlap.6.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 147 121 %overlap.7.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 148 122 %overlap.8.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 149 123 %overlap.9.i8 = getelementptr [300 x i8], [300 x i8]* %a, i64 0, i64 15 [all...] |
/external/tpm2/ |
Session.c | 598 INT16 overlap; local 608 // Figure out if there will be any overlap 609 overlap = bind->t.size + auth.t.size - sizeof(bind->t.name); 610 // There is overlap if the combined sizes are greater than will fit 611 if(overlap > 0) 613 // The overlap area is at the end of the Name 614 BYTE *result = &bind->t.name[bind->t.size - overlap]; 616 // XOR the auth value into the Name for the overlap area 617 for(i = 0; i < overlap; i++) 622 // There is no overlap [all...] |
/bionic/libc/arch-arm64/generic/bionic/ |
memmove.S | 68 b.hs memcpy /* No overlap. */ 70 /* Upwards move with potential overlap. 127 * be aware of the overlap, which means we can't move data twice. */ 199 b.ls memcpy /* May overlap, but not critically. */ 255 * be aware of the overlap, which means we can't move data twice. */
|
/external/libopus/celt/ |
celt_encoder.c | 60 int overlap; member in struct:OpusCustomEncoder 118 /* +MAX_PERIOD/2 to make space for overlap */ 122 celt_sig in_mem[1]; /* Size = channels*mode->overlap */ 138 + (channels*mode->overlap-1)*sizeof(celt_sig) /* celt_sig in_mem[channels*mode->overlap]; */ 176 st->overlap = mode->overlap; 422 const int overlap = OVERLAP(mode); local 441 clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N, &out[b+c*N*B], mode->window, overlap, shift, B) 1303 int overlap; local [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_imdct_synth.cpp | 39 int32 overlap[], Pointer to overlap values of current channel 53 The first half of the output values are added to the stored overlap 56 output values is stored for overlap with the next data granule. 217 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS], 244 int32 * history = overlap + (band * FILTERBANK_BANDS); 285 /* next iteration overlap */ 295 /* next iteration overlap */ 335 int32 * history = overlap + (band * FILTERBANK_BANDS); 370 pv_memset(history, 0, FILTERBANK_BANDS*sizeof(*overlap)); [all...] |
/toolchain/binutils/binutils-2.25/gprof/ |
hist.c | 327 which may overlap one more symbol address ranges. If a symbol 333 SYM_HIGH_PC) as shown in the following diagram. OVERLAP computes 358 four bytes of text space and never have any overlap (the two end 366 bfd_vma overlap, addr; 411 overlap = 413 if (overlap > 0) 417 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n", 420 symtab.base[j].name, overlap * count_time / hist_scale, 421 (long) overlap)); 424 credit = overlap * count_time / hist_scale 365 bfd_vma overlap, addr; local [all...] |
/external/icu/icu4c/source/common/ |
utrie.cpp | 580 * - overlaps adjacent blocks as much as possible (if overlap==TRUE) 582 * - moves and overlaps blocks that overlap with multiple values in the overlap region 585 * - try to move and overlap blocks that are not already adjacent 588 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) { 636 overlap ? UTRIE_DATA_GRANULARITY : UTRIE_DATA_BLOCK_LENGTH)) 650 if(overlap && start>=overlapStart) { 651 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */ 660 /* some overlap */ 669 /* no overlap, just move the indexes to their new positions * [all...] |
/bootable/recovery/applypatch/ |
bsdiff.cpp | 233 off_t overlap,Ss,lens; local 321 overlap=(lastscan+lenf)-(scan-lenb); 323 for(i=0;i<overlap;i++) { 324 if(newdata[lastscan+lenf-overlap+i]== 325 old[lastpos+lenf-overlap+i]) s++; 331 lenf+=lens-overlap;
|
/external/bsdiff/ |
bsdiff.cc | 117 off_t overlap,Ss,lens; local 240 overlap=(lastscan+lenf)-(scan-lenb); 242 for(i=0;i<overlap;i++) { 243 if(new_buf[lastscan+lenf-overlap+i]== 244 old_buf[lastpos+lenf-overlap+i]) s++; 250 lenf+=lens-overlap;
|
/external/icu/icu4c/source/common/unicode/ |
ucasemap.h | 33 * Currently, the functionality provided here does not overlap with uchar.h 247 * The source string and the destination buffer must not overlap. 279 * The source string and the destination buffer must not overlap. 308 * The source string and the destination buffer must not overlap. 357 * The source string and the destination buffer must not overlap. 395 * The source string and the destination buffer must not overlap.
|
/bionic/libc/arch-arm/generic/bionic/ |
strcmp.S | 173 /* Critical inner Loop: Block with 3 bytes initial overlap */ 220 /* Critical inner Loop: Block with 2 bytes initial overlap */ 266 /* Critical inner Loop: Block with 1 byte initial overlap */
|
/external/llvm/lib/CodeGen/ |
LiveIntervalUnion.cpp | 149 // This is an overlap, record the interfering register. 166 assert(VirtRegI->end <= LiveUnionI.start() && "Expected non-overlap"); 173 // Detect overlap, handle above.
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_ipic_adv.c | 37 if ((md->OVERLAP == 1) && (picLayerHeader->PQUANT <= 8))
110 if ((md->OVERLAP == 1) && (picLayerHeader->PQUANT <= 8))
206 if ((md->OVERLAP == 1) && (picLayerHeader->PQUANT <= 8))
|
/prebuilts/go/darwin-x86/src/runtime/ |
memmove_amd64.s | 42 // destination memory regions overlap because they load all data into 44 // hand can be used only when the memory regions don't overlap or the copy 87 * check overlap
|
/prebuilts/go/linux-x86/src/runtime/ |
memmove_amd64.s | 42 // destination memory regions overlap because they load all data into 44 // hand can be used only when the memory regions don't overlap or the copy 87 * check overlap
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
query.py | 134 def _match_range(obj, criteria, subset, overlap, superset, proper): 141 overlap If true, the criteria will match if it overlaps any of the obj's range. 147 if overlap:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintPainter.java | 364 * margins, or where the two nodes overlap horizontally and where they don't, etc. 367 * nodes do not overlap horizontally and the target node has a bottom margin: 402 // First see if the two views overlap horizontally. If so, we can just draw a direct 420 // Yes, the lines overlap -- just draw a straight arrow 474 // the overlap region, to ensure that it does not overlap the center selection 493 // Center the vertical line in the overlap region 500 // If there is no horizontal overlap in the vertical constraints, then we 531 // Compute overlap region and pick the middle 608 * or where the two nodes overlap horizontally and where they don't, etc [all...] |
/art/compiler/utils/mips64/ |
managed_register_mips64.h | 65 // Returns true if the two managed-registers ('this' and 'other') overlap.
|
/art/runtime/gc/accounting/ |
heap_bitmap.cc | 45 // Check that there is no bitmap overlap.
|
/art/runtime/ |
thread_android.cc | 34 // of the system. In some cases adjacent entries may overlap.
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
MosaicTypes.h | 149 // Add an overlap to prevent a gap between pictures due to roundoffs
|
/development/samples/Support4Demos/res/layout/ |
sliding_pane_layout.xml | 29 overlap the left. -->
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpCodes.java | 472 * Note: must not overlap function OP number! 483 * Note: must not overlap function OP number! 494 * Note: must not overlap function OP number! 505 * Note: must not overlap function OP number!
|
/external/clang/tools/libclang/ |
Index_Internal.h | 45 /// \brief Either the ranges overlap or one of the ranges is invalid.
|