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

  /system/extras/tests/net_test/
forwarding_test.py 76 mydst = "%s:%04X" % (net_test.FormatSockStatAddress(remoteaddr), remoteport)
78 sockets = [s for s in sockets if s[0] == mysrc and s[1] == mydst]
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 201 int16_t *mydst = (int16_t *) xy; local
212 vst2q_s16(mydst, hi16);
216 mydst += 16; // 16 shorts, aka 8 longs
220 xy = (uint32_t *) mydst;

Completed in 693 milliseconds