Searched refs:bf (Results 1 - 25 of 395) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D930630-1.c16 } bf; local
18 bf.bf1 = 7;
19 f (bf.bf1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D930630-1.c16 } bf; local
18 bf.bf1 = 7;
19 f (bf.bf1);
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dbitfield.h69 unsigned long bitfield_set(unsigned long *bf, int base, int length, unsigned long value);
70 unsigned long bitfield_get(unsigned long bf, int base, int length);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr41469.c8 bf (void) function
H A D20080806-1.c18 unsigned char bf[BYTES]; local
22 unsigned char *p2 = bf;
32 unsigned short of = p2 - bf - 6;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbitfld-2.c8 struct bf struct
14 struct bf p = {4, 0}; /* { dg-warning "truncated" "" } */
15 struct bf q = {0, 2}; /* { dg-warning "overflow" "" } */
16 struct bf r = {3, -2}; /* { dg-bogus "(truncated|overflow)" } */
H A DWbad-function-cast-1.c15 _Bool bf(void);
26 (const void)bf();
35 (_Bool)bf();
48 (int)bf(); /* { dg-warning "cast from function call of type '_Bool' to non-matching type 'int'" } */
H A Dpr41470.c9 bf (void) function
H A Dcomplete-port.c18 float af = dfoo (), bf = dfoo (); local
40 ddiscard (af + bf);
41 ddiscard (af - bf);
42 ddiscard (af * bf);
43 ddiscard (af / bf);
60 discard (af == bf);
61 discard (af < bf);
62 discard (af > bf);
63 discard (af != bf);
64 discard (af <= bf);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr41469-1.c7 bf (void) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dbitfld-2.c8 struct bf struct
14 struct bf p = {4, 0}; /* { dg-warning "truncated" "" } */
15 struct bf q = {0, 2}; /* { dg-warning "overflow" "" } */
16 struct bf r = {3, -2}; /* { dg-bogus "(truncated|overflow)" } */
H A DWbad-function-cast-1.c15 _Bool bf(void);
26 (const void)bf();
35 (_Bool)bf();
48 (int)bf(); /* { dg-warning "cast from function call of type '_Bool' to non-matching type 'int'" } */
/netbsd-6-1-5-RELEASE/tests/crypto/libcrypto/bf/
H A DMakefile4 HELPER_DIR= bf
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arc/
H A Dflag.d10 4: 01 80 bf 1f 1fbf8001 flag 1
11 8: 02 80 bf 1f 1fbf8002 flag 2
12 c: 04 80 bf 1f 1fbf8004 flag 4
13 10: 08 80 bf 1f 1fbf8008 flag 8
14 14: 10 80 bf 1f 1fbf8010 flag 16
15 18: 20 80 bf 1f 1fbf8020 flag 32
16 1c: 40 80 bf 1f 1fbf8040 flag 64
17 20: 80 80 bf 1f 1fbf8080 flag 128
18 24: 00 00 bf 1f 1fbf0000 flag 0x8000_0001
21 30: 09 00 bf
[all...]
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dclearok.c45 clearok(WINDOW *win, bool bf) argument
47 if (bf)
H A Dflushok.c45 flushok(WINDOW *win, bool bf) argument
47 if (bf)
H A Didcok.c51 idcok(WINDOW *win, bool bf) argument
53 if (bf)
H A Didlok.c50 idlok(WINDOW *win, bool bf) argument
52 if (bf)
H A Dleaveok.c45 leaveok(WINDOW *win, bool bf) argument
47 if (bf)
H A Dnodelay.c43 nodelay(WINDOW *win, bool bf) argument
45 if (bf)
H A Dnotimeout.c43 notimeout(WINDOW *win, bool bf) argument
45 if (bf)
H A Dscrollok.c45 scrollok(WINDOW *win, bool bf) argument
47 if (bf)
H A Dkeypad.c43 keypad(WINDOW *win, bool bf) argument
47 "keypad: win %p, %s\n", win, bf ? "TRUE" : "FALSE");
49 if (bf) {
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dchecktime.in72 @bf=split(/\s+/,$b);
74 $abb= ($bf[4]<0)?-$bf[4]:$bf[4];
76 ( $af[1] ne $bf[1] ) ? $bf[1] cmp $af[1] :
77 ( ( $af[2] != $bf[2] ) ? ( $bf[2] <=> $af[2] ) :
78 ( ( $aba != $abb ) ? ( $abb <=> $aba ) : ($af[0] cmp $bf[0] ) ) );
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dhash.h47 * hash32_buf(const void *bf, size_t len, uint32_t hash)
52 hash32_buf(const void *bf, size_t len, uint32_t hash) argument
54 const uint8_t *s = bf;
68 * hash32_str(const void *bf, uint32_t hash)
73 hash32_str(const void *bf, uint32_t hash) argument
75 const uint8_t *s = bf;
85 * hash32_strn(const void *bf, size_t len, uint32_t hash)
91 hash32_strn(const void *bf, size_t len, uint32_t hash) argument
93 const uint8_t *s = bf;

Completed in 308 milliseconds

1234567891011>>