/external/mesa3d/src/compiler/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 54 lower_discard_flow_visitor(ir_variable *discarded) 55 : discarded(discarded) 57 mem_ctx = ralloc_parent(discarded); 71 ir_variable *discarded; member in class:__anon33016::lower_discard_flow_visitor 91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); 94 /* discarded <- condition, use (var_ref discarded) as the condition * [all...] |
/build/kati/testcase/ |
unmatched_paren2.mk | 7 # baz will be 0PASS_UNMATCHED, 1$(bar)2 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 | 36 __u8 discarded; member in struct:inftl_unithead1 44 __u8 discarded; member in struct:inftl_unithead2
|
/external/kernel-headers/original/uapi/mtd/ |
inftl-user.h | 31 __u8 discarded; member in struct:inftl_unithead1 40 __u8 discarded; member in struct:inftl_unithead2
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
MultU64x32.c | 57 ; the output and should be discarded. So here we overwrite it
|
MultU64x32.S | 62 # the output and should be discarded. So here we overwrite it
|
MultU64x32.asm | 61 ; the output and should be discarded. So here we overwrite it
|
/external/autotest/client/site_tests/platform_LowMemoryTest/ |
platform_LowMemoryTest.py | 42 def discarded(self): member in class:MemoryKillsMonitor 47 """Checks the events and updates oom and discarded property.""" 73 # discarded properly. 88 if first_discard == -1 and kills_monitor.discarded: 99 if not kills_monitor.discarded: 100 raise error.TestFail('No tab discarded')
|
/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;
|
/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...] |
/external/syzkaller/vendor/golang.org/x/net/trace/ |
events.go | 267 discarded int 280 el.discarded = 0 321 if el.discarded == 0 { 322 // el.discarded starts at two to count for the event it 325 el.discarded = 2 327 el.discarded++ 331 el.events[0].What = fmt.Sprintf("(%d events discarded)", el.discarded) 332 // The timestamp of the discarded meta-event should be
|
trace.go | 293 // pinned until the trace is finished and later discarded. 298 // pinned until the trace is finished and later discarded. 307 // and the event is discarded, or when a completed trace is discarded. 677 // discarded represents a number of discarded events. 678 // It is stored as *discarded to make it easier to update in-place. 679 type discarded int type 681 func (d *discarded) String() string { 682 return fmt.Sprintf("(%d events discarded)", int(*d) [all...] |
/external/golang-protobuf/proto/ |
discard_test.go | 146 t.Errorf("test %s/Legacy, expected unknown fields to be discarded\ngot %v\nwant %v", tt.desc, in, tt.want) 153 t.Errorf("test %s, expected unknown fields to be discarded\ngot %v\nwant %v", tt.desc, tt.in, tt.want)
|
/external/skia/tools/lua/ |
ngrams.lua | 23 -- the last n-1 sublists, which are discarded in the summarize() function,
|
/external/skqp/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/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
GrpclbState.java | 80 * GrpclbLoadBalancer switches to GRPCLB mode. Closed and discarded when GrpclbLoadBalancer 218 if (fallbackTimer != null && !fallbackTimer.discarded) { 395 private boolean discarded; field in class:GrpclbState.FallbackModeTask 403 discarded = true; 411 discarded = true;
|
/external/walt/pywalt/pywalt/ |
walt.py | 622 print('o<: discarded empty data') 731 # blocked on running.wait() instead. The ping response is discarded.
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
writesched.go | 18 // this stream should be discarded. It is illegal to call this on a stream
|
/external/u-boot/dts/ |
Kconfig | 239 can be discarded. This option defines the list of properties to
|
/frameworks/av/media/codec2/components/aac/ |
C2SoftAacDec.cpp | 779 int32_t discarded = outputDelayRingBufferGetSamples(nullptr, discard); local [all...] |
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 910 int32_t discarded = outputDelayRingBufferGetSamples(0, discard); local [all...] |
/external/mesa3d/src/gallium/drivers/r600/sb/ |
sb_sched.cpp | 1575 bool discarded = false; local [all...] |