Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 98) sorted by relevance

1234

/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmutils.h395 #define ABS(a) (((a) < 0)?-(a):(a)) argument
399 #define MIN(a, b) (((a) < (b))?(a):(b)) argument
403 #define MAX(a, b) (((a) > (b))?(a):(b)) argument
408 #define ISALIGNED(a, x) (((a) & ((x)-1)) == 0) argument
417 #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) argument
425 #define setbit(a, i) (((uint8 *)a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument
426 #define clrbit(a, i) (((uint8 *)a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument
427 #define isset(a, i) (((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) argument
428 #define isclr(a, i) ((((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument
488 load32_ua(uint8 *a) in load32_ua() argument
[all …]
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
Dcli_cu_common.h92 # define SIZE_ARR(a) (sizeof(a)/sizeof(a[0]) ) argument
96 # define min(a, b) (((a)<(b)) ? (a) : (b)) argument
100 # define max(a, b) (((a)>(b)) ? (a) : (b)) argument
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd.h172 #define DHD_PM_RESUME_WAIT_INIT(a) DECLARE_WAIT_QUEUE_HEAD(a); argument
173 #define _DHD_PM_RESUME_WAIT(a, b) do { \ argument
177 wait_event_interruptible_timeout(a, FALSE, HZ/100); \
180 #define DHD_PM_RESUME_WAIT(a) _DHD_PM_RESUME_WAIT(a, 30) argument
181 #define DHD_PM_RESUME_WAIT_FOREVER(a) _DHD_PM_RESUME_WAIT(a, ~0) argument
182 #define DHD_PM_RESUME_RETURN_ERROR(a) do { if (dhd_mmc_suspend) return a; } while (0) argument
185 #define DHD_SPINWAIT_SLEEP_INIT(a) DECLARE_WAIT_QUEUE_HEAD(a); argument
186 #define SPINWAIT_SLEEP(a, exp, us) do { \ argument
189 wait_event_interruptible_timeout(a, FALSE, HZ/100); \
196 #define DHD_PM_RESUME_WAIT_INIT(a) argument
[all …]
/hardware/broadcom/wlan/bcm4329/src/include/proto/
Dbcmip.h73 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \ argument
74 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0)
76 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \ argument
77 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff)
Dethernet.h117 #define ether_cmp(a, b) (!(((short*)a)[0] == ((short*)b)[0]) | \ argument
118 !(((short*)a)[1] == ((short*)b)[1]) | \
119 !(((short*)a)[2] == ((short*)b)[2]))
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING41 or for a fee, you must give the recipients all the rights that we gave
48 We protect your rights with a two-step method: (1) we copyright the
59 Finally, software patents pose a constant threat to the existence of
60 any free program. We wish to make sure that a company cannot
61 effectively restrict the users of a free program by obtaining a
62 restrictive license from a patent holder. Therefore, we insist that
63 any patent license obtained for a version of the library must be
73 When a program is linked with a library, whether statically or using
74 a shared library, the combination of the two is legally speaking a
75 combined work, a derivative of the original library. The ordinary
[all …]
/hardware/broadcom/wlan/bcm4329/src/shared/
Dbcmwifi.c84 wf_chspec_aton(char *a) in wf_chspec_aton() argument
90 channel = strtoul(a, &endp, 10); in wf_chspec_aton()
93 if (endp == a) in wf_chspec_aton()
103 a = endp; in wf_chspec_aton()
105 c = tolower(a[0]); in wf_chspec_aton()
112 a++; in wf_chspec_aton()
113 c = tolower(a[0]); in wf_chspec_aton()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DosRgstry_parser.h51 #define NDIS_STRING_CONST(a) {sizeof(a), sizeof(a), a} argument
/hardware/ti/wlan/wl1271/utils/
Dtidef.h100 #define TI_MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
108 #define TI_MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
133 #define SIZE_ARR(a) (sizeof(a)/sizeof(a[0])) argument
/hardware/qcom/gps/loc_api/libloc_api-rpc/src/
Dloc_apicb_appinit.c25 #define RPC_FUNC_VERSION_BASE(a,b) a ## b argument
26 #define RPC_CB_FUNC_VERS(a,b) RPC_FUNC_VERSION_BASE(a,b) argument
/hardware/ti/wlan/wl1271/config/
Dtiwlan.ini67 #arp ip filter - must be written 8 characters for example 10.2.43.3 -> 0a 02 2b 21 and not a 2 2b 21
68 ArpIp_Addr = 0a 02 0a b7
92 Beacon_IE_Table = 00 01 01 01 32 01 2a 01 03 01 06 01 07 01 20 01 25 01 23 01 30 01 28 01 2e 01 3d …
233 RxRssiAndProcessCompensation_2_4G = ec,f6,00,0c,18,f8,fc,00,08,10,f0,f8,00,0a,14
238 TxPerRatePowerLimits_2_4G_Degraded = 1a, 1f, 22, 24, 26, 28
255 #RxRssiAndProcessCompensation_2_4G = ec,f6,00,0c,18,f8,fc,00,08,10,f0,f8,00,0a,14
267 #TxIbiasTable_2_4G = 1a,1a,1a,1a,1a,21
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/
Ddhdu.h51 #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) argument
/hardware/ti/omap3/dspbridge/inc/
DLICENSE31 transformation or translation of a Source form, including but
36 Object form, made available under the License, as indicated by a
43 represent, as a whole, an original work of authorship. For the purposes
60 designated in writing by the copyright owner as "Not a Contribution."
63 on behalf of whom a Contribution has been received by Licensor and
67 this License, each Contributor hereby grants to You a perpetual,
74 this License, each Contributor hereby grants to You a perpetual,
82 institute patent litigation against any entity (including a
83 cross-claim or counterclaim in a lawsuit) alleging that the Work
84 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/ti/omap3/dspbridge/dspexec/
DLICENSE31 transformation or translation of a Source form, including but
36 Object form, made available under the License, as indicated by a
43 represent, as a whole, an original work of authorship. For the purposes
60 designated in writing by the copyright owner as "Not a Contribution."
63 on behalf of whom a Contribution has been received by Licensor and
67 this License, each Contributor hereby grants to You a perpetual,
74 this License, each Contributor hereby grants to You a perpetual,
82 institute patent litigation against any entity (including a
83 cross-claim or counterclaim in a lawsuit) alleging that the Work
84 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/msm7k/liblights/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/msm7k/libaudio/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/ril/libril/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/msm7k/libcamera/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/msm7k/libopencorehw/
DNOTICE43 transformation or translation of a Source form, including but
48 Object form, made available under the License, as indicated by a
55 represent, as a whole, an original work of authorship. For the purposes
72 designated in writing by the copyright owner as "Not a Contribution."
75 on behalf of whom a Contribution has been received by Licensor and
79 this License, each Contributor hereby grants to You a perpetual,
86 this License, each Contributor hereby grants to You a perpetual,
94 institute patent litigation against any entity (including a
95 cross-claim or counterclaim in a lawsuit) alleging that the Work
96 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/ril/reference-ril/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/qcom/media/libstagefrighthw/
DNOTICE43 transformation or translation of a Source form, including but
48 Object form, made available under the License, as indicated by a
55 represent, as a whole, an original work of authorship. For the purposes
72 designated in writing by the copyright owner as "Not a Contribution."
75 on behalf of whom a Contribution has been received by Licensor and
79 this License, each Contributor hereby grants to You a perpetual,
86 this License, each Contributor hereby grants to You a perpetual,
94 institute patent litigation against any entity (including a
95 cross-claim or counterclaim in a lawsuit) alleging that the Work
96 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/libhardware/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/msm7k/libstagefrighthw/
DNOTICE43 transformation or translation of a Source form, including but
48 Object form, made available under the License, as indicated by a
55 represent, as a whole, an original work of authorship. For the purposes
72 designated in writing by the copyright owner as "Not a Contribution."
75 on behalf of whom a Contribution has been received by Licensor and
79 this License, each Contributor hereby grants to You a perpetual,
86 this License, each Contributor hereby grants to You a perpetual,
94 institute patent litigation against any entity (including a
95 cross-claim or counterclaim in a lawsuit) alleging that the Work
96 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/libhardware_legacy/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]
/hardware/msm7k/libaudio-qdsp5v2/
DNOTICE44 transformation or translation of a Source form, including but
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
76 on behalf of whom a Contribution has been received by Licensor and
80 this License, each Contributor hereby grants to You a perpetual,
87 this License, each Contributor hereby grants to You a perpetual,
95 institute patent litigation against any entity (including a
96 cross-claim or counterclaim in a lawsuit) alleging that the Work
97 or a Contribution incorporated within the Work constitutes direct
[all …]

1234