HomeSort by: relevance | last modified time | path
    Searched refs:_x_ (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
binio.h 47 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ ))
48 #define get_lsb_uint16( _x_ ) ((uint16_t) get_lsb_short( _x_ ))
49 #define get_lsb_int32( _x_ ) ((int32_t) get_lsb_long( _x_ ))
50 #define get_lsb_uint32( _x_ ) ((uint32_t) get_lsb_long( _x_ ))
57 #define get_msb_int16( _x_ ) ((int16_t) get_msb_short( _x_ ))
    [all...]
  /src/sys/dev/raidframe/
rf_dagfuncs.h 81 #define RF_EXTRACT_PRIORITY(_x_) ((((unsigned) ((unsigned long)(_x_))) >> 0) & 0x0F)
82 #define RF_EXTRACT_RU(_x_) ((((unsigned) ((unsigned long)(_x_))) >> 8) & 0xFFFFFF)
rf_general.h 60 #define RF_ASSERT(_x_) { \
61 if (!(_x_)) { \
62 rf_print_assert_panic_message(__LINE__, __FILE__, #_x_); \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
align.exp.tcl 57 puts -nonewline $outfile "#define DEF(T,U) struct align_pair_ ## T ## _x_ ## U "
60 puts -nonewline $outfile "#define DEF_WITH_1_STATIC(T,U) struct align_pair_static_ ## T ## _x_ ## U "
88 set joined "${utype}_x_${uinner}"
95 set joined "static_${utype}_x_${uinner}"
139 set joined "${utype}_x_${uinner}"
144 set joined "static_${utype}_x_${uinner}"
202 set expected [get_integer_valueof a_${utype}_x_${uinner} 0]
203 gdb_test "print ${align_func}(struct align_pair_${utype}_x_${uinner})" \
207 set expected [get_integer_valueof a_static_${utype}_x_${uinner} 0]
208 gdb_test "print ${align_func}(struct align_pair_static_${utype}_x_${uinner})"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
align.exp.tcl 57 puts -nonewline $outfile "#define DEF(T,U) struct align_pair_ ## T ## _x_ ## U "
60 puts -nonewline $outfile "#define DEF_WITH_1_STATIC(T,U) struct align_pair_static_ ## T ## _x_ ## U "
88 set joined "${utype}_x_${uinner}"
95 set joined "static_${utype}_x_${uinner}"
139 set joined "${utype}_x_${uinner}"
144 set joined "static_${utype}_x_${uinner}"
202 set expected [get_integer_valueof a_${utype}_x_${uinner} 0]
203 gdb_test "print ${align_func}(struct align_pair_${utype}_x_${uinner})" \
207 set expected [get_integer_valueof a_static_${utype}_x_${uinner} 0]
208 gdb_test "print ${align_func}(struct align_pair_static_${utype}_x_${uinner})"
    [all...]
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 88 #define days_per_year(_x_) (((_x_) % 4) ? 365 : (((_x_) % 400) ? 365 : 366))
126 #define DPRINTF(_x_) LPRINTF _x_
128 #define DPRINTF(_x_)
188 #define R_SHIFT(_X_, _Y_) (((_X_) < 0) ? -(-(_X_) >> (_Y_)) : ((_X_) >> (_Y_))
    [all...]
  /src/sys/arch/emips/ebus/
icap_ebus.c 62 #define DBGME(_lev_,_x_) if ((_lev_) & icap_debug) _x_
65 #define DBGME(_lev_,_x_)
ace_ebus.c 284 #define DBGME(_lev_,_x_) if ((_lev_) & ace_debug) _x_
287 #define DBGME(_lev_,_x_)
flash_ebus.c 90 #define DBGME(_lev_,_x_) if ((_lev_) & eflash_debug) _x_
93 #define DBGME(_lev_,_x_)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
align.exp 119 puts $outfile "align_pair<$type, $inner> item_${utype}_x_${uinner};"
120 puts $outfile "unsigned a_${utype}_x_${uinner}"
176 set expected [get_integer_valueof a_${utype}_x_${uinner} 0]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
align.exp 119 puts $outfile "align_pair<$type, $inner> item_${utype}_x_${uinner};"
120 puts $outfile "unsigned a_${utype}_x_${uinner}"
176 set expected [get_integer_valueof a_${utype}_x_${uinner} 0]
  /src/
build.sh 962 "${make}" -m ${TOP}/share/mk -s -B -f- _x_ <<EOF || return 1
963 _x_:

Completed in 34 milliseconds