Searched refs:previous (Results 1 - 25 of 325) sorted by last modified time

1234567891011>>

/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c130 * rolled back to their previous values if an object is referenced more
1035 * previous sample and when the interface went away.
1038 * current sample values to be lower than those of the beginning or previous
1469 pinfo->psamp.faults.previous = pinfo->psamp.faults.now;
1470 pinfo->psamp.pageins.previous = pinfo->psamp.pageins.now;
1471 pinfo->psamp.cow_faults.previous = pinfo->psamp.cow_faults.now;
1472 pinfo->psamp.messages_sent.previous = pinfo->psamp.messages_sent.now;
1473 pinfo->psamp.messages_recv.previous = pinfo->psamp.messages_recv.now;
1474 pinfo->psamp.syscalls_mach.previous = pinfo->psamp.syscalls_mach.now;
1475 pinfo->psamp.syscalls_bsd.previous
[all...]
H A Dstatistic.c300 s->previous = NULL;
H A Dstatistic.h144 struct statistic *previous, *next; member in struct:statistic
H A Dlibtop.h58 uint64_t previous; member in struct:libtop_i64_values
74 * p_ : Value for previous sample (same as b_ if p_seq is 0).
94 /* Start time, previous sample time, and current sample time. */
193 * p_ : Value for previous sample (invalid if p_seq is 0).
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp833 for(BLEdgeIterator previous = source->predBegin(),
834 end = source->predEnd(); previous != end; previous++) {
835 BLInstrumentationEdge* fromEdge = (BLInstrumentationEdge*) *previous;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregengine.inc309 const char *oldssp; /* previous ssp */
691 int lastc; /* previous c */
776 int lastc; /* previous c */
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dsource.c2878 mach_port_t previous, port = (mach_port_t)dk->dk_kevent.ident; local
2892 previous = MACH_PORT_NULL;
2895 MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous);
2909 } else if (dispatch_assume_zero(previous)) {
2912 // technically cache the previous port and message it when the
2914 // subsystems and deallocate the previous port.
2916 kr = mach_port_deallocate(mach_task_self(), previous);
2919 previous = MACH_PORT_NULL;
2925 previous = MACH_PORT_NULL;
2928 MACH_MSG_TYPE_MOVE_SEND_ONCE, &previous);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dmach++.cpp115 mach_port_t previous; local
117 MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous));
135 return previous;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmach++.cpp115 mach_port_t previous; local
117 MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous));
135 return previous;
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dmagazine_malloc.c168 ptr_union previous; member in struct:__anon9304
214 * 0x0 0x0 : previous
220 * 0x0 0x0 : previous
376 * 0x0 0x0 : previous
1422 // A free list entry is comprised of a pair of pointers, previous and next.
1429 // would then corrupt the free list's previous and next pointers, leading to a
1434 // When an entry is added to the free list, a checksum of the previous and next
1670 * Get the size of the previous free block, which is stored in the last two
1671 * bytes of the block. If the previous block is not free, then the result is
1677 // check whether the previous bloc
1986 free_list_t *free_ptr = ptr, *next, *previous; local
2504 void *previous; local
2896 void *follower, *previous, *next; local
3688 free_list_t *previous = NULL; local
3809 free_list_t *free_ptr = ptr, *next, *previous; local
4330 void *previous; local
4703 void *previous, *next; local
5369 free_list_t *previous = NULL; local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFindBanner.css159 background-image: -webkit-canvas(find-banner-previous-arrow-normal);
169 background-image: -webkit-canvas(find-banner-previous-arrow-normal-active);
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.c475 * Just cancels the previous request if notify is IP_NULL.
479 * returns previous with a ref (if non-null).
488 ipc_port_t previous; local
492 previous = port->ip_pdrequest;
496 *previousp = previous;
504 * Just cancels the previous request if notify is IP_NULL.
508 * returns previous with a ref (if non-null).
518 ipc_port_t previous; local
523 previous = port->ip_nsrequest;
536 *previousp = previous;
[all...]
H A Dipc_right.c279 ipc_port_t previous = IP_NULL; local
315 /* if no new request, just cancel previous */
318 previous = ipc_port_request_cancel(port, name, prev_request);
334 previous = ipc_port_request_cancel(port, name, prev_request);
345 * If there is a previous request, free it. Any subsequent
349 previous = ipc_port_request_cancel(port, name, prev_request);
361 assert(previous == IP_NULL);
415 previous = IP_NULL;
430 *previousp = previous;
451 ipc_port_t previous; local
[all...]
H A Dmach_port.c1528 ipc_port_t port, previous; local
1541 ipc_port_pdrequest(port, notify, &previous);
1544 *previousp = previous;
1940 /* drop assertions from previous destination task */
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dgenerate_vax_transfer.com224 ; previous kit had only upper case symbols.
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm977 result = selectionEnd.previous();
1001 extent = baseIsStart ? extent.previous() : extent.next();
1023 extent = baseIsStart ? extent.next() : extent.previous();
1629 position = position.previous();
1663 position = range->startPosition().previous();
1726 position = position.previous();
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm2045 if (UChar previousChar = startVisiblePos.previous().characterAfter())
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp4109 LValue object, LValue oldStorage, Structure* previous, Structure* next)
4111 size_t oldSize = previous->outOfLineCapacity() * sizeof(JSValue);
4116 if (previous->couldHaveIndexingHeader()) {
4108 reallocatePropertyStorage( LValue object, LValue oldStorage, Structure* previous, Structure* next) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_user.c2883 ipc_port_t previous; local
2911 ipc_port_nsrequest(user_handle, 1, user_handle, &previous);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DStructure.cpp212 Structure::Structure(VM& vm, Structure* previous) argument
214 , m_prototype(vm, this, previous->storedPrototype())
215 , m_classInfo(previous->m_classInfo)
218 , m_inlineCapacity(previous->m_inlineCapacity)
219 , m_dictionaryKind(previous->m_dictionaryKind)
220 , m_hasBeenFlattenedBefore(previous->m_hasBeenFlattenedBefore)
222 , m_hasGetterSetterProperties(previous->m_hasGetterSetterProperties)
223 , m_hasCustomGetterSetterProperties(previous->m_hasCustomGetterSetterProperties)
224 , m_hasReadOnlyOrGetterSetterPropertiesExcludingProto(previous->m_hasReadOnlyOrGetterSetterPropertiesExcludingProto)
225 , m_hasNonEnumerableProperties(previous
[all...]
H A DStructure.h201 return previous();
491 Structure* previous() const function in class:JSC::Structure
/macosx-10.10.1/gssd-64/
H A Dgssd_util.c309 int previous = 0; local
324 if (previous)
327 previous = 1;
331 strlcat(str, previous ? " GSS_UNKOWN_INFO" : "GSS_UNKOWN_INFO", SUP_STRING_SIZE);
602 * greater than 1, log at the current debug level. If the previous active filter
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dmach_port.c238 mach_port_t *previous)
243 sync, notify, notifyPoly, previous);
231 mach_port_request_notification( ipc_space_t task, mach_port_name_t name, mach_msg_id_t msgid, mach_port_mscount_t sync, mach_port_t notify, mach_msg_type_name_t notifyPoly, mach_port_t *previous) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmach_port.defs307 out previous : mach_port_move_send_once_t);
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Ddbserver.c623 mach_port_t previous; local
655 mach_port_request_notification(mach_task_self(), task_name, MACH_NOTIFY_DEAD_NAME, 0, global.dead_session_port, MACH_MSG_TYPE_MAKE_SEND_ONCE, &previous); local
656 mach_port_deallocate(mach_task_self(), previous); local

Completed in 290 milliseconds

1234567891011>>