HomeSort by relevance Sort by last modified time
    Searched refs:discarded (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
discarded1.d 3 #error: .*discarded output section: `.got.plt'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
discarded1.d 3 #error: .*discarded output section: `.got.plt'
  /external/mesa3d/src/glsl/
lower_discard_flow.cpp 35 * the shader" sounds like the discarded fragments should effectively
41 * point that the only active channels left are discarded pixels" or
42 * "discarded pixels become inactive at the point that control flow
53 lower_discard_flow_visitor(ir_variable *discarded)
54 : discarded(discarded)
56 mem_ctx = ralloc_parent(discarded);
70 ir_variable *discarded; member in class:lower_discard_flow_visitor
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/
static.d 3 #error: `(\.data\.exit|data)' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o
start.d 4 #error: `data' referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump1.o
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
dlsection-1.s 4 ! prevent .text2 from being discarded.
5 ! Section .spurious can be discarded.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh-group2.s 3 # Test intention is that LSDA must be provided by the discarded FDE.
  /build/kati/testcase/
unmatched_paren2.mk 7 # baz will be 0PASS_UNMATCHED, 1$(bar)2 will be discarded??
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
start4.s 3 # anything so whatever is linked will be discarded.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 196 int discarded = in; // not looking at this after this point local
202 discarded |= mant[lsd-1];
205 discarded |= lsb % (lsbthreshold/10);
209 discarded |= mant[i]; // need to know if there are any discarded bits
222 inc = (n != 0) || (discarded != 0); // round up if n!=0
235 (n == 5 && discarded != 0) ||
236 (n == 5 && discarded == 0 && ((lsb / lsbthreshold) & 1) == 1); // round half-even
241 (n == 5 && discarded != 0) ||
242 (n == 5 && discarded == 0 && ((lsb / lsbthreshold) & 1) == 0); // round half-od
    [all...]
  /bionic/libc/kernel/uapi/mtd/
inftl-user.h 40 __u8 discarded; member in struct:inftl_unithead1
50 __u8 discarded; member in struct:inftl_unithead2
  /external/kernel-headers/original/uapi/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /external/libchrome/base/strings/
safe_sprintf.cc 342 size_t discarded = 0; local
360 ++discarded;
363 // Need to increment either |count_| or |discarded| to make progress.
370 ++discarded;
403 if (discarded > 8*sizeof(num) + prefix_length) {
422 IncrementCount(discarded);
423 return !discarded;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-7.d 30 `_?func' referenced in section `\.text.*' of tmpdir/main.o: defined in discarded section .*
plugin-8.d 34 `_?func' referenced in section `\.text.*' of tmpdir/main.o: defined in discarded section .*
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ResizableDoubleArray.java 324 * element in the array. Returns the discarded first element.
334 * @return the value which has been discarded or "pushed" out of the array
338 double discarded = internalArray[startIndex]; local
353 return discarded;
371 double discarded = internalArray[startIndex + (numElements - 1)]; local
375 return discarded;
440 * to be discarded, leaving 3,4 in the array. Throws illegalArgumentException
457 * to be discarded, leaving 1,2 in the array. Throws illegalArgumentException
475 * to be discarded, leaving 1,2 in the array.
478 * to be discarded, leaving 3,4 in the array
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/cipher/
io.go 27 // returns short then the StreamWriter is out of sync and must be discarded.
  /prebuilts/go/linux-x86/src/crypto/cipher/
io.go 27 // returns short then the StreamWriter is out of sync and must be discarded.
  /external/skia/tools/lua/
ngrams.lua 23 -- the last n-1 sublists, which are discarded in the summarize() function,
  /external/jdiff/src/jdiff/
DiffMyers.java 286 All line numbers are origin-0 and discarded lines are not counted. */
534 A line which is discarded will not be considered by the actual
537 (which don't count the discarded lines) into real line numbers;
539 that are comprehensible when the discarded lines are counted.
547 /* Set up table of which lines are going to be discarded. */
548 final byte[] discarded = discardable(f.equivCount());
553 filterDiscards(discarded);
556 discard(discarded);
559 /** Mark to be discarded each line that matches no line of another file.
707 @param discards flags lines to be discarded
    [all...]
  /external/libxml2/doc/examples/
Makefile.am 134 $(CHECKER) ./xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/xpath2.res
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 152 output samples preceeding time zero should be discarded during
155 streams. The number of samples to be discarded must not exceed
  /external/v8/test/mjsunit/es6/
block-leave.js 32 // to actually verify that the inner context has been discarded. A static

Completed in 1070 milliseconds

1 2 3 4 5