/external/dtc/libfdt/ |
D | fdt_overlay.c | 237 uint32_t adj_val, poffset; in overlay_update_local_node_references() local 239 poffset = fdt32_to_cpu(fixup_val[i]); in overlay_update_local_node_references() 247 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val)); in overlay_update_local_node_references() 257 poffset, in overlay_update_local_node_references() 355 int poffset, const char *label) in overlay_fixup_one_phandle() argument 386 name, name_len, poffset, in overlay_fixup_one_phandle() 431 int poffset, ret; in overlay_fixup_phandle() local 460 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle() 466 poffset, label); in overlay_fixup_phandle()
|
/external/dtc/tests/ |
D | overlay.c | 39 const char *name, int poffset, in fdt_getprop_u32_by_poffset() argument 51 if (!val || (len < (sizeof(uint32_t) * (poffset + 1)))) in fdt_getprop_u32_by_poffset() 54 *out = fdt32_to_cpu(*(val + poffset)); in fdt_getprop_u32_by_poffset()
|
/external/ltp/lib/ |
D | tlibio.c | 555 off64_t poffset; /* pwrite(2) offset */ in lio_write_buffer() local 560 off64_t poffset; /* pwrite(2) offset */ in lio_write_buffer() local 646 poffset = (off64_t) ret; in lio_write_buffer() 985 (long long)poffset); in lio_write_buffer() 991 if ((ret = pwrite(fd, buffer, size, poffset)) == -1) { in lio_write_buffer() 995 (long long)poffset, errno, strerror(errno)); in lio_write_buffer() 1003 fd, size, (long long)poffset, ret); in lio_write_buffer() 1125 off64_t poffset; /* pread(2) offset */ in lio_read_buffer() local 1130 off64_t poffset; /* pread(2) offset */ in lio_read_buffer() local 1217 poffset = (off64_t) ret; in lio_read_buffer() [all …]
|
/external/vboot_reference/utility/include/ |
D | gbb_utility.h | 79 int search_header_signatures(const std::string &image, long *poffset) const; 90 bool find_property(PROPINDEX i, uint32_t *poffset, uint32_t *psize,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.h | 51 struct radeon_bo **pbo, int *poffset,
|
D | radeon_dma.c | 266 struct radeon_bo **pbo, int *poffset, in radeonAllocDmaRegion() argument 284 *poffset = rmesa->dma.current_used; in radeonAllocDmaRegion()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_dma.h | 51 struct radeon_bo **pbo, int *poffset,
|
D | radeon_dma.c | 266 struct radeon_bo **pbo, int *poffset, in radeonAllocDmaRegion() argument 284 *poffset = rmesa->dma.current_used; in radeonAllocDmaRegion()
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 6600 PCRE2_SIZE poffset; in process_data() local 6616 poffset = backchars(pp, ovector[0], maxlookbehind, utf); in process_data() 6617 PCHARS(backlength, pp, poffset, ovector[0] - poffset, utf, outfile); in process_data()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 7010 char *ctx = NULL, *icon, *poffset, *psize; in get_hs20_icon() local 7018 poffset = str_token(cmd, " ", &ctx); in get_hs20_icon() 7020 if (!icon || !poffset || !psize) in get_hs20_icon() 7024 return hs20_get_icon(wpa_s, dst_addr, icon, atoi(poffset), atoi(psize), in get_hs20_icon()
|