Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 50) sorted by relevance

12

/xnu-11215/tests/
H A Davx.c529 uint64_t zero = 0x0000000000000000ULL; in zero_opmask() local
531 __asm__ volatile ("kmovq %0, %%k0" : :"m" (zero) : "k0"); in zero_opmask()
532 __asm__ volatile ("kmovq %0, %%k1" : :"m" (zero) : "k1"); in zero_opmask()
533 __asm__ volatile ("kmovq %0, %%k2" : :"m" (zero) : "k2"); in zero_opmask()
534 __asm__ volatile ("kmovq %0, %%k3" : :"m" (zero) : "k3"); in zero_opmask()
535 __asm__ volatile ("kmovq %0, %%k4" : :"m" (zero) : "k4"); in zero_opmask()
536 __asm__ volatile ("kmovq %0, %%k5" : :"m" (zero) : "k5"); in zero_opmask()
537 __asm__ volatile ("kmovq %0, %%k6" : :"m" (zero) : "k6"); in zero_opmask()
538 __asm__ volatile ("kmovq %0, %%k7" : :"m" (zero) : "k7"); in zero_opmask()
595 uint64_t zero[8] VEC512ALIGN = {0}; in zero_zmm() local
[all …]
H A Dtext_corruption_helper.c20 volatile double zero = 0.0; variable
47 printf("atan(0) is %g\n", atan(zero)); in main()
49 printf("Warmup call to atan(0) is %g\n", atan(zero)); in main()
52 printf("atan(0) is %g\n", atan(zero)); in main()
H A Decc_test_helper.c120 volatile double zero = 0.0; variable
226 readval_d = atan(zero); in main()
230 readval_d = atan(zero); in main()
236 readval_d = atan(zero); in main()
H A Dnet_test_lib.h140 char zero; member
158 char zero; member
171 char zero; member
H A Dmicrostackshot_tests.c57 int64_t zero = 0; in disable_da_microstackshots() local
58 CFNumberRef num = CFNumberCreate(NULL, kCFNumberSInt64Type, &zero); in disable_da_microstackshots()
/xnu-11215/EXTERNAL_HEADERS/mach-o/
H A Dfixup-chains.h122 zero : 16, member
145 zero : 16, member
169 zero : 8, member
180 zero : 8, member
/xnu-11215/tools/tests/zero-to-n/
H A DMakefile10 $(DSTROOT)/zn: zero-to-n.c
11 $(CC) $(CFLAGS) -Wall zero-to-n.c -o $(SYMROOT)/$(notdir $@) -DDEBUG=$(DEBUG) -ggdb
/xnu-11215/bsd/dev/arm64/
H A Ddtrace_isa.c246 goto zero; in dtrace_getupcstack()
251 goto zero; in dtrace_getupcstack()
286 zero: in dtrace_getupcstack()
356 goto zero; in dtrace_getufpstack()
361 goto zero; in dtrace_getufpstack()
441 zero: in dtrace_getufpstack()
/xnu-11215/tests/skywalk/
H A Dskywalk_test_utils.h80 char zero; member
88 uint8_t zero; member
97 uint8_t zero[3]; member
104 uint8_t zero; member
112 uint8_t zero; member
121 uint8_t zero[3]; member
/xnu-11215/iokit/Kernel/
H A DPassthruInterruptController.cpp68 long zero = 0; in setCPUInterruptProperties() local
70 OSData *tmpData = OSData::withValue(zero); in setCPUInterruptProperties()
/xnu-11215/tests/vm/
H A Dvm_tainted_executable.c78 char zero = '0'; variable
85 T_QUIET; T_ASSERT_POSIX_SUCCESS(pwrite(fd2, &zero, 1,
/xnu-11215/bsd/dev/i386/
H A Ddtrace_isa.c608 goto zero; in dtrace_getupcstack()
613 goto zero; in dtrace_getupcstack()
654 zero: in dtrace_getupcstack()
736 goto zero; in dtrace_getufpstack()
740 goto zero; in dtrace_getufpstack()
821 zero: in dtrace_getufpstack()
/xnu-11215/iokit/DriverKit/
H A DOSAction.iig102 …* @discussion Reference data is allocated with zero initialized content. It may be set and retrie…
104 …* @return A pointer to storage for the owner. It will be NULL if referenceSize was zero, and …
158 * deadline, or zero for no timeout.
159 * @param deadline Pass the time the wait should timeout, or zero for no timeout.
H A DIOBufferMemoryDescriptor.iig61 * and zero length until set with SetLength().
64 * Pass zero for no guaranteed alignment.
H A DIOMemoryDescriptor.iig127 …* @param length Pass zero to map the entire memory, or a value <= the length of the descript…
128 * @param alignment of the memory virtual mapping. Only zero for no alignment is supported.
H A DIODMACommand.iig125 …* @param length Pass zero to map the entire memory, or a value <= the length of the descript…
175 kIODMACommandPerformOperationOptionZero zero the DMA mapping
H A DOSObject.iig207 * the function returns a zero return value.
219 * the function returns a non-zero return value.
/xnu-11215/osfmk/mach/
H A Dmach_port.defs123 * count is zero and their queue limit is MACH_PORT_QLIMIT_DEFAULT.
195 * If it is zero, the right is deallocated.
214 * sequence number matching the input. If zero is
286 * MACH_NOTIFY_PORT_DESTROYED: must be zero.
287 * MACH_NOTIFY_DEAD_NAME: if non-zero, then name can be dead,
289 * If zero, then name can't be dead.
290 * MACH_NOTIFY_SEND_POSSIBLE: if non-zero, will generate a send-
292 * to the port. If zero, will generate a send-possible
H A Dtask.defs191 * count for that task is non-zero.
199 * if the count is currently non-zero. If the resulting
200 * suspend count is zero, then threads within the task
201 * that also have non-zero suspend counts may execute.
612 * signed_pc_key (if non-zero). You can pre-sign your PC
H A Dthread_act.defs176 * its suspend count is zero, and the suspend count
177 * for its task is also zero.
184 * if that count is not already zero.
/xnu-11215/libkern/conf/
H A DMakefile.template135 OSUnserialize.cpo_CXXWARNFLAGS_ADD += -Wno-zero-as-null-pointer-constant
136 OSUnserializeXML.cpo_CXXWARNFLAGS_ADD += -Wno-zero-as-null-pointer-constant
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp318 OSNumber * zero = NULL; in IORegisterNetworkInterface() local
337 zero = OSNumber::withNumber((UInt64) 0, 32); in IORegisterNetworkInterface()
338 if (zero == NULL) { in IORegisterNetworkInterface()
358 dict->setObject( "IOInterfaceUnit", zero ); in IORegisterNetworkInterface()
364 if (zero) { in IORegisterNetworkInterface()
365 zero->release(); in IORegisterNetworkInterface()
/xnu-11215/tools/tests/
H A DMakefile31 zero-to-n \
/xnu-11215/SETUP/kextsymboltool/
H A Dkextsymboltool.c500 uint32_t zero = 0, num_files = 0; in main() local
916 err = writeFile(fd, &zero, strx); in main()
942 err = writeFile(fd, &zero, strtabpad - strtabsize); in main()
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c167 char zero[] = "fd/0"; in devfs_fdesc_makelinks() local
171 if ((error = devfs_make_symlink(root_devnode, in, 0555, zero, &stdin_ent))) { in devfs_fdesc_makelinks()

12