| /xnu-12377.61.12/osfmk/i386/commpage/ |
| H A D | commpage.h | 59 L ## label ## : 62 L ## label ## _end: ;\ 63 .set L ## label ## _size, L ## label ## _end - L ## label ;\ 67 COMMPAGE_DESCRIPTOR_FIELD_POINTER L ## label ;\ 68 .long L ## label ## _size ;\ 93 .set UNIQUEID(unique), L ## start - . + target - from - 4 ;\ 96 #define UNIQUEID(name) L ## name 104 jmp L ## start - from + target
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | lz4.c | 153 lz4_store_length(uint8_t * dst, const uint8_t * const end, uint32_t L) in lz4_store_length() argument 156 while (L >= 17 * 255) { in lz4_store_length() 159 L -= 16 * 255; in lz4_store_length() 163 dst += L / 255; in lz4_store_length() 164 *dst++ = L % 255; in lz4_store_length() 176 copy_literal(uint8_t *dst, const uint8_t * restrict src, uint32_t L) in copy_literal() argument 178 uint8_t *end = dst + L; in copy_literal() 187 lz4_emit_match(uint32_t L, uint32_t M, uint32_t D, in lz4_emit_match() argument 203 *dst++ = clamp(L, 15) << 4 | clamp(M, 15); in lz4_emit_match() 205 if (L >= 15) { in lz4_emit_match() [all …]
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | assert.h | 139 # define mach_assert_enabled() __builtin_expect(kext_assertions_enable, 0L) 184 if (__builtin_expect(!(ex), 0L)) { \ 201 if (mach_assert_enabled_expr(ex) && __builtin_expect(!(ex), 0L)) { \ 225 if (__builtin_expect(!(a_ op b_), 0L)) { \ 236 if (__builtin_expect(!(a_ op b_), 0L)) { \ 247 if (__builtin_expect(!(a_ op b_), 0L)) { \
|
| /xnu-12377.61.12/osfmk/arm64/ |
| H A D | asm.h | 79 #define LCL(x) L ## x 83 #define LCL(x) .L ## x 92 #define LCL(x) L/**/x 96 #define LCL(x) .L/**/x
|
| /xnu-12377.61.12/tools/tests/perf_index/ |
| H A D | perfindex-file_read.c | 18 return test_file_read_setup(tempdir, num_threads, length, 0L); 22 return test_file_read(tempdir, thread_id, num_threads, length, 0L);
|
| H A D | perfindex-ram_file_read.c | 19 return test_file_read_setup(ramdisk_path, num_threads, length, 0L); 23 return test_file_read(ramdisk_path, thread_id, num_threads, length, 0L);
|
| H A D | perfindex-file_write.c | 23 return test_file_write(tempdir, thread_id, num_threads, length, 0L);
|
| H A D | perfindex-ram_file_write.c | 23 return test_file_write(ramdisk_path, thread_id, num_threads, length, 0L);
|
| /xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc_priv.h | 61 #define CC_MEMCPY(D,S,L) cc_memcpy((D),(S),(L)) argument 62 #define CC_MEMMOVE(D,S,L) cc_memmove((D),(S),(L)) argument 63 #define CC_MEMSET(D,V,L) cc_memset((D),(V),(L)) argument
|
| /xnu-12377.61.12/tests/ |
| H A D | gettimeofday.c | 17 T_ASSERT_GT(tv_a.tv_sec, 0L, NULL); 43 T_ASSERT_GT(gtod_ts.tv_sec, 0L, NULL);
|
| H A D | hw_breakpoint_step_arm64.c | 150 T_QUIET; T_ASSERT_EQ(err, 0L, "dispatch_semaphore_wait timeout"); in step_thread() 162 T_QUIET; T_ASSERT_EQ(err, 0L, "dispatch_semaphore_wait timeout");
|
| /xnu-12377.61.12/osfmk/arm/ |
| H A D | asm.h | 80 #define LCL(x) L ## x 84 #define LCL(x) .L ## x 93 #define LCL(x) L/**/x 97 #define LCL(x) .L/**/x
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | cdefs.h | 993 #if _XOPEN_SOURCE - 0L >= 700L && (!defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE - 0L < 200809L) 996 #elif _XOPEN_SOURCE - 0L >= 600L && (!defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE - 0L < 200112L) 999 #elif _XOPEN_SOURCE - 0L >= 500L && (!defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE - 0L < 199506L)
|
| H A D | socket.h | 697 (struct cmsghdr *)0L) 705 ((char *)(cmsg) == (char *)0L ? CMSG_FIRSTHDR(mhdr) : \ 711 (struct cmsghdr *)0L /* NULL */ : \
|
| H A D | _types.h | 68 #define __DARWIN_NULL (0L)
|
| /xnu-12377.61.12/EXTERNAL_HEADERS/architecture/i386/ |
| H A D | asm_help.h | 325 movl L ## var ## __non_lazy_ptr-1b(%edx),%edx 343 L ## var ## __non_lazy_ptr: ; \ 389 movl L ## var ##__non_lazy_ptr-1b(%edx),reg ; \
|
| /xnu-12377.61.12/doc/building/ |
| H A D | xnu_version.md | 31 In particular, the string is formatted as: `J[.N[.R[S[L]]]]`, where: 37 * `L` represents the kernel pre-release level (integer)
|
| /xnu-12377.61.12/osfmk/i386/ |
| H A D | asm.h | 107 #define LCL(x) L ## x 111 #define LCL(x) .L ## x 120 #define LCL(x) L/**/x 124 #define LCL(x) .L/**/x
|
| /xnu-12377.61.12/libkern/libkern/ |
| H A D | OSTypes.h | 92 #if defined(__STDC_VERSION__) && ((__STDC_VERSION__ - 199901L) > 0L)
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | memorystatus_rearm.c | 289 T_QUIET; T_ASSERT_EQ(dispatch_err, 0L, "dispatch_semaphore_wait"); 315 T_QUIET; T_ASSERT_EQ(dispatch_err, 0L, "Received EXC_RESOURCE");
|
| H A D | zalloc.c | 87 dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC)), 0L,
|
| /xnu-12377.61.12/libkern/zlib/ |
| H A D | deflate.c | 416 s->wrap == 2 ? z_crc32(0L, Z_NULL, 0) : in deflateReset() 418 adler32(0L, Z_NULL, 0); in deflateReset() 608 strm->adler = z_crc32(0L, Z_NULL, 0); in deflate() 676 strm->adler = adler32(0L, Z_NULL, 0); in deflate() 775 strm->adler = z_crc32(0L, Z_NULL, 0); in deflate() 840 _tr_stored_block(s, (char*)0, 0L, 0); in deflate() 1026 s->block_start = 0L; in lm_init() 1390 _tr_flush_block(s, (s->block_start >= 0L ? \ 1441 Assert(s->block_start >= 0L, "block gone"); in deflate_stored()
|
| H A D | inflate.c | 620 state->check = z_crc32(0L, Z_NULL, 0); in inflate() 652 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() 787 strm->adler = state->check = z_crc32(0L, Z_NULL, 0); in inflate() 804 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate() 1228 id = adler32(0L, Z_NULL, 0); in inflateSetDictionary()
|
| /xnu-12377.61.12/makedefs/ |
| H A D | MakeInc.san | 64 $$(_v)$$(LIPO) -create `(echo $$^ | xargs -L 1 lipo -detailed_info) | \
|
| /xnu-12377.61.12/EXTERNAL_HEADERS/ |
| H A D | stdint.h | 103 #define INTMAX_C(v) (v ## L)
|