Searched refs:DOWN (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.y67 %token DOWN
110 %right ROMAN BOLD ITALIC FAT FONT SIZE FWD BACK DOWN UP TYPE VCENTER SPECIAL
249 | DOWN number simple
H A Dlex.cpp90 { "down", DOWN },
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dnup.c65 DOWN, enumerator in enum:dnup_switch_dir
94 return DOWN;
126 u->dir = DOWN;
155 /* Decide which direction to mark it (UP/DOWN) */
166 from UP to DOWN */
167 if ((current_dir == UP) && (next_dir == DOWN)) {
H A Dosm_ucast_updn.c64 DOWN enumerator in enum:updn_switch_dir
95 return DOWN;
103 return DOWN;
160 /* Decide which direction to mark it (UP/DOWN) */
165 from DOWN to UP */
166 if ((current_dir == DOWN) && (next_dir == UP)) {
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y97 %token DOWN
114 %token DOWN
226 %left CHOP SOLID DASHED DOTTED UP DOWN FILL COLORED OUTLINED
335 | DOWN
779 | object_spec DOWN
786 | object_spec DOWN expr
H A Dlex.cpp464 { "down", DOWN },
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.h151 #define DOWN 2 macro
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c61 DOWN, enumerator in enum:port_ops
103 {"down", NULL, 0}, /* DOWN */
577 case DOWN:
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dselector.s292 cmpb $0x3d, %ah # DOWN
370 cmpb $0x3d, %ah # DOWN
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c208 enum {DOWN, UP} state; enumerator in enum:schan::__anon10895
767 if (sch->state == DOWN)
769 sch->state = DOWN;
821 sch->state = DOWN;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp193 APInt::Rounding::DOWN) + 1);
213 Upper = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::DOWN);
216 Upper = APIntOps::RoundingSDiv(MaxValue, V, APInt::Rounding::DOWN);
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c331 CURSES_NAME(DOWN),
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c1174 if (!((s) & l ## DOWN)) { \
1176 (s) |= l ## DOWN; \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h82 DOWN, member in class:llvm::APInt::Rounding
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2821 case APInt::Rounding::DOWN:
2838 case APInt::Rounding::DOWN:
2849 if (RM == APInt::Rounding::DOWN) {

Completed in 295 milliseconds