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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
inet_pton.c 121 int move_size = result_pos - double_colon_pos; local
123 memmove(result + kIpv6AddressSize - move_size,
124 result + double_colon_pos, move_size);
  /external/speex/libspeex/
jitter.c 120 int move_size = tb->filled-pos; local
122 move_size -= 1;
123 SPEEX_MOVE(&tb->timing[pos+1], &tb->timing[pos], move_size);
124 SPEEX_MOVE(&tb->counts[pos+1], &tb->counts[pos], move_size);

Completed in 1091 milliseconds