Searched defs:poffset (Results 1 - 9 of 9) sorted by relevance

/external/dtc/tests/
H A Doverlay.c39 const char *name, int poffset,
51 if (!val || (len < (sizeof(uint32_t) * (poffset + 1))))
54 *out = fdt32_to_cpu(*(val + poffset));
38 fdt_getprop_u32_by_poffset(void *fdt, const char *path, const char *name, int poffset, unsigned long *out) argument
/external/dtc/libfdt/
H A Dfdt_overlay.c238 uint32_t poffset; local
240 poffset = fdt32_to_cpu(fixup_val[i]);
248 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val));
256 poffset,
336 * @poffset: Offset within the overlay property where the phandle is stored
354 int poffset, const char *label)
386 name, name_len, poffset,
432 int poffset, ret; local
461 poffset = strtoul(sep + 1, &endptr, 10);
467 poffset, labe
350 overlay_fixup_one_phandle(void *fdt, void *fdto, int symbols_off, const char *path, uint32_t path_len, const char *name, uint32_t name_len, int poffset, const char *label) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_dma.c266 struct radeon_bo **pbo, int *poffset,
284 *poffset = rmesa->dma.current_used;
265 radeonAllocDmaRegion(radeonContextPtr rmesa, struct radeon_bo **pbo, int *poffset, int bytes, int alignment) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c266 struct radeon_bo **pbo, int *poffset,
284 *poffset = rmesa->dma.current_used;
265 radeonAllocDmaRegion(radeonContextPtr rmesa, struct radeon_bo **pbo, int *poffset, int bytes, int alignment) argument
/external/ltp/lib/
H A Dtlibio.c555 off64_t poffset; /* pwrite(2) offset */ local
560 off64_t poffset; /* pwrite(2) offset */ local
646 poffset = (off64_t) ret;
985 (long long)poffset);
991 if ((ret = pwrite(fd, buffer, size, poffset)) == -1) {
995 (long long)poffset, errno, strerror(errno));
1003 fd, size, (long long)poffset, ret);
1125 off64_t poffset; /* pread(2) offset */ local
1130 off64_t poffset; /* pread(2) offset */ local
1217 poffset
[all...]
/external/python/cpython2/Modules/_ctypes/
H A Dcfield.c35 * *poffset, stores the total size so far in *psize, the offset for the next
36 * field in *poffset, the alignment requirements for the current field in
48 Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign,
158 if (align && *poffset % align) {
159 Py_ssize_t delta = align - (*poffset % align);
161 *poffset += delta;
168 self->offset = *poffset;
169 *poffset += size;
175 *poffset += dict->size - *pfield_size/8;
185 self->offset = *poffset
46 PyCField_FromDesc(PyObject *desc, Py_ssize_t index, Py_ssize_t *pfield_size, int bitsize, int *pbitofs, Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign, int pack, int big_endian) argument
[all...]
/external/libmtp/src/
H A Dptp-pack.c939 ptp_unpack_Sony_DPD (PTPParams *params, unsigned char* data, PTPDevicePropDesc *dpd, unsigned int dpdlen, unsigned int *poffset) argument
960 *poffset = PTP_dpd_Sony_FactoryDefaultValue;
961 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->FactoryDefaultValue, dpd->DataType);
963 if ((dpd->DataType == PTP_DTC_STR) && (*poffset == dpdlen))
965 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->CurrentValue, dpd->DataType);
973 if (*poffset==PTP_dpd_Sony_FactoryDefaultValue)
976 dpd->FormFlag=dtoh8a(&data[*poffset]);
977 *poffset+=sizeof(uint8_t);
981 ret = ptp_unpack_DPV (params, data, poffset, dpdlen, &dpd->FORM.Range.MinimumValue, dpd->DataType);
983 ret = ptp_unpack_DPV (params, data, poffset, dpdle
[all...]
/external/pcre/dist2/src/
H A Dpcre2test.c6600 PCRE2_SIZE poffset; local
6616 poffset = backchars(pp, ovector[0], maxlookbehind, utf);
6617 PCHARS(backlength, pp, poffset, ovector[0] - poffset, utf, outfile);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c7010 char *ctx = NULL, *icon, *poffset, *psize; local
7018 poffset = str_token(cmd, " ", &ctx);
7020 if (!icon || !poffset || !psize)
7024 return hs20_get_icon(wpa_s, dst_addr, icon, atoi(poffset), atoi(psize),

Completed in 382 milliseconds