Searched refs:b0 (Results 1 - 25 of 67) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-5.c1 typedef struct{unsigned b0:1;}*t;x(a,b)t a,b;{b->b0=a->b0;} member in struct:__anon6850
H A D990523-1.c8 float *b0; local
15 for (j=15;j;j--,b0-=0x20,window-=0x10,samples+=step)
18 sum -= *(--window) * *b0++;
19 sum -= *(--window) * *b0++;
20 sum -= *(--window) * *b0++;
21 sum -= *(--window) * *b0++;
22 sum -= *(--window) * *b0++;
23 sum -= *(--window) * *b0++;
24 sum -= *(--window) * *b0++;
25 sum -= *(--window) * *b0
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A DWunused-1.C11 struct B b0, b1 = { 25 }; local
14 b0 = b1;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930208-1.c3 struct { char b3, b2, b1, b0; } c; member in struct:__anon6994::__anon6995
8 ++u.c.b0;
18 u.c.b0 = ~0;
H A D921204-1.c2 unsigned b0:1, f1:17, b18:1, b19:1, b20:1, f2:11; member in struct:__anon6992
15 if (o.b.b0)
31 a.b.b0 = 0;
H A D921123-2.c3 unsigned short b0, b1, b2, b3; member in struct:__anon6991
18 x.b0 = x.b1 = x.b2 = 0;
H A D20010518-2.c5 char b0; member in struct:__anon6946
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dia64.inc4 mov r32=b0
12 mov b0=r32
15 br.ret.sptk.many b0
21 br.call.sptk.many b0=\subr
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dop2.C50 const B b0; local
51 value = 0; printf ("B(cB) : "); B b1(b0); if (value != 2) return 3;
56 value = 0; printf ("B= cB : "); b1 = b0; if (value != 4) return 7;
59 value = 0; printf ("foo(cB): "); foo(b0); if (value != 6) return 9;
H A Dop3.C50 const B b0; local
51 value = 0; printf ("B(cB) : "); B b1(b0); if (value != 2) return 3;
56 value = 0; printf ("B= cB : "); b1 = b0; if (value != 4) return 7;
59 value = 0; printf ("foo(cB): "); foo(b0.a); if (value != 6) return 9;
/openbsd-current/lib/libc/softfloat/
H A Dsoftfloat-macros.h266 value formed by concatenating `b0' and `b1'. Addition is modulo 2^64, so
273 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
279 *z0Ptr = a0 + b0 + ( z1 < a1 );
286 96-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
297 bits32 b0,
312 z0 = a0 + b0;
324 Subtracts the 64-bit value formed by concatenating `b0' and `b1' from the
333 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
337 *z0Ptr = a0 - b0 - ( a1 < b1 );
343 Subtracts the 96-bit value formed by concatenating `b0', `b
272 add64( bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr ) argument
293 add96( bits32 a0, bits32 a1, bits32 a2, bits32 b0, bits32 b1, bits32 b2, bits32 *z0Ptr, bits32 *z1Ptr, bits32 *z2Ptr ) argument
332 sub64( bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr ) argument
351 sub96( bits32 a0, bits32 a1, bits32 a2, bits32 b0, bits32 b1, bits32 b2, bits32 *z0Ptr, bits32 *z1Ptr, bits32 *z2Ptr ) argument
449 mul64To128( bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr, bits32 *z2Ptr, bits32 *z3Ptr ) argument
490 bits32 b0, b1; local
601 eq64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 ) argument
615 le64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 ) argument
629 lt64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 ) argument
643 ne64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 ) argument
[all...]
/openbsd-current/lib/libpcap/
H A Dgencode.c402 * Merge the lists in b0 and b1, using the 'sense' field to indicate
406 merge(struct block *b0, struct block *b1) argument
408 struct block **p = &b0;
444 gen_and(struct block *b0, struct block *b1) argument
446 backpatch(b0, b1->head);
447 b0->sense = !b0->sense;
449 merge(b1, b0);
451 b1->head = b0->head;
455 gen_or(struct block *b0, struc argument
812 struct block *b0, *b1; local
935 struct block *b0, *b1; local
976 struct block *b0, *b1; local
1026 struct block *b0, *b1; local
1060 struct block *b0, *b1; local
1117 struct block *b0, *b1, *b2, *tmp; local
1185 struct block *b0, *b1; local
1350 struct block *b0, *b1, *tmp; local
1386 struct block *b0 = NULL, *b1; local
1627 struct block *b0, *b1, *tmp; local
1667 struct block *b0, *b1, *tmp; local
1695 struct block *b0, *b1, *tmp; local
1733 struct block *b0, *b1, *tmp; local
1792 struct block *b0, *b; local
2086 struct block *b0, *b1; local
2982 struct block *b0, *b1, *b2; local
3022 struct block *b0, *b1; local
3078 struct block *b0; local
3112 struct block *b0; local
3136 struct block *b0; local
3157 struct block *b0; local
3175 struct block *b0; local
3191 struct block *b0; local
3208 struct block *b0; local
3225 struct block *b0; local
3246 struct block *b0, *b1; local
3287 struct block *b0; local
3317 struct block *b0; local
3371 struct block *b0; local
3392 struct block *b0; local
3414 struct block *b0, *b1, *b2, *b3, *b4; local
3514 struct block *b0, *b1; local
[all...]
/openbsd-current/sys/lib/libkern/
H A Dsoftfloat-macros.h354 value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
361 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
367 *z0Ptr = a0 + b0 + ( z1 < a1 );
376 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
387 bits64 b0,
402 z0 = a0 + b0;
416 Subtracts the 128-bit value formed by concatenating `b0' and `b1' from the
425 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
429 *z0Ptr = a0 - b0 - ( a1 < b1 );
437 Subtracts the 192-bit value formed by concatenating `b0', `b
360 add128( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) argument
383 add192( bits64 a0, bits64 a1, bits64 a2, bits64 b0, bits64 b1, bits64 b2, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument
424 sub128( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) argument
445 sub192( bits64 a0, bits64 a1, bits64 a2, bits64 b0, bits64 b1, bits64 b2, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr ) argument
546 mul128To256( bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr, bits64 *z2Ptr, bits64 *z3Ptr ) argument
589 bits64 b0, b1; local
726 eq128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) argument
740 le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) argument
754 lt128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dcrtbegin.asm92 br.call.sptk.many b0 = b6
110 br.call.sptk.many b0 = b6
123 mov loc1 = b0
151 mov loc1 = b0
161 (p7) br.call.sptk.many b0 = b6
182 br.call.sptk.many b0 = b6
195 mov b0 = loc1
204 br.ret.sptk.many b0
231 (p6) br.ret.sptk.many b0
235 mov loc0 = b0
[all...]
H A Dcrtend.asm62 br.call.sptk.many b0 = b6
88 mov loc1 = b0
110 br.call.sptk.many b0 = b6
120 mov b0 = loc1
124 br.ret.sptk.many b0
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DEdgeBundles.cpp61 unsigned b0 = getBundle(i, false); local
63 Blocks[b0].push_back(i);
64 if (b1 != b0)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dmmx1.C20 B b0 (unsigned long x, int y = 0, int z = 10) const;
60 z = y->b0 (l);
/openbsd-current/sys/crypto/
H A Dchachapoly.c131 uint8_t b0[CHACHA20POLY1305_KEY_SIZE]; member in union:__anon8
138 chacha_encrypt_bytes(&chacha_ctx, b.b0, b.b0, sizeof(b.b0));
139 poly1305_init(&poly1305_ctx, b.b0);
174 uint8_t b0[CHACHA20POLY1305_KEY_SIZE]; member in union:__anon9
185 chacha_encrypt_bytes(&chacha_ctx, b.b0, b.b0, sizeof(b.b0));
186 poly1305_init(&poly1305_ctx, b.b0);
[all...]
/openbsd-current/sbin/iked/
H A Dsmult_curve25519_ref.c134 unsigned int b0[64]; local
160 square(b0,a0);
161 square(b0 + 32,a0 + 32);
167 sub(s,b0,b0 + 32);
169 add(u,t,b0);
170 mult(xznb,b0,b0 + 32);
/openbsd-current/usr.bin/ssh/
H A Dsmult_curve25519_ref.c134 unsigned int b0[64]; local
160 square(b0,a0);
161 square(b0 + 32,a0 + 32);
167 sub(s,b0,b0 + 32);
169 add(u,t,b0);
170 mult(xznb,b0,b0 + 32);
/openbsd-current/lib/libcrypto/bn/
H A Dbn_internal.h211 * (r4:r3:r2:r1:r0) = (a3:a2:a1:a0) + (b3:b2:b1:b0) + carry, where a is a quad word,
218 BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG carry, BN_ULONG *out_carry,
223 bn_addw_addw(a0, b0, carry, &carry, &r0);
275 * (r3:r2:r1:r0) = (a3:a2:a1:a0) - (b3:b2:b1:b0) - borrow, where a is a quad word,
282 BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG borrow, BN_ULONG *out_borrow,
287 bn_subw_subw(a0, b0, borrow, &borrow, &r0);
327 BN_ULONG a1, a0, b1, b0, r1, r0; local
333 b0 = b & BN_MASK2l;
336 r0 = a0 * b0;
338 /* (a1 * b0) << BN_BITS
217 bn_qwaddqw(BN_ULONG a3, BN_ULONG a2, BN_ULONG a1, BN_ULONG a0, BN_ULONG b3, BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG carry, BN_ULONG *out_carry, BN_ULONG *out_r3, BN_ULONG *out_r2, BN_ULONG *out_r1, BN_ULONG *out_r0) argument
281 bn_qwsubqw(BN_ULONG a3, BN_ULONG a2, BN_ULONG a1, BN_ULONG a0, BN_ULONG b3, BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG borrow, BN_ULONG *out_borrow, BN_ULONG *out_r3, BN_ULONG *out_r2, BN_ULONG *out_r1, BN_ULONG *out_r0) argument
365 BN_ULONG a1, a0, b1, b0, r1, r0, x; local
[all...]
/openbsd-current/lib/libcrypto/bn/arch/aarch64/
H A Dbn_arch.h84 BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG carry, BN_ULONG *out_carry,
91 "adcs %[r0], %[a0], %[b0] \n"
99 [b3]"r"(b3), [b2]"r"(b2), [b1]"r"(b1), [b0]"r"(b0)
341 BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG borrow, BN_ULONG *out_borrow,
348 "sbcs %[r0], %[a0], %[b0] \n"
356 [b3]"r"(b3), [b2]"r"(b2), [b1]"r"(b1), [b0]"r"(b0)
83 bn_qwaddqw(BN_ULONG a3, BN_ULONG a2, BN_ULONG a1, BN_ULONG a0, BN_ULONG b3, BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG carry, BN_ULONG *out_carry, BN_ULONG *out_r3, BN_ULONG *out_r2, BN_ULONG *out_r1, BN_ULONG *out_r0) argument
340 bn_qwsubqw(BN_ULONG a3, BN_ULONG a2, BN_ULONG a1, BN_ULONG a0, BN_ULONG b3, BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG borrow, BN_ULONG *out_borrow, BN_ULONG *out_r3, BN_ULONG *out_r2, BN_ULONG *out_r1, BN_ULONG *out_r0) argument
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dgenpacksizetables.pl52 1 while $text =~ s/\b0,\s*\n\s*0,/0, 0,/g;
54 $text =~ s/((?:\b0, ){15}0,) /$1\n /g;
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dhexagon_types.h597 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \
603 _HEXAGON_V64_internal_union.b[0] = (b0); \
616 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \
620 (((HEXAGON_Vect64)((b1) & 0xff)) << 8LL) | ((HEXAGON_Vect64)((b0) & 0xff)))
634 signed char b3, signed char b2, signed char b1, signed char b0)
635 : data(HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0)) {};
1056 #define HEXAGON_V32_CREATE_B(b3, b2, b1, b0) \
1062 _HEXAGON_V32_internal_union.b[0] = (b0); \
1071 #define HEXAGON_V32_CREATE_B(b3, b2, b1, b0) \
1073 (((HEXAGON_Vect32)((b1) & 0xff)) << 8) | ((HEXAGON_Vect32)((b0)
633 HEXAGON_Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, signed char b3, signed char b2, signed char b1, signed char b0) argument
1084 HEXAGON_Vect32C(signed char b3, signed char b2, signed char b1, signed char b0) argument
1860 Q6Vect64C(signed char b7, signed char b6, signed char b5, signed char b4, signed char b3, signed char b2, signed char b1, signed char b0) argument
2311 Q6Vect32C(signed char b3, signed char b2, signed char b1, signed char b0) argument
[all...]
/openbsd-current/usr.bin/nm/
H A Dnm.c844 fname(const void *a0, const void *b0) argument
846 struct xnlist * const *a = a0, * const *b = b0;
852 rname(const void *a0, const void *b0) argument
854 struct xnlist * const *a = a0, * const *b = b0;
860 value(const void *a0, const void *b0) argument
862 struct xnlist * const *a = a0, * const *b = b0;
873 return(rname(a0, b0));
877 return(fname(a0, b0));

Completed in 379 milliseconds

123