Home
last modified time | relevance | path

Searched refs:unmapped (Results 1 – 25 of 52) sorted by relevance

123

/third_party/python/Tools/unicode/
Dgencodec.py79 unmapped = list(range(256))
86 unmapped.remove(i)
105 if enc in unmapped:
106 unmapped.remove(enc)
116 if len(identity) >= len(unmapped):
117 for enc in unmapped:
/third_party/node/deps/v8/src/objects/
Darguments.tq29 // mapped and unmapped.
46 // If key >= elements.length then attempt to look in the unmapped arguments
47 // array and return the value at key, missing to the runtime if the unmapped
52 // the unmapped arguments array, as described above. Otherwise, t is a Smi
57 // corresponding unmapped arguments FixedArray:
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-font.cc2170 int *unmapped = coords_length ? (int *) hb_calloc (coords_length, sizeof (coords[0])) : nullptr; in hb_font_set_var_coords_normalized() local
2173 if (unlikely (coords_length && !(copy && unmapped && design_coords))) in hb_font_set_var_coords_normalized()
2176 hb_free (unmapped); in hb_font_set_var_coords_normalized()
2184 memcpy (unmapped, coords, coords_length * sizeof (coords[0])); in hb_font_set_var_coords_normalized()
2188 font->face->table.avar->unmap_coords (unmapped, coords_length); in hb_font_set_var_coords_normalized()
2190 design_coords[i] = font->face->table.fvar->unnormalize_axis_value (i, unmapped[i]); in hb_font_set_var_coords_normalized()
2191 hb_free (unmapped); in hb_font_set_var_coords_normalized()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DWriteIndicCharts.java119 boolean unmapped = false; in writeIICharts()
135 unmapped=true; in writeIICharts()
156 }else if(unmapped){ in writeIICharts()
/third_party/glslang/SPIRV/
DSPVRemapper.h130 static const spv::Id unmapped; // unchanged from default value variable
199 bool isOldIdUnmapped(spv::Id oldId) const { return localId(oldId) == unmapped; } in isOldIdUnmapped()
DSPVRemapper.cpp255 const spv::Id spirvbin_t::unmapped = spv::Id(-10000); member in spv::spirvbin_t
279 if (newId != unmapped && newId != unused) { in localId()
339 assert(id != unused && id != unmapped); in applyMap()
502 [this](spv::Id& id) { localId(id, unmapped); } in buildLocalMaps()
/third_party/mesa3d/docs/relnotes/
D10.5.8.rst65 - i965: Don't compact instructions with unmapped bits.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_swap_group.txt67 When a window is unmapped, it is always ready.
DGLX_SGIX_swap_barrier.txt76 When a window is unmapped, it is always ready.
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_swap_group.txt67 When a window is unmapped, it is always ready.
DGLX_SGIX_swap_barrier.txt76 When a window is unmapped, it is always ready.
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME59 mmap()/shmat() a previously defined, currently unmapped() segment.
/third_party/node/deps/v8/src/builtins/
Darray-slice.tq75 // Fill in the rest of the result that contains the unmapped parameters
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DGLX_NV_swap_group.txt137 When a window is unmapped, it is always ready.
DNV_vdpau_interop.txt169 or registered states; such surfaces will internally be unmapped and
249 state; such surfaces will internally be unmapped before being
/third_party/openGLES/extensions/NV/
DGLX_NV_swap_group.txt137 When a window is unmapped, it is always ready.
DNV_vdpau_interop.txt169 or registered states; such surfaces will internally be unmapped and
249 state; such surfaces will internally be unmapped before being
DNV_memory_attachment.txt394 unmapped.
/third_party/icu/docs/userguide/conversion/
Dindex.md78 8. Allows callbacks for handling and substituting invalid or unmapped byte
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sparse_buffer.txt221 as seen for the client for unmapped parts of the buffer?
/third_party/openGLES/extensions/ARB/
DARB_sparse_buffer.txt231 as seen for the client for unmapped parts of the buffer?
/third_party/FreeBSD/
DRELNOTES395 Add support for using unmapped mbufs with sendfile(2).
/third_party/ltp/doc/
DKVM-Test-API.asciidoc479 memory buffers. The memory region above 2GB threshold is left unmapped
/third_party/EGL/extensions/KHR/
DEGL_KHR_lock_surface3.txt432 Any mapped buffers of <surface> become unmapped following
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_lock_surface3.txt432 Any mapped buffers of <surface> become unmapped following

123