Home
last modified time | relevance | path

Searched refs:gas (Results 1 – 25 of 146) sorted by relevance

123456

/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c38 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 …]
Dgas_query.h18 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/
Dgas_query_ap.c37 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 …]
Dgas_query_ap.h17 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/
Dgas_server.c32 struct gas_server *gas; member
89 gas_server_send_resp(struct gas_server *gas, struct gas_server_handler *handler, in gas_server_send_resp() argument
155 dl_list_add(&gas->responses, &response->list); in gas_server_send_resp()
156 gas->tx(gas->ctx, freq, da, resp, comeback_delay ? 2000 : 0); in gas_server_send_resp()
164 gas_server_rx_initial_req(struct gas_server *gas, const u8 *da, const u8 *sa, in gas_server_rx_initial_req() argument
224 dl_list_for_each(handler, &gas->handlers, struct gas_server_handler, in gas_server_rx_initial_req()
243 gas_server_send_resp(gas, handler, response, sa, freq, in gas_server_rx_initial_req()
259 struct gas_server *gas = handler->gas; in gas_server_handle_rx_comeback_req() local
329 gas->tx(gas->ctx, response->freq, response->dst, resp, wait_time); in gas_server_handle_rx_comeback_req()
335 gas_server_rx_comeback_req(struct gas_server *gas, const u8 *da, const u8 *sa, in gas_server_rx_comeback_req() argument
[all …]
Dgas_server.h22 void gas_server_deinit(struct gas_server *gas);
23 int gas_server_register(struct gas_server *gas,
32 int gas_server_rx(struct gas_server *gas, const u8 *da, const u8 *sa,
35 void gas_server_tx_status(struct gas_server *gas, const u8 *dst, const u8 *data,
37 int gas_server_set_resp(struct gas_server *gas, void *resp_ctx,
39 bool gas_server_response_sent(struct gas_server *gas, void *resp_ctx);
43 static inline void gas_server_deinit(struct gas_server *gas) in gas_server_deinit() argument
DMakefile9 gas.o \
/external/llvm/docs/
DExtensions.rst26 .. 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/rust/crates/ring/crypto/perlasm/
Dx86_64-xlate.pl73 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/llvm-project/llvm/docs/
DExtensions.rst26 .. 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/
Dx86_64-xlate.pl73 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/pdfium/third_party/yasm/
DBUILD.gn298 "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/llvm-project/llvm/test/MC/AsmParser/
Dmacro-vararg.s13 ## Difference: GNU as non-x86 drops the space before '(' (gas PR/25750)
/external/llvm-project/llvm/test/MC/RISCV/
Ddata-directives-valid.s6 # Check that data directives supported by gas are also supported by LLVM MC.
/external/llvm-project/llvm/test/DebugInfo/RISCV/
Deh-frame.s16 # TODO: gas uses -4 for the data alignment factor for both RV32 and RV64. They
/external/llvm-project/lld/test/ELF/
Drelocation-group.test11 ## gas 2.27 does not include .rela.text to group in that case:
/external/llvm-project/llvm/test/MC/Mips/
Delf_reginfo.s1 # These *MUST* match the output of gas compiled with the same triple and
/external/llvm/test/MC/Mips/
Delf_reginfo.s1 # These *MUST* match the output of gas compiled with the same triple and
/external/autotest/client/site_tests/power_Standby/
Dcontrol.6min22 as the battery gas gauge would not be accurate enough to measure power this low.
/external/libffi/src/s390/
Dsysv.S42 # This assumes we are using gas.
196 # This assumes we are using gas.
/external/icu/icu4c/source/data/region/
Djgo.txt56 MG{"Mándaŋgasɛkâ"}
/external/icu/icu4c/source/data/locales/
Drw.txt335 "gas.",
379 "gas.",
/external/fec/
Dsse2bfly27.s109 # work around bug in gas due to Intel doc error
/external/llvm/test/Object/
Dobjdump-relocations.test47 // Note: this file was produced with gas to make sure we don't end up in a
/external/icu/icu4c/source/data/curr/
Dbas.txt124 "Frǎŋ màlàgasì",

123456