/external/gcc-demangle/ |
cp-demangle.c | 273 size_t alc; member in struct:d_growable_string 4928 size_t alc; local 5035 size_t alc; local 5056 size_t alc; local [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libpng.cpp | [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkBitmap.cpp | 589 SkAutoLockColors alc(bm); 590 const SkPMColor* table = alc.colors(); [all...] |
/external/llvm/test/MC/SystemZ/ |
insn-bad.s | 145 #CHECK: alc %r0, -524289 147 #CHECK: alc %r0, 524288 149 alc %r0, -524289 150 alc %r0, 524288 [all...] |
insn-good.s | 274 #CHECK: alc %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x98] 275 #CHECK: alc %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x98] 276 #CHECK: alc %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x98] 277 #CHECK: alc %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x98] 278 #CHECK: alc %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x98] 279 #CHECK: alc %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x98] 280 #CHECK: alc %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x98] 281 #CHECK: alc %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x98] 282 #CHECK: alc %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x98] 283 #CHECK: alc %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x98 [all...] |