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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/shrink/
ShortestUsageMark.java 29 * other elements. It can be certain or preliminary. It also contains additional
38 private final boolean certain; field in class:ShortestUsageMark
46 * Creates a new certain ShortestUsageMark.
51 this.certain = true;
58 * Creates a new certain ShortestUsageMark.
73 * Creates a new certain ShortestUsageMark.
86 this.certain = true;
97 * @param certain specifies whether this is a certain mark.
100 boolean certain)
    [all...]
  /compatibility/cdd/8_performance-and-power/
8_1_user-experience-consistency.md 3 A smooth user interface can be provided to the end user if there are certain
8_2_file-io-access-performance.md 6 implementations, depending on the device type, MAY have certain requirements
  /external/curl/docs/cmdline-opts/
xattr.d 4 When saving output to a file, this option tells curl to store certain file
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
doc.go 6 // support for certain ciphers and authenticators is present.
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
doc.go 6 // support for certain ciphers and authenticators is present.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 126 // The values assigned to certain and local only matter
130 certain := make([]int8, f.NumBlocks()) // In the long run, all outcomes are at least this bad. Mainly for Exit
142 certain[b.ID] = blEXIT
147 certain[b.ID] = blRET
154 certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
158 certain[b.ID] = certain[b.Succs[0].b.ID]
168 certain[b.ID] = min8(certain[b0], certain[b1]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
likelyadjust.go 126 // The values assigned to certain and local only matter
130 certain := make([]int8, f.NumBlocks()) // In the long run, all outcomes are at least this bad. Mainly for Exit
142 certain[b.ID] = blEXIT
147 certain[b.ID] = blRET
154 certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
158 certain[b.ID] = certain[b.Succs[0].b.ID]
168 certain[b.ID] = min8(certain[b0], certain[b1]
    [all...]
  /prebuilts/go/darwin-x86/src/internal/syscall/unix/
getrandom_linux_generic.go 12 // This file is named "generic" because at a certain point Linux
  /prebuilts/go/darwin-x86/src/runtime/
cputicks.go 15 // noticed drift between cpus on certain os/arch combinations. See issue 8976.
  /prebuilts/go/linux-x86/src/internal/syscall/unix/
getrandom_linux_generic.go 12 // This file is named "generic" because at a certain point Linux
  /prebuilts/go/linux-x86/src/runtime/
cputicks.go 15 // noticed drift between cpus on certain os/arch combinations. See issue 8976.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue14591.go 18 // When a T is deallocated, T[1] is certain to
bug449.go 9 // return values into account, so in certain cases gc-generated
  /prebuilts/go/linux-x86/test/fixedbugs/
issue14591.go 18 // When a T is deallocated, T[1] is certain to
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
MathLShiftS64.S 19 # Shifts a 64-bit signed value left by a certain number of bits.
MathRShiftU64.S 19 # Shifts a 64-bit unsigned value right by a certain number of bits.
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
ashrdi3.S 19 # Shifts a 64-bit unsigned value right by a certain number of bits.
shldi3.S 19 # Shifts a 64-bit signed value left by a certain number of bits.
  /external/compiler-rt/make/
lib_util.mk 28 # defined with a certain specificity.
  /external/llvm/
llvm-host-build.mk 16 # Disable certain warnings for use with mingw.
  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 24 // Dnode loses certain method calls when exposing native browser objects such as
  /external/webrtc/webrtc/tools/rtcbot/test/
simple_offer_answer.js 38 // that certain methods must be called.
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
unsafeptr.go 28 // certain uses of reflect are okay

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 91011>>