Searched refs:pd (Results 1 – 7 of 7) sorted by relevance
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_vendor.c | 100 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/ |
D | gki_ulinux.cc | 1152 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/ |
D | purgatorio.py | 24 import pandas as pd namespace 99 table_source = ColumnDataSource(pd.DataFrame(
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 433 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/ |
D | ndef_utils.cc | 45 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/ |
D | lmkd.cpp | 2037 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/ |
D | nfc_ncif.cc | 1934 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()
|