/external/bison/lib/ |
mbsinit.c | 56 const char *pstate = (const char *)ps; local 58 return pstate == NULL || pstate[0] == 0;
|
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...] |
/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...] |
/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/chromium_org/third_party/libxml/src/ |
relaxng.c | 387 int pstate; /* progressive state */ member in struct:_xmlRelaxNGValidCtxt [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 1967 struct pstate { struct [all...] |
/external/libxml2/ |
relaxng.c | 387 int pstate; /* progressive state */ member in struct:_xmlRelaxNGValidCtxt [all...] |