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

  /src/common/lib/libc/arch/powerpc/string/
memmove.S 147 bdz- rlast /* Dec cnt, and branch if just */
158 rlast: label
  /src/external/bsd/nvi/dist/vi/
v_replace.c 127 vip->rlast = ev.e_c;
204 STRSET(bp + vp->m_start.cno, vip->rlast, cnt);
vi.h 240 CHAR_T rlast; /* Last 'r' replacement character. */ member in struct:_vi_private
  /src/sys/net/npf/
npf_ruleset.c 336 npf_rule_t *rg, *rlast = NULL, *prev = NULL, *lastprev = NULL; local
350 rlast = rl;
354 if (!rlast) {
357 npf_ruleset_unlink(rlast, lastprev);
358 LIST_INSERT_HEAD(&rlset->rs_gc, rlast, r_aentry);
  /src/external/bsd/openldap/dist/servers/slapd/
sets.c 146 long i, j, last, rlast; local
175 rlast = slap_set_size( rset );
176 i = slap_set_size( lset ) + rlast + 1;
206 rset[ i ] = rset[ --rlast ];
207 BER_BVZERO( &rset[ rlast ] );
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
rb.h 579 a_prefix##path_entry_t *rlast) { \
580 while ((uintptr_t)rlast >= (uintptr_t)rfirst) { \
581 a_type *node = rlast->node; \
589 rlast--; \
599 a_prefix##path_entry_t *rlast, a_prefix##path_entry_t *swap_loc) { \
600 if (swap_loc == NULL || rlast <= swap_loc) { \
601 a_prefix##summarize_range(rfirst, rlast); \
603 a_prefix##summarize_range(swap_loc + 1, rlast); \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
rb.h 579 a_prefix##path_entry_t *rlast) { \
580 while ((uintptr_t)rlast >= (uintptr_t)rfirst) { \
581 a_type *node = rlast->node; \
589 rlast--; \
599 a_prefix##path_entry_t *rlast, a_prefix##path_entry_t *swap_loc) { \
600 if (swap_loc == NULL || rlast <= swap_loc) { \
601 a_prefix##summarize_range(rfirst, rlast); \
603 a_prefix##summarize_range(swap_loc + 1, rlast); \

Completed in 54 milliseconds