Home
last modified time | relevance | path

Searched refs:WORD (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd/contrib/elftoolchain/libelf/
H A Delf_types.m460 `WORD, Word',
73 * and a basic type. Basic types include IDENT, HALF, WORD, LWORD,
82 ``c_tag, WORD',
83 `c_un.c_val, WORD',
93 `d_un.d_ptr, WORD',
105 `e_version, WORD',
109 `e_flags, WORD',
122 `e_version, WORD',
126 `e_flags, WORD',
137 `m_info, WORD',
[all …]
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.h52 WORD type; /* = 13 for 3C523 */
54 WORD intr; /* user interrupt vector number */
55 WORD handle; /* Handle associated with session */
62 WORD MAClength; /* HiPerformance data, N/A */
63 WORD MTU; /* HiPerformance data, N/A */
64 WORD multicast; /* HiPerformance data, N/A */
65 WORD rcvrBuffers; /* valid for */
66 WORD UMTbufs; /* High Performance drivers only */
67 WORD postEOIintr; /* Usage ?? */
87 WORD proto;
[all …]
H A Dpktdrvr.c74 WORD r_flags;
75 WORD r_es, r_ds, r_fs, r_gs;
76 WORD r_ip, r_cs, r_sp, r_ss;
82 WORD _rxOutOfs;
83 WORD _rxInOfs;
88 WORD _dummy[2]; /* screenSeg,newInOffset */
90 WORD _fanIndex;
109 extern WORD rxOutOfs; /* offsets into pktRxBuf FIFO queue */
110 extern WORD rxInOfs;
118 #define FIRST_RX_BUF (WORD) &pktRxBuf [0]
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmcu.c239 #define WORD(_start) \ in mt7603_mcu_set_eeprom() macro
243 WORD(_start), \ in mt7603_mcu_set_eeprom()
244 WORD(_start + 2), \ in mt7603_mcu_set_eeprom()
245 WORD(_start + 4) in mt7603_mcu_set_eeprom()
248 WORD(MT_EE_NIC_CONF_1), in mt7603_mcu_set_eeprom()
256 WORD(MT_EE_TX_POWER_CCK), in mt7603_mcu_set_eeprom()
257 WORD(MT_EE_TX_POWER_OFDM_2G_6M), in mt7603_mcu_set_eeprom()
258 WORD(MT_EE_TX_POWER_OFDM_2G_24M), in mt7603_mcu_set_eeprom()
259 WORD(MT_EE_TX_POWER_OFDM_2G_54M), in mt7603_mcu_set_eeprom()
260 WORD(MT_EE_TX_POWER_HT_BPSK_QPSK), in mt7603_mcu_set_eeprom()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dsupport.S57 #define WORD 8 macro
67 #define WORD 4 macro
206 #define Thresh WORD * 8
227 LOAD t2, WORD*1(rs)
228 LOAD t3, WORD*2(rs)
229 LOAD t4, WORD*3(rs)
230 addi rs, rs, WORD*4
232 STORE t2, WORD*1(rd)
233 STORE t3, WORD*2(rd)
234 STORE t4, WORD*3(rd)
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func-empty.mk14 WORD= word
131 .if empty(WORD)
155 .if ! empty ( WORD )
159 ${:U WORD }= variable name with spaces
162 .if empty ( WORD )
167 .if empty(WORD
H A Ddollar.mk8 WORD= word
79 $T 'S,word,a$$Xo,' ''${WORD:S,word,a$Xo,:Q}
80 $T 'S,word,a$$$$Xo,' ''${WORD:S,word,a$$Xo,:Q}
81 $T 'S,word,a$$$$$$Xo,' ''${WORD:S,word,a$$$Xo,:Q}
/freebsd/contrib/ntp/include/
H A Dhopf6039.h20 typedef unsigned short WORD; typedef
22 #define LOWORD(l) ((WORD)(l))
23 #define HIWORD(l) ((WORD)(((DWORD)(l) >> 16) & 0xFFFF))
25 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
112 WORD wAntValue;
/freebsd/crypto/libecc/src/nn/
H A Dnn_div.c78 word_t tmp, borrow1, borrow2, _borrow = WORD(0); in _nn_cnd_sub_shift()
117 word_t _borrow = WORD(0), prod_high, prod_low, tmp; in _nn_submul_word_shift()
203 MUST_HAVE(!(!((b->val[b->wlen - 1] >> (WORD_BITS - 1)) == WORD(1))), ret, err); in _nn_divrem_normalized()
270 MUST_HAVE(!(r->val[r->wlen - 1] != WORD(0)), ret, err); in _nn_divrem_normalized()
314 r.magic = WORD(0); in _nn_divrem_normalized_aliased()
372 q.magic = WORD(0); in nn_mod_normalized()
416 a_shift.magic = WORD(0); in _nn_divrem_unshifted()
493 r.magic = WORD(0); in _nn_divrem_unshifted_aliased()
547 q.magic = WORD(0); in nn_mod_unshifted()
655 MUST_HAVE((WRSHIFT((b), (WORD_BITS - 1)) == WORD(1)), ret, err); in _word_divrem()
[all …]
H A Dnn_modinv.c55 a.magic = b.magic = u.magic = tmp.magic = mp1d2.magic = WORD(0); in _nn_modinv_odd()
188 ret = nn_cmp_word(&b, WORD(1), &cmp); EG(ret, err); in _nn_modinv_odd()
226 out.magic = u.magic = v.magic = WORD(0); in nn_modinv()
294 A->val[A->wlen - 1] = WORD(1); in _nn_sub_mod_2exp()
319 word_t mask = (word_t)((exp_cnt == 0) ? WORD_MASK : (word_t)((WORD(1) << exp_cnt) - WORD(1))); in nn_modinv_2exp()
324 out.magic = tmp_sqr.magic = tmp_mul.magic = WORD(0); in nn_modinv_2exp()
426 nn_tmp.magic = WORD(0); in nn_modinv_word()
447 two.magic = WORD(0); in _nn_modinv_fermat_common()
470 ret = nn_cmp_word(p, WORD(2), &cmp); EG(ret, err); in _nn_modinv_fermat_common()
505 ret = nn_set_word_value(&two, WORD(2)); EG(ret, err); in _nn_modinv_fermat_common()
[all …]
H A Dnn_add.c63 word_t tmp, carry1, carry2, _carry = WORD(0); in _nn_cnd_add()
233 return nn_add_word(out, in1, WORD(1)); in nn_inc()
252 word_t tmp, borrow1, borrow2, borrow = WORD(0); in nn_cnd_sub()
279 ret = (borrow != WORD(0)) ? -1 : 0; in nn_cnd_sub()
298 const word_t w = WORD(1); in nn_dec()
315 ret = (borrow != WORD(0)) ? -1 : 0; in nn_dec()
385 p_cpy.magic = WORD(0); in nn_mod_add()
438 p_cpy.magic = WORD(0); in nn_mod_inc()
467 in2_cpy.magic = WORD(0); in _nn_mod_sub()
511 p_cpy.magic = WORD(0); in nn_mod_sub()
[all …]
H A Dnn_mod_pow.c46 T[0].magic = T[1].magic = T[2].magic = mask.magic = WORD(0); in _nn_exp_monty_ladder_ltr()
203 _out.magic = WORD(0); in _nn_mod_pow()
206 ret = _nn_exp_monty_ladder_ltr(&_out, base, exp, mod, NULL, NULL, WORD(0)); EG(ret, err); in _nn_mod_pow()
210 ret = _nn_exp_monty_ladder_ltr(out, base, exp, mod, NULL, NULL, WORD(0)); in _nn_mod_pow()
226 _out.magic = WORD(0); in _nn_mod_pow_redc_aliased()
265 _mod.magic = WORD(0); in nn_mod_pow_redc()
309 r.magic = r_square.magic = WORD(0); in nn_mod_pow()
/freebsd/crypto/libecc/include/libecc/words/
H A Dwords.h79 #define WLSHIFT(w, c) ((word_t)(((c) >= WORD_BITS) ? WORD(0) : (word_t)((w) << (c))))
80 #define WRSHIFT(w, c) ((word_t)(((c) >= WORD_BITS) ? WORD(0) : (word_t)((w) >> (c))))
89 #define WORD_MASK_IFZERO(w) ((word_t)(((word_t)((w) != 0)) - WORD(1)))
90 #define WORD_MASK_IFNOTZERO(w) ((word_t)(((word_t)((w) == 0)) - WORD(1)))
95 #define WORD_HIGHBIT (WORD(1) << (WORD_BITS - 1))
/freebsd/sys/i386/i386/
H A Ddb_disasm.c42 #define WORD 1 macro
466 /*4*/ { "", WORD, op1(X), db_Escb4 },
468 /*6*/ { "", WORD, 0, 0 },
495 /*0*/ { "fiadd", WORD, op2(ST,STI), "faddp" },
496 /*1*/ { "fimul", WORD, op2(ST,STI), "fmulp" },
497 /*2*/ { "ficom", WORD, 0, 0 },
498 /*3*/ { "ficomp", WORD, op1(X), db_Esce3 },
499 /*4*/ { "fisub", WORD, op2(ST,STI), "fsubrp" },
500 /*5*/ { "fisubr", WORD, op2(ST,STI), "fsubp" },
501 /*6*/ { "fidiv", WORD, op2(ST,STI), "fdivrp" },
[all …]
/freebsd/crypto/libecc/src/curves/
H A Daff_pt_montgomery.c87 in->magic = WORD(0); in aff_pt_montgomery_uninit()
104 Bv2.magic = u3.magic = Au2.magic = tmp.magic = WORD(0); in is_on_montgomery_curve()
298 tmp.magic = tmp2.magic = a.magic = b.magic = WORD(0); in curve_montgomery_to_shortw()
309 ret = fp_set_word_value(&tmp2, WORD(3)); EG(ret, err); in curve_montgomery_to_shortw()
317 ret = fp_set_word_value(&a, WORD(3)); EG(ret, err); in curve_montgomery_to_shortw()
325 ret = fp_set_word_value(&tmp2, WORD(27)); EG(ret, err); in curve_montgomery_to_shortw()
332 ret = fp_set_word_value(&tmp2, WORD(2)); EG(ret, err); in curve_montgomery_to_shortw()
337 ret = fp_set_word_value(&b, WORD(9)); EG(ret, err); in curve_montgomery_to_shortw()
365 check.magic = WORD(0); in curve_montgomery_shortw_check()
397 c.magic = gamma_inv.magic = A.magic = tmp.magic = WORD(0); in curve_shortw_to_montgomery()
[all …]
H A Daff_pt_edwards.c91 in->magic = WORD(0); in aff_pt_edwards_uninit()
110 x2.magic = y2.magic = tmp1.magic = tmp2.magic = WORD(0); in is_on_edwards_curve()
314 tmp1.magic = tmp2.magic = A.magic = B.magic = WORD(0); in curve_edwards_to_montgomery()
335 ret = fp_set_word_value(&B, WORD(2)); EG(ret, err); in curve_edwards_to_montgomery()
366 check.magic = WORD(0); in curve_edwards_montgomery_check()
399 tmp.magic = tmp2.magic = a.magic = d.magic = WORD(0); in curve_montgomery_to_edwards()
410 ret = fp_set_word_value(&tmp, WORD(2)); EG(ret, err); in curve_montgomery_to_edwards()
453 montgomery_crv.magic = WORD(0); in curve_edwards_to_shortw()
474 montgomery_crv.magic = WORD(0); in curve_edwards_shortw_check()
499 montgomery_crv.magic = WORD(0); in curve_shortw_to_edwards()
[all …]
H A Dec_shortw.c45 tmp.magic = tmp2.magic = WORD(0); in ec_shortw_crv_init()
58 ret = fp_set_word_value(&tmp2, WORD(4)); EG(ret, err); in ec_shortw_crv_init()
61 ret = fp_set_word_value(&tmp2, WORD(27)); EG(ret, err); in ec_shortw_crv_init()
103 crv->magic = WORD(0); in ec_shortw_crv_uninit()
H A Dprj_pt.c93 in->magic = WORD(0); in prj_pt_uninit()
155 X.magic = Y.magic = Z.magic = WORD(0); in prj_pt_is_on_curve()
252 tmp.magic = WORD(0); in prj_pt_unique()
307 X1.magic = X2.magic = Y1.magic = Y2.magic = WORD(0); in prj_pt_cmp()
358 X1.magic = X2.magic = WORD(0); in _prj_pt_eq_or_opp_X()
386 Y1.magic = Y2.magic = WORD(0); in _prj_pt_eq_or_opp_Y()
604 tmp_aff.magic = WORD(0); in prj_pt_export_to_aff_buf()
643 XX.magic = ZZ.magic = w.magic = s.magic = WORD(0); in __prj_pt_dbl_monty_no_cf()
644 ss.magic = sss.magic = R.magic = WORD(0); in __prj_pt_dbl_monty_no_cf()
645 RR.magic = B.magic = h.magic = WORD(0); in __prj_pt_dbl_monty_no_cf()
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c355 NCURSES_EXPORT(WORD)
367 return (WORD) a; in _nc_console_MapColor()
712 WORD key1 = (LOWORD((*((const LONG *) el1)))) & 0x7fff; in rkeycompare()
713 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff; in rkeycompare()
721 WORD key1 = HIWORD((*((const LONG *) el1))); in keycompare()
722 WORD key2 = HIWORD((*((const LONG *) el2))); in keycompare()
728 MapKey(WORD vKey) in MapKey()
733 WORD nKey = 0; in MapKey()
754 AnsiKey(WORD vKey) in AnsiKey()
759 WORD nKey = 0; in AnsiKey()
[all …]
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c42 #define WORD 1 macro
560 /*4*/ { "", WORD, op1(X), db_Escb4 },
562 /*6*/ { "", WORD, 0, 0 },
589 /*0*/ { "fiadd", WORD, op2(ST,STI), "faddp" },
590 /*1*/ { "fimul", WORD, op2(ST,STI), "fmulp" },
591 /*2*/ { "ficom", WORD, 0, 0 },
592 /*3*/ { "ficomp", WORD, op1(X), db_Esce3 },
593 /*4*/ { "fisub", WORD, op2(ST,STI), "fsubrp" },
594 /*5*/ { "fisubr", WORD, op2(ST,STI), "fsubp" },
595 /*6*/ { "fidiv", WORD, op2(ST,STI), "fdivrp" },
[all …]
/freebsd/crypto/libecc/src/examples/basic/
H A Dnn_pollard_rho.c63 a.magic = b.magic = tmp.magic = one.magic = c_bignum.magic = WORD(0); in pollard_rho()
79 ret = nn_set_word_value(&a, WORD(2)); EG(ret, err); in pollard_rho()
80 ret = nn_set_word_value(&b, WORD(2)); EG(ret, err); in pollard_rho()
139 n.magic = WORD(0); in find_divisors()
141 divisors[i].magic = WORD(0); in find_divisors()
236 n.magic = WORD(0); in main()
/freebsd/sys/powerpc/fpu/
H A Dfpu_div.c252 #define WORD(r, i) /* calculate r->fp_mant[i] */ \ in fpu_div() macro
281 WORD(x, 1); in fpu_div()
282 WORD(x, 2); in fpu_div()
283 WORD(x, 3); in fpu_div()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc336 WORD defaultColor;
346 WORD operator()() const { return defaultColor; }
351 WORD fg_color(WORD color) {
356 WORD bg_color(WORD color) {
368 WORD colors = DefaultColors::GetCurrentColor();
381 WORD current = DefaultColors::GetCurrentColor();
382 WORD colors;
402 static WORD GetConsoleTextAttribute(HANDLE hConsoleOutput) {
412 const WORD attributes =
415 const WORD foreground_mask = FOREGROUND_BLUE | FOREGROUND_GREEN |
[all …]
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c138 WORD pairs[NUMPAIRS];
150 static WORD
162 return (WORD) a; in MapColor()
166 (WORD) (((attr) & 0xff00) | \
170 static WORD
171 MapAttr(WORD res, attr_t ch) in MapAttr()
178 WORD a; in MapAttr()
180 res = (WORD) ((res & 0xff00) | a); in MapAttr()
800 WORD a = MapColor(fore, color); in wcon_setcolor()
801 a |= (WORD) ((CON.SBI.wAttributes) & (fore ? 0xfff8 : 0xff8f)); in wcon_setcolor()
[all …]
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l78 WORD [A-Za-z_][-A-Za-z_0-9]*
282 <MACRODEF>{WORD}{SPACE} {
295 <MACRODEF>{WORD}\( {
308 <MACROARGLIST>{WORD} {
391 {WORD}\( {
428 {WORD} {

1234567