HomeSort by relevance Sort by last modified time
    Searched refs:trans (Results 1 - 25 of 534) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/daemon/
opd_ibs_trans.h 27 extern void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag);
28 extern void trans_ibs_op (struct transient * trans, unsigned int selected_flag);
29 extern void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag);
30 extern void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag);
31 extern int trans_ibs_op_rip_invalid (struct transient * trans);
32 extern void trans_ibs_op_mask_reserved (unsigned int family, struct transient * trans);
33 extern void trans_ibs_op_ls_memaccess(struct transient * trans);
34 extern void trans_ibs_op_bta (struct transient * trans);
opd_trans.c 37 void clear_trans_last(struct transient * trans)
39 trans->last = NULL;
40 trans->last_anon = NULL;
44 void clear_trans_current(struct transient * trans)
46 trans->current = NULL;
47 trans->anon = NULL;
51 uint64_t pop_buffer_value(struct transient * trans)
55 if (!trans->remaining) {
61 uint32_t const * lbuf = (void const *)trans->buffer;
64 uint64_t const * lbuf = (void const *)trans->buffer
292 struct transient trans = { local
    [all...]
opd_spu.c 33 static void process_spu_samples(struct transient * trans);
42 * trans.buffer is empty.
44 void code_spu_profiling(struct transient * trans)
47 unsigned long long num_spus = pop_buffer_value(trans);
52 process_spu_samples(trans);
55 void code_spu_ctx_switch(struct transient * trans)
57 clear_trans_current(trans);
59 if (!enough_remaining(trans, 6)) {
60 trans->remaining = 0;
67 trans->cpu = pop_buffer_value(trans)
    [all...]
opd_trans.h 63 uint64_t pop_buffer_value(struct transient * trans);
64 int enough_remaining(struct transient * trans, size_t size);
65 static inline void update_trans_last(struct transient * trans)
67 trans->last = trans->current;
68 trans->last_anon = trans->anon;
69 trans->last_pc = trans->pc;
81 void clear_trans_last(struct transient * trans);
    [all...]
opd_ibs.c 84 static void opd_log_ibs_fetch(struct transient * trans)
86 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
90 trans_ibs_fetch(trans, ibs_fetch_selected_flag);
98 static void opd_log_ibs_op(struct transient * trans)
100 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
104 trans_ibs_op_mask_reserved(ibs_family, trans);
106 if (trans_ibs_op_rip_invalid(trans) != 0)
109 trans_ibs_op(trans, ibs_op_selected_flag);
110 trans_ibs_op_ls(trans, ibs_op_ls_selected_flag);
111 trans_ibs_op_nb(trans, ibs_op_nb_selected_flag)
    [all...]
opd_anon.c 47 static void do_lru(struct transient * trans)
56 if (trans->anon == entry)
57 clear_trans_current(trans);
58 if (trans->last_anon == entry)
59 clear_trans_last(trans);
77 static void clear_anon_maps(struct transient * trans)
79 unsigned long hash = hash_anon(trans->tgid, trans->app_cookie);
80 pid_t tgid = trans->tgid;
81 cookie_t app = trans->app_cookie
    [all...]
opd_ibs.h 92 extern void code_ibs_fetch_sample(struct transient * trans);
124 extern void code_ibs_op_sample(struct transient * trans);
127 extern void opd_log_ibs_event(unsigned int event, struct transient * trans);
130 extern void opd_log_ibs_count(unsigned int event, struct transient * trans, unsigned int count);
opd_sfile.c 42 sfile_hash(struct transient const * trans, struct kernel_image * ki)
47 val ^= trans->tid << 2;
48 val ^= trans->tgid << 2;
51 if (separate_kernel || ((trans->anon || separate_lib) && !ki))
52 val ^= trans->app_cookie >> (DCOOKIE_SHIFT + 3);
55 val ^= trans->cpu;
58 if (trans->in_kernel) {
64 if (trans->cookie != NO_COOKIE) {
65 val ^= trans->cookie >> DCOOKIE_SHIFT;
70 val ^= trans->tgid << 2
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ztrans.cpp 37 ztrans_close(ZTrans *trans) {
38 delete (TimeZoneTransition*)trans;
42 ztrans_clone(ZTrans *trans) {
43 return (ZTrans*) (((TimeZoneTransition*)trans)->TimeZoneTransition::clone());
52 ztrans_getTime(ZTrans* trans) {
53 return ((TimeZoneTransition*)trans)->TimeZoneTransition::getTime();
57 ztrans_setTime(ZTrans* trans, UDate time) {
58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
62 ztrans_getFrom(ZTrans* & trans) {
63 return (void*) (((TimeZoneTransition*)trans)->TimeZoneTransition::getFrom())
    [all...]
ztrans.h 53 * @param trans the object to dispose of
57 ztrans_close(ZTrans *trans);
66 ztrans_clone(ZTrans *trans);
81 * param trans, the transition to use
86 ztrans_getTime(ZTrans* trans);
90 * param trans, the transition to use
95 ztrans_setTime(ZTrans* trans, UDate time);
99 * param trans, the transition to use
104 ztrans_getFrom(ZTrans* & trans);
109 * param trans, the transition to us
    [all...]
  /external/icu4c/i18n/
ztrans.cpp 37 ztrans_close(ZTrans *trans) {
38 delete (TimeZoneTransition*)trans;
42 ztrans_clone(ZTrans *trans) {
43 return (ZTrans*) (((TimeZoneTransition*)trans)->TimeZoneTransition::clone());
52 ztrans_getTime(ZTrans* trans) {
53 return ((TimeZoneTransition*)trans)->TimeZoneTransition::getTime();
57 ztrans_setTime(ZTrans* trans, UDate time) {
58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
62 ztrans_getFrom(ZTrans* & trans) {
63 return (void*) (((TimeZoneTransition*)trans)->TimeZoneTransition::getFrom())
    [all...]
ztrans.h 50 * @param trans the object to dispose of
53 ztrans_close(ZTrans *trans);
61 ztrans_clone(ZTrans *trans);
75 * param trans, the transition to use
79 ztrans_getTime(ZTrans* trans);
83 * param trans, the transition to use
87 ztrans_setTime(ZTrans* trans, UDate time);
91 * param trans, the transition to use
95 ztrans_getFrom(ZTrans* & trans);
100 * param trans, the transition to us
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_change_listener.h 27 BaseTransaction* trans) = 0;
31 BaseTransaction* trans) = 0;
33 BaseTransaction* trans) = 0;
nigori_util.h 27 ModelTypeSet GetEncryptedDataTypes(BaseTransaction* const trans);
44 BaseTransaction* const trans,
50 WriteTransaction* const trans,
56 bool VerifyDataTypeEncryption(BaseTransaction* const trans,
  /ndk/sources/android/support/src/musl-ctype/
wctrans.c 11 wint_t towctrans(wint_t wc, wctrans_t trans)
13 if (trans == (wctrans_t)1) return towupper(wc);
14 if (trans == (wctrans_t)2) return towlower(wc);
  /external/chromium_org/sync/syncable/
nigori_handler.h 39 syncable::BaseTransaction* const trans) = 0;
44 syncable::BaseTransaction* const trans) const = 0;
48 syncable::BaseTransaction* const trans) const = 0;
54 syncable::BaseTransaction* const trans) = 0;
58 syncable::BaseTransaction* const trans) const = 0;
syncable_delete_journal.h 28 // method requires a non-null |trans| parameter.
39 size_t GetDeleteJournalSize(BaseTransaction* trans) const;
43 void UpdateDeleteJournalForServerDelete(BaseTransaction* trans,
51 // lifetime of |trans|. |type| is added to |passive_delete_journal_types_| to
55 void GetDeleteJournals(BaseTransaction* trans, ModelType type,
62 void PurgeDeleteJournals(BaseTransaction* trans,
68 void TakeSnapshotAndClear(BaseTransaction* trans,
78 void AddJournalBatch(BaseTransaction* trans, const EntryKernelSet& entries);
directory_change_delegate.h 30 BaseTransaction* trans,
35 BaseTransaction* trans,
41 BaseTransaction* trans) = 0;
  /external/chromium_org/sync/test/
null_directory_change_delegate.h 21 BaseTransaction* trans,
25 BaseTransaction* trans,
29 BaseTransaction* trans) OVERRIDE;
  /external/clang/test/CodeGen/
2009-05-22-callingconv.c 7 int len, char * trans,
11 re_string_construct (pstr, str, len, trans, icase, dfa)
15 char * trans;
  /external/chromium_org/sync/internal_api/
delete_journal.cc 15 BaseTransaction* trans, BookmarkDeleteJournalList *delete_journal_list) {
17 trans->GetDirectory()->delete_journal()->GetDeleteJournals(
18 trans->GetWrappedTrans(), BOOKMARKS, &deleted_entries);
31 std::string plaintext_data = trans->GetCryptographer()->DecryptToString(
46 trans->GetDirectory()->delete_journal()->PurgeDeleteJournals(
47 trans->GetWrappedTrans(), undecryptable_journal);
52 void DeleteJournal::PurgeDeleteJournals(BaseTransaction* trans,
54 trans->GetDirectory()->delete_journal()->PurgeDeleteJournals(
55 trans->GetWrappedTrans(), ids);
  /external/chromium_org/sync/engine/
apply_control_data_updates.h 21 void ApplyNigoriUpdate(syncable::WriteTransaction* trans,
24 void ApplyControlUpdate(syncable::WriteTransaction* const trans,
apply_control_data_updates.cc 28 syncable::WriteTransaction trans(FROM_HERE, SYNCER, dir);
32 &trans, ToFullModelTypeSet(ControlTypes()), &handles);
42 syncable::MutableEntry entry(&trans,
53 ApplyNigoriUpdate(&trans,
55 dir->GetCryptographer(&trans));
57 ApplyControlUpdate(&trans,
59 dir->GetCryptographer(&trans));
67 syncable::MutableEntry entry(&trans, syncable::GET_BY_HANDLE, *iter);
77 ApplyControlUpdate(&trans,
79 dir->GetCryptographer(&trans));
    [all...]
  /external/chromium_org/sync/internal_api/public/
delete_journal.h 30 // of |trans|'s directory.
35 BaseTransaction* trans, BookmarkDeleteJournalList *delete_journals);
37 // Purge delete journals of given IDs from |trans|'s directory.
38 static void PurgeDeleteJournals(BaseTransaction* trans,
  /external/valgrind/main/VEX/unused/
dispatch.c 19 return transtab[i].trans;
30 char* trans; member in struct:__anon27639
39 /* Call here to add a translation to the trans cache.
44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size )
52 transtab[n_transtab_used].trans = malloc(trans_size);
53 assert(transtab[n_transtab_used].trans != NULL);
55 transtab[n_transtab_used].trans[i] = trans[i];
58 arm_notify_new_code(transtab[n_transtab_used].trans, trans_size);

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 91011>>