Home
last modified time | relevance | path

Searched defs:y (Results 1 – 5 of 5) sorted by relevance

/trusty/user/base/include/user/
Dtrusty_app_manifest.h33 #define CONCAT(x, y) x##y argument
34 #define XCONCAT(x, y) CONCAT(x, y) argument
/trusty/user/base/lib/secure_fb/test/
Dmain.c72 const uint32_t y, in set_pixel()
102 for (uint32_t y = 0; y < fb_info->height; y++) { in TEST_F() local
/trusty/user/app/confirmationui/src/
Dtrusty_confirmation_ui.cpp202 -> teeui::Error { in renderAndSwap()
/trusty/user/app/confirmationui/test/
Dmain.cpp105 teeui::Color color) -> teeui::Error { in TEST_P()
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2023 #define pthread_mutexattr_settype(x,y) pthread_mutexattr_setkind_np(x,y) argument