Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 65) sorted by relevance

123

/xnu-11215/libsyscall/mach/
H A Dmach_error_string.c119 int sub, system; in mach_error_type() local
125 sub = err_get_sub(err); in mach_error_type()
128 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count); in mach_error_type()
131 if (system > err_max_system || sub >= sys_p->max_sub) { in mach_error_type()
134 return (char *) (sys_p->subsystem[sub].subsys_name); in mach_error_type()
144 int sub, system, code; in mach_error_string_int() local
150 sub = err_get_sub(err); in mach_error_string_int()
158 sub = err_sparse_mapit(sub, sys_p->map_table, sys_p->map_count); in mach_error_string_int()
161 if (sub >= sys_p->max_sub) { in mach_error_string_int()
165 sub_p = &sys_p->subsystem[sub]; in mach_error_string_int()
/xnu-11215/osfmk/arm64/
H A Dlz4_encode_arm64.s80 sub x10, x10, #LZ4_GOFAST_SAFETY_MARGIN // dst_end - safety_margin
88 sub x12, x12, #LZ4_GOFAST_SAFETY_MARGIN // src_end - safety_margin
97 sub x14, x13, x3 // match_postion = match_begin - src_begin
208 sub x21, x20, x19 // ref_end = match_end - dist
224 sub x15, x13, x19 // ref_begin = match_begin - dist
242 sub x26, x10, x9 // dst_remaining_space = dst_end - dst
253 sub x24, x22, #15 // reduce 15 from number_of_literals
281 sub x24, x21, #15 // reduce 15 from match_length
335 sub x14, x10, x9 // remaining dst (dst_end - dst)
346 sub x15, x13, #15
[all …]
H A Dbcopy.s95 sub x3, x0, x1
116 sub x5, x3, x0 // bytes between original dst and aligned dst
139 sub x2, x2, x5 // update length
243 sub x3, x4, #1 // In the forward copy, we used dst+32 & -32
245 sub x5, x4, x3 // buffer. Here we use dst-1 & -32 instead,
246 sub x1, x1, x5 // because we are going backwards.
247 sub x2, x2, x5
252 sub x1, x1, #32
259 sub x3, x3, #32
262 sub x1, x1, #32
[all …]
H A DWKdmCompress_4k.s242 sub sp, sp, #64
246 sub sp, sp, #64 // allocate for dictionary
266 sub byte_count, byte_count, #(12+256*scale) // bit_count - header - tags
345 sub rax, next_full_patt, dest_buf // next_full_patt - dest_buf
388 sub rax, rcx, next_qp
415 sub rax, rdi, dest_buf // boundary_tmp - dest_buf
425 sub rdx, next_low_bits, rcx // next_low_bits - tempLowBitsArray (in bytes)
452 3: sub rax, rdi, dest_buf // boundary_tmp - dest_buf
525 sub rax, next_full_patt, start_next_full_patt // get # dictionary misses
579 sub rdx, next_qp, start_next_qp
[all …]
H A DWKdmCompress_16k.s244 sub sp, sp, #64
248 sub sp, sp, #64 // allocate for dictionary
268 sub byte_count, byte_count, #(12+256*scale) // bit_count - header - tags
347 sub rax, next_full_patt, dest_buf // next_full_patt - dest_buf
390 sub rax, rcx, next_qp
417 sub rax, rdi, dest_buf // boundary_tmp - dest_buf
427 sub rdx, next_low_bits, rcx // next_low_bits - tempLowBitsArray (in bytes)
454 3: sub rax, rdi, dest_buf // boundary_tmp - dest_buf
527 sub rax, next_full_patt, start_next_full_patt // get # dictionary misses
581 sub rdx, next_qp, start_next_qp
[all …]
H A Dstrnlen.s96 sub x3, x3, x4
117 sub x0, x2, x0
135 sub x0, x2, x0 // index of vector in string
164 sub x3, x3, x2
200 sub x0, x1, x0
H A Dcaches_asm.s70 sub x1, x1, #1
109 sub $0, $0, $1
112 sub $3, $1, $0
264 sub x4, x4, #1
284 sub x1, x1, #1
427 sub x1, x1, #1
475 sub x0, x0, x2
H A Dstart.s355 sub lr, lr, x23
430 sub $5, $6, $5
498 sub x0, x0, x23
513 sub x0, x0, x23
521 sub lr, lr, x23
568 sub x1, x0, x1 // compute slide
580 sub x18, x0, x23
581 sub x24, x24, x18
738 sub x0, x0, x23
797 sub x0, x0, x23
[all …]
H A Dstrncmp.s124 sub x6, x2, x7
204 sub x3, x3, #(kVectorSize)
207 sub x0, x4, x5
H A Dmemcmp_zero.s90 sub x2, x0, x2 // bytes between original and aligned addr
91 sub x1, x1, x2 // update length
H A DWKdmDecompress_16k.s139 sub rax, sp, #96
140 sub sp, sp, #96
145 sub sp, sp, #64
275 sub r11, r11, #2
H A DWKdmDecompress_4k.s139 sub rax, sp, #96
140 sub sp, sp, #96
145 sub sp, sp, #64
275 sub r11, r11, #2
H A Dalternate_debugger_asm.s38 sub sp, sp, #0x20
/xnu-11215/bsd/dev/arm64/
H A Dcpu_in_cksum.s146 sub mlen, mlen, off // mlen -= off;
150 sub off, off, mlen
181 sub len, len, mlen
200 sub mlen, mlen, #1
220 sub mlen, mlen, #2
239 sub mlen, mlen, #4
282 sub sp, sp, #8*16
H A Dcpu_copy_in_cksum.s98 sub len, len, #1
109 sub sp, sp, #12*16
234 sub len, len, #4*16
245 sub len, len, #2*16
254 sub len, len, #16
/xnu-11215/bsd/dev/i386/
H A Dcpu_copy_in_cksum.s136 sub $1, len
142 sub $16*16, %rsp
189 sub $2*8*16, len
301 sub $8*16, len
417 sub $4*16, len
441 sub $2*16, len
461 sub $16, len
490 sub $4, len
498 sub $4, len
H A Dcpu_memcmp_mask.s73 sub $2*16, %rsp
121 sub $3*16, %rsp
177 sub $4*16, %rsp
241 sub $5*16, %rsp
313 sub $6*16, %rsp
/xnu-11215/tools/lldbmacros/
H A Dzonetriage.py72 …findelem_output = re.sub('Scanning is ongoing. [0-9]* items scanned since last check.\n', '', find…
111 correct_boot_args = re.search('zlog([1-9]|10)?=' + re.sub(' ', '.', zone), bootargs)
114 print("You may need to include: -zc -zp zlog([1-9]|10)?=" + re.sub(' ', '.', zone))
/xnu-11215/osfmk/x86_64/
H A Dpal_routines_asm.s74 sub $8, %rsp /* align to 16-byte boundary */
78 sub %rcx, %rsp /* make room for stack contents */
136 sub %rcx, %rsp /* make room for stack contents */
/xnu-11215/libkern/os/
H A Dlog.c422 return sub->ols_sub_size + sub->ols_cat_size; in os_log_subsystem_id_length()
436 ols->ols_sub_size = os_log_subsystem_name_size(sub); in os_log_subsystem_init()
464 os_log_key(const struct os_log_subsystem_s *sub) in os_log_key() argument
467 .smrk_opaque = sub->ols_name, in os_log_key()
468 .smrk_len = os_log_subsystem_id_length(sub) in os_log_key()
1357 verify_os_log(struct os_log_s *h, char *sub, char *cat) in verify_os_log() argument
1359 const size_t sub_len = os_log_subsystem_name_size(sub); in verify_os_log()
1364 T_ASSERT_EQ_STR(s->ols_name, sub, "Log subsystem name is %s", sub); in verify_os_log()
1374 create_verified_os_log(char *sub, char *cat) in create_verified_os_log() argument
1376 os_log_t h = os_log_create(sub, cat); in create_verified_os_log()
[all …]
/xnu-11215/iokit/IOKit/
H A DIOMessage.h45 #define iokit_family_msg(sub, message) (UInt32)(sys_iokit|sub|message) argument
H A DIOReturn.h137 #define iokit_family_err(sub, return ) (sys_iokit|sub|return) argument
/xnu-11215/iokit/DriverKit/
H A DIOReturn.h137 #define iokit_family_err(sub, return ) (sys_iokit|sub|return) argument
/xnu-11215/bsd/dev/arm/
H A Dcpu_copy_in_cksum.s216 sub len, len, #4*16
228 sub len, len, #2*16
239 sub len, len, #16
/xnu-11215/osfmk/arm64/corecrypto/
H A Dsha256_compress_arm64.s232 sub x4, sp, #17*16
233 sub sp, sp, #17*16
311 sub ktable, ktable, #256

123