Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 8 of 8) 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/media/audio_utils/spdif/
DSPDIFFrameScanner.cpp59 const uint16_t pd = mHeaderBuffer[6] | (mHeaderBuffer[7] << 8); in parseHeader() local
70 mFrameSizeBytes = pd / ((mDataType == kSpdifDataTypeAc3) ? 8 : 1); in parseHeader()
/system/bpf/loader/
DLoader.cpp319 static int readProgDefs(ifstream& elfFile, vector<struct bpf_prog_def>& pd) { in readProgDefs() argument
330 pd.resize(pdData.size() / sizeof(struct bpf_prog_def)); in readProgDefs()
331 memcpy(pd.data(), pdData.data(), pdData.size()); in readProgDefs()
403 vector<struct bpf_prog_def> pd; in readCodeSections() local
404 ret = readProgDefs(elfFile, pd); in readCodeSections()
408 if (!pd.empty() && ret) return ret; in readCodeSections()
447 cs_temp.prog_def = pd[i]; in readCodeSections()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc1132 uint8_t* pd = ps + shift_amount; in GKI_shiftdown() local
1135 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in GKI_shiftdown()
1147 uint8_t* pd = p_dest; in GKI_shiftup() local
1150 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/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.cpp2319 struct wakeup_info *wi, struct timespec *tm, struct psi_data *pd) { in killinfo_log() argument
2357 if (pd) { in killinfo_log()
2358 android_log_write_float32(ctx, pd->mem_stats[PSI_SOME].avg10); in killinfo_log()
2359 android_log_write_float32(ctx, pd->mem_stats[PSI_FULL].avg10); in killinfo_log()
2360 android_log_write_float32(ctx, pd->io_stats[PSI_SOME].avg10); in killinfo_log()
2361 android_log_write_float32(ctx, pd->io_stats[PSI_FULL].avg10); in killinfo_log()
2362 android_log_write_float32(ctx, pd->cpu_stats[PSI_SOME].avg10); in killinfo_log()
2588 struct psi_data *pd) { in kill_one_process() argument
2676 killinfo_log(procp, min_oom_score, rss_kb, swap_kb, ki, mi, wi, tm, pd); in kill_one_process()
2705 struct psi_data *pd) { in find_and_kill_process() argument
[all …]
/system/nfc/src/nfc/nfc/
Dnfc_ncif.cc1850 uint8_t *ps, *pd; in nfc_ncif_proc_data() local
1883 pd = (uint8_t*)(p_max + 1) + p_max->offset; in nfc_ncif_proc_data()
1885 memcpy(pd, ps, p_last->len); in nfc_ncif_proc_data()
1905 pd = (uint8_t*)(p_last + 1) + p_last->offset + p_last->len; in nfc_ncif_proc_data()
1906 memcpy(pd, ps, len); in nfc_ncif_proc_data()