/external/wpa_supplicant_8/wpa_supplicant/ |
D | gas_query.c | 38 struct gas_query *gas; member 78 static void gas_query_tx_initial_req(struct gas_query *gas, 80 static int gas_query_new_dialog_token(struct gas_query *gas, const u8 *dst); 100 struct gas_query *gas; in gas_query_init() local 102 gas = os_zalloc(sizeof(*gas)); in gas_query_init() 103 if (gas == NULL) in gas_query_init() 106 gas->wpa_s = wpa_s; in gas_query_init() 107 dl_list_init(&gas->pending); in gas_query_init() 109 return gas; in gas_query_init() 138 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, 37 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq, 44 int gas_query_stop(struct gas_query *gas, u8 dialog_token); 53 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 150 dl_list_add(&gas->responses, &response->list); in gas_server_send_resp() 151 gas->tx(gas->ctx, freq, da, resp, comeback_delay ? 2000 : 0); in gas_server_send_resp() 159 gas_server_rx_initial_req(struct gas_server *gas, const u8 *da, const u8 *sa, in gas_server_rx_initial_req() argument 213 dl_list_for_each(handler, &gas->handlers, struct gas_server_handler, in gas_server_rx_initial_req() 226 gas_server_send_resp(gas, handler, sa, freq, dialog_token, in gas_server_rx_initial_req() 241 struct gas_server *gas = handler->gas; in gas_server_handle_rx_comeback_req() local 282 gas->tx(gas->ctx, response->freq, response->dst, resp, in gas_server_handle_rx_comeback_req() 289 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 | 18 gas.o \
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Extensions.rst | 26 .. code-block:: gas 105 .. code-block:: gas 117 .. code-block:: gas 124 .. code-block:: gas 137 .. code-block:: gas 163 .. code-block:: gas 180 These flags are all compatible with gas, with the exception of the ``D`` flag, 181 which gnu as does not support. For gas compatibility, sections with a name 199 .. code-block:: gas 219 .. 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"; } 144 if ($gas) { 202 if ($gas) { 287 if ($gas) { [all …]
|
/external/u-boot/scripts/ |
D | binutils-version.sh | 9 gas="$*" 17 version_string=$($gas --version | head -1 | \
|
/external/pdfium/third_party/yasm/ |
D | BUILD.gn | 298 "source/patched-yasm/modules/parsers/gas/gas-parse-intel.c", 299 "source/patched-yasm/modules/parsers/gas/gas-parse.c", 300 "source/patched-yasm/modules/parsers/gas/gas-parser.c", 304 "source/patched-yasm/modules/preprocs/gas/gas-eval.c", 305 "source/patched-yasm/modules/preprocs/gas/gas-preproc.c", 317 "$target_gen_dir/gas-token.c", 452 sources = [ "source/patched-yasm/modules/objfmts/coff/win64-gas.mac" ] 453 outputs = [ "$yasm_gen_include_dir/win64-gas.c" ] 467 "source/patched-yasm/modules/parsers/gas/gas-token.re",
|
/external/libjpeg-turbo/simd/ |
D | CMakeLists.txt | 213 # Test whether we need gas-preprocessor.pl 238 message(STATUS "GAS appears to be broken. Trying gas-preprocessor.pl ...") 239 execute_process(COMMAND gas-preprocessor.pl ${CMAKE_ASM_COMPILER} 247 message(STATUS "Using gas-preprocessor.pl") 248 configure_file(gas-preprocessor.in gas-preprocessor @ONLY) 249 set(CMAKE_ASM_COMPILER ${CMAKE_CURRENT_BINARY_DIR}/gas-preprocessor)
|
D | gas-preprocessor.in | 1 gas-preprocessor.pl @CMAKE_ASM_COMPILER@ ${1+"$@"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | data-directives-valid.s | 6 # Check that data directives supported by gas are also supported by LLVM MC.
|
/external/llvm/test/MC/Mips/ |
D | elf_reginfo.s | 1 # These *MUST* match the output of gas compiled with the same triple and
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | elf_reginfo.s | 1 # These *MUST* match the output of gas compiled with the same triple and
|
/external/autotest/client/site_tests/power_Standby/ |
D | control.6min | 22 as the battery gas gauge would not be accurate enough to measure power this low.
|
/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/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 | bas.txt | 123 "Frǎŋ màlàgasì",
|
D | agq.txt | 123 "Àlǐalè è Màlàgasì",
|