Searched refs:get_index (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dcharinfo.h60 int get_index();
174 inline int charinfo::get_index() function in class:charinfo
H A Dnode.cpp236 return fm != 0 && fm->contains(ci->get_index());
433 if (fm->contains(ci->get_index()))
434 return hunits(fm->get_width(ci->get_index(), fs.to_scaled_points()));
442 if (fm->contains(ci->get_index()))
443 return hunits(fm->get_width(ci->get_index(), fs.to_scaled_points()));
493 return (hunits(fm->get_width(c->get_index(), size.to_scaled_points()))
496 return (hunits(fm->get_width(c->get_index(), size.to_scaled_points()))
502 vunits v = fm->get_height(c->get_index(), size.to_scaled_points());
511 vunits v = fm->get_depth(c->get_index(), size.to_scaled_points());
520 return hunits(fm->get_skew(c->get_index(), siz
[all...]
/freebsd-9.3-release/contrib/less/
H A Difile.c252 get_index(ifile) function
H A Dprompt.c315 ap_int(get_index(curr_ifile));
H A Dfuncs.h147 public int get_index ();
H A Dedit.c628 } while (get_index(h) != n);
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_controller.c2040 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; local
2043 == COMPLETION_QUEUE_CYCLE_BIT(this_controller->completion_queue[get_index])
2417 U32 get_index; local
2437 get_index = NORMALIZE_GET_POINTER(this_controller->completion_queue_get);
2445 == COMPLETION_QUEUE_CYCLE_BIT(this_controller->completion_queue[get_index])
2450 completion_entry = this_controller->completion_queue[get_index];
2451 INCREMENT_COMPLETION_QUEUE_GET(this_controller, get_index, get_cycle);
2503 | get_cycle | SMU_CQGR_GEN_VAL(POINTER, get_index) ;
2532 U32 get_index; local
2552 get_index
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoffcode.h1142 #define get_index(symbol) ((symbol)->udata.i)
2541 n.r_symndx = get_index ((*(q->sym_ptr_ptr)));
1141 #define get_index macro

Completed in 270 milliseconds