Searched defs:map (Results 1 - 25 of 1204) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c764 __u32 *map = (__u32 *)tn; local
779 map[wordInMap] &= ~mask;
780 map[wordInMap] |= (mask & (val << bitInWord));
786 map[wordInMap] &= ~mask;
787 map[wordInMap] |= (mask & (val >> bitInWord));
793 __u32 *map = (__u32 *)tn; local
805 val = map[wordInMap] >> bitInWord;
810 val |= (map[wordInMap] << bitInWord);
/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc39 void PrintMap(MapWrapper& map) argument
41 MapItem* map_item = map.First();
48 map_item = map.Next(map_item);
/external/webp/src/enc/
H A Danalysis.c25 // Smooth the segment map by replacing isolated block by the majority of its
147 int map[MAX_ALPHA + 1]; local
184 map[a] = n;
212 mb->segment_ = map[alpha];
213 mb->alpha_ = centers[map[alpha]]; // for the record.
H A Dquant.c288 // map accordingly using linear piece-wise function
302 // We map the complexity 'alpha' and quality setting 'c' to a compression
326 int map[NUM_MB_SEGMENTS] = { 0, 1, 2, 3 }; local
341 map[s1] = s2;
351 while (i-- > 0) enc->mb_info_[i].segment_ = map[enc->mb_info_[i].segment_];
389 // We map it to the safe maximal range of MAX/MIN_DQ_UV for dq_uv.
/external/webp/src/utils/
H A Dquant_levels.c122 uint8_t map[NUM_SYMBOLS]; local
127 map[s] = (uint8_t)(inv_q_level[slot] + .5);
131 data[n] = map[data[n]];
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.c139 void ppHRegRemap ( HRegRemap* map )
143 for (i = 0; i < map->n_used; i++) {
145 ppHReg(map->orig[i]);
147 ppHReg(map->replacement[i]);
154 void initHRegRemap ( HRegRemap* map )
156 map->n_used = 0;
160 void addToHRegRemap ( HRegRemap* map, HReg orig, HReg replacement ) argument
163 for (i = 0; i < map->n_used; i++)
164 if (sameHReg(map->orig[i], orig))
171 vassert(map
178 lookupHRegRemap( HRegRemap* map, HReg orig ) argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c496 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
498 if (!map->rx)
502 if (map->size == 0)
508 vg_assert(map->size > 0);
518 vg_assert(!ranges_overlap(map->avma, map->size,
529 if (di->cfsi_minavma >= map->avma &&
530 di->cfsi_maxavma < map->avma + map->size)
908 struct _DebugInfoMapping map; local
989 struct _DebugInfoMapping *map = NULL; local
1308 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
[all...]
H A Dreadelf.c1465 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
1466 if (!map->rx && !map->rw)
1468 if (map->rx && map->size > 0)
1470 if (map->rw && map->size > 0)
1475 vg_assert(VG_IS_PAGE_ALIGNED(map->avma));
1541 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
1542 if (map
1547 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
1631 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, j); local
1743 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
1756 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
2476 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, j); local
[all...]
H A Dreadmacho.c153 /* First off, try to map the thing in. */
715 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
716 if (map->rx && !rx_map)
717 rx_map = map;
718 if (map->rw && !rw_map)
719 rw_map = map;
H A Dreadpdb.c2251 struct _DebugInfoMapping map; local
2252 map.avma = mapped_avma;
2253 map.size = pe_sechdr_avma->Misc.VirtualSize;
2254 map.foff = pe_sechdr_avma->PointerToRawData;
2255 map.ro = False;
2264 map.rx = True;
2265 map.rw = False;
2266 VG_(addToXA)(di->fsm.maps, &map);
2281 map.rx = False;
2282 map
2319 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
2326 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); local
[all...]
H A Dstorage.c394 * multiple instructions can map to the one line), but avoid
475 struct _DebugInfoMapping* map; local
498 map = ML_(find_rx_mapping)(di, cfsi.base, cfsi.base);
501 if (map == NULL)
502 map = map2;
504 map2 = map;
510 if (map == NULL || map != map2) {
537 if (cfsi.base < map->avma) {
541 vg_assert(cfsi.base + cfsi.len - 1 >= map
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp81 #include <map>
181 std::map<int, Test> TheMapOfTests;
238 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
244 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
261 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
3841 typedef std::map<int, int> map_t;
3853 // We swap the new empty map 'tmp' with 'MAP'.
6249 typedef std::map<int, int> map_t;
6251 map_t map; member in namespace:test134
6253 // Here we use swap to pass map betwee
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen-memory.h32 struct vki_xen_memory_map map; member in struct:vki_xen_foreign_memory_map
/external/valgrind/main/memcheck/tests/
H A Dpointer-trace.c22 char *map; local
54 map = mmap(0, stepsize * 2, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0);
55 if (map == (char *)-1)
59 map = mmap(0, stepsize * 2, PROT_WRITE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0);
60 if (map == (char *)-1)
66 map = mmap(0, stepsize * 2, PROT_WRITE|PROT_READ, MAP_PRIVATE, fd, 0);
67 if (map == (char *)-1)
69 //printf("trap 3 = %p-%p\n", map, map+stepsize*2);
72 map
[all...]
/external/valgrind/main/none/tests/linux/
H A Dmremap.c8 static char *map; local
12 if (map != NULL)
13 munmap(map, mapsz);
22 map = p;
/external/tremolo/Tremolo/
H A Dfloor0.c169 int map=0; local
204 wi=vorbis_coslook2_i((map*imap)>>15);
333 map++;
335 if(map+1<ln){
338 nextbark=((tBnyq1<<11)/ln*(map+1))>>12;
340 nextbark=MULT31((map+1)*(imap>>1),tBnyq1);
352 if(map>=ln){
353 map=ln-1; /* guard against the approximation */
/external/tcpdump/
H A Dprint-isakmp.c476 const struct attrmap *map, size_t nmap)
492 if (map && t < nmap && map[t].type)
493 ND_PRINT((ndo,"type=%s ", map[t].type));
499 if (map && t < nmap && v < map[t].nvalue && map[t].value[v])
500 ND_PRINT((ndo,"%s", map[t].value[v]));
774 const struct attrmap *map; local
787 map
474 ikev1_attrmap_print(netdissect_options *ndo, const u_char *p, const u_char *ep, const struct attrmap *map, size_t nmap) argument
1291 const struct attrmap *map = oakley_t_map; local
1437 const struct attrmap *map; local
[all...]
/external/stlport/stlport/stl/
H A D_map.h44 class map class in inherits:__stlport_class
46 : public __stlport_class<map<_Key, _Tp, _Compare, _Alloc> >
49 typedef map<_Key, _Tp, _Compare, _Alloc> _Self;
62 friend class map<_Key,_Tp,_Compare,_Alloc>;
94 _Rep_type _M_t; // red-black tree representing map
99 map() : _M_t(_Compare(), allocator_type()) {} function in class:map
101 explicit map(const _Compare& __comp, function in class:map
104 explicit map(const _Compare& __comp)
106 explicit map(const _Compare& __comp, const allocator_type& __a)
112 map(_InputIterato function in class:map
117 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, function in class:map
123 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp) function in class:map
128 map(const value_type* __first, const value_type* __last) function in class:map
132 map(const value_type* __first, function in class:map
137 map(const_iterator __first, const_iterator __last) function in class:map
141 map(const_iterator __first, const_iterator __last, const _Compare& __comp, function in class:map
146 map(const _Self& __x) : _M_t(__x._M_t) {} function in class:map
149 map(__move_source<_Self> src) function in class:map
[all...]
/external/strace/
H A Dmtd.c261 struct ubi_map_req map; local
336 if (!verbose(tcp) || umove(tcp, arg, &map) < 0)
340 map.lnum, map.dtype);
/external/strace/test/
H A Dubi.c30 struct ubi_map_req map; local
42 ioctl(fd, UBI_IOCEBMAP, &map);
/external/srec/shared/src/
H A DSessionTypeImpl.c837 * @param addMapping Function used to map keys to their type and add them to the session
1072 HashMap* map; local
1080 map = (HashMap*) data;
/external/skia/src/animator/
H A DSkAnimatorScript.cpp65 // !!! for SpiderMonkey, iterate through the enum values, and map them to globals
66 const SkDisplayEnumMap& map = GetEnumValues(type); local
67 propertyCallBack(EvalEnum, (void*) map.fValues);
H A DSkAnimatorScript2.cpp378 // !!! for SpiderMonkey, iterate through the enum values, and map them to globals
379 const SkDisplayEnumMap& map = GetEnumValues(type); local
380 *fCallBackArray.append() = new SkAnimatorScript_Enum(map.fValues);
H A DSkDump.cpp90 const SkDisplayEnumMap& map = SkAnimatorScript::GetEnumValues(type); local
91 const char* str = map.fValues;

Completed in 416 milliseconds

1234567891011>>