OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BADWORDS
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/misc/cpu/cortexm4f/
Makefile
50
BADWORDS
+= "__floatundisf=When casting a uint64_t to float, use floatFromUint64"
51
BADWORDS
+= "__floatdisf=When casting a int64_t to float, use floatFromInt64"
52
BADWORDS
+= "__fixunssfdi=When casting a float to a uint64_t, use floatToUint64"
53
BADWORDS
+= "__fixsfdi=When casting a float to a int64_t, use floatToInt64"
54
BADWORDS
+= "__aeabi_uldivmod=Do not ever divide uint64_t by anything, see cpuMath.h"
55
BADWORDS
+= "__aeabi_ldivmod=Do not ever divide int64_t by anything, see cpuMath.h"
56
BADWORDS
+= "sinf=include nanhub_math.h before using sinf()"
57
BADWORDS
+= "cosf=include nanhub_math.h before using cosf()"
58
BADWORDS
+= "asinf=include nanhub_math.h before using asinf()"
61
BADWORDS
+= __muldf3 __divdf3 __subdf3 __adddf3 __truncdfsf
[
all
...]
/device/google/contexthub/firmware/
Makefile
24
BADWORDS
+= strcpy strcat atoi
25
BADWORDS
+= "rsaPrivOp=RSA private ops must never be compiled into firmware."
122
./symcheck.sh $< $@ $(
BADWORDS
)
Completed in 529 milliseconds