Searched defs:SZ (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | elf_ops.h | 1 static void glue(bswap_ehdr, SZ)(struct elfhdr *ehdr) in glue() argument 18 static void glue(bswap_phdr, SZ)(struct elf_phdr *phdr) in glue() argument 30 static void glue(bswap_shdr, SZ)(struct elf_shdr *shdr) in glue() argument 44 static void glue(bswap_sym, SZ)(struct elf_sym *sym) in glue() argument 52 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table, in glue() argument 63 static int glue(symfind, SZ)(const void *s0, const void *s1) in glue() argument 76 static const char *glue(lookup_symbol, SZ)(struct syminfo *s, target_ulong orig_addr) in glue() argument 92 static int glue(symcmp, SZ)(const void *s0, const void *s1) in glue() argument 101 static int glue(load_symbols, SZ)(struct elfhdr *ehdr, int fd, int must_swab) in glue() argument 180 static int glue(load_elf, SZ)(int fd, int64_t address_offset, in glue() argument
|
D | loader.c | 280 #define SZ 32 macro 303 #define SZ 64 macro
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 252 #define COPY_SZ_4V(DST, SZ, SRC) \ argument 264 #define COPY_CLEAN_4V(DST, SZ, SRC) \ argument
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 842 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op)) in getTruncateExpr() local 906 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op)) in getZeroExtendExpr() local 1168 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op)) in getSignExtendExpr() local 5016 const SCEVZeroExtendExpr *SZ = cast<SCEVZeroExtendExpr>(V); in BuildConstantFromSCEV() local
|