HomeSort by relevance Sort by last modified time
    Searched full:move_size (Results 1 - 3 of 3) 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);
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 547 MOVE_SIZE = (350,390)
555 ('Preview', F_RPGRDPREVIEW, ROW2, COL1, MOVE_SIZE, 0, 0, -1, [], "", True, ""),

Completed in 3284 milliseconds