Home
last modified time | relevance | path

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

12

/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/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/harfbuzz/src/
Dhb-font.cc2169 int *unmapped = coords_length ? (int *) calloc (coords_length, sizeof (coords[0])) : nullptr; in hb_font_set_var_coords_normalized() local
2172 if (unlikely (coords_length && !(copy && unmapped && design_coords))) in hb_font_set_var_coords_normalized()
2175 free (unmapped); in hb_font_set_var_coords_normalized()
2183 memcpy (unmapped, coords, coords_length * sizeof (coords[0])); in hb_font_set_var_coords_normalized()
2187 font->face->table.avar->unmap_coords (unmapped, coords_length); in hb_font_set_var_coords_normalized()
2189 design_coords[i] = font->face->table.fvar->unnormalize_axis_value (i, unmapped[i]); in hb_font_set_var_coords_normalized()
2190 free (unmapped); in hb_font_set_var_coords_normalized()
/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/glslang/SPIRV/
DSPVRemapper.h153 static const spv::Id unmapped; // unchanged from default value variable
220 bool isOldIdUnmapped(spv::Id oldId) const { return localId(oldId) == unmapped; } in isOldIdUnmapped()
DSPVRemapper.cpp245 const spv::Id spirvbin_t::unmapped = spv::Id(-10000); member in spv::spirvbin_t
269 if (newId != unmapped && newId != unused) { in localId()
323 assert(id != unused && id != unmapped); in applyMap()
486 [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/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/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/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME59 mmap()/shmat() a previously defined, currently unmapped() segment.
/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/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/icu/docs/userguide/conversion/
Dindex.md78 8. Allows callbacks for handling and substituting invalid or unmapped byte
/third_party/openGLES/extensions/ARB/
DARB_sparse_buffer.txt231 as seen for the client for unmapped parts of the buffer?
/third_party/libffi/
Dacinclude.m434 # explicitly unmapped remain accessible.
/third_party/EGL/extensions/KHR/
DEGL_KHR_lock_surface3.txt432 Any mapped buffers of <surface> become unmapped following
DEGL_KHR_lock_surface.txt352 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
DEGL_KHR_lock_surface.txt352 Any mapped buffers of <surface> become unmapped following

12