HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 201 - 225 of 281) sorted by null

1 2 3 4 5 6 7 891011>>

  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp 35 loadWordDisp(cUnit, r6SELF, offsetof(Thread, cardTable),
594 loadWordDisp(cUnit, regArray, offsetof(Object, clazz), r1);
595 loadWordDisp(cUnit, r0, offsetof(Object, clazz), r0);
    [all...]
  /external/qemu/target-arm/
translate.c 121 offsetof(CPUState, regs[i]),
125 offsetof(CPUState, exclusive_addr), "exclusive_addr");
127 offsetof(CPUState, exclusive_val), "exclusive_val");
129 offsetof(CPUState, exclusive_high), "exclusive_high");
132 offsetof(CPUState, exclusive_test), "exclusive_test");
134 offsetof(CPUState, exclusive_info), "exclusive_info");
148 #define load_cpu_field(name) load_cpu_offset(offsetof(CPUState, name))
157 store_cpu_offset(var, offsetof(CPUState, name))
378 #define gen_set_CF(var) tcg_gen_st_i32(var, cpu_env, offsetof(CPUState, CF))
392 tcg_gen_st_i32(var, cpu_env, offsetof(CPUState, NF))
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 1000 * ldr r1 [r0, #(offsetof(CPUState, tlb_table[mem_index][0].addr_read))]
1011 offsetof(CPUState, tlb_table[0][0].addr_read));
1022 offsetof(CPUState, tlb_table[0][0].addr_read) + 4);
1027 offsetof(CPUState, tlb_table[0][0].addend));
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 568 | offsetof (CPUState, tlb_table[mem_index][0].addr_read)
646 | (offsetof (CPUTLBEntry, addend)
647 - offsetof (CPUTLBEntry, addr_read))
764 | offsetof (CPUState, tlb_table[mem_index][0].addr_write)
845 | (offsetof (CPUTLBEntry, addend)
846 - offsetof (CPUTLBEntry, addr_write))
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 637 offsetof (CPUState, tlb_table[mem_index][0].addr_read));
682 | (offsetof (CPUTLBEntry, addend)
683 - offsetof (CPUTLBEntry, addr_read))
783 offsetof (CPUState, tlb_table[mem_index][0].addr_write));
810 | (offsetof (CPUTLBEntry, addend)
811 - offsetof (CPUTLBEntry, addr_write))
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 777 tcg_out_addi(s, arg1, offsetof(CPUState,
874 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) -
875 offsetof(CPUTLBEntry, addr_read), TARGET_ADDEND_LD_OP);
989 tcg_out_addi(s, arg1, offsetof(CPUState,
1054 tcg_out_ldst(s, arg1, arg1, offsetof(CPUTLBEntry, addend) -
1055 offsetof(CPUTLBEntry, addr_write), TARGET_ADDEND_LD_OP);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 384 #define OFFB_RAX offsetof(VexGuestAMD64State,guest_RAX)
385 #define OFFB_RBX offsetof(VexGuestAMD64State,guest_RBX)
386 #define OFFB_RCX offsetof(VexGuestAMD64State,guest_RCX)
387 #define OFFB_RDX offsetof(VexGuestAMD64State,guest_RDX)
388 #define OFFB_RSP offsetof(VexGuestAMD64State,guest_RSP)
389 #define OFFB_RBP offsetof(VexGuestAMD64State,guest_RBP)
390 #define OFFB_RSI offsetof(VexGuestAMD64State,guest_RSI)
391 #define OFFB_RDI offsetof(VexGuestAMD64State,guest_RDI)
392 #define OFFB_R8 offsetof(VexGuestAMD64State,guest_R8)
393 #define OFFB_R9 offsetof(VexGuestAMD64State,guest_R9
    [all...]
  /external/bison/lib/
abitset.c 789 size_t header_size = offsetof (union bitset_union, a.words);
791 size_t bitset_alignment = offsetof (struct bitset_align_struct, b);
  /external/pcre/
pcre_internal.h 577 /* In case there is no definition of offsetof() provided - though any proper
580 #ifndef offsetof
581 #define offsetof(p_type,field) ((size_t)&(((p_type *)0)->field)) macro
    [all...]
  /external/ppp/pppd/
pppd.h 902 #define offsetof macro
    [all...]
  /external/valgrind/main/drd/
drd_rwlock.c 287 tl_assert(offsetof(DrdClientobj, rwlock) == 0);
316 tl_assert(offsetof(DrdClientobj, rwlock) == 0);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 551 #ifndef offsetof
552 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 551 #ifndef offsetof
552 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
system.h 551 #ifndef offsetof
552 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
  /system/media/wilhelm/src/
Android.mk 170 LOCAL_CFLAGS += -x c++ -Wno-multichar -Wno-invalid-offsetof
  /dalvik/vm/oo/
Object.h 789 (((const u1*) meth->insns) - offsetof(DexCode, insns));
  /external/elfutils/libebl/
eblgstrtab.c 116 st->left = len - offsetof (struct memoryblock, memory);
eblwstrtab.c 113 st->left = len - offsetof (struct memoryblock, memory);
  /external/icu4c/common/
rbbidata.cpp 377 int32_t topSize = offsetof(RBBIStateTable, fTableData);
  /external/iptables/extensions/
libxt_rateest.c 439 .userspacesize = XT_ALIGN(offsetof(struct xt_rateest_match_info, est1)),
  /hardware/invensense/mlsdk/mllite/
mldl_cfg_mpu.c 182 offsetof(struct mldl_cfg, ram));
  /system/core/sdcard/
fuse.h 561 #define FUSE_NAME_OFFSET offsetof(struct fuse_dirent, name)
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 892 pOperation->params[0].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sAdministrativeData);
896 pOperation->params[1].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sInstructions);
900 pOperation->params[2].memref.offset = offsetof(DELEGATION_EXCHANGE_BUFFER, sWorkspace);
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c 638 tl_assert(0 == offsetof(PriMapEnt,base));
640 primap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(PriMapEnt,base),
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 317 { #ID, ID, TYPE, offsetof(STRUCT, FIELD), DESC_FLAG_NONE, NULL, 0, 0 }
319 { #ID, ID, TYPE, offsetof(STRUCT, FIELD), DESC_FLAG_MULTI, ne_ ## FIELD ## _elements, \
322 { #ID, ID, TYPE, offsetof(STRUCT, FIELD), DESC_FLAG_OFFSET, ne_ ## FIELD ## _elements, 0, \
323 offsetof(STRUCT, FIELD ## _offset) }
325 { #ID, ID, TYPE, offsetof(STRUCT, FIELD), DESC_FLAG_NONE, ne_ ## FIELD ## _elements, 0, 0 }
    [all...]

Completed in 729 milliseconds

1 2 3 4 5 6 7 891011>>