/toolchain/binutils/binutils-2.27/opcodes/ |
ns32k-dis.c | 445 /* Print an instruction operand of category given by d. IOFFSET is 457 int ioffset, 479 ioffset -= 5; 488 addr_mode = bit_extract (buffer, ioffset - 5, 5); 489 ioffset -= 5; 639 Ivalue = bit_extract (buffer, ioffset-4, 4); 642 ioffset -= 4; 645 Ivalue = bit_extract (buffer, ioffset-3, 3); 647 ioffset -= 3; 660 size = bit_extract(buffer, ioffset-6, 2) 736 int ioffset; \/* Bits into instruction. *\/ local [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
ObjectIdentifier.java | 495 * @param ioffset start point inside <code>in</code> 501 private static byte[] pack(byte[] in, int ioffset, int ilength, int iw, int ow) { 525 (((in[ioffset+ipos/iw]+256) // locate the byte (+256 so that it's never negative) 544 private static int pack7Oid(byte[] in, int ioffset, int ilength, byte[] out, int ooffset) { 545 byte[] pack = pack(in, ioffset, ilength, 8, 7); 564 private static int pack8(byte[] in, int ioffset, int ilength, byte[] out, int ooffset) { 565 byte[] pack = pack(in, ioffset, ilength, 7, 8);
|
/external/libdrm/include/drm/ |
nouveau_class.h | 380 __u64 ioffset; member in struct:nv50_channel_gpfifo_v0 397 __u64 ioffset; member in struct:kepler_channel_gpfifo_a_v0
|
/external/icu/icu4c/source/test/intltest/ |
tztest.cpp | 1176 int32_t ioffset = zone->getRawOffset()\/1000; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
typeobject.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
typeobject.c | [all...] |
/external/python/cpython2/Objects/ |
typeobject.c | [all...] |
/external/python/cpython3/Objects/ |
typeobject.c | [all...] |