HomeSort by relevance Sort by last modified time
    Searched defs:ibytes (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
mcore-dis.c 95 unsigned char ibytes[4]; local
104 status = info->read_memory_func (memaddr, ibytes, 2, info);
113 inst = (ibytes[0] << 8) | ibytes[1];
115 inst = (ibytes[1] << 8) | ibytes[0];
239 status = info->read_memory_func (val, ibytes, 4, info);
247 val = (ibytes[3] << 24) | (ibytes[2] << 16)
248 | (ibytes[1] << 8) | (ibytes[0])
    [all...]
microblaze-dis.c 171 unsigned char ibytes[4]; local
176 status = info->read_memory_func (memaddr, ibytes, 4, info);
185 inst = (ibytes[0] << 24) | (ibytes[1] << 16) | (ibytes[2] << 8) | ibytes[3];
187 inst = (ibytes[3] << 24) | (ibytes[2] << 16) | (ibytes[1] << 8) | ibytes[0]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mroute6.h 106 unsigned long ibytes; /* In bytes */ member in struct:sioc_mif_req6
mroute.h 108 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
  /bionic/libc/kernel/uapi/linux/
mroute6.h 84 unsigned long ibytes; member in struct:sioc_mif_req6
mroute.h 87 unsigned long ibytes; member in struct:sioc_vif_req
  /external/kernel-headers/original/uapi/linux/
mroute6.h 108 unsigned long ibytes; /* In bytes */ member in struct:sioc_mif_req6
mroute.h 98 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 225 milliseconds