HomeSort by relevance Sort by last modified time
    Searched defs:poffset (Results 1 - 5 of 5) sorted by null

  /external/dtc/libfdt/
fdt_overlay.c 237 uint32_t adj_val, poffset; local
239 poffset = fdt32_to_cpu(fixup_val[i]);
247 memcpy(&adj_val, tree_val + poffset, sizeof(adj_val));
257 poffset,
337 * @poffset: Offset within the overlay property where the phandle is stored
355 int poffset, const char *label)
386 name, name_len, poffset,
431 int poffset, ret; local
460 poffset = strtoul(sep + 1, &endptr, 10);
466 poffset, label)
    [all...]
  /external/ltp/lib/
tlibio.c 555 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
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
ehframe.cc 377 uint64_t poffset = paddress - (address + offset + 8); local
378 int32_t spoffset = static_cast<int32_t>(poffset);
380 if (static_cast<uint64_t>(static_cast<int64_t>(spoffset)) != poffset
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 6600 PCRE2_SIZE poffset; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 7010 char *ctx = NULL, *icon, *poffset, *psize; local
    [all...]

Completed in 575 milliseconds