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

  /external/libvterm/src/
state.c 128 uint32_t *new_chars = vterm_allocator_malloc(state->vt, new_size * sizeof(new_chars[0])); local
130 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0]));
134 state->combine_chars = new_chars;
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 291 char *new_chars = (char *) alloca (len);
292 bcopy (pattern, new_chars, len);
293 pattern = new_chars;
287 char *new_chars = (char *) alloca (len); local
    [all...]

Completed in 68 milliseconds