Searched refs:ne (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dcpu.h49 ne :1, member in struct:_cr0
/darwin-on-arm/xnu/tools/tests/execperf/
H A Dtest.sh25 if [ $? -ne 0 ]; then
/darwin-on-arm/xnu/osfmk/arm64/
H A Dlocks_arm64.s114 b.ne .L_lock_try_store_fail
162 b.ne .L_lock_to_preempt
189 b.ne rwlsopt
217 b.ne rwldpanic
226 b.ne rwldshared1
234 b.ne rwldexclne
248 b.ne rwld_jump_lock_done
284 b.ne rwlsepanic
287 b.ne rwlsejump
290 b.ne rwlsejum
[all...]
H A Dmachine_routines_asm.s89 b.ne .L_enable_preemption_out
94 b.ne .L_enable_preemption_store_count
102 b.ne .L_enable_preemption_preempt
H A Dmemcmp.s66 b.ne .Lmisaligned8
68 b.ne .Lmutual_align
78 csinv endloop, diff, xzr, ne /* Last Dword or differences. */
H A Datomics.s51 b.ne loop_exit
H A Dmemmove.s158 b.ne .Ltail63
189 b.ne .Ltail63
293 b.ne .Ltail63up
321 b.ne .Ltail63up
423 b.ne .Ltail63down
454 b.ne .Ltail63down
H A Dmemset.s148 b.ne .Ltail63
231 b.ne .Ltail_maybe_long
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dod_account_create.sh41 if [ $# -ne 2 ]; then
56 if [ $? -ne 0 ]; then
67 if [ $? -ne 0 ]; then
79 if [ $? -ne 0 ]; then
H A Dbench.sh227 if [ $lmbench -ne 1 ]
H A Dcoreos_bench.sh253 if [ $lmbench -ne 1 ]
H A Dembd_bench.sh233 if [ $lmbench -ne 1 ]
/darwin-on-arm/xnu/tools/
H A Dxcrun_cache.sh122 if [ $? -ne 0 ]; then
195 if [ $? -ne 0 ]; then
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_nbp.c1337 register nve_entry_t *ne;
1340 TAILQ_FOREACH(ne, &name_registry, nve_link) {
1341 if ((*(int *)&ne->address == *(int *)&nve_entry->address) &&
1342 (ne->enumerator == new_enum)) {
1336 register nve_entry_t *ne; local
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5189 const CpuDelayEntry ne = {service, ns, delayType}; local
5213 sCpuDelayData->appendBytes(&ne, sizeof(ne));
5215 entries[replace] = ne;

Completed in 113 milliseconds