| /xnu-8792.41.9/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-8792.41.9/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-8792.41.9/osfmk/arm64/ |
| H A D | asm.h | 76 #define LCL(x) L ## x 80 #define LCL(x) .L ## x 89 #define LCL(x) L/**/x 93 #define LCL(x) .L/**/x
|
| /xnu-8792.41.9/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-8792.41.9/osfmk/kern/ |
| H A D | assert.h | 115 if (__builtin_expect(!(a_ op b_), 0L)) { \ 126 if (__builtin_expect(!(a_ op b_), 0L)) { \ 137 if (__builtin_expect(!(a_ op b_), 0L)) { \
|
| /xnu-8792.41.9/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 | 149 T_QUIET; T_ASSERT_EQ(err, 0L, "dispatch_semaphore_wait timeout"); in step_thread() 161 T_QUIET; T_ASSERT_EQ(err, 0L, "dispatch_semaphore_wait timeout");
|
| /xnu-8792.41.9/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-8792.41.9/config/ |
| H A D | MasterVersion | 9 # In particular, the string is formatted as: J[.N[.R[S[L]]]], where: 14 # L represents the kernel pre-release level (integer)
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | cdefs.h | 839 #if _XOPEN_SOURCE - 0L >= 700L && (!defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE - 0L < 200809L) 842 #elif _XOPEN_SOURCE - 0L >= 600L && (!defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE - 0L < 200112L) 845 #elif _XOPEN_SOURCE - 0L >= 500L && (!defined(_POSIX_C_SOURCE) || _POSIX_C_SOURCE - 0L < 199506L)
|
| H A D | _types.h | 46 #define __DARWIN_NULL (0L)
|
| H A D | socket.h | 1135 (struct cmsghdr *)0L) 1143 ((char *)(cmsg) == (char *)0L ? CMSG_FIRSTHDR(mhdr) : \ 1149 (struct cmsghdr *)0L /* NULL */ : \
|
| H A D | socketvar.h | 364 ((char *)(m) != (char *)0L && \ 368 (struct cmsghdr *)(void *)(m)->m_data : (struct cmsghdr *)0L) 371 ((char *)(cmsg) == (char *)0L ? M_FIRST_CMSGHDR(m) : \ 374 (struct cmsghdr *)0L /* NULL */ : \
|
| /xnu-8792.41.9/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-8792.41.9/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-8792.41.9/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-8792.41.9/libkern/libkern/ |
| H A D | OSTypes.h | 92 #if defined(__STDC_VERSION__) && ((__STDC_VERSION__ - 199901L) > 0L)
|
| /xnu-8792.41.9/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-8792.41.9/tests/vm/ |
| H A D | zalloc.c | 83 dispatch_time(DISPATCH_TIME_NOW, NSEC_PER_SEC)), 0L,
|
| /xnu-8792.41.9/EXTERNAL_HEADERS/ |
| H A D | stdint.h | 94 #define INTMAX_C(v) (v ## L)
|
| /xnu-8792.41.9/makedefs/ |
| H A D | MakeInc.san | 64 $$(_v)$$(LIPO) -create `(echo $$^ | xargs -L 1 lipo -detailed_info) | \
|