Searched refs:scope (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/kernel/
H A Ddebug.h97 #define RANGE_MARKER_FUNCTION_BEGIN(scope) \
98 RANGE_MARKER_FUNCTION(scope##_begin)
99 #define RANGE_MARKER_FUNCTION_END(scope) \
100 RANGE_MARKER_FUNCTION(scope##_end)
104 #define RANGE_MARKER_FUNCTION_PROTOTYPES(scope) \
105 RANGE_MARKER_FUNCTION_PROTOTYPE(scope##_begin) \
106 RANGE_MARKER_FUNCTION_PROTOTYPE(scope##_end)
107 #define RANGE_MARKER_FUNCTION_ADDRESS_RANGE(scope) \
108 (addr_t)&RANGE_MARKER_##scope##_begin, (addr_t)&RANGE_MARKER_##scope##_en
[all...]
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py191 Template slice for token scope key, if any.
478 scope: typing.Any,
486 Extract property value from scope hierarchy.
488 :param scope: uppermost scope (corresponding to key ``'.'``)
489 :param scopes: parent scope sequence
493 :return: value from scope or default
505 return scope
509 for ref in (*scopes, scope)[::-1]:
547 scope
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp234 IFrameScope scope(frame);
390 IFrameScope scope(frame);
403 IFrameScope scope(frame);
424 IFrameScope scope(frame);
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp231 IFrameScope scope(iframe); // push/pop iframe
244 IFrameScope scope(iframe);
363 IFrameScope scope(frame);
469 IFrameScope scope(iframe);
499 IFrameScope scope(iframe);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp28 : BView(rect, "scope", resizeFlags, B_WILL_DRAW | B_FRAME_EVENTS),
90 fRenderSem = create_sem(0, "scope rendering");
111 ScopeView *scope = (ScopeView*) data; local
112 scope->RenderLoop();
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp93 acpi_GetReference(acpi_module_info* acpi, acpi_handle scope, argument
107 // scope can be NULL.
110 if (acpi->get_handle(scope, obj->string.string, &handle)
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c854 ep = mp + 16; /* XXX: scope field? */
1018 /* Rule 2: Prefer matching scope. */
1083 /* Rule 8: Prefer smaller scope. */
1113 * Copy from scope.c.
1131 /* just use the scope field of the multicast address */
1135 * Unicast addresses: map scope type to corresponding scope
1137 * XXX: hardcoded scope type values are bad...
1140 return 1; /* node local scope */
1142 return 2; /* link-local scope */
1670 ip6_str2scopeid(char *scope, struct sockaddr_in6 *sin6, u_int32_t *scopeid) argument
[all...]

Completed in 118 milliseconds