Searched refs:val (Results 251 - 275 of 4147) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5315_gpio.c72 ar5315GpioSet(struct ath_hal *ah, uint32_t gpio, uint32_t val) argument
81 reg |= (val&1) << gpio;
96 uint32_t val = OS_REG_READ(ah, gpioOffset+AR5315_GPIODI); local
97 val = ((val & AR5315_GPIOD_MASK) >> gpio) & 0x1;
98 return val;
110 uint32_t val; local
114 val = OS_REG_READ(ah, gpioOffset+AR5315_GPIOINT);
115 val &= ~(AR5315_GPIOINT_M | AR5315_GPIOINTLVL_M);
116 val |
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntrace/
H A Dq932_fac.c63 static const char *opval_str(int val);
64 static const char *bid_str(int val);
65 static void next_state(char *pbuf, int class, int form, int code, int val);
108 sprintf((pbuf+strlen(pbuf)), "Unknown Protocol (val = 0x%x), UNSUPPORTED!\n", *buf & 0x1f);
279 int val = 0; local
296 val += (*byte_buf + (i*255));
302 sprintf((pbuf+strlen(pbuf)), "Val: %d\n", val);
345 val += (*byte_buf + (i*255));
354 next_state(pbuf, comp_tag_class, comp_tag_form, comp_tag_code, val);
413 static const char *opval_str(int val) argument
562 bid_str(int val) argument
604 F_1_1(char *pbuf, int val) argument
620 F_1_2(char *pbuf, int val) argument
635 F_1_3(char *pbuf, int val) argument
650 F_1_4(char *pbuf, int val) argument
666 F_RJ2(char *pbuf, int val) argument
682 F_RJ30(char *pbuf, int val) argument
716 F_RJ31(char *pbuf, int val) argument
765 F_RJ32(char *pbuf, int val) argument
799 F_RJ33(char *pbuf, int val) argument
839 F_2(char *pbuf, int val) argument
855 F_RR2(char *pbuf, int val) argument
871 F_3(char *pbuf, int val) argument
887 F_RR3(char *pbuf, int val) argument
903 F_RRR(char *pbuf, int val) argument
915 F_4(char *pbuf, int val) argument
931 F_4_1(char *pbuf, int val) argument
947 F_4_2(char *pbuf, int val) argument
963 F_5(char *pbuf, int val) argument
979 F_6(char *pbuf, int val) argument
995 F_7(char *pbuf, int val) argument
1011 F_8(char *pbuf, int val) argument
1027 F_9(char *pbuf, int val) argument
1095 next_state(char *pbuf, int class, int form, int code, int val) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-template.c81 c0.val = NULL;
82 tests[0].val = &c0;
85 c1.val = i;
86 tests[1].val = &c1;
89 c2.val = i;
90 tests[2].val = &c2;
126 c0.val = NULL;
127 tests[0].val = &c0;
130 c1.val = i;
131 tests[1].val
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/inet/
H A Dinet_pton.c101 u_int32_t val; local
120 val = 0; base = 10;
136 val = (val * base) + digit;
142 val = (val << 4) | digit;
157 *pp++ = val;
184 if (parts[0] > 0xff || val > 0xffffff)
186 val |= parts[0] << 24;
190 if ((parts[0] | parts[1]) > 0xff || val >
229 u_int val; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/stack/
H A Dsafestack.h146 #define SKM_sk_set(type, st,i,val) \
147 sk_set(CHECKED_STACK_OF(type, st), i, CHECKED_PTR_OF(type, val))
150 #define SKM_sk_push(type, st, val) \
151 sk_push(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
152 #define SKM_sk_unshift(type, st, val) \
153 sk_unshift(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
154 #define SKM_sk_find(type, st, val) \
155 sk_find(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
156 #define SKM_sk_find_ex(type, st, val) \
158 CHECKED_PTR_OF(type, val))
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dinet_addr.c104 register u_long val; local
119 val = 0; base = 10;
129 val = (val * base) + (c - '0');
132 val = (val << 4) |
147 *pp++ = val;
171 if (val > 0xffffff)
173 val |= parts[0] << 24;
177 if (val >
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx3912videoreg.h73 #define TX3912_VIDEOCTRL1_BAUDVAL_SET(cr, val) \
74 ((cr) | (((val) << TX3912_VIDEOCTRL1_BAUDVAL_SHIFT) & \
83 #define TX3912_VIDEOCTRL1_VIDDONEVAL_SET(cr, val) \
84 ((cr) | (((val) << TX3912_VIDEOCTRL1_VIDDONEVAL_SHIFT) & \
97 #define TX3912_VIDEOCTRL1_BITSEL_SET(cr, val) \
98 ((cr) | (((val) << TX3912_VIDEOCTRL1_BITSEL_SHIFT) & \
121 #define TX3912_VIDEOCTRL2_VIDRATE_SET(cr, val) \
122 ((cr) | (((val) << TX3912_VIDEOCTRL2_VIDRATE_SHIFT) & \
135 #define TX3912_VIDEOCTRL2_HORZVAL_SET(cr, val) \
136 ((cr) | (((val) << TX3912_VIDEOCTRL2_HORZVAL_SHIF
[all...]
H A Dtx39spireg.h51 #define TX39_SPICTRL_DELAYVAL_SET(cr, val) \
52 ((cr) | (((val) << TX39_SPICTRL_DELAYVAL_SHIFT) & \
60 #define TX39_SPICTRL_BAUDRATE_SET(cr, val) \
61 ((cr) | (((val) << TX39_SPICTRL_BAUDRATE_SHIFT) & \
75 #define TX39_SPICTRL_TXDATA_SET(cr, val) \
76 ((cr) | (((val) << TX39_SPICTRL_TXDATA_SHIFT) & \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_expr.c8 int val; member in struct:foo
51 int val, i, ret; local
72 val = _hx509_expr_eval(context, env, expr);
73 if (foo[i].val) {
74 if (val == 0)
78 if (val)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpadata.c39 krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx) argument
42 if(val[*idx].padata_type == type)
43 return val + *idx;
53 pa = realloc (md->val, (md->len + 1) * sizeof(*md->val));
59 md->val = pa;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/ia64/include/isc/
H A Datomic.h29 * This routine atomically increments the value stored in 'p' by 'val', and
39 isc_atomic_xadd(isc_int32_t *p, isc_int32_t val) argument
44 swapped = prev + val;
59 * This routine atomically stores the value 'val' in 'p'.
65 isc_atomic_store(isc_int32_t *p, isc_int32_t val) argument
70 : "r" (val)
76 * This routine atomically replaces the value in 'p' with 'val', if the
84 isc_atomic_cmpxchg(isc_int32_t *p, isc_int32_t cmpval, isc_int32_t val) argument
92 : "r" (cmpval), "r" (val), "m" (*p)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/sparc64/include/isc/
H A Datomic.h67 * This routine atomically increments the value stored in 'p' by 'val', and
71 isc_atomic_xadd(isc_int32_t *p, isc_int32_t val) { argument
75 swapped = prev + val;
88 * This routine atomically stores the value 'val' in 'p'.
91 isc_atomic_store(isc_int32_t *p, isc_int32_t val) { argument
95 swapped = val;
107 * This routine atomically replaces the value in 'p' with 'val', if the
112 isc_atomic_cmpxchg(isc_int32_t *p, isc_int32_t cmpval, isc_int32_t val) { argument
113 isc_int32_t temp = val;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/ia64/include/isc/
H A Datomic.h29 * This routine atomically increments the value stored in 'p' by 'val', and
36 isc_atomic_xadd(isc_int32_t *p, isc_int32_t val) argument
44 swapped = prev + val;
59 * This routine atomically stores the value 'val' in 'p'.
62 isc_atomic_store(isc_int32_t *p, isc_int32_t val) argument
70 : "r" (val)
76 * This routine atomically replaces the value in 'p' with 'val', if the
81 isc_atomic_cmpxchg(isc_int32_t *p, isc_int32_t cmpval, isc_int32_t val) argument
92 : "r" (cmpval), "r" (val), "m" (*p)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/sparc64/include/isc/
H A Datomic.h67 * This routine atomically increments the value stored in 'p' by 'val', and
71 isc_atomic_xadd(isc_int32_t *p, isc_int32_t val) { argument
75 swapped = prev + val;
88 * This routine atomically stores the value 'val' in 'p'.
91 isc_atomic_store(isc_int32_t *p, isc_int32_t val) { argument
95 swapped = val;
107 * This routine atomically replaces the value in 'p' with 'val', if the
112 isc_atomic_cmpxchg(isc_int32_t *p, isc_int32_t cmpval, isc_int32_t val) { argument
113 isc_int32_t temp = val;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/soft-fp/
H A Dsingle.h75 #define FP_UNPACK_RAW_S(X,val) _FP_UNPACK_RAW_1(S,X,val)
76 #define FP_UNPACK_RAW_SP(X,val) _FP_UNPACK_RAW_1_P(S,X,val)
77 #define FP_PACK_RAW_S(val,X) _FP_PACK_RAW_1(S,val,X)
78 #define FP_PACK_RAW_SP(val,X) \
81 _FP_PACK_RAW_1_P(S,val,X); \
84 #define FP_UNPACK_S(X,val) \
86 _FP_UNPACK_RAW_1(S,X,val); \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.misc-tests/
H A Dgcov-7.c13 int val; variable
27 val += i+1;
45 val += 16;
52 return (val == 31 &&
78 val += retval; /* count(2) */
81 foo (val); /* count(3) */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dsse4_1-pinsrb.c43 } res [16], val, tmp; local
48 val.i[0] = 0x35251505;
49 val.i[1] = 0x75655545;
50 val.i[2] = 0xB5A59585;
51 val.i[3] = 0xF5E5D5C5;
54 res[0].x = _mm_insert_epi8 (val.x, ins[0], msk0);
55 res[1].x = _mm_insert_epi8 (val.x, ins[0], msk1);
56 res[2].x = _mm_insert_epi8 (val.x, ins[0], msk2);
57 res[3].x = _mm_insert_epi8 (val.x, ins[0], msk3);
58 res[4].x = _mm_insert_epi8 (val
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/m32r/
H A Dtestutils.inc38 .macro mvi_h_gr reg, val
39 .if (\val >= -128) && (\val <= 127)
40 ldi8 \reg, \val
42 seth \reg, high(\val)
43 or3 \reg, \reg, low(\val)
53 .macro test_h_gr reg, val
54 mvaddr_h_gr r0, \val
60 .macro mvi_h_condbit val
63 .if \val
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.misc-tests/
H A Dgcov-7.c13 int val; variable
27 val += i+1;
45 val += 16;
52 return (val == 31 &&
78 val += retval; /* count(2) */
81 foo (val); /* count(3) */
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/
H A Dleds.c48 led_bar(uint8_t val) argument
52 *ledbar = val;
56 led_display_word(uint32_t val) argument
60 *ledbar = val;
77 led_display_char(int pos, uint8_t val) argument
84 leds[pos * 8] = val;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dpio.h54 #define outb(addr, val) (*alpha_pci_io_switch->apio_outb)((addr), (val))
55 #define outw(addr, val) (*alpha_pci_io_switch->apio_outw)((addr), (val))
56 #define outl(addr, val) (*alpha_pci_io_switch->apio_outl)((addr), (val))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsetenv.c50 setenv(const char *var, const char *val, int rewrite) argument
58 if (asprintf (&t, "%s=%s", var, val) < 0 || t == NULL)
71 if (SetEnvironmentVariable(var, val) == 0)
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/share/
H A Datf-run.hooks63 val=${1}; shift
66 atf_tps_writer_info "env" "${val}"
67 val="${1}"
69 val="${val} ${1}"
73 atf_tps_writer_info "env" "${val}"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/share/
H A Datf-run.hooks63 val=${1}; shift
66 atf_tps_writer_info "env" "${val}"
67 val="${1}"
69 val="${val} ${1}"
73 atf_tps_writer_info "env" "${val}"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/macros/
H A Ddot.s3 .macro x.y.z val
5 .byte val,val
8 .macro .xyz val
10 .byte val,val

Completed in 370 milliseconds

<<11121314151617181920>>