Home
last modified time | relevance | path

Searched defs:tsp (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtime.h108 #define timespecclear(tsp) (tsp)->tv_sec = (tsp)->tv_nsec = 0 argument
109 #define timespecisset(tsp) ((tsp)->tv_sec || (tsp)->tv_nsec) argument
111 #define timespeccmp(tsp, usp, cmp) \ argument
116 #define timespecadd(tsp, usp, vsp) \ argument
126 #define timespecsub(tsp, usp, vsp) \ argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DPCCTSAST.cpp149 static int tsp = MaxTreeStackDepth; in ast_find_all() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DPCCTSAST.cpp149 /*** static ***/ int tsp = MaxTreeStackDepth; /* MR23 Remove "static" */ in ast_find_all() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Dastlib.c245 static int tsp = MaxTreeStackDepth; local