Searched defs:tsp (Results 1 – 4 of 4) sorted by relevance
108 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument109 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument111 #define timespeccmp(tsp, usp, cmp) \ argument116 #define timespecadd(tsp, usp, vsp) \ argument126 #define timespecsub(tsp, usp, vsp) \ argument
149 static int tsp = MaxTreeStackDepth; in ast_find_all() local
149 /*** static ***/ int tsp = MaxTreeStackDepth; /* MR23 Remove "static" */ in ast_find_all() local
245 static int tsp = MaxTreeStackDepth; local