HomeSort by: relevance | last modified time | path
    Searched refs:UNUSED_PARAMETER (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
run.c 36 #define UNUSED_PARAMETER(x) (void)(x)
119 UNUSED_PARAMETER(lanes);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 16368 #define UNUSED_PARAMETER(x) (void)(x)
16369 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
    [all...]
shell.c 73 #define UNUSED_PARAMETER(x) (void)(x)
5769 #ifndef UNUSED_PARAMETER
5770 # define UNUSED_PARAMETER(X) (void)(X)
6190 UNUSED_PARAMETER(argc);
6495 UNUSED_PARAMETER(notUsed);
6520 UNUSED_PARAMETER(argc);
6533 UNUSED_PARAMETER(argc);
6555 UNUSED_PARAMETER(argc);
6581 UNUSED_PARAMETER(argc);
6614 UNUSED_PARAMETER(argc)
    [all...]

Completed in 132 milliseconds