Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 7 of 7) sorted by relevance

/system/libufdt/sysdeps/
Dlibufdt_sysdeps_vendor.c100 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort() local
127 pc = pd = (char *)a + (n - 1) * es; in qsort()
140 swap(pc, pd); in qsort()
141 pd -= es; in qsort()
160 r = min(pd - pc, pn - pd - (int)es); in qsort()
163 if ((r = pd - pc) > (int)es) { in qsort()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc1152 uint8_t* pd = ps + shift_amount; in GKI_shiftdown() local
1155 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in GKI_shiftdown()
1167 uint8_t* pd = p_dest; in GKI_shiftup() local
1170 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in GKI_shiftup()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py24 import pandas as pd namespace
99 table_source = ColumnDataSource(pd.DataFrame(
/system/bpf/libbpf_android/
DLoader.cpp433 static int readProgDefs(ifstream& elfFile, vector<struct bpf_prog_def>& pd, in readProgDefs() argument
449 pd.resize(progCount); in readProgDefs()
453 for (auto& p : pd) { in readProgDefs()
534 vector<struct bpf_prog_def> pd; in readCodeSections() local
535 ret = readProgDefs(elfFile, pd, sizeOfBpfProgDef); in readCodeSections()
539 if (!pd.empty() && ret) return ret; in readCodeSections()
578 cs_temp.prog_def = pd[i]; in readCodeSections()
/system/nfc/src/nfc/ndef/
Dndef_utils.cc45 uint8_t* pd = ps + shift_amount; in shiftdown() local
48 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in shiftdown()
60 uint8_t* pd = p_dest; in shiftup() local
63 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in shiftup()
/system/memory/lmkd/
Dlmkd.cpp2037 struct wakeup_info *wi, struct timespec *tm, struct psi_data *pd) { in killinfo_log() argument
2075 if (pd) { in killinfo_log()
2076 android_log_write_float32(ctx, pd->mem_stats[PSI_SOME].avg10); in killinfo_log()
2077 android_log_write_float32(ctx, pd->mem_stats[PSI_FULL].avg10); in killinfo_log()
2078 android_log_write_float32(ctx, pd->io_stats[PSI_SOME].avg10); in killinfo_log()
2079 android_log_write_float32(ctx, pd->io_stats[PSI_FULL].avg10); in killinfo_log()
2080 android_log_write_float32(ctx, pd->cpu_stats[PSI_SOME].avg10); in killinfo_log()
2306 struct psi_data *pd) { in kill_one_process() argument
2394 killinfo_log(procp, min_oom_score, rss_kb, swap_kb, ki, mi, wi, tm, pd); in kill_one_process()
2423 struct psi_data *pd) { in find_and_kill_process() argument
[all …]
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1934 uint8_t *ps, *pd; in nfc_ncif_proc_data() local
1968 pd = (uint8_t*)(p_max + 1) + p_max->offset; in nfc_ncif_proc_data()
1970 memcpy(pd, ps, p_last->len); in nfc_ncif_proc_data()
1990 pd = (uint8_t*)(p_last + 1) + p_last->offset + p_last->len; in nfc_ncif_proc_data()
1991 memcpy(pd, ps, len); in nfc_ncif_proc_data()