/third_party/bounds_checking_function/ |
H A D | Makefile | 5 OPTION = -fPIC macro 6 OPTION += -fstack-protector-all 7 OPTION += -D_FORTIFY_SOURCE=2 -O2 8 OPTION += -Wformat=2 -Wfloat-equal -Wshadow 9 OPTION += -Wconversion 10 OPTION += -Wformat-security 11 OPTION += -Wextra 12 OPTION += --param ssp-buffer-size=4 13 OPTION += -Warray-bounds 14 OPTION [all...] |
/third_party/backends/backend/ |
H A D | mustek_usb.h | 53 #define ENABLE(OPTION) s->opt[OPTION].cap &= ~SANE_CAP_INACTIVE 54 #define DISABLE(OPTION) s->opt[OPTION].cap |= SANE_CAP_INACTIVE 55 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0)
|
H A D | gt68xx.h | 48 #define ENABLE(OPTION) s->opt[OPTION].cap &= ~SANE_CAP_INACTIVE 49 #define DISABLE(OPTION) s->opt[OPTION].cap |= SANE_CAP_INACTIVE 50 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0)
|
H A D | rts8891.h | 45 #define ENABLE(OPTION) s->opt[OPTION].cap &= ~SANE_CAP_INACTIVE 46 #define DISABLE(OPTION) s->opt[OPTION].cap |= SANE_CAP_INACTIVE 47 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0)
|
H A D | mustek_usb2.h | 54 #define ENABLE(OPTION) s->opt[OPTION].cap &= ~SANE_CAP_INACTIVE 55 #define DISABLE(OPTION) s->opt[OPTION].cap |= SANE_CAP_INACTIVE 56 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0)
|
H A D | p5.h | 52 #define ENABLE(OPTION) session->options[OPTION].descriptor.cap &= ~SANE_CAP_INACTIVE 55 #define DISABLE(OPTION) session->options[OPTION].descriptor.cap |= SANE_CAP_INACTIVE 58 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0)
|
/third_party/backends/backend/genesys/ |
H A D | genesys.h | 45 #define ENABLE(OPTION) s->opt[OPTION].cap &= ~SANE_CAP_INACTIVE 46 #define DISABLE(OPTION) s->opt[OPTION].cap |= SANE_CAP_INACTIVE 47 #define IS_ACTIVE(OPTION) (((s->opt[OPTION].cap) & SANE_CAP_INACTIVE) == 0)
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 346 U3G_DEV(OPTION, E6500, 0), 347 U3G_DEV(OPTION, E6501, 0), 348 U3G_DEV(OPTION, E6601, 0), 349 U3G_DEV(OPTION, E6721, 0), 350 U3G_DEV(OPTION, E6741, 0), 351 U3G_DEV(OPTION, E6761, 0), 352 U3G_DEV(OPTION, E6800, 0), 353 U3G_DEV(OPTION, E7021, 0), 354 U3G_DEV(OPTION, E7041, 0), 355 U3G_DEV(OPTION, E706 [all...] |
/third_party/libfuse/example/ |
H A D | hello.c | 45 #define OPTION(t, p) \ macro 48 OPTION("--name=%s", filename), 49 OPTION("--contents=%s", contents), 50 OPTION("-h", show_help), 51 OPTION("--help", show_help),
|
H A D | notify_inval_entry.c | 114 #define OPTION(t, p) \ macro 117 OPTION("--no-notify", no_notify), 118 OPTION("--update-interval=%d", update_interval), 119 OPTION("--timeout=%f", timeout), 120 OPTION("--only-expire", only_expire),
|
H A D | invalidate_path.c | 66 #define OPTION(t, p) { t, offsetof(struct options, p), 1 } macro 68 OPTION("--no-notify", no_notify), 69 OPTION("--update-interval=%d", update_interval),
|
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/ |
H A D | dynamic_debug01.sh | 75 OPTION="$1" 79 do_flag "+p" "$OPTION" "$INPUT_LINE" 80 do_flag "+flmt" "$OPTION" "$INPUT_LINE" 81 do_flag "-flmt" "$OPTION" "$INPUT_LINE" 82 do_flag "-p" "$OPTION" "$INPUT_LINE"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 32 #define OPTION(_1, _2, ID, _4, _5, _6, _7, _8, _9, _10, _11, _12) OPT_##ID, macro 34 #undef OPTION macro 42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ macro 46 #undef OPTION macro
|
/third_party/libcoap/examples/ |
H A D | etsi_coaptest.sh | 70 while getopts "n:g:t:i:P:p:d:v" OPTION; 75 -*) echo "Missing argument for option \"-$OPTION\"." 81 case $OPTION in
|
/third_party/libfuse/test/ |
H A D | test_write_cache.c | 45 #define OPTION(t, p) \ macro 48 OPTION("writeback_cache", writeback), 49 OPTION("--data-size=%d", data_size), 50 OPTION("--delay_ms=%d", delay_ms),
|
/third_party/lzma/Asm/x86/ |
H A D | 7zAsm.asm | 6 ; OPTION FRAMEPRESERVEFLAGS:ON
7 ; OPTION PROLOGUE:NONE
8 ; OPTION EPILOGUE:NONE
46 OPTION PROLOGUE:NONE
label 47 OPTION EPILOGUE:NONE
label
|
/third_party/node/deps/v8/tools/ |
H A D | callstats-from-telemetry.sh | 19 while getopts ":h" OPTION ; do 20 case $OPTION in
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
H A D | cpuhotplug04.sh | 40 while getopts l: OPTION; do 41 case $OPTION in
|
H A D | cpuhotplug02.sh | 44 while getopts c:l: OPTION; do 45 case $OPTION in
|
H A D | cpuhotplug06.sh | 39 while getopts c:l: OPTION; do 40 case $OPTION in
|
H A D | cpuhotplug01.sh | 93 while getopts c:l:n:f:e: OPTION; do 94 case $OPTION in
|
H A D | cpuhotplug03.sh | 53 while getopts c:l: OPTION; do 54 case $OPTION in
|
H A D | cpuhotplug05.sh | 49 while getopts c:l:d: OPTION; do 50 case $OPTION in
|
/third_party/ltp/testscripts/ |
H A D | network.sh | 52 while getopts 6mnrstaebcdiTUDSRMFf:qQVvh OPTION 54 case $OPTION in
|
/third_party/ltp/testcases/kernel/fs/fs_readonly/ |
H A D | test_robind.sh | 181 while getopts c:h: OPTION; do 182 case $OPTION in
|