HomeSort by relevance Sort by last modified time
    Searched refs:rest_len (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/glob/
glob.c 392 size_t rest_len;
441 rest_len = strlen (++rest) + 1;
465 mempcpy (mempcpy (alt_start, p, next - p), rest, rest_len);
468 memcpy (&alt_start[next - p], rest, rest_len);
777 size_t rest_len = end_name == NULL ? 0 : strlen (end_name);
778 newp = (char *) __alloca (home_len + rest_len + 1);
781 end_name, rest_len)) = '\0';
784 memcpy (&newp[home_len], end_name, rest_len);
785 newp[home_len + rest_len] = '\0';
391 size_t rest_len; local
776 size_t rest_len = end_name == NULL ? 0 : strlen (end_name); local
780 end_name, rest_len)) = '\\0'; local
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 522 int rest_len; local
542 rest_len = nfa_ee_find_total_aid_len(p_cb, entry + 1);
545 NFA_TRACE_DEBUG2 ("nfa_ee_api_remove_aid len:%d, rest_len:%d", len, rest_len);
546 GKI_shiftup (&p_cb->aid_cfg[offset], &p_cb->aid_cfg[offset+ len], rest_len);
547 rest_len = p_cb->aid_entries - entry;
548 GKI_shiftup (&p_cb->aid_len[entry], &p_cb->aid_len[entry + 1], rest_len);
549 GKI_shiftup (&p_cb->aid_pwr_cfg[entry], &p_cb->aid_pwr_cfg[entry + 1], rest_len);
550 GKI_shiftup (&p_cb->aid_rt_info[entry], &p_cb->aid_rt_info[entry + 1], rest_len);
    [all...]

Completed in 99 milliseconds