Home
last modified time | relevance | path

Searched refs:e_state (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cvaux/src/
Dcvhmm1d.cpp919 int e_state = info->state[i];
923 state[e_state].mu, info->obs_size);
926 for (m = 1; m < state[e_state].num_mix; m++)
929 state[e_state].mu + m * info->obs_size,
Dcvhmm.cpp1022 int e_state = info->state[2 * counter + 1]; in icvMixSegmL2() local
1026 state[e_state].mu, info->obs_size); in icvMixSegmL2()
1029 for (m = 1; m < state[e_state].num_mix; m++) in icvMixSegmL2()
1032 state[e_state].mu + m * info->obs_size, in icvMixSegmL2()
/external/oprofile/events/i386/nehalem/
Dunit_masks98 …0x04 e_state Counts number of L2 data demand loads where the cache line to be loaded is in the E (…
103 …0x40 e_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the E…
110 …0x04 e_state Counts number of L2 store RFO requests where the cache line to be loaded is in the E …
116 …0x40 e_state Counts number of L2 demand lock RFO requests where the cache line to be loaded is in …
123 …0x04 e_state Counts number of L1 writebacks to the L2 where the cache line to be written is in the…
135 …0x04 e_state Counts L1 data cache read requests where the cache line to be loaded is in the E (exc…
141 …0x04 e_state Counts L1 data cache store RFO requests where the cache line to be loaded is in the E…
147 …0x04 e_state Counts L1 data cache retired load locks that hit the target cache line in the exclusi…
338 0x04 e_state Counts the number of cache lines allocated in the L2 cache in the E (exclusive) state
/external/oprofile/events/i386/westmere/
Dunit_masks121 0x04 e_state L1 writebacks to L2 in E state
143 0x04 e_state L2 lines allocated in the E state
/external/chromium_org/third_party/sqlite/src/tool/
Dlemon.c1945 enum e_state { enum
1973 enum e_state state; /* The state of the parser */