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

1 2

  /external/valgrind/main/include/vki/
vki-xen-version.h 33 unsigned int submap_idx; /* IN: which 32-bit submap to return */
34 vki_uint32_t submap; /* OUT: 32-bit submap */ member in struct:vki_xen_feature_info
  /external/tremolo/Tremolo/
codec_internal.h 165 typedef struct submap{ struct
168 } submap; typedef in typeref:struct:submap
174 submap *submaplist;
mapping0.c 143 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/src/com/google/common/collect/
AbstractMultimap.java 881 final Map<K, Collection<V>> subMap;
883 KeySet(final Map<K, Collection<V>> subMap) {
884 this.subMap = subMap;
889 return subMap;
895 = subMap.entrySet().iterator();
922 Collection<V> collection = subMap.remove(key);
937 return subMap.keySet().containsAll(c);
941 return this == object || this.subMap.keySet().equals(object);
945 return subMap.keySet().hashCode()
    [all...]
  /external/libvorbis/lib/
mapping0.c 95 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=info->chmuxlist[i] local
724 int submap=info->chmuxlist[i]; local
792 int submap=info->chmuxlist[i]; local
    [all...]
res0.c 64 int submap; member in struct:__anon28552
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);
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 176 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 order from submap 0 through n-1. This differs from floor
    [all...]
04-codec.tex 226 \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]})
08-residue.tex 249 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/
ant-starteam.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapTest.java 358 assertTrue("submap should be empty", sub.isEmpty());
386 assertTrue("submap should be empty", sub.isEmpty());
427 assertEquals(objArray[objArray.length - 2].toString(), tm.subMap("99",
445 sm = sm.subMap(firstKey, lastKey);
504 assertEquals("Returned incorrect size", 111, tm.subMap("500", "600")
507 tm.subMap("null", "600");
512 assertEquals("Returned incorrect size", 1000, tm.subMap("", "null")
517 * java.util.TreeMap#subMap(java.lang.Object, java.lang.Object)
521 // java.util.TreeMap.subMap(java.lang.Object, java.lang.Object)
522 SortedMap subMap = tm.subMap(objArray[100].toString(), objArray[109
1909 Map<String, String> submap = test_map.subMap("a", "z"); local
    [all...]
TreeMapExtendTest.java 188 assertTrue("SubMap contains incorrect elements", subMap_default
190 assertTrue("SubMap contains incorrect elements",
192 assertTrue("SubMap contains incorrect elements",
194 assertTrue("SubMap contains incorrect elements",
196 assertTrue("SubMap contains incorrect elements",
202 assertTrue("SubMap contains incorrect elements", subMap_default
204 assertFalse("SubMap contains incorrect elements",
206 assertFalse("SubMap contains incorrect elements",
208 assertTrue("SubMap contains incorrect elements",
210 assertTrue("SubMap contains incorrect elements"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 

Completed in 493 milliseconds

1 2