Searched refs:sequence (Results 1 – 14 of 14) sorted by relevance
| /xnu-11215.81.4/tests/ipc/ |
| H A D | port_turnstile_stash.c | 46 uint64_t sequence; member 55 uint64_t sequence; member 84 local->sequence = 0x6666666666666666; 106 T_ASSERT_EQ(remote->sequence, 0x6666666666666666, NULL); 127 uint64_t sequence; member 139 .sequence = 0x4242424242424242,
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_utfconv.c | 207 u_int16_t sequence[8]; in utf8_encodelen() local 231 extra = unicode_decompose(ucs_ch, sequence) - 1; in utf8_encodelen() 233 ucs_ch = sequence[0]; in utf8_encodelen() 234 chp = &sequence[1]; in utf8_encodelen() 277 u_int16_t sequence[8]; in utf8_encodestr() local 301 extra = unicode_decompose(ucs_ch, sequence) - 1; in utf8_encodestr() 303 ucs_ch = sequence[0]; in utf8_encodestr() 304 chp = &sequence[1]; in utf8_encodestr() 556 u_int16_t sequence[8] = {0}; in utf8_decodestr() local 559 count = unicode_decompose((u_int16_t)ucs_ch, sequence); in utf8_decodestr() [all …]
|
| /xnu-11215.81.4/doc/lifecycle/ |
| H A D | startup.md | 1 XNU startup sequence 8 XNU Startup sequence is driven by the `<kern/startup.h>` module. 10 The startup sequence is made of individual subsystems (the `STARTUP_SUB_*` 11 values of the `startup_subsystem_id_t` type) that get initialized in sequence. 14 initialization sequence. Usage of ranks is custom to each subsystem and must be 28 ### Extending the startup sequence 30 When extending the startup sequence:
|
| H A D | hibernation.md | 216 sequence on the AP.
|
| /xnu-11215.81.4/tests/ |
| H A D | test_knote_use_after_free.c | 192 uint64_t sequence; member 201 uint64_t sequence; member 230 local->sequence = 0x6666666666666666; 251 …T_QUIET; T_ASSERT_EQ(remote->sequence, (uint64_t)0x6666666666666666, "kevent_qos remote->sequence"…
|
| /xnu-11215.81.4/doc/observability/ |
| H A D | recount.md | 106 …writer from updating the counts while readers are present, so Recount uses a sequence lock instead. 110 When reporting just user and system time, taking the sequence lock as a reader introduced unaccepta… 111 The sequence lock doesn't need to be taken for these metrics since they're never updated simultaneo…
|
| /xnu-11215.81.4/libkern/libkern/ |
| H A D | version.h.template | 57 /* VERSION_PRERELEASE_LEVEL, version_prerelease_level, is an integer sequence
|
| /xnu-11215.81.4/makedefs/ |
| H A D | MakeInc.cmd | 524 # Create a sequence from 1 to $(1) 526 sequence = $(if $(wordlist 1,$(1),$(NUM32)),$(call sequence,$(call decrement,$(1))) $(1),)
|
| H A D | MakeInc.top | 386 _function_generate_stripe_groupings_recursive = $(foreach stripe_index,$(call sequence,$(2)),$(if $…
|
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | mach_port.defs | 214 * sequence number matching the input. If zero is 349 * Sets the sequence number for the port.
|
| /xnu-11215.81.4/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 104 FD_STDIN, FD_STDOUT, FD_STDERR must be a sequence n, n + 1, n + 2
|
| /xnu-11215.81.4/doc/primitives/ |
| H A D | string-handling.md | 196 `__unsafe_null_terminated_from_indexable` at the end of the sequence to get your
|
| /xnu-11215.81.4/doc/debugging/ |
| H A D | debugging.md | 268 Then to profile commands, follow this sequence:
|
| /xnu-11215.81.4/doc/vm/ |
| H A D | sanitize.md | 73 An outline of the sequence:
|