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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbximage.h 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
TextureSharedData.h 25 std::map<GLsizei, GLsizei> depths; member in struct:TextureDims
GLClientState.cpp 870 texrec->dims->depths[curr_level] = curr_depth;
888 texrec->dims->depths[level] = depth;
    [all...]
  /prebuilts/go/darwin-x86/src/context/
benchmark_test.go 14 depths := []int{1, 10, 100, 1000}
15 for _, d := range depths {
  /prebuilts/go/linux-x86/src/context/
benchmark_test.go 14 depths := []int{1, 10, 100, 1000}
15 for _, d := range depths {
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
Usb10ASFormatI.java 63 int[] depths = {mBitResolution}; local
64 return depths;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarReport.java 131 List<Integer> depths = new ArrayList<Integer>(); local
177 depths.add( maxk );
193 data.numberOfFixedKDecisions = depths.size();
194 data.mink = Stats.min(depths);
195 data.maxk = Stats.max(depths);
196 data.avgk = Stats.avg(depths);
209 // data. = Stats.stddev(depths);
  /external/brotli/enc/
brotli_bit_stream.h 34 BROTLI_INTERNAL void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num,
brotli_bit_stream.c 257 static void StoreSimpleHuffmanTree(const uint8_t* depths,
272 if (depths[symbols[j]] < depths[symbols[i]]) {
292 BrotliWriteBits(1, depths[symbols[0]] == 1 ? 1 : 0, storage_ix, storage);
297 depths = symbol depths */
298 void BrotliStoreHuffmanTree(const uint8_t* depths, size_t num,
316 BrotliWriteHuffmanTree(depths, num, &huffman_tree_size, huffman_tree,
706 uint8_t depths[BROTLI_MAX_CONTEXT_MAP_SYMBOLS]; local
732 tree, depths, bits, storage_ix, storage)
813 uint8_t depths[BROTLI_MAX_CONTEXT_MAP_SYMBOLS]; local
    [all...]
compress_fragment.c 65 /* Builds a literal prefix code into "depths" and "bits" based on the statistics
76 uint8_t depths[256],
102 /* We add 1 to each population count to avoid 0 bit depths (since this is
114 depths, bits, storage_ix, storage);
119 if (histogram[i]) literal_ratio += histogram[i] * depths[i];
374 const uint8_t* data, size_t len, const uint8_t* depths) {
385 r -= (double)histo[i] * (depths[i] + FastLog2(histo[i]));
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 194 const Vec2& depths,
202 const float d0 = depths[0];
203 const float d1 = depths[1];
259 const Vec4& depths,
266 const float d0 = depths[0];
267 const float d1 = depths[1];
268 const float d2 = depths[2];
269 const float d3 = depths[3];
289 const Vec4& depths,
300 const float d0 = depths[0]
    [all...]
  /art/runtime/verifier/
register_line.h 392 uint32_t depths = it->second ^ (1 << depth); local
393 if (depths != 0) {
394 it->second = depths;
register_line.cc 445 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth()
451 size_t depths = reg_to_lock_depths_.count(idx); local
453 if (depths != incoming_depths) {
479 VLOG(verifier) << "mismatched stack depths for register v" << idx
480 << ": " << depths << " != " << incoming_depths << " in "
487 } else if (depths > 0) {
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue10303.go 48 // Run at a few different stack depths just to avoid an unlucky pass
  /prebuilts/go/darwin-x86/test/
stack.go 9 // go, defer, and closure calls at different stack depths.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue10303.go 48 // Run at a few different stack depths just to avoid an unlucky pass
  /prebuilts/go/linux-x86/test/
stack.go 9 // go, defer, and closure calls at different stack depths.
  /prebuilts/go/darwin-x86/src/runtime/
stack_test.go 233 // stack depths, forcing the deferred function (with >4kB of args) to be run at
  /prebuilts/go/linux-x86/src/runtime/
stack_test.go 233 // stack depths, forcing the deferred function (with >4kB of args) to be run at
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck_test.go 17 // Run with multiple depths to observe big-O behavior.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck_test.go 17 // Run with multiple depths to observe big-O behavior.
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 274 int ndepths; /* number of depths possible */
275 Depth *depths; /* list of allowable depths on the screen */ member in struct:__anon53600
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 271 int ndepths; /* number of depths possible */
272 Depth *depths; /* list of allowable depths on the screen */ member in struct:__anon55466
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]

Completed in 830 milliseconds

1 2