Home
last modified time | relevance | path

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

12345678910>>...42

/trueos/sys/mips/mips/
HDfp.S647 bne t2, zero, result_fs_s # if FS is NAN, result is FS
648 bne ta2, zero, result_ft_s # if FT is NAN, result is FT
653 bne t1, zero, 4f # is FS a denormalized num?
654 beq t2, zero, 3f # is FS zero?
655 bne ta1, zero, 2f # is FT a denormalized num?
656 beq ta2, zero, result_fs_s # FT is zero, result=FS
666 bne ta1, zero, result_ft_s # if FT != 0, result=FT
667 bne ta2, zero, result_ft_s
676 bne ta1, zero, 2f # is FT a denormalized num?
677 beq ta2, zero, result_fs_s # FT is zero, result=FS
[all …]
HDsupport.S131 PTR_S zero, U_PCB_ONFAULT(v1)
133 move v0, zero # made it w/o errors
147 beq a2, zero, 4f
151 beq v0, zero, 2f
154 bne a2, zero, 1b # less than maxlen
159 beq a3, zero, 3f # return num. of copied bytes
182 blt a0, zero, _C_LABEL(copyerr) # make sure address is in user space
191 PTR_S zero, U_PCB_ONFAULT(v1)
210 blt a1, zero, _C_LABEL(copyerr) # make sure address is in user space
219 PTR_S zero, U_PCB_ONFAULT(v1)
[all …]
HDbcopy.S81 bne t0,zero,6f # copy backwards
98 bne t1,zero,3f # dest unaligned
100 bne t0,zero,5f
110 beq AT,zero,2f
143 beq t2,zero,3f
154 beq SIZEREG,zero,4f # nothing left to do?
174 beq a3,zero,3b
194 bne t1,zero,3f
196 bne t0,zero,5f
203 beq t0,zero,2f # any work to do?
[all …]
/trueos/lib/libc/mips/gen/
HDldexp.S72 beq t1, zero, 1f # zero or denormalized number?
77 ble t1, zero, 4f # underflow?
85 bne t2, zero, 1f
86 beq t3, zero, 9f # result is zero
92 move t9, zero
93 bne t2, zero, 1f
98 bne ta0, zero, 1f
103 bne ta0, zero, 1f
108 bne ta0, zero, 1f
113 bne ta0, zero, 1f
[all …]
/trueos/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal.h380 #define JEMALLOC_VALGRIND_MALLOC(cond, ptr, usize, zero) do { \ argument
382 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, p2rz(ptr), zero); \
385 old_rzsize, zero) do { \ argument
392 if (zero && old_usize < usize) { \
412 if (zero && tail_size > 0) { \
435 #define JEMALLOC_VALGRIND_MALLOC(cond, ptr, usize, zero) do {} while (0) argument
437 old_rzsize, zero) do {} while (0) argument
740 void *ipalloct(size_t usize, size_t alignment, bool zero, bool try_tcache,
742 void *ipalloc(size_t usize, size_t alignment, bool zero);
752 size_t alignment, bool zero, bool try_tcache_alloc, bool try_tcache_dalloc,
[all …]
/trueos/tools/regression/tls/ttls3/
HDelftls.S41 .zero 4
48 .zero 4
55 .zero 4
62 .zero 4
69 .zero 4
76 .zero 4
83 .zero 4
90 .zero 4
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
HDtst.relenum.d40 zero, enumerator
52 /zero >= one || second <= first || zero == second/
55 printf("zero = %d; one = %d; two = %d", zero, one, two);
64 printf("zero = %d; one = %d; two = %d", zero, one, two);
70 /first < two && second > one && one != two && zero != first/
/trueos/contrib/ipfilter/lib/
HDprintdstl_live.c24 ipf_dstnode_t *entry, *zero; local
35 zero = calloc(1, sizeof(*zero) + 64);
36 if (zero == NULL) {
68 if (bcmp((char *)zero, (char *)entry, sizeof(*zero)) == 0)
76 free(zero);
HDprinthash_live.c20 iphtent_t entry, zero; local
51 bzero((char *)&zero, sizeof(zero));
56 if (bcmp(&zero, &entry, sizeof(zero)) == 0)
/trueos/contrib/ldns/compat/
HDsnprintf.c240 int zero, int negative, char* buf, int len) in print_num() argument
248 if(precision == 0 && zero) numw = 0; in print_num()
256 if(precision == 0 && zero) { in print_num()
270 if(precision == 0 && zero) numw = 0; in print_num()
286 if(precision == 0 && zero) in print_num()
301 int zero = (value == 0); in print_num_d() local
305 plus, space, zero, negative, buf, len); in print_num_d()
316 int zero = (value == 0); in print_num_ld() local
320 plus, space, zero, negative, buf, len); in print_num_ld()
331 int zero = (value == 0); in print_num_lld() local
[all …]
/trueos/contrib/unbound/compat/
HDsnprintf.c240 int zero, int negative, char* buf, int len) in print_num() argument
248 if(precision == 0 && zero) numw = 0; in print_num()
256 if(precision == 0 && zero) { in print_num()
270 if(precision == 0 && zero) numw = 0; in print_num()
286 if(precision == 0 && zero) in print_num()
301 int zero = (value == 0); in print_num_d() local
305 plus, space, zero, negative, buf, len); in print_num_d()
316 int zero = (value == 0); in print_num_ld() local
320 plus, space, zero, negative, buf, len); in print_num_ld()
331 int zero = (value == 0); in print_num_lld() local
[all …]
/trueos/sys/dev/aic7xxx/
HDahc_isa.c138 int zero; in ahc_isa_probe() local
141 zero = 0; in ahc_isa_probe()
149 regs = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &zero, RF_ACTIVE); in ahc_isa_probe()
186 if (bus_set_resource(dev, SYS_RES_IRQ, zero, irq_num, 1) != 0) in ahc_isa_probe()
193 irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &zero, in ahc_isa_probe()
204 bus_release_resource(dev, SYS_RES_IOPORT, zero, regs); in ahc_isa_probe()
209 bus_release_resource(dev, SYS_RES_IRQ, zero, irq); in ahc_isa_probe()
225 int zero; in ahc_isa_attach() local
228 zero = 0; in ahc_isa_attach()
229 regs = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &zero, RF_ACTIVE); in ahc_isa_attach()
[all …]
/trueos/contrib/jemalloc/src/
HDhuge.c19 huge_malloc(size_t size, bool zero) in huge_malloc() argument
22 return (huge_palloc(size, chunksize, zero)); in huge_malloc()
26 huge_palloc(size_t size, size_t alignment, bool zero) in huge_palloc() argument
50 is_zeroed = zero; in huge_palloc()
71 if (config_fill && zero == false) { in huge_palloc()
101 size_t alignment, bool zero, bool try_tcache_dalloc) in huge_ralloc() argument
116 ret = huge_palloc(size + extra, alignment, zero); in huge_ralloc()
118 ret = huge_malloc(size + extra, zero); in huge_ralloc()
125 ret = huge_palloc(size, alignment, zero); in huge_ralloc()
127 ret = huge_malloc(size, zero); in huge_ralloc()
HDjemalloc.c1380 imallocx(size_t usize, size_t alignment, bool zero, bool try_tcache, in imallocx() argument
1388 return (ipalloct(usize, alignment, zero, try_tcache, arena)); in imallocx()
1389 else if (zero) in imallocx()
1396 imallocx_prof_sample(size_t usize, size_t alignment, bool zero, bool try_tcache, in imallocx_prof_sample() argument
1407 p = imallocx(usize_promoted, alignment, zero, try_tcache, in imallocx_prof_sample()
1413 p = imallocx(usize, alignment, zero, try_tcache, arena); in imallocx_prof_sample()
1419 imallocx_prof(size_t usize, size_t alignment, bool zero, bool try_tcache, in imallocx_prof() argument
1425 p = imallocx_prof_sample(usize, alignment, zero, try_tcache, in imallocx_prof()
1428 p = imallocx(usize, alignment, zero, try_tcache, arena); in imallocx_prof()
1443 bool zero = flags & MALLOCX_ZERO; in je_mallocx() local
[all …]
/trueos/contrib/libarchive/libarchive/test/
HDtest_read_format_cab.c189 char zero[128]; in verify() local
192 memset(zero, 0, sizeof(zero)); in verify()
227 assertEqualMem(buff, zero, sizeof(buff)); in verify()
230 assertEqualMem(buff, zero, 33000 - s); in verify()
281 char zero[128]; in verify2() local
288 memset(zero, 0, sizeof(zero)); in verify2()
340 char zero[128]; in verify3() local
342 memset(zero, 0, sizeof(zero)); in verify3()
/trueos/contrib/wpa/src/tls/
HDpkcs8.c23 struct bignum *zero; in pkcs8_key_import() local
49 zero = bignum_init(); in pkcs8_key_import()
50 if (zero == NULL) in pkcs8_key_import()
53 if (bignum_set_unsigned_bin(zero, hdr.payload, hdr.length) < 0) { in pkcs8_key_import()
55 bignum_deinit(zero); in pkcs8_key_import()
60 if (bignum_cmp_d(zero, 0) != 0) { in pkcs8_key_import()
64 bignum_deinit(zero); in pkcs8_key_import()
67 bignum_deinit(zero); in pkcs8_key_import()
/trueos/lib/libc/mips/string/
HDbzero.S58 PTR_SUBU a3, zero, a0 # compute # bytes to word align address
60 beq a3, zero, 1f # skip if word aligned
62 REG_SHI zero, 0(a0) # clear 1, 2, or 3 bytes to align
72 REG_S zero, -SZREG(a0) # since we are limited by memory speed
74 ble a1, zero, 2f
79 sb zero, -1(a0)
HDbcopy.S92 bne t0,zero,6f # copy backwards
109 bne t1,zero,3f # dest unaligned
111 bne t0,zero,5f
121 beq AT,zero,2f
154 beq t2,zero,3f
165 beq SIZEREG,zero,4f # nothing left to do?
185 beq a3,zero,3b
205 bne t1,zero,3f
207 bne t0,zero,5f
214 beq t0,zero,2f # any work to do?
[all …]
/trueos/lib/msun/src/
HDe_lgamma_r.c92 zero= 0.00000000000000000000e+00, variable
176 return zero; in sin_pi()
189 case 0: y = __kernel_sin(pi*y,zero,0); break; in sin_pi()
191 case 2: y = __kernel_cos(pi*(0.5-y),zero); break; in sin_pi()
193 case 4: y = __kernel_sin(pi*(one-y),zero,0); break; in sin_pi()
195 case 6: y = -__kernel_cos(pi*(y-1.5),zero); break; in sin_pi()
196 default: y = __kernel_sin(pi*(y-2.0),zero,0); break; in sin_pi()
226 if(t==zero) return one/vzero; /* -integer */ in __ieee754_lgamma_r()
228 if(t<zero) *signgamp = -1; in __ieee754_lgamma_r()
242 r = zero; in __ieee754_lgamma_r()
HDe_jnf.c26 static const float zero = 0.0000000000e+00; variable
52 b = zero; in __ieee754_jnf()
68 b = zero; in __ieee754_jnf()
118 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t); in __ieee754_jnf()
177 if(ix==0) return -one/zero; in __ieee754_ynf()
178 if(hx<0) return zero/zero; in __ieee754_ynf()
186 if(ix==0x7f800000) return zero; in __ieee754_ynf()
HDs_modfl.c55 static const long double zero[] = { 0.0L, -0.0L }; variable
67 *iptr = zero[ux.bits.sign]; in modfl()
73 return (zero[ux.bits.sign]); in modfl()
87 return (zero[ux.bits.sign]); in modfl()
92 return (zero[ux.bits.sign]); in modfl()
HDe_jn.c51 static const double zero = 0.00000000000000000000e+00; variable
77 b = zero; in __ieee754_jn()
116 b = zero; in __ieee754_jn()
166 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t); in __ieee754_jn()
225 if((ix|lx)==0) return -one/zero; in __ieee754_yn()
226 if(hx<0) return zero/zero; in __ieee754_yn()
234 if(ix==0x7ff00000) return zero; in __ieee754_yn()
/trueos/contrib/binutils/gas/
HDflonum-konst.c30 static const LITTLENUM_TYPE zero[] = { variable
190 {X zero, X zero, X zero, 0, '+'},
207 {X zero, X zero, X zero, 0, '+'},
/trueos/contrib/netbsd-tests/lib/libcurses/tests/
HDmvwin5 compare /dev/zero
7 compare /dev/zero
10 compare /dev/zero
12 compare /dev/zero
/trueos/sys/powerpc/ps3/
HDps3-hvcall.h50 int lv1_allocate_memory(uint64_t size, uint64_t log_page_size, uint64_t zero, uint64_t flags, uint6…
59 …nect_irq_plug_ext(uint64_t ppe_id, uint64_t cpu_id, uint64_t virq, uint64_t outlet, uint64_t zero);
75 int lv1_disable_logical_spe(uint64_t spe_id, uint64_t zero);
76 int lv1_clear_spe_interrupt_status(uint64_t spe_id, uint64_t class, uint64_t stat, uint64_t zero);
98 int lv1_open_device(uint64_t bus, uint64_t dev, uint64_t zero);
109 int lv1_net_remove_multicast_address(uint64_t bus, uint64_t dev, uint64_t zero, uint64_t one);
110 int lv1_net_start_tx_dma(uint64_t bus, uint64_t dev, uint64_t bus_addr, uint64_t zero);
111 int lv1_net_stop_tx_dma(uint64_t bus, uint64_t dev, uint64_t zero);
112 int lv1_net_start_rx_dma(uint64_t bus, uint64_t dev, uint64_t bus_addr, uint64_t zero);
113 int lv1_net_stop_rx_dma(uint64_t bus, uint64_t dev, uint64_t zero);
[all …]

12345678910>>...42