HomeSort by relevance Sort by last modified time
    Searched full:pstate (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /sdk/emulator/qtools/
dump_regions.cpp 43 ProcessState *pstate = &processes[0]; local
44 for (int ii = 0; ii < num_procs; ++ii, ++pstate) {
45 if (pstate->name == NULL)
46 pstate->name = "";
47 ProcessState *manager = pstate->addr_manager;
49 pstate->pid, manager->nregions, pstate->name);
50 for (int jj = 1; jj < pstate->argc; ++jj) {
51 printf(" %s", pstate->argv[jj]);
54 trace->DumpRegions(stdout, pstate);
    [all...]
profile_pid.cpp 74 ProcessState *pstate = &processes[0]; local
75 for (int ii = 0; ii < num_procs; ++ii, ++pstate) {
76 sum_time += pstate->cpu_time;
77 double per = 100.0 * pstate->cpu_time / total_time;
80 if ((pstate->flags & ProcessState::kCalledExec) == 0)
82 if (pstate->name == NULL)
83 pstate->name = "";
85 pstate->pid, pstate->parent_pid, pstate->cpu_time
    [all...]
trace_reader.h 202 void CopyKernelRegion(ProcessState *pstate);
203 void ClearRegions(ProcessState *pstate);
205 void DumpRegions(FILE *stream, ProcessState *pstate);
233 void AddPredefinedRegions(ProcessState *pstate);
236 void AddRegion(ProcessState *pstate, region_type *region);
241 void FindAndRemoveRegion(ProcessState *pstate,
249 void HandleMethodRecord(ProcessState *pstate,
425 ProcessState *pstate = procs; local
428 memcpy(pstate++, processes_[ii], sizeof(ProcessState));
494 void TraceReader<T>::AddPredefinedRegions(ProcessState *pstate)
1140 ProcessState *pstate = processes_[pid]; local
1335 ProcessState *pstate = processes_[event->pid]; local
1552 ProcessState *pstate = processes_[next_method_.pid]; local
    [all...]
  /external/llvm/test/MC/AArch64/
trace-regs-diagnostics.s 49 // CHECK: error: expected writable system register or pstate
52 // CHECK-NEXT: error: expected writable system register or pstate
55 // CHECK-NEXT: error: expected writable system register or pstate
58 // CHECK-NEXT: error: expected writable system register or pstate
61 // CHECK-NEXT: error: expected writable system register or pstate
64 // CHECK-NEXT: error: expected writable system register or pstate
67 // CHECK-NEXT: error: expected writable system register or pstate
70 // CHECK-NEXT: error: expected writable system register or pstate
73 // CHECK-NEXT: error: expected writable system register or pstate
76 // CHECK-NEXT: error: expected writable system register or pstate
    [all...]
gicv3-regs-diagnostics.s 38 // CHECK: error: expected writable system register or pstate
41 // CHECK-NEXT: error: expected writable system register or pstate
44 // CHECK-NEXT: error: expected writable system register or pstate
47 // CHECK-NEXT: error: expected writable system register or pstate
50 // CHECK-NEXT: error: expected writable system register or pstate
53 // CHECK-NEXT: error: expected writable system register or pstate
56 // CHECK-NEXT: error: expected writable system register or pstate
59 // CHECK-NEXT: error: expected writable system register or pstate
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 49 static EAS_RESULT IMADecoderInit (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
50 static EAS_RESULT IMADecoderSample (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
51 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble);
52 static EAS_RESULT IMADecoderLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
82 static EAS_RESULT IMADecoderInit (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState)
84 pState->decoderL.step = 0;
85 pState->decoderR.step = 0;
105 static EAS_RESULT IMADecoderSample (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState)
111 if (pState->hiNibble)
113 IMADecoderADPCM(&pState->decoderL, (EAS_U8)(pState->srcByte >> 4))
    [all...]
eas_pcm.c 46 static EAS_RESULT LinearPCMDecode (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
47 static EAS_RESULT LinearPCMLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
108 static EAS_RESULT RenderPCMStream (S_EAS_DATA *pEASData, S_PCM_STATE *pState, EAS_I32 numSamples);
113 static EAS_RESULT InitPCMStream (S_EAS_DATA *pEASData, S_PCM_STATE *pState);
133 S_PCM_STATE *pState;
153 for (i = 0, pState = pEASData->pPCMStreams; i < MAX_PCM_STREAMS; i++, pState++)
154 pState->fileHandle = NULL;
208 S_PCM_STATE *pState;
213 for (i = 0, pState = pEASData->pPCMStreams; i < MAX_PCM_STREAMS; i++, pState++
    [all...]
eas_pcmdata.h 134 EAS_RESULT (* EAS_CONST pfInit)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
135 EAS_RESULT (* EAS_CONST pfDecodeSample)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
136 EAS_RESULT (* EAS_CONST pfLocate)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
154 EAS_RESULT EAS_PESeek (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 *pLocation);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 49 static EAS_RESULT IMADecoderInit (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
50 static EAS_RESULT IMADecoderSample (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
51 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble);
52 static EAS_RESULT IMADecoderLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
82 static EAS_RESULT IMADecoderInit (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState)
84 pState->decoderL.step = 0;
85 pState->decoderR.step = 0;
105 static EAS_RESULT IMADecoderSample (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState)
111 if (pState->hiNibble)
113 IMADecoderADPCM(&pState->decoderL, (EAS_U8)(pState->srcByte >> 4))
    [all...]
eas_pcm.c 46 static EAS_RESULT LinearPCMDecode (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
47 static EAS_RESULT LinearPCMLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
108 static EAS_RESULT RenderPCMStream (S_EAS_DATA *pEASData, S_PCM_STATE *pState, EAS_I32 numSamples);
113 static EAS_RESULT InitPCMStream (S_EAS_DATA *pEASData, S_PCM_STATE *pState);
133 S_PCM_STATE *pState;
153 for (i = 0, pState = pEASData->pPCMStreams; i < MAX_PCM_STREAMS; i++, pState++)
154 pState->fileHandle = NULL;
208 S_PCM_STATE *pState;
213 for (i = 0, pState = pEASData->pPCMStreams; i < MAX_PCM_STREAMS; i++, pState++
    [all...]
eas_pcmdata.h 134 EAS_RESULT (* EAS_CONST pfInit)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
135 EAS_RESULT (* EAS_CONST pfDecodeSample)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
136 EAS_RESULT (* EAS_CONST pfLocate)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
154 EAS_RESULT EAS_PESeek (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 *pLocation);
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 49 static EAS_RESULT IMADecoderInit (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
50 static EAS_RESULT IMADecoderSample (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
51 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble);
52 static EAS_RESULT IMADecoderLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
82 static EAS_RESULT IMADecoderInit (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState)
84 pState->decoderL.step = 0;
85 pState->decoderR.step = 0;
105 static EAS_RESULT IMADecoderSample (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState)
111 if (pState->hiNibble)
113 IMADecoderADPCM(&pState->decoderL, (EAS_U8)(pState->srcByte >> 4))
    [all...]
eas_pcm.c 46 static EAS_RESULT LinearPCMDecode (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
47 static EAS_RESULT LinearPCMLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
108 static EAS_RESULT RenderPCMStream (S_EAS_DATA *pEASData, S_PCM_STATE *pState, EAS_I32 numSamples);
113 static EAS_RESULT InitPCMStream (S_EAS_DATA *pEASData, S_PCM_STATE *pState);
133 S_PCM_STATE *pState;
153 for (i = 0, pState = pEASData->pPCMStreams; i < MAX_PCM_STREAMS; i++, pState++)
154 pState->fileHandle = NULL;
208 S_PCM_STATE *pState;
213 for (i = 0, pState = pEASData->pPCMStreams; i < MAX_PCM_STREAMS; i++, pState++
    [all...]
eas_pcmdata.h 134 EAS_RESULT (* EAS_CONST pfInit)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
135 EAS_RESULT (* EAS_CONST pfDecodeSample)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState);
136 EAS_RESULT (* EAS_CONST pfLocate)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
154 EAS_RESULT EAS_PESeek (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 *pLocation);
eas_dlssynth.c 45 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState);
467 static void DLS_UpdateEnvelope (S_SYNTH_VOICE *pVoice, S_SYNTH_CHANNEL *pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState)
471 switch (*pState)
475 *pState = eEnvelopeStateDelay;
490 *pState = eEnvelopeStateAttack;
511 *pState = eEnvelopeStateHold;
531 *pState = eEnvelopeStateDecay;
551 *pState = eEnvelopeStateSustain;
562 *pState = eEnvelopeStateMuted;
574 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Envelope in invalid state %d\n", *pState); */ }
    [all...]
  /external/bison/lib/
mbrtowc.c 41 char *pstate = (char *)ps; local
55 if (pstate == NULL)
56 pstate = internal_state;
59 size_t nstate = pstate[0];
71 buf[2] = pstate[3];
74 buf[1] = pstate[2];
77 buf[0] = pstate[1];
109 pstate[0] = 0;
302 pstate[++k] = s[0];
305 pstate[++k] = s[1]
    [all...]
mbsinit.c 56 const char *pstate = (const char *)ps; local
58 return pstate == NULL || pstate[0] == 0;
  /ndk/sources/host-tools/sed-4.2.1/lib/
mbrtowc.c 41 char *pstate = (char *)ps; local
43 if (pstate == NULL)
44 pstate = internal_state;
58 size_t nstate = pstate[0];
70 buf[2] = pstate[3];
73 buf[1] = pstate[2];
76 buf[0] = pstate[1];
108 pstate[0] = 0;
295 pstate[++k] = s[0];
298 pstate[++k] = s[1]
    [all...]
mbsinit.c 44 const char *pstate = (const char *)ps; local
46 return pstate[0] == 0;
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 211 void FileHandle::setState(FileHandle::IOState pState)
213 m_State |= pState;
216 void FileHandle::cleanState(FileHandle::IOState pState)
218 m_State = pState;
  /external/aac/libAACdec/src/
aacdec_tns.cpp 257 FIXP_DBL x, *pState = state; \
261 x = (pSpec [0]>>1) + fMultDiv2 (*pCoeff++, pState [0]) ; \
263 x = (pSpec [0]<<s) + fMultDiv2 (*pCoeff++, pState [0]) ;
266 x = fMultAddDiv2 (x, *pCoeff, pState [1]); \
267 pState [0] = pState [1] - (fMultDiv2 (*pCoeff++, x) <<2) ; \
268 pState++;
275 *pState =(-x) << 1; \
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 87 void setState(IOState pState);
89 void cleanState(IOState pState = GoodBit);
  /frameworks/wilhelm/src/itf/
IBufferQueue.c 118 static SLresult IBufferQueue_GetState(SLBufferQueueItf self, SLBufferQueueState *pState)
124 if (NULL == pState) {
137 *pState = state;
IRecord.c 50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState)
55 if (NULL == pState) {
61 *pState = state;
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.h 48 DWORD dwUserIndex, XINPUT_STATE* pState);

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8