/external/wpa_supplicant_8/wpa_supplicant/ |
D | gas_query.c | 38 struct gas_query *gas; member 76 static void gas_query_tx_initial_req(struct gas_query *gas, 78 static int gas_query_new_dialog_token(struct gas_query *gas, const u8 *dst); 98 struct gas_query *gas; in gas_query_init() local 100 gas = os_zalloc(sizeof(*gas)); in gas_query_init() 101 if (gas == NULL) in gas_query_init() 104 gas->wpa_s = wpa_s; in gas_query_init() 105 dl_list_init(&gas->pending); in gas_query_init() 107 return gas; in gas_query_init() 134 struct gas_query *gas = query->gas; in gas_query_free() local [all …]
|
D | gas_query.h | 18 void gas_query_deinit(struct gas_query *gas); 19 int gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa, 35 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq, 50 static inline void gas_query_deinit(struct gas_query *gas) in gas_query_deinit() argument
|
/external/wpa_supplicant_8/src/ap/ |
D | gas_query_ap.c | 37 struct gas_query_ap *gas; member 72 static void gas_query_tx_initial_req(struct gas_query_ap *gas, 74 static int gas_query_new_dialog_token(struct gas_query_ap *gas, const u8 *dst); 95 struct gas_query_ap *gas; in gas_query_ap_init() local 97 gas = os_zalloc(sizeof(*gas)); in gas_query_ap_init() 98 if (!gas) in gas_query_ap_init() 101 gas->hapd = hapd; in gas_query_ap_init() 102 gas->msg_ctx = msg_ctx; in gas_query_ap_init() 103 dl_list_init(&gas->pending); in gas_query_ap_init() 105 return gas; in gas_query_ap_init() [all …]
|
D | gas_query_ap.h | 17 void gas_query_ap_deinit(struct gas_query_ap *gas); 18 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ, 33 int gas_query_ap_req(struct gas_query_ap *gas, const u8 *dst, int freq, 40 void gas_query_ap_tx_status(struct gas_query_ap *gas, const u8 *dst,
|
/external/wpa_supplicant_8/src/common/ |
D | gas_server.c | 30 struct gas_server *gas; member 85 gas_server_send_resp(struct gas_server *gas, struct gas_server_handler *handler, in gas_server_send_resp() argument 147 dl_list_add(&gas->responses, &response->list); in gas_server_send_resp() 148 gas->tx(gas->ctx, freq, da, resp, comeback_delay ? 2000 : 0); in gas_server_send_resp() 156 gas_server_rx_initial_req(struct gas_server *gas, const u8 *da, const u8 *sa, in gas_server_rx_initial_req() argument 210 dl_list_for_each(handler, &gas->handlers, struct gas_server_handler, in gas_server_rx_initial_req() 223 gas_server_send_resp(gas, handler, sa, freq, dialog_token, in gas_server_rx_initial_req() 238 struct gas_server *gas = handler->gas; in gas_server_handle_rx_comeback_req() local 278 gas->tx(gas->ctx, response->freq, response->dst, resp, in gas_server_handle_rx_comeback_req() 285 gas_server_rx_comeback_req(struct gas_server *gas, const u8 *da, const u8 *sa, in gas_server_rx_comeback_req() argument [all …]
|
D | gas_server.h | 21 void gas_server_deinit(struct gas_server *gas); 22 int gas_server_register(struct gas_server *gas, 30 int gas_server_rx(struct gas_server *gas, const u8 *da, const u8 *sa, 33 void gas_server_tx_status(struct gas_server *gas, const u8 *dst, const u8 *data, 38 static inline void gas_server_deinit(struct gas_server *gas) in gas_server_deinit() argument
|
D | Makefile | 19 gas.o \
|
/external/llvm/docs/ |
D | Extensions.rst | 26 .. code-block:: gas 46 .. code-block:: gas 64 .. code-block:: gas 105 .. code-block:: gas 117 .. code-block:: gas 124 .. code-block:: gas 137 .. code-block:: gas 163 .. code-block:: gas 179 .. code-block:: gas 203 .. code-block:: gas [all …]
|
/external/boringssl/src/crypto/perlasm/ |
D | x86_64-xlate.pl | 73 my $gas=1; $gas=0 if ($output =~ /\.asm$/); 74 my $elf=1; $elf=0 if (!$gas); 86 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1; 94 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; } 95 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; } 96 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; } 97 elsif (!$gas) { die "unknown flavour $flavour"; } 141 if ($gas) { 199 if ($gas) { 284 if ($gas) { [all …]
|
/external/autotest/client/site_tests/platform_StackProtector/ |
D | binutils-2.19-arm.patch | 1 diff -rU 3 binutils-2.19/gas/config/tc-arm.c binutils-2.19-arm/gas/config/tc-arm.c 2 --- binutils-2.19/gas/config/tc-arm.c 2008-08-13 09:39:30.000000000 +1000 3 +++ binutils-2.19-arm/gas/config/tc-arm.c 2008-11-12 19:51:08.000000000 +1100
|
/external/pdfium/third_party/yasm/ |
D | BUILD.gn | 306 "source/patched-yasm/modules/parsers/gas/gas-parse-intel.c", 307 "source/patched-yasm/modules/parsers/gas/gas-parse.c", 308 "source/patched-yasm/modules/parsers/gas/gas-parser.c", 312 "source/patched-yasm/modules/preprocs/gas/gas-eval.c", 313 "source/patched-yasm/modules/preprocs/gas/gas-preproc.c", 325 "$target_gen_dir/gas-token.c", 476 "source/patched-yasm/modules/objfmts/coff/win64-gas.mac", 479 "$yasm_gen_include_dir/win64-gas.c", 498 "source/patched-yasm/modules/parsers/gas/gas-token.re",
|
/external/libjpeg-turbo/ |
D | acinclude.m4 | 161 CC="gas-preprocessor.pl $CCAS" 175 CCAS="gas-preprocessor.pl $CCAS" 232 CC="gas-preprocessor.pl $CCAS" 244 CCAS="gas-preprocessor.pl $CCAS"
|
D | configure.ac | 424 # optionally force using gas-preprocessor.pl for compatibility testing 425 AC_ARG_WITH([gas-preprocessor], 426 AC_HELP_STRING([--with-gas-preprocessor], 427 [Force using gas-preprocessor.pl on ARM.])) 431 CCAS="gas-preprocessor.pl -fix-unreq $CC" 434 CCAS="gas-preprocessor.pl -no-fix-unreq $CC" 469 AC_MSG_RESULT([yes (with gas-preprocessor)]) 489 AC_MSG_RESULT([yes (with gas-preprocessor)])
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
D | site.exp | 26 set gas "/usr/bin/as"
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/ |
D | site.exp | 26 set gas "/usr/bin/as"
|
/external/swiftshader/third_party/LLVM/test/ |
D | site.exp.in | 26 set gas "@AS@"
|
/external/swiftshader/third_party/LLVM/test/lib/ |
D | llvm.exp | 52 global llvmdsymutil valgrind grep gas bugpoint_topts 96 regsub -all {\| as } $new_line "| $gas " new_line
|
/external/llvm/test/MC/Mips/ |
D | elf_reginfo.s | 1 # These *MUST* match the output of gas compiled with the same triple and
|
/external/tensorflow/tensorflow/docs_src/about/ |
D | bib.md | 76 Fernanda~Vi\'{e}gas and 97 Vincent Vanhoucke, Vijay Vasudevan, Fernanda Viégas,
|
/external/icu/icu4c/source/data/locales/ |
D | rw.txt | 335 "gas.", 379 "gas.",
|
/external/icu/icu4c/source/data/region/ |
D | jgo.txt | 55 MG{"Mándaŋgasɛkâ"}
|
/external/fec/ |
D | sse2bfly27.s | 109 # work around bug in gas due to Intel doc error
|
/external/elfutils/ |
D | ABOUT-NLS | 222 gas | | 391 gas | [] [] | 560 gas | | 729 gas | | 898 gas | [] | 3
|
/external/llvm/test/Object/ |
D | objdump-relocations.test | 47 // Note: this file was produced with gas to make sure we don't end up in a
|
/external/icu/icu4c/source/data/curr/ |
D | agq.txt | 123 "Àlǐalè è Màlàgasì",
|