Home
last modified time | relevance | path

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

/freebsd/sbin/rcorder/
H A Dhash.c220 Boolean *newPtr) /* Filled in with TRUE if new entry created, in Hash_CreateEntry() argument
239 if (newPtr != NULL) in Hash_CreateEntry()
240 *newPtr = FALSE; in Hash_CreateEntry()
261 if (newPtr != NULL) in Hash_CreateEntry()
262 *newPtr = TRUE; in Hash_CreateEntry()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c474 void *newPtr = realloc(queue->events, in vtinput_eventqueue_add_event() local
476 if (newPtr == NULL) { in vtinput_eventqueue_add_event()
481 queue->events = newPtr; in vtinput_eventqueue_add_event()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2336 Address newPtr, in InitializeArrayCookie() argument
2346 Address cookiePtr = newPtr; in InitializeArrayCookie()
2354 return CGF.Builder.CreateConstInBoundsByteGEP(newPtr, cookieSize); in InitializeArrayCookie()
H A DItaniumCXXABI.cpp2513 Address newPtr, in InitializeArrayCookie() argument
2520 Address cookie = newPtr; in InitializeArrayCookie()
2535 return CGF.Builder.CreateConstInBoundsByteGEP(newPtr, cookieSize); in InitializeArrayCookie()