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

/freebsd-10.0-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-10.0-release/crypto/openssl/apps/
H A Dsrp.c120 static int get_index(CA_DB *db, char* id, char type) function
171 print_entry(db, bio, get_index(db, pp[DB_srpgN], 'I'), verbose, "g N entry");
561 if ((userindex = get_index(db, user, 'U')) >= 0)
653 if ( (user_gN = get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0)
/freebsd-10.0-release/contrib/less/
H A Difile.c252 get_index(ifile) function
H A Dprompt.c314 ap_int(get_index(curr_ifile));
H A Dfuncs.h147 public int get_index ();
H A Dedit.c628 } while (get_index(h) != n);
/freebsd-10.0-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-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c615 get_index(svn_membuffer_t *cache, entry_t *entry) function
632 apr_uint32_t idx = get_index(cache, entry);
722 apr_uint32_t idx = get_index(cache, entry);
/freebsd-10.0-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 135 milliseconds