Home
last modified time | relevance | path

Searched defs:tb (Results 1 – 25 of 120) sorted by relevance

12345

/external/javassist/src/main/javassist/bytecode/stackmap/
DLiveness.java61 private void computeLiveness1(TypedBlock tb) { in computeLiveness1()
113 private void computeLiveness1u(TypedBlock tb) { in computeLiveness1u()
126 private void computeLiveness2(TypedBlock tb) { in computeLiveness2()
170 private boolean computeLiveness2except(TypedBlock tb) { in computeLiveness2except()
196 TypedBlock tb = blocks[i]; in hasChanged() local
213 TypedBlock tb = blocks[i]; in computeUsage() local
/external/qemu/
Dexec-all.h203 tb_get_tb_pc(const TranslationBlock* tb, unsigned int pair) in tb_get_tb_pc()
214 tb_get_guest_pc(const TranslationBlock* tb, unsigned int pair) in tb_get_guest_pc()
226 tb_search_guest_pc_from_tb_pc(const TranslationBlock* tb, target_ulong tb_pc) in tb_search_guest_pc_from_tb_pc()
302 static inline void tb_set_jmp_target(TranslationBlock *tb, in tb_set_jmp_target()
317 static inline void tb_set_jmp_target(TranslationBlock *tb, in tb_set_jmp_target()
325 static inline void tb_add_jump(TranslationBlock *tb, int n, in tb_add_jump()
Dtranslate-all.c99 int cpu_gen_code(CPUState *env, TranslationBlock *tb, int *gen_code_size_ptr) in cpu_gen_code()
173 int cpu_restore_state(TranslationBlock *tb, in cpu_restore_state()
Dgen-icount.h27 static void gen_icount_end(TranslationBlock *tb, int num_insns) in gen_icount_end()
Dexec.c680 TranslationBlock *tb; in tb_invalidate_check() local
698 TranslationBlock *tb; in tb_page_check() local
716 static inline void tb_remove(TranslationBlock **ptb, TranslationBlock *tb, in tb_remove()
730 static inline void tb_page_remove(TranslationBlock **ptb, TranslationBlock *tb) in tb_page_remove()
747 static inline void tb_jmp_remove(TranslationBlock *tb, int n) in tb_jmp_remove()
777 static inline void tb_reset_jump(TranslationBlock *tb, int n) in tb_reset_jump()
782 void tb_phys_invalidate(TranslationBlock *tb, target_ulong page_addr) in tb_phys_invalidate()
876 TranslationBlock *tb; in build_page_bitmap() local
905 TranslationBlock *tb; in tb_gen_code() local
950 TranslationBlock *tb, *tb_next, *saved_tb; in tb_invalidate_phys_page_range() local
[all …]
/external/iproute2/genl/
Dctrl.c76 struct rtattr *tb[CTRL_ATTR_MAX + 1]; in genl_ctrl_resolve_family() local
138 struct rtattr *tb[CTRL_ATTR_OP_MAX + 1]; in print_ctrl_cmds() local
159 struct rtattr *tb[CTRL_ATTR_MCAST_GRP_MAX + 1]; in print_ctrl_grp() local
183 struct rtattr *tb[CTRL_ATTR_MAX + 1]; in print_ctrl() local
/external/iproute2/ip/
Dxfrm_monitor.c51 struct rtattr * tb[XFRMA_MAX+1]; in xfrm_acquire_print() local
139 struct rtattr * tb[XFRMA_MAX+1]; in xfrm_policy_flush_print() local
180 struct rtattr * tb[XFRMA_MAX+1]; in xfrm_report_print() local
Dipprefix.c41 struct rtattr * tb[RTA_MAX+1]; in print_prefix() local
Diplink_macvlan.c69 static void macvlan_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in macvlan_print_opt()
Dipaddrlabel.c63 struct rtattr *tb[IFAL_MAX+1]; in print_addrlabel() local
204 struct rtattr * tb[IFAL_MAX+1]; in flush_addrlabel() local
Dlink_gre.c51 struct rtattr *tb[IFLA_MAX + 1]; in gre_parse_opt() local
269 static void gre_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[]) in gre_print_opt()
Dip_common.h43 static inline int rtm_get_table(struct rtmsg *r, struct rtattr **tb) in rtm_get_table()
Diprule.c53 struct rtattr * tb[FRA_MAX+1]; in print_rule() local
370 struct rtattr * tb[FRA_MAX+1]; in flush_rule() local
/external/qemu/target-arm/
Dexec.h59 static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb) in cpu_pc_from_tb()
Dtranslate-android.h155 TranslationBlock* tb; in register_ret_address() local
293 gen_traceBB( uint64_t bbNum, void* tb ) in gen_traceBB()
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dstack_utils.py62 def log_traceback(logger, tb): argument
/external/iproute2/include/
Dlibnetlink.h67 #define parse_rtattr_nested(tb, max, rta) \ argument
70 #define parse_rtattr_nested_compat(tb, max, rta, data, len) \ argument
/external/qemu/memcheck/
Dmemcheck_util.h183 const TranslationBlock* tb = tb_find_pc(tb_pc); in memcheck_tpc_to_gpc() local
/external/iproute2/tc/
Dtc_stab.c121 struct rtattr *tb[TCA_STAB_MAX + 1]; in print_size_table() local
Df_cgroup.c87 struct rtattr *tb[TCA_CGROUP_MAX+1]; in cgroup_print_opt() local
Df_basic.c112 struct rtattr *tb[TCA_BASIC_MAX+1]; in basic_print_opt() local
Dq_rr.c95 struct rtattr *tb[TCA_PRIO_MAX + 1]; in rr_print_opt() local
Dq_prio.c100 struct rtattr *tb[TCA_PRIO_MAX+1]; in prio_print_opt() local
Df_route.c136 struct rtattr *tb[TCA_ROUTE4_MAX+1]; in route_print_opt() local
/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp855 const BorderValue& tb = style()->borderStart(); in calcBorderStart() local
912 const BorderValue& tb = style()->borderEnd(); in calcBorderEnd() local
1000 const BorderValue& tb = style()->borderBefore(); in outerBorderBefore() local
1026 const BorderValue& tb = style()->borderAfter(); in outerBorderAfter() local
1041 const BorderValue& tb = style()->borderStart(); in outerBorderStart() local
1071 const BorderValue& tb = style()->borderEnd(); in outerBorderEnd() local

12345