Searched defs:mapped (Results 1 - 25 of 50) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h29 uptr mapped; member in struct:__sanitizer::StackDepotStats
/external/chromium_org/remoting/client/
H A Dkey_event_mapper.cc49 // Re-map mapped keys to the new value before passing them on.
50 std::map<uint32,uint32>::iterator mapped = local
52 if (mapped != mapped_keys.end()) {
54 new_event.set_usb_keycode(mapped->second);
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitAllocator.java43 /** indexed by old reg; the set of old regs we've mapped */
44 private final BitSet mapped; field in class:FirstFitAllocator
51 mapped = new BitSet(ssaMeth.getRegCount());
81 if (mapped.get(i)) {
109 if (mapped.get(j) || isDefinitionMoveParam(j)) {
128 mapped.set(j);
132 mapped.set(i);
/external/elfutils/lib/
H A Dcrc32_file.c68 void *mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE, fd, 0); local
69 if (mapped == MAP_FAILED && errno == ENOMEM)
74 && (mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE,
78 if (mapped != MAP_FAILED)
84 *resp = crc32 (crc, mapped, st.st_size);
85 munmap (mapped, mapsize);
88 crc = crc32 (crc, mapped, mapsize);
91 } while (mmap (mapped, mapsize, PROT_READ, MAP_FIXED|MAP_PRIVATE,
92 fd, off) == mapped);
93 munmap (mapped, mapsiz
[all...]
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings_linux.cc27 blink::WebGamepad* mapped) {
28 *mapped = input;
29 mapped->buttons[kButtonLeftTrigger] = AxisToButton(input.axes[2]);
30 mapped->buttons[kButtonRightTrigger] = AxisToButton(input.axes[5]);
31 mapped->buttons[kButtonBackSelect] = input.buttons[6];
32 mapped->buttons[kButtonStart] = input.buttons[7];
33 mapped->buttons[kButtonLeftThumbstick] = input.buttons[9];
34 mapped->buttons[kButtonRightThumbstick] = input.buttons[10];
35 mapped->buttons[kButtonDpadUp] = AxisNegativeAsButton(input.axes[7]);
36 mapped
25 MapperXInputStyleGamepad( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
46 MapperLakeviewResearch( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
67 MapperPlaystationSixAxis( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
93 MapperXGEAR( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
116 MapperDragonRiseGeneric( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
[all...]
H A Dgamepad_standard_mappings_win.cc28 blink::WebGamepad* mapped) {
29 *mapped = input;
30 mapped->buttons[0] = input.buttons[1];
31 mapped->buttons[1] = input.buttons[2];
32 mapped->buttons[2] = input.buttons[0];
33 mapped->buttons[12] = input.buttons[16];
34 mapped->buttons[13] = input.buttons[17];
35 mapped->buttons[14] = input.buttons[18];
36 mapped->buttons[15] = input.buttons[19];
37 mapped
26 MapperDragonRiseGeneric( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
45 MapperLogitechDualAction( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
64 MapperLogitechPrecision( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
81 Mapper2Axes8Keys( const blink::WebGamepad& input, blink::WebGamepad* mapped) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_so.c90 void *mapped; local
104 mapped = res->data;
106 map_buffers[i] = ((char*)mapped) + offsets[i];
110 map_buffers[i] = mapped;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_so.c90 void *mapped; local
104 mapped = res->data;
106 map_buffers[i] = ((char*)mapped) + offsets[i];
110 map_buffers[i] = mapped;
/external/chromium_org/gpu/command_buffer/client/
H A Dbuffer_tracker.h61 void set_mapped(bool mapped) { argument
62 mapped_ = mapped;
65 bool mapped() const { function in class:gpu::gles2::BufferTracker::Buffer
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.h78 size_t mapped; /* Bytes mapped (not necessarily committed). */ member in struct:__anon11979
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.h78 size_t mapped; /* Bytes mapped (not necessarily committed). */ member in struct:__anon11985
/external/chromium_org/ui/gfx/
H A Dgtk_compat.h37 gboolean mapped) {
38 if (mapped)
36 gtk_widget_set_mapped(GtkWidget* widget, gboolean mapped) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp58 void *mapped; member in struct:android_sw_displaytarget
99 assert(!adt->mapped);
112 if (adt->mapped && sw_gralloc_handle_t::validate(adt->handle) >= 0) {
113 adt->mapped = NULL;
118 if (adt->mapped) {
120 adt->mapped = NULL;
137 adt->mapped = reinterpret_cast<void *>(swhandle->base);
139 return adt->mapped;
143 if (!adt->mapped) {
146 adt->usage, 0, 0, adt->width, adt->height, &adt->mapped);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c48 void *mapped; member in struct:dri_sw_displaytarget
137 dri_sw_dt->mapped = dri_sw_dt->data;
138 return dri_sw_dt->mapped;
146 dri_sw_dt->mapped = NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.c49 void *mapped; member in struct:fbdev_sw_displaytarget
132 fbdt->mapped = NULL;
141 fbdt->mapped = fbdt->data;
142 return fbdt->mapped;
/external/mesa3d/src/gallium/winsys/sw/android/
H A Dandroid_sw_winsys.cpp58 void *mapped; member in struct:android_sw_displaytarget
99 assert(!adt->mapped);
112 if (adt->mapped && sw_gralloc_handle_t::validate(adt->handle) >= 0) {
113 adt->mapped = NULL;
118 if (adt->mapped) {
120 adt->mapped = NULL;
137 adt->mapped = reinterpret_cast<void *>(swhandle->base);
139 return adt->mapped;
143 if (!adt->mapped) {
146 adt->usage, 0, 0, adt->width, adt->height, &adt->mapped);
[all...]
/external/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c48 void *mapped; member in struct:dri_sw_displaytarget
137 dri_sw_dt->mapped = dri_sw_dt->data;
138 return dri_sw_dt->mapped;
146 dri_sw_dt->mapped = NULL;
/external/mesa3d/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.c49 void *mapped; member in struct:fbdev_sw_displaytarget
132 fbdt->mapped = NULL;
141 fbdt->mapped = fbdt->data;
142 return fbdt->mapped;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefPtrHashMap.h200 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(const KeyType& key, MappedPassInReferenceType mapped) argument
202 return m_impl.template add<Translator>(key, mapped);
207 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, MappedPassInReferenceType mapped) argument
209 return m_impl.template add<Translator>(key, mapped);
214 HashMap<RefPtr<T>, U, V, W, X>::set(const KeyType& key, MappedPassInType mapped) argument
216 AddResult result = inlineAdd(key, mapped);
218 // The inlineAdd call above found an existing hash table entry; we need to set the mapped value.
219 MappedTraits::store(mapped, result.iterator->value);
226 HashMap<RefPtr<T>, U, V, W, X>::set(RawKeyType key, MappedPassInType mapped) argument
228 AddResult result = inlineAdd(key, mapped);
238 add(const KeyType& key, MappedPassInType mapped) argument
245 add(RawKeyType key, MappedPassInType mapped) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidn.cpp286 int32_t mapped = 0; local
305 mapped++;
317 test.logln("Number of Mapped code points : %i \n",mapped);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c65 void *mapped; member in struct:xlib_displaytarget
231 xlib_dt->mapped = xlib_dt->data;
232 return xlib_dt->mapped;
241 xlib_dt->mapped = NULL;
/external/icu4c/test/intltest/
H A Dtestidn.cpp287 int32_t mapped = 0; local
306 mapped++;
318 test.logln("Number of Mapped code points : %i \n",mapped);
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c65 void *mapped; member in struct:xlib_displaytarget
231 xlib_dt->mapped = xlib_dt->data;
232 return xlib_dt->mapped;
241 xlib_dt->mapped = NULL;
/external/chromium/base/
H A Dprocess_util.h489 // priv: Pages mapped only by this process
506 // mapped: These pages are mapped into the view of a section (backed by
508 // image: These pages are mapped into the view of an image section (backed by
511 CommittedKBytes() : priv(0), mapped(0), image(0) {}
513 size_t mapped; member in struct:base::CommittedKBytes
/external/chromium_org/base/process/
H A Dprocess_metrics.h50 // priv: Pages mapped only by this process.
55 // priv: Pages mapped only by this process.
77 // mapped: These pages are mapped into the view of a section (backed by
79 // image: These pages are mapped into the view of an image section (backed by
82 CommittedKBytes() : priv(0), mapped(0), image(0) {}
84 size_t mapped; member in struct:base::CommittedKBytes

Completed in 896 milliseconds

12