Searched refs:VAL (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/libsyscall/wrappers/string/ |
| H A D | memset.c | 49 #define VAL c0 macro 76 *dst++ = VAL; in _libkernel_memset() 96 *dst++ = VAL; in _libkernel_memset() 111 *dst++ = VAL; in _libkernel_memset()
|
| /xnu-11215/bsd/net/ |
| H A D | strict_type_cnv_private.h | 72 #define __STC_DECONST_AND_CONVERT(STAG, STYPE, DTAG, DTYPE, VAL) ({ \ argument 74 __sau_deconst_val = __DECONST(STAG STYPE * __single, (VAL)); \ 81 #define __STC_CONV_TO(STAG, STYPE, DTAG, DTYPE, VAL) ({ \ argument 82 __WITH_SUPPRESSION(__WCAST_ALIGN, (DTAG DTYPE * __single)((VAL))); \ 88 #define __STC_CONV_CONST_TO_CONST(STYPE, DTYPE, VAL) ({ \ argument 89 __WITH_SUPPRESSION(__WCAST_ALIGN, (const struct DTYPE * __single)((VAL))); \ 96 #define __STC_CONV_TO_BYTES_LEN(VAL, MAX_LEN) ({ \ argument 97 __WITH_SUPPRESSION(__WCAST_ALIGN, __unsafe_forge_bidi_indexable(uint8_t*, (VAL), (MAX_LEN))); \ 105 #define __STC_CONV_FROM_BYTES_LEN(DTAG, DTYPE, VAL, LEN) ({ \ argument 106 __WITH_SUPPRESSION(__WCAST_ALIGN, __unsafe_forge_single(DTAG DTYPE *, (VAL))); \
|
| /xnu-11215/bsd/nfs/ |
| H A D | xdr_subs.h | 469 #define xb_add_32(E, XB, VAL) \ argument 473 __tmp = txdr_unsigned(VAL); \ 478 #define xb_add_64(E, XB, VAL) \ argument 482 __tmp1 = (VAL); \
|
| H A D | nfsm_subs.h | 268 #define nfsm_chain_add_32(E, NMC, VAL) \ argument 272 *((uint32_t*)(NMC)->nmc_ptr) = txdr_unsigned(VAL); \ 278 #define nfsm_chain_add_64(E, NMC, VAL) \ argument 283 __tmp64 = (VAL); \
|
| H A D | nfs.h | 642 #define NFSStatAdd64(PTR, VAL) \ argument 645 OSAddAtomic((VAL), &(PTR)->lo); \ 646 if ((NFSSA_OldValue + (VAL)) < NFSSA_OldValue) \
|
| /xnu-11215/osfmk/i386/ |
| H A D | genassym.c | 102 #define DECLARE(SYM, VAL) \ argument 103 __asm("DEFINITION__define__" SYM ":\t .ascii \"%0\"" : : "n" ((u_int)(VAL))) 105 #define DECLAREULL(SYM, VAL) \ argument 106 __asm("DEFINITION__define__" SYM ":\t .ascii \"%0\"" : : "i" ((unsigned long long)(VAL)))
|
| /xnu-11215/osfmk/arm64/ |
| H A D | kpc.c | 195 #define SREG_READ(SR) ({ uint64_t VAL; \ 196 __asm__ volatile("mrs %0, " SR : "=r"(VAL)); \ 197 VAL; })
|
| H A D | genassym.c | 111 #define DECLARE(SYM, VAL) \ argument 112 __asm("DEFINITION__define__" SYM ":\t .ascii \"%0\"" : : "i" ((u_long)(VAL)))
|
| /xnu-11215/tests/ |
| H A D | kqueue_file_tests.c | 36 #define VAL "someval" macro 414 res = setxattr((char*)args[0], KEY, (void*)VAL, strlen(VAL), in execute_action()
|