Home
last modified time | relevance | path

Searched refs:test (Results 1 – 4 of 4) sorted by relevance

/sys/amd64/
Dmachine.c157 Machine_IdleThread(void *test) in Machine_IdleThread() argument
/lib/liblwip/doc/
Dcontrib.txt43 is to NOT touch archs you can't test and let maintainers take care of them.
/docs/
DDoxyfile720 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
721 # list. This list is created by putting \test commands in the documentation.
1034 # exclude all test directories for example use the pattern */test/*
1045 # exclude all test directories use the pattern */test/*
/lib/liblwip/
DCHANGELOG953 unit test
2028 but never used. Fix msg_in.c with the correct #if test for a stat display.
2124 is not protected" by using new macros for interlocked access to modify/test
2254 * inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy
2801 inclusion. Need to create test case for unaliged, aligned, odd,
2881 No need to test isascii(c) before isdigit(c) or isxdigit(c).