OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unmapped
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/efi/
tcp.c
59
int
unmapped
= 1;
local
73
while (
unmapped
){
76
unmapped
= 0;
84
unmapped
= 0;
udp.c
35
int
unmapped
= 1;
local
39
while (
unmapped
){
42
unmapped
= 0;
50
unmapped
= 0;
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h
148
static const spv::Id
unmapped
; // unchanged from default value
member in class:spv::spirvbin_t
210
bool isOldIdUnmapped(spv::Id oldId) const { return localId(oldId) ==
unmapped
; }
SPVRemapper.cpp
205
const spv::Id spirvbin_t::
unmapped
= spv::Id(-10000);
member in class:spv::spirvbin_t
224
if (newId !=
unmapped
&& newId != unused) {
268
assert(id != unused && id !=
unmapped
);
286
// Find a new mapping for any used but
unmapped
IDs
376
[this](spv::Id& id) { localId(id,
unmapped
); }
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.h
148
static const spv::Id
unmapped
; // unchanged from default value
member in class:spv::spirvbin_t
210
bool isOldIdUnmapped(spv::Id oldId) const { return localId(oldId) ==
unmapped
; }
SPVRemapper.cpp
205
const spv::Id spirvbin_t::
unmapped
= spv::Id(-10000);
member in class:spv::spirvbin_t
224
if (newId !=
unmapped
&& newId != unused) {
268
assert(id != unused && id !=
unmapped
);
286
// Find a new mapping for any used but
unmapped
IDs
376
[this](spv::Id& id) { localId(id,
unmapped
); }
[
all
...]
Completed in 127 milliseconds