OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Begin
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h
46
const XRaySledEntry *
Begin
;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_ring_buffer.h
145
const T *
Begin
= (const T *)StartOfStorage();
146
sptr StorageIdx = Next() -
Begin
;
150
return
Begin
[StorageIdx];
/src/sys/external/bsd/acpica/dist/utilities/
utclib.c
450
char *
Begin
= String;
454
if (
Begin
== NULL)
460
Begin
= SavedPtr;
463
SavedPtr = strpbrk (
Begin
, Delimiters);
464
while (SavedPtr ==
Begin
)
466
*
Begin
++ = '\0';
467
SavedPtr = strpbrk (
Begin
, Delimiters);
473
return (
Begin
);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py
685
def
Begin
(self, function_name):
946
def RemoveMultiLineCommentsFromRange(lines,
begin
, end):
950
for i in range(
begin
, end):
1996
function_state.
Begin
(function)
2316
# or they
begin
with multiple slashes followed by a space:
Completed in 47 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025