Home
last modified time | relevance | path

Searched defs:c (Results 1 – 13 of 13) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmutils.h47 #define bcm_isalnum(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L|_BCM_D)) != 0) argument
48 #define bcm_isalpha(c) ((bcm_ismask(c)&(_BCM_U|_BCM_L)) != 0) argument
49 #define bcm_iscntrl(c) ((bcm_ismask(c)&(_BCM_C)) != 0) argument
50 #define bcm_isdigit(c) ((bcm_ismask(c)&(_BCM_D)) != 0) argument
51 #define bcm_isgraph(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D)) != 0) argument
52 #define bcm_islower(c) ((bcm_ismask(c)&(_BCM_L)) != 0) argument
53 #define bcm_isprint(c) ((bcm_ismask(c)&(_BCM_P|_BCM_U|_BCM_L|_BCM_D|_BCM_SP)) != 0) argument
54 #define bcm_ispunct(c) ((bcm_ismask(c)&(_BCM_P)) != 0) argument
55 #define bcm_isspace(c) ((bcm_ismask(c)&(_BCM_S)) != 0) argument
56 #define bcm_isupper(c) ((bcm_ismask(c)&(_BCM_U)) != 0) argument
[all …]
/hardware/broadcom/wlan/bcm4329/src/shared/
Dbcmwifi.c35 #define tolower(c) (bcm_isupper((c)) ? ((c) + 'a' - 'A') : (c)) argument
88 char c; in wf_chspec_aton() local
Dbcmutils.c1116 #define CRC_INNER_LOOP(n, c, x) \ argument
1552 char c; in printbig() local
1809 uint i, c; in bcm_format_ssid() local
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
Dperf_reader.c23 #define __DECODE(c) (((c) < 0 || (c) > 63) ? '#' : ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST… argument
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
Ddhdu_linux.c143 char buf[1000], *c, *name; in dhd_find() local
/hardware/ril/reference-ril/
Dreference-ril.c95 #define RIL_onUnsolicitedResponse(a,b,c) s_rilenv->OnUnsolicitedResponse(a,b,c) argument
96 #define RIL_requestTimedCallback(a,b,c) s_rilenv->RequestTimedCallback(a,b,c) argument
1359 char c = ((char *)data)[0]; local
/hardware/libhardware_legacy/gps/
Dgps_qemu.c116 int c; in str2int() local
506 nmea_reader_addc( NmeaReader* r, int c ) in nmea_reader_addc()
/hardware/msm7k/librpc/
Dxdr.c346 u_int c;/* the actual element count */ in xdr_array() local
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
Dbcmsdspi.c1556 uint8 c, j, bit, crc = 0; in sdspi_crc7() local
1581 uint16 j, c, bit; in sdspi_crc16() local
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
Dwl_iw.h47 #define isprint(c) bcm_isprint(c) argument
Dwl_iw.c653 int i, c; in wl_format_ssid() local
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
Dperf_log.h225 #define __PERF_ENCODE_CHAR(c) \ argument
Dperf.h75 #define PERF_FOURCC(a,b,c,d) \ argument