HomeSort by relevance Sort by last modified time
    Searched defs:syst (Results 1 - 3 of 3) sorted by null

  /external/libvorbis/vq/
make_floor_books.pl 29 if syst($command);
42 if syst($command);
65 if syst($command);
73 if syst($command);
80 if syst($command);
85 if syst($command);
90 if syst($command);
95 if syst($command);
104 if syst($command);
106 sub syst{ subroutine
    [all...]
make_residue_books.pl 34 if syst($command);
57 if syst($command);
62 if syst($command);
67 if syst($command);
72 if syst($command);
130 if syst($command);
144 if syst($command);
149 if syst($command);
155 if syst($command);
164 if syst($command)
175 sub syst{ subroutine
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkTime.cpp 18 SYSTEMTIME syst; local
20 ::GetLocalTime(&syst);
21 t->fYear = SkToU16(syst.wYear);
22 t->fMonth = SkToU8(syst.wMonth);
23 t->fDayOfWeek = SkToU8(syst.wDayOfWeek);
24 t->fDay = SkToU8(syst.wDay);
25 t->fHour = SkToU8(syst.wHour);
26 t->fMinute = SkToU8(syst.wMinute);
27 t->fSecond = SkToU8(syst.wSecond);
46 tm syst; local
    [all...]

Completed in 639 milliseconds