Searched defs:submap (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/include/vki/
H A Dvki-xen-version.h33 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/
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;
H A Dcodec_internal.h165 typedef struct submap{ struct
168 } submap; typedef in typeref:struct:submap
174 submap *submaplist;
/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:__anon9358
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.java1074 final transient Map<K, Collection<V>> submap; field in class:AbstractMapBasedMultimap.AsMap
1076 AsMap(Map<K, Collection<V>> submap) { argument
1077 this.submap = submap;
1088 return Maps.safeContainsKey(submap, key);
1092 Collection<V> collection = Maps.safeGet(submap, key);
1107 return submap.size();
1111 Collection<V> collection = submap.remove(key);
1124 return this == object || submap.equals(object);
1128 return submap
1204 SortedAsMap(SortedMap<K, Collection<V>> submap) argument
[all...]
/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/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/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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/ ...

Completed in 251 milliseconds