OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newmap
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.27/ld/emultempl/
spu_ovl.S
97
#define
newmap
save3
define
397
shufb
newmap
, newovl, map, genwi # 0,4 56
406
stqd
newmap
, 0(addr4) # 1,6 60
/external/selinux/libsepol/src/
link.c
188
uint32_t *
newmap
= calloc(perm->s.value, sizeof(*
newmap
));
local
189
if (
newmap
== NULL) {
193
memcpy(
newmap
, mod->perm_map[sclassi],
194
mod->perm_map_len[sclassi] * sizeof(*
newmap
));
196
mod->perm_map[sclassi] =
newmap
;
[
all
...]
Completed in 646 milliseconds