HomeSort by relevance Sort by last modified time
    Searched refs:pstate (Results 1 - 12 of 12) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
mbsinit.c 44 const char *pstate = (const char *)ps; local
46 return pstate[0] == 0;
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...]
regexec.c 145 re_dfastate_t *pstate)
150 re_dfastate_t *pstate)
879 re_dfastate_t *pstate = mctx.state_log[match_last];
880 mctx.last_node = check_halt_state_context (&mctx, pstate,
876 re_dfastate_t *pstate = mctx.state_log[match_last]; local
2369 re_dfastate_t *pstate; local
    [all...]
  /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/chromium/chrome/browser/ui/cocoa/
gradient_button_cell.h 122 - (void)setPulseState:(gradient_button_cell::PulseState)pstate;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argp.h 360 void *pstate; /* Private, for use by argp. */
356 void *pstate; \/* Private, for use by argp. *\/ member in struct:argp_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 360 void *pstate; /* Private, for use by argp. */
356 void *pstate; \/* Private, for use by argp. *\/ member in struct:argp_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 360 void *pstate; /* Private, for use by argp. */
356 void *pstate; \/* Private, for use by argp. *\/ member in struct:argp_state
  /external/libxml2/
relaxng.c 387 int pstate; /* progressive state */ member in struct:_xmlRelaxNGValidCtxt
    [all...]
  /external/qemu/
gdbstub.c 781 ((env->pstate & 0xfff) << 8) |
844 env->pstate = (tmp >> 8) & 0xfff;
    [all...]

Completed in 944 milliseconds