Home
last modified time | relevance | path

Searched refs:wdata (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/pmic/
Dpmic_wrap_init.c97 uint32_t wdata, in pwrap_wacs2() argument
128 wacs_cmd = wacs_write | wacs_adr | wdata; in pwrap_wacs2()
160 int32_t pwrap_write(uint32_t adr, uint32_t wdata) in pwrap_write() argument
162 return pwrap_wacs2(1, adr, wdata, 0, 1); in pwrap_write()
Dpmic_wrap_init.h12 int32_t pwrap_write(uint32_t adr, uint32_t wdata);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dmultibytecodec.c1028 char *data, *wdata = NULL; in mbidecoder_decode() local
1044 wdata = data; in mbidecoder_decode()
1052 wdata = PyMem_Malloc(wsize); in mbidecoder_decode()
1053 if (wdata == NULL) in mbidecoder_decode()
1055 memcpy(wdata, self->pending, self->pendingsize); in mbidecoder_decode()
1056 memcpy(wdata + self->pendingsize, data, size); in mbidecoder_decode()
1060 if (decoder_prepare_buffer(&buf, wdata, wsize) != 0) in mbidecoder_decode()
1070 memcpy(self->pending, wdata, origpending); in mbidecoder_decode()
1087 if (wdata != data) in mbidecoder_decode()
1088 PyMem_Del(wdata); in mbidecoder_decode()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dmultibytecodec.c1031 char *data, *wdata = NULL; in mbidecoder_decode() local
1047 wdata = data; in mbidecoder_decode()
1055 wdata = PyMem_Malloc(wsize); in mbidecoder_decode()
1056 if (wdata == NULL) in mbidecoder_decode()
1058 memcpy(wdata, self->pending, self->pendingsize); in mbidecoder_decode()
1059 memcpy(wdata + self->pendingsize, data, size); in mbidecoder_decode()
1063 if (decoder_prepare_buffer(&buf, wdata, wsize) != 0) in mbidecoder_decode()
1073 memcpy(self->pending, wdata, origpending); in mbidecoder_decode()
1090 if (wdata != data) in mbidecoder_decode()
1091 PyMem_Del(wdata); in mbidecoder_decode()
[all …]