/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bcmip.h | 67 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \ argument 68 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0) 70 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \ argument 71 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff)
|
D | ethernet.h | 118 #define ether_cmp(a, b) (!(((short*)a)[0] == ((short*)b)[0]) | \ argument 119 !(((short*)a)[1] == ((short*)b)[1]) | \ 120 !(((short*)a)[2] == ((short*)b)[2]))
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
D | bcmip.h | 67 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \ argument 68 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0) 70 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \ argument 71 ((uint8 *)(a))[2] & ((uint8 *)(a))[3]) == 0xff)
|
D | ethernet.h | 118 #define ether_cmp(a, b) (!(((short*)a)[0] == ((short*)b)[0]) | \ argument 119 !(((short*)a)[1] == ((short*)b)[1]) | \ 120 !(((short*)a)[2] == ((short*)b)[2]))
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 41 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/dhdutil/ |
D | dhdu.h | 46 int dhd_ether_atoe(const char *a, struct ether_addr *n); 47 int dhd_atoip(const char *a, struct ipv4_addr *n); 49 #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.h | 46 int dhd_ether_atoe(const char *a, struct ether_addr *n); 47 int dhd_atoip(const char *a, struct ipv4_addr *n); 49 #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) argument
|
/hardware/invensense/mlsdk/mllite/ |
D | mlMathFunc.h | 37 const long *a; member 43 long inv_q29_mult(long a, long b); 44 long inv_q30_mult(long a, long b); 59 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y); 61 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
|
D | mlMathFunc.c | 40 const long *a = state->a; in inv_filter_long() local 51 tmp -= ((long long)state->y[ii] * (long long)(a[ii + 1])); in inv_filter_long() 53 tmp /= (long long)a[0]; in inv_filter_long() 72 long inv_q29_mult(long a, long b) in inv_q29_mult() argument 76 temp = (long long)a *b; in inv_q29_mult() 88 long inv_q30_mult(long a, long b) in inv_q30_mult() argument 92 temp = (long long)a *b; in inv_q30_mult() 280 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc() argument 289 *(b + 10 * k + l) = *(a + 10 * i + j); in inv_matrix_det_inc() 295 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd() argument [all …]
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/src/ |
D | loc_apicb_appinit.c | 25 #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/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 511 #define ABS(a) (((a) < 0)?-(a):(a)) argument 515 #define MIN(a, b) (((a) < (b))?(a):(b)) argument 519 #define MAX(a, b) (((a) > (b))?(a):(b)) argument 524 #define ISALIGNED(a, x) (((uintptr)(a) & ((x)-1)) == 0) argument 533 #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) argument 545 #define setbit(a, i) (((uint8 *)a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument 546 #define clrbit(a, i) (((uint8 *)a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument 547 #define isset(a, i) (((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) argument 548 #define isclr(a, i) ((((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument
|
D | bcmendian.h | 71 #define load32_ua(a) ltoh32_ua(a) argument 72 #define store32_ua(a, v) htol32_ua_store(v, a) argument 73 #define load16_ua(a) ltoh16_ua(a) argument 74 #define store16_ua(a, v) htol16_ua_store(v, a) argument
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 511 #define ABS(a) (((a) < 0)?-(a):(a)) argument 515 #define MIN(a, b) (((a) < (b))?(a):(b)) argument 519 #define MAX(a, b) (((a) > (b))?(a):(b)) argument 524 #define ISALIGNED(a, x) (((uintptr)(a) & ((x)-1)) == 0) argument 533 #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0])) argument 545 #define setbit(a, i) (((uint8 *)a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument 546 #define clrbit(a, i) (((uint8 *)a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument 547 #define isset(a, i) (((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) argument 548 #define isclr(a, i) ((((const uint8 *)a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument
|
D | bcmendian.h | 71 #define load32_ua(a) ltoh32_ua(a) argument 72 #define store32_ua(a, v) htol32_ua_store(v, a) argument 73 #define load16_ua(a) ltoh16_ua(a) argument 74 #define store16_ua(a, v) htol16_ua_store(v, a) argument
|
/hardware/invensense/libsensors/ |
D | sensors.h | 34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument
|
/hardware/ti/omap3/dspbridge/inc/ |
D | LICENSE | 31 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/ |
D | LICENSE | 31 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/qcom/media/libstagefrighthw/ |
D | NOTICE | 43 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/ |
D | NOTICE | 44 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/liblights/ |
D | NOTICE | 44 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/libgralloc-qsd8k/ |
D | NOTICE | 44 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/libcopybit/ |
D | NOTICE | 44 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-qsd8k/ |
D | NOTICE | 44 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/libhardware_legacy/ |
D | NOTICE | 44 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/ |
D | NOTICE | 44 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 …]
|