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

/freebsd-11-stable/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-11-stable/crypto/openssl/apps/
H A Dsrp.c120 static int get_index(CA_DB *db, char *id, char type) function
170 print_entry(db, bio, get_index(db, pp[DB_srpgN], 'I'), verbose,
553 if ((userindex = get_index(db, user, 'U')) >= 0) {
653 get_index(db, row[DB_srpgN], DB_SRP_INDEX)) >= 0)
/freebsd-11-stable/contrib/less/
H A Difile.c294 get_index(ifile) function
H A Dprompt.c323 ap_int(get_index(curr_ifile));
H A Dedit.c676 } while (get_index(h) != n);
H A Dfuncs.h162 public int get_index LESSPARAMS ((IFILE ifile));
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c1103 get_index(svn_membuffer_t *cache, entry_t *entry) function
1135 assert(idx == get_index(cache, entry));
1182 assert(idx == get_index(cache, entry));
1210 apr_uint32_t idx = get_index(cache, entry);
1301 apr_uint32_t idx = get_index(cache, entry);
1598 apr_uint32_t idx = get_index(cache, entry);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp453 auto get_index = [&](size_t idx, uint32_t &i) -> bool {
462 return get_index(0, coord.x) && get_index(1, coord.y) &&
463 get_index(2, coord.z);
/freebsd-11-stable/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
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1338 static int get_index(unsigned long offset) function
1518 idx = get_index(vma->vm_pgoff);

Completed in 239 milliseconds