Searched refs:root (Results 1 - 25 of 2594) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Dyaffs_fs.c1457 struct dentry *root; local
1717 /* Create root inode */
1728 T(YAFFS_TRACE_OS, ("yaffs_read_super: got root inode\n"));
1730 root = d_alloc_root(inode);
1734 if (!root) {
1738 sb->s_root = root;
/external/zlib/src/contrib/infback9/
H A Dinftree9.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
114 /* bound code lengths, force root to be within code lengths */
115 root = *bits;
118 if (root > max) root
[all...]
/external/zlib/src/examples/
H A Denough.c12 As inflate does, decrease root for short codes
13 Refuse cases where inflate would increase root
14 1.3 17 Feb 2008 Add argument for initial root table size
15 Fix bug for initial root table size == max - 1
44 speed. There is a single first-level table to decode codes up to root bits
45 in length (root == 9 in the current inflate implementation). The table
46 has 1 << root entries and is indexed by the next root bits of input. Codes
47 shorter than root bits have replicated table entries, so that the correct
49 the code is longer than root bit
171 local int root; /* size of base code table in bits */ variable
[all...]
/external/zlib/src/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/external/webrtc/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
H A Dandroid-webrtc.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/common_audio/resampler/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/common_audio/signal_processing/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
H A Dspl_sqrt_floor.c3 * Refer to NOTICE file at the root of git project.
12 * Successive approximation of the equation (root + delta) ^ 2 = N
25 try1 = root + (1 << (N)); \
29 root |= 2 << (N); \
34 int32_t root = 0, try1; local
53 return root >> 1;
H A Dspl_sqrt_floor.s2 @ Refer to NOTICE file at the root of git project.
/external/webrtc/src/common_audio/vad/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
H A Dlattice_armv7.S5 @ that can be found in the LICENSE file in the root of the source
8 @ be found in the AUTHORS file in the root of the source tree.
H A Dlattice_neon.S5 @ that can be found in the LICENSE file in the root of the source
8 @ be found in the AUTHORS file in the root of the source tree.
H A Dlpc_masking_model_neon.S5 @ that can be found in the LICENSE file in the root of the source
8 @ be found in the AUTHORS file in the root of the source tree.
H A Dpitch_filter_armv6.S5 @ that can be found in the LICENSE file in the root of the source
8 @ be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/aec/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/agc/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/ns/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/modules/audio_processing/utility/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
/external/webrtc/src/system_wrappers/source/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.

Completed in 3339 milliseconds

1234567891011>>