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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 40 #define _BCM_P 0x10
52 #define bcm_isgraph(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D)) != 0)
54 #define bcm_isprint(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D|_BCM_SP)) != 0)
55 #define bcm_ispunct(c) ((bcm_ismask(c)&(_BCM_P)) != 0)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 41 #define _BCM_P 0x10
53 #define bcm_isgraph(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D)) != 0)
55 #define bcm_isprint(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D|_BCM_SP)) != 0)
56 #define bcm_ispunct(c) ((bcm_ismask(c)&(_BCM_P)) != 0)

Completed in 28 milliseconds