Home
last modified time | relevance | path

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

12

/external/llvm/test/MC/Disassembler/SystemZ/
Dunmapped.txt3 # An unmapped 2-byte instruction
11 # An unmapped 4-byte instruction
19 # An unmapped 6-byte instruction
27 # A trailing zero (also unmapped)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/
Dunmapped.txt3 # An unmapped 2-byte instruction
11 # An unmapped 4-byte instruction
19 # An unmapped 6-byte instruction
27 # A trailing zero (also unmapped)
/external/python/cpython2/Tools/unicode/
Dgencodec.py77 unmapped = range(256)
84 unmapped.remove(i)
103 if enc in unmapped:
104 unmapped.remove(enc)
114 if len(identity) >= len(unmapped):
115 for enc in unmapped:
/external/python/cpython3/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:
/external/v8/src/objects/
Darguments.tq31 // mapped and unmapped.
48 // If key >= elements.length then attempt to look in the unmapped arguments
49 // array and return the value at key, missing to the runtime if the unmapped
54 // the unmapped arguments array, as described above. Otherwise, t is a Smi
59 // corresponding unmapped arguments FixedArray:
/external/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()
/external/autotest/client/site_tests/security_SMMLocked/
Dcontrol17 the SMRAM area unmapped and the SMM registers locked.
/external/deqp-deps/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()
/external/angle/third_party/glslang/src/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()
/external/mesa3d/docs/relnotes/
D10.5.8.rst65 - i965: Don't compact instructions with unmapped bits.
/external/libffi/
Dacinclude.m434 # explicitly unmapped remain accessible.
/external/python/cpython2/Modules/_ctypes/libffi/
Dacinclude.m434 # explicitly unmapped remain accessible.
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
DREADME59 mmap()/shmat() a previously defined, currently unmapped() segment.
/external/u-boot/doc/
DREADME.fsl-ddr406 2 GiB left unmapped
411 Remap DDR 2 GiB left unmapped
/external/v8/src/builtins/
Darray-slice.tq75 // Fill in the rest of the result that contains the unmapped parameters
/external/jemalloc/
DINSTALL293 accessing unmapped addresses.
/external/cpuinfo/test/dmesg/
Dlenovo-a6600-plus.log1232 …)[481:nvram_daemon][gsensor] OLD OFFSET:unmapped raw offset( +0 +0 +0),unmapped hw offset( +0 +…
/external/python/cpython2/Doc/library/
Dttk.rst522 previously-selected window (if different) is unmapped. If *tab_id* is
/external/mesa3d/docs/gallium/
Dcontext.rst322 u_upload_unmap makes sure the previously mapped memory is unmapped.
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst618 previously-selected window (if different) is unmapped. If *tab_id* is
/external/mesa3d/docs/
Dversions.rst270 - reading pixels from an unmapped X window caused a BadMatch error
/external/strace/
DChangeLog-CVS4189 to read unmapped page. Make it possible to strace ksh.
4331 unmapped page just after the args/env area).
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1207 the dimensions of the higher-rank shape. The unmapped dimensions of the expanded

12