HomeSort by relevance Sort by last modified time
    Searched refs:newh (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/syscalls/epoll2/include/
dbllist.h 59 #define DBL_HEAD_COPY(oldh, newh) \
61 *(oldh) = (*newh); \
62 (newh)->pNext->pPrev = (oldh); \
63 (newh)->pPrev->pNext = (oldh); \
  /external/u-boot/net/
net.c 882 struct hole *payload, *thisfrag, *h, *newh; local
967 newh = thisfrag + (len / 8);
968 *newh = *h;
969 h = newh;
979 newh = thisfrag + (len / 8);
980 *newh = *h;
982 h->next_hole = (newh - payload);
983 newh->prev_hole = (h - payload);
984 if (newh->next_hole)
985 payload[newh->next_hole].prev_hole = (newh - payload)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 290 struct radius_rx_handler **handlers, *newh; local
301 newh = os_realloc_array(*handlers, *num + 1,
303 if (newh == NULL)
306 newh[*num].handler = handler;
307 newh[*num].data = data;
309 *handlers = newh;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/python/cpython3/Lib/test/test_email/
test_email.py     [all...]

Completed in 414 milliseconds