Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Desp_output.c604 u_char *extend; in esp_output() local
675 extend = mtod(n, u_char *) + n->m_len; in esp_output()
689 extend = mtod(nn, u_char *); in esp_output()
699 key_randomfill(extend, extendsiz); in esp_output()
702 bzero(extend, extendsiz); in esp_output()
706 extend[i] = (i + 1) & 0xff; in esp_output()
/xnu-12377.41.6/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl376 while(my($argnum, $extend) = each %{$$symbol{mismatch_args}}) {
377 printf $f "%s(%d)\n", $extend, $argnum;
/xnu-12377.41.6/tests/unit/tools/
H A Dgenerate_ut_proj.py31 args.extend(['-I', directory])
95 def extend(self, lst): member in ObjList
96 self.objs.extend(lst)
404 target.build_phases.extend([self.xnu_phase_headers, self.xnu_phase_sources])
424 target.build_phases.extend([phase_h, phase_src])
/xnu-12377.41.6/tools/lldbmacros/core/
H A Dstandard.py213 result.extend((
225 result.extend((
H A Dlldbwrap.py1222 __all__.extend((
/xnu-12377.41.6/doc/mach_ipc/
H A Dipc_security_concepts.md36 forming types that extend the space policy.
H A Dguard_exceptions.md538 to extend more than one single send-once right at any given moment.
/xnu-12377.41.6/tools/lldbmacros/
H A Dmacho.py358 mstr.extend(self.get_separator_lines())
H A Dkcdata.py685 self.obj_container_dict[kco.i_name].obj_collection.extend( kco.obj_collection )
2030 frames.extend(entry_frames)
2219 pr_libs.extend(kern_load_info)
2220 pr_libs.extend(dsc_libs)
H A Dxnu.py1408 entries.extend(ring_slice)
/xnu-12377.41.6/doc/arm/
H A Dapple_speculative_hardening.md619 ±2GB (in case of a sign extend) or +4GB (in case of a zero extend). We draw this
620 distinction and prefer to zero extend offsets which are known to be non-negative
/xnu-12377.41.6/tools/trace/
H A Dparse_ipc_trace.py502 visited.extend(follow)
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c3859 extend: in m_copyback0()
4015 goto extend; in m_copyback0()