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

  /external/clang/test/Analysis/
null-deref-ps.c 255 typedef int BOOL, *PBOOL, *LPBOOL;
  /external/autotest/client/deps/iwcap/src/
iwcap.c 256 static void pbool(const char *tag, int v) function
401 #define PBOOL(c, b, name) if (checks & (c)) pbool(name, phy_caps & (b))
402 PBOOL(CHECK_IS_24GHZ, CHECK_IS_24GHZ, "24ghz");
403 PBOOL(CHECK_IS_5GHZ, CHECK_IS_5GHZ, "5ghz");
404 PBOOL(CHECK_IS_11B, CHECK_IS_11B, "11b");
405 PBOOL(CHECK_IS_11G, CHECK_IS_11G, "11g");
406 PBOOL(CHECK_IS_11A, CHECK_IS_11A, "11a");
407 PBOOL(CHECK_IS_11N, CHECK_IS_11N, "11n");
408 PBOOL(CHECK_IS_LPDC, 0x1, "lpdc")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 110 typedef BOOL *PBOOL;
ntdef.h 329 typedef BOOL *PBOOL;
mmcobj.h 213 typedef WINBOOL *PBOOL;
358 virtual HRESULT WINAPI get_Visible(PBOOL Visible) = 0;
361 virtual HRESULT WINAPI get_UserControl(PBOOL UserControl) = 0;
381 HRESULT (WINAPI *get_Visible)(_Application *This,PBOOL Visible);
384 HRESULT (WINAPI *get_UserControl)(_Application *This,PBOOL UserControl);
425 HRESULT WINAPI _Application_get_Visible_Proxy(_Application *This,PBOOL Visible);
431 HRESULT WINAPI _Application_get_UserControl_Proxy(_Application *This,PBOOL UserControl);
    [all...]

Completed in 95 milliseconds