Searched refs:submap (Results 1 - 21 of 21) sorted by relevance

/external/valgrind/include/vki/
H A Dvki-xen-version.h60 unsigned int submap_idx; /* IN: which 32-bit submap to return */
61 vki_uint32_t submap; /* OUT: 32-bit submap */ member in struct:vki_xen_feature_info
/external/tremolo/Tremolo/
H A Dcodec_internal.h165 typedef struct submap{ struct
168 } submap; typedef in typeref:struct:submap
174 submap *submaplist;
H A Dmapping0.c143 int submap=0; local
147 submap=info->chmuxlist[i];
148 floorno=info->submaplist[submap].floor;
232 int submap=0; local
236 submap=info->chmuxlist[i];
237 floorno=info->submaplist[submap].floor;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractMapBasedMultimap.java1073 final transient Map<K, Collection<V>> submap; field in class:AbstractMapBasedMultimap.AsMap
1075 AsMap(Map<K, Collection<V>> submap) { argument
1076 this.submap = submap;
1087 return Maps.safeContainsKey(submap, key);
1091 Collection<V> collection = Maps.safeGet(submap, key);
1106 return submap.size();
1110 Collection<V> collection = submap.remove(key);
1123 return this == object || submap.equals(object);
1127 return submap
1203 SortedAsMap(SortedMap<K, Collection<V>> submap) argument
[all...]
/external/libvorbis/lib/
H A Dmapping0.c95 oggpack_write(opb,0,8); /* time submap unused */
143 oggpack_read(opb,8); /* time submap unused */
378 int submap=info->chmuxlist[i]; local
506 if(ci->floor_type[info->floorsubmap[submap]]!=1)return(-1);
509 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
538 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
563 floor1_fit(vb,b->flr[info->floorsubmap[submap]],
571 floor1_interpolate_fit(vb,b->flr[info->floorsubmap[submap]],
577 floor1_interpolate_fit(vb,b->flr[info->floorsubmap[submap]],
622 int submap local
724 int submap=info->chmuxlist[i]; local
792 int submap=info->chmuxlist[i]; local
[all...]
H A Dres0.c64 int submap; member in struct:__anon11065
95 sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k);
479 submap */
541 int submap){
547 look->submap=submap;
729 int **in,int *nonzero,int ch, long **partword, int submap){
736 return _01forward(opb,vb,vl,in,used,partword,_encodepart,submap);
782 int **in,int *nonzero,int ch, long **partword,int submap){
797 return _01forward(opb,vb,vl,&work,1,partword,_encodepart,submap);
535 _01forward(oggpack_buffer *opb, vorbis_block *vb,vorbis_look_residue *vl, int **in,int ch, long **partword, int (*encode)(oggpack_buffer *,int *,int, codebook *,long *), int submap) argument
728 res1_forward(oggpack_buffer *opb,vorbis_block *vb,vorbis_look_residue *vl, int **in,int *nonzero,int ch, long **partword, int submap) argument
780 res2_forward(oggpack_buffer *opb, vorbis_block *vb,vorbis_look_residue *vl, int **in,int *nonzero,int ch, long **partword,int submap) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultimap.java1235 final transient Map<K, Collection<V>> submap; field in class:AbstractMapBasedMultimap.AsMap
1237 AsMap(Map<K, Collection<V>> submap) { argument
1238 this.submap = submap;
1249 return Maps.safeContainsKey(submap, key);
1253 Collection<V> collection = Maps.safeGet(submap, key);
1268 return submap.size();
1272 Collection<V> collection = submap.remove(key);
1285 return this == object || submap.equals(object);
1289 return submap
1365 SortedAsMap(SortedMap<K, Collection<V>> submap) argument
1421 NavigableAsMap(NavigableMap<K, Collection<V>> submap) argument
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex176 components; the submap list is internal and specific to a mapping.
178 A 'submap' is a configuration/grouping that applies to a subset of
179 floor and residue vectors within a mapping. The submap functions as a
182 but also specific vectors in a specific mode. Each submap specifies
184 submap's spectral floor and spectral residue vectors.
194 In this example, channels 0-4 belong to submap 0 (which indicates use
195 of a full-range floor) and channel 5 belongs to submap 1, which uses a
391 belongs to a 'submap' that specifies which floor configuration to
404 Vorbis codes residue vectors in groups by submap; the coding is done
405 in submap orde
[all...]
H A D04-codec.tex226 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
229 \item for each submap \varname{[j]} of \varname{[vorbis_mapping_submaps]} submaps, read the floor and residue numbers for use in decoding that submap:
439 are decoded in submap order.
441 for each submap \varname{[i]} in order from 0 ... \varname{[vorbis_mapping_submaps]}-1
447 \item if channel \varname{[j]} in submap \varname{[i]} (vector \varname{[vorbis_mapping_mux]} element \varname{[j]} is equal to \varname{[i]})
468 \item if channel \varname{[j]} is in submap \varname{[i]} (vector \varname{[vorbis_mapping_mux]} element \varname{[j]} is equal to \varname{[i]})
H A D08-residue.tex249 is passed the number of vectors in the submap bundle and a vector of
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... .taskdefs.optional.starteam.TreeBasedTask$UnmatchedFileMap submap com.starbase.starteam.Folder folder com. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5552 milliseconds