Home
last modified time | relevance | path

Searched refs:ne (Results 1 – 25 of 68) sorted by relevance

123

/f-stack/freebsd/arm64/arm64/
H A Dbus_space_asm.S67 b.ne 1b
88 b.ne 1b
109 b.ne 1b
130 b.ne 1b
151 b.ne 1b
172 b.ne 1b
193 b.ne 1b
214 b.ne 1b
255 b.ne 1b
275 b.ne 1b
[all …]
H A Dbzero.S135 b.ne align
158 b.ne zero_by_16
196 b.ne cache_line_zero
200 b.ne normal
H A Dsupport.S69 b.ne 1f /* Not equal, exit */
89 b.ne 1f /* Not equal, exit */
238 b.ne 1b
256 b.ne 1b
H A Dcopyinout.S162 b.ne byte_by_byte
184 b.ne by_blocks
195 b.ne by_dwords
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c228 for (ne = names; ne != NULL; ne = ne->ne_next) { in fix_paths()
231 best = ne; in fix_paths()
237 best = ne; in fix_paths()
242 best = ne; in fix_paths()
248 best = ne; in fix_paths()
255 best = ne; in fix_paths()
298 free(ne); in add_config()
395 free(ne); in add_config()
403 pl->names = ne; in add_config()
1361 for (ne = pools.names; ne != NULL; ne = nenext) { in zpool_find_import_impl()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dcirrus,madera.yaml83 timer7-sts, timer8-sts, log1-fifo-ne,
84 log2-fifo-ne, log3-fifo-ne, log4-fifo-ne,
85 log5-fifo-ne, log6-fifo-ne, log7-fifo-ne,
86 log8-fifo-ne ]
/f-stack/tools/libutil/
H A Dfparseln.c55 size_t ne; in isescaped() local
67 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++) in isescaped()
71 return (ne & 1) != 0; in isescaped()
/f-stack/freebsd/crypto/openssl/aarch64/
H A Darm64cpuid.S73 b.ne .Little
88 b.ne .Laligned // len>=8
100 b.ne .Loop_cmp
118 b.ne .Loop_cmp
H A Decp_nistz256-armv8.S3352 csel x8,x4,x8,ne
3353 csel x9,x5,x9,ne
3370 csel x8,x4,x8,ne
3371 csel x9,x5,x9,ne
3388 csel x8,x4,x8,ne
3389 csel x9,x5,x9,ne
3559 csel x8,x4,x8,ne
3560 csel x9,x5,x9,ne
3578 csel x8,x4,x8,ne
4086 csetm x3,ne
[all …]
/f-stack/app/redis-5.0.5/tests/unit/
H A Daofrw.tcl101 if {$d1 ne $d2} {
121 if {$d ne {string}} {
129 if {$d1 ne $d2} {
155 if {$d1 ne $d2} {
181 if {$d1 ne $d2} {
H A Dgeo.tcl234 if {$rv ne {}} {set srand_seed [lindex $rv 0]}
247 if {$rv ne {}} {set radius_km [lindex $rv 1]}
250 if {$rv ne {}} {
307 if {$test_result ne {OK}} break
/f-stack/app/redis-5.0.5/tests/cluster/tests/
H A D04-resharding.tcl65 if {$tribpid ne {} &&
119 if {[$cluster lrange $key 0 -1] ne $value} {
139 if {[$cluster lrange $key 0 -1] ne $value} {
H A D00-base.tcl18 assert {$nodeid ne {}}
/f-stack/tools/netstat/
H A Dnhgrp.c123 struct nhop_entry *ne; in print_nhgroup_entry_sysctl() local
168 ne = nhop_get(&global_nhop_map, ext_cp[i].nh_idx); in print_nhgroup_entry_sysctl()
169 if (ne != NULL) { in print_nhgroup_entry_sysctl()
170 xo_emit("{t:nh-gw/%*.*s}", wid_gw, wid_gw, ne->gw); in print_nhgroup_entry_sysctl()
171 xo_emit("{t:nh-interface/%*.*s}", wid_if, wid_if, ne->ifname); in print_nhgroup_entry_sysctl()
/f-stack/freebsd/i386/i386/
H A Delan-mmcr.c118 int i, np, ne; in sysctl_machdep_elan_gpio_config() local
132 np = ne = 0; in sysctl_machdep_elan_gpio_config()
144 ne++; in sysctl_machdep_elan_gpio_config()
145 if (ne > 1) in sysctl_machdep_elan_gpio_config()
158 if (ne == 0) in sysctl_machdep_elan_gpio_config()
/f-stack/app/redis-5.0.5/tests/integration/
H A Dblock-repl.tcl37 while {$retry && ([$master debug digest] ne [$slave debug digest])}\
43 if {[$master debug digest] ne [$slave debug digest]} {
H A Dreplication-4.tcl34 while {$retry && ([$master debug digest] ne [$slave debug digest])}\
41 if {[$master debug digest] ne [$slave debug digest]} {
128 while {$retry && ([$master debug digest] ne [$slave debug digest])}\
H A Dreplication-psync.tcl109 while {$retry && ([$master debug digest] ne [$slave debug digest])}\
116 if {[$master debug digest] ne [$slave debug digest]} {
/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping.c917 int ne; in rlat_test() local
946 ne = 1; in rlat_test()
950 ne = -1; in rlat_test()
960 } while (ne == 0); in rlat_test()
962 if (ne < 0) { in rlat_test()
1075 int ne; in wlat_test() local
1089 if (ne < 0) { in wlat_test()
1206 int ne; in bw_test() local
1221 if (ne < 0) { in bw_test()
1604 int ne; in krping_rlat_test_client()
[all …]
/f-stack/app/redis-5.0.5/tests/support/
H A Dtest.tcl25 if {$expected ne $value} {
26 if {$detail ne ""} {
H A Dserver.tcl182 if {[string length $line] > 0 && [string index $line 0] ne "#"} {
233 if {$code ne "undefined"} {
273 if {$code ne "undefined"} {
H A Dutil.tcl230 if {$otherset ne {}} {
246 if {$otherzset ne {}} {
367 if {$colorcode ne {}} {
/f-stack/app/redis-5.0.5/tests/
H A Dinstances.tcl184 if {[lindex $argv 1] ne {}} {set count [lindex $argv 1]}
192 if {[lindex $argv 1] ne {}} {set count [lindex $argv 1]}
241 if {$retval ne {}} {puts "$retval"}
305 if {$::run_matching ne {} && [string match $::run_matching $test] == 0} {
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dlist-3.tcl91 if {[lindex $l $i] ne [r lindex l $i]} {
115 if {[lindex $l $i] ne [r lindex l $i]} {
/f-stack/freebsd/crypto/openssl/arm/
H A Darmv4-mont.S146 itt ne
644 it ne
688 it ne
732 it ne
776 it ne

123