Searched refs:extend (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | esp_output.c | 604 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 D | create-syscalls.pl | 376 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 D | generate_ut_proj.py | 31 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 D | standard.py | 213 result.extend(( 225 result.extend((
|
| H A D | lldbwrap.py | 1222 __all__.extend((
|
| /xnu-12377.41.6/doc/mach_ipc/ |
| H A D | ipc_security_concepts.md | 36 forming types that extend the space policy.
|
| H A D | guard_exceptions.md | 538 to extend more than one single send-once right at any given moment.
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | macho.py | 358 mstr.extend(self.get_separator_lines())
|
| H A D | kcdata.py | 685 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 D | xnu.py | 1408 entries.extend(ring_slice)
|
| /xnu-12377.41.6/doc/arm/ |
| H A D | apple_speculative_hardening.md | 619 ±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 D | parse_ipc_trace.py | 502 visited.extend(follow)
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 3859 extend: in m_copyback0() 4015 goto extend; in m_copyback0()
|