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

1 2 3 4 5 6 7 8 91011>>

  /external/zopfli/src/zopfli/
util.c 28 int ZopfliGetDistExtraBits(int dist) {
30 if (dist < 5) return 0;
31 return (31 ^ __builtin_clz(dist - 1)) - 1; /* log2(dist - 1) - 1 */
33 if (dist < 5) return 0;
34 else if (dist < 9) return 1;
35 else if (dist < 17) return 2;
36 else if (dist < 33) return 3;
37 else if (dist < 65) return 4;
38 else if (dist < 129) return 5
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
Makefile 5 include ../Make.dist
  /prebuilts/go/linux-x86/src/runtime/
Makefile 5 include ../Make.dist
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
Matches.java 15 public final int[] dist; field in class:Matches
20 dist = new int[countMax];
  /prebuilts/go/darwin-x86/src/
make.rc 45 echo cmd/dist
54 rm -f cmd/dist/dist
55 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
57 eval `{./cmd/dist/dist env -9}
60 if(~ $1 --dist-tool){
61 # Stop after building dist tool
    [all...]
make.bash 52 # GO_DISTFLAGS: extra flags to provide to "dist bootstrap".
108 # cmd/dist will detect kFreeBSD as freebsd/$GOARCH, but we need to
120 echo cmd/dist
133 rm -f cmd/dist/dist
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
137 eval $(./cmd/dist/dist env -p || echo FAIL=true
    [all...]
clean.rc 6 eval `{go tool dist env -9}
8 if(! test -x $GOTOOLDIR/dist){
9 echo 'cannot find $GOTOOLDIR/dist; nothing to clean' >[1=2]
14 $GOBIN/go tool dist clean
run.rc 14 exec go tool dist test -rebuild $*
  /prebuilts/go/linux-x86/src/
make.rc 45 echo cmd/dist
54 rm -f cmd/dist/dist
55 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
57 eval `{./cmd/dist/dist env -9}
60 if(~ $1 --dist-tool){
61 # Stop after building dist tool
    [all...]
make.bash 52 # GO_DISTFLAGS: extra flags to provide to "dist bootstrap".
108 # cmd/dist will detect kFreeBSD as freebsd/$GOARCH, but we need to
120 echo cmd/dist
133 rm -f cmd/dist/dist
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
137 eval $(./cmd/dist/dist env -p || echo FAIL=true
    [all...]
clean.rc 6 eval `{go tool dist env -9}
8 if(! test -x $GOTOOLDIR/dist){
9 echo 'cannot find $GOTOOLDIR/dist; nothing to clean' >[1=2]
14 $GOBIN/go tool dist clean
run.rc 14 exec go tool dist test -rebuild $*
  /external/speex/libspeex/
vq.c 82 spx_word32_t dist=0; local
84 dist = MAC16_16(dist,in[j],*codebook++);
86 dist=SUB32(SHR32(E[i],1),dist);
88 dist=.5f*E[i]-dist;
90 if (i<N || dist<best_dist[N-1])
92 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
97 best_dist[k]=dist;
116 spx_word32_t dist=0; local
    [all...]
vq_bfin.h 43 spx_word32_t dist; local
67 : "=&D" (dist), "=&a" (codebook), "=&d" (best_dist[0]), "=&d" (nbest[0]), "=&a" (E)
77 spx_word32_t dist; local
90 : "=D" (dist), "=a" (codebook)
94 if (i<N || dist<best_dist[N-1])
96 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
101 best_dist[k]=dist;
  /tools/test/connectivity/
Android.mk 23 ACTS_DISTRO := $(HOST_OUT)/acts-dist/acts.zip
27 @mkdir -p $(HOST_OUT)/acts-dist/
28 @rm -f $(HOST_OUT)/acts-dist/acts.zip
29 $(hide) zip -r $(HOST_OUT)/acts-dist/acts.zip tools/test/connectivity/acts/*
32 $(call dist-for-goals,tests,$(ACTS_DISTRO))
  /external/iproute2/netem/
Makefile 2 DISTDATA = normal.dist pareto.dist paretonormal.dist experimental.dist
13 %.dist: %
16 experimental.dist: maketable experimental.dat
17 ./maketable experimental.dat > experimental.dist
  /build/make/core/
distdir.mk 17 # When specifying "dist", the user has asked that we copy the important
20 .PHONY: dist
21 dist: ;
23 dist_goal := $(strip $(filter dist,$(MAKECMDGOALS)))
24 MAKECMDGOALS := $(strip $(filter-out dist,$(MAKECMDGOALS)))
26 # The commandline was something like "make dist" or "make dist showcommands".
28 dist: $(DEFAULT_GOAL)
37 define copy-one-dist-file
40 @echo "Dist: $$@
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
cams.h 42 unsigned char dist; // if >0, cam rotates around eye xy on dist * 0.1 member in struct:__anon13164
  /frameworks/native/opengl/tests/angeles/
cams.h 42 unsigned char dist; // if >0, cam rotates around eye xy on dist * 0.1 member in struct:__anon39552
  /external/selinux/python/sepolgen/src/sepolgen/
matching.py 32 def __init__(self, interface=None, dist=0):
34 self.dist = dist
42 a = (self.dist, self.info_dir_change)
43 b = (other.dist, other.info_dir_change)
80 if match.dist <= self.threshold:
163 dist = 0
167 dist += self.type_distance(req.src_type, prov.src_type)
168 dist += self.type_distance(req.tgt_type, prov.tgt_type)
172 dist -= self.obj_penalt
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py 32 def __init__(self, interface=None, dist=0):
34 self.dist = dist
42 a = (self.dist, self.info_dir_change)
43 b = (other.dist, other.info_dir_change)
80 if match.dist <= self.threshold:
163 dist = 0
167 dist += self.type_distance(req.src_type, prov.src_type)
168 dist += self.type_distance(req.tgt_type, prov.tgt_type)
172 dist -= self.obj_penalt
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
gpclip.c 63 Word16 dist, dist_min; local
70 dist = vo_sub(isf[i], isf[i - 1]);
71 if(dist < dist_min)
73 dist_min = dist;
77 dist = extract_h(L_mac(vo_L_mult(26214, mem[0]), 6554, dist_min));
79 if (dist > DIST_ISF_MAX)
81 dist = DIST_ISF_MAX;
83 mem[0] = dist;
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
vq3.c 36 int32_t dist, mindist; local
44 dist = tmp * tmp;
47 dist += tmp * tmp;
50 if (dist < mindist) {
51 mindist = dist;
vq4.c 36 int32_t dist, mindist; local
44 dist = tmp * tmp;
47 dist += tmp * tmp;
50 if (dist < mindist) {
51 mindist = dist;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 3 """Tests for distutils.dist."""
11 from distutils.dist import Distribution, fix_help_options
13 import distutils.dist
75 distutils.dist.DEBUG = True
82 distutils.dist.DEBUG = False
136 dist = klass(attrs={'author': u'Mister Café',
145 dist.metadata.write_pkg_file(open(my_file, 'w'))
148 dist = klass(attrs={'author': 'Mister Cafe',
155 dist.metadata.write_pkg_file(open(my_file2, 'w'))
169 dist = Distribution(attrs={'author': 'xxx', 'name': 'xxx'
    [all...]

Completed in 264 milliseconds

1 2 3 4 5 6 7 8 91011>>