Home
last modified time | relevance | path

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

1234

/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c34 struct gas_query *gas; member
85 struct gas_query *gas; in gas_query_init() local
87 gas = os_zalloc(sizeof(*gas)); in gas_query_init()
88 if (gas == NULL) in gas_query_init()
91 gas->wpa_s = wpa_s; in gas_query_init()
92 dl_list_init(&gas->pending); in gas_query_init()
94 return gas; in gas_query_init()
123 struct gas_query *gas = query->gas; in gas_query_free() local
128 if (gas->work && gas->work->ctx == query) { in gas_query_free()
129 radio_work_done(gas->work); in gas_query_free()
[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,
36 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
43 void gas_query_cancel(struct gas_query *gas, const u8 *dst, u8 dialog_token);
52 static inline void gas_query_deinit(struct gas_query *gas) in gas_query_deinit() argument
/external/boringssl/src/crypto/perlasm/
Dx86_64-xlate.pl68 my $gas=1; $gas=0 if ($output =~ /\.asm$/);
69 my $elf=1; $elf=0 if (!$gas);
81 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
85 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
86 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
87 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
88 elsif (!$gas)
141 if ($gas) {
198 if ($gas) {
261 if ($gas) {
[all …]
Dreadme22 and x86unix.pl which is the unix (gas) version.
/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/flac/libFLAC/ppc/
DMakefile.am31 SUBDIRS = as gas subdir
DMakefile.in235 SUBDIRS = as gas
/external/llvm/test/MC/Mips/
Dsort-relocation-table.s7 # We try to implement the same semantics as gas, ie. to order the relocation
8 # table the same way as gas.
Delf_reginfo.s1 # These *MUST* match the output of gas compiled with the same triple and
/external/flac/libFLAC/ppc/gas/
DMakefile.am41 $(LIBTOOL) --tag=CC --mode=compile $(STRIP_NON_ASM) gas -force_cpusubtype_ALL -o $@ $<
DMakefile.in249 subdir = src/libFLAC/ppc/gas
284 $(AUTOMAKE) --gnu src/libFLAC/ppc/gas/Makefile
500 @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ $(LIBTOOL) --tag=CC --mode=compile $(STRIP_NON_ASM) gas
/external/wpa_supplicant_8/src/common/
DMakefile19 gas.o \
/external/flac/libFLAC/
DMakefile.am65 LOCAL_EXTRA_LIBADD = ppc/gas/libFLAC-asm.la
DMakefile.in251 …_HAS_GAS__TEMPORARILY_DISABLED_TRUE@@FLaC__NO_ASM_FALSE@LOCAL_EXTRA_LIBADD = ppc/gas/libFLAC-asm.la
332 …AS_GAS__TEMPORARILY_DISABLED_TRUE@@FLaC__HAS_NASM_FALSE@@FLaC__NO_ASM_FALSE@ ppc/gas/libFLAC-asm.la
335 …HAS_GAS__TEMPORARILY_DISABLED_TRUE@@FLaC__HAS_NASM_TRUE@@FLaC__NO_ASM_FALSE@ ppc/gas/libFLAC-asm.la
375 …AS_GAS__TEMPORARILY_DISABLED_TRUE@@FLaC__HAS_NASM_FALSE@@FLaC__NO_ASM_FALSE@ ppc/gas/libFLAC-asm.la
379 …HAS_GAS__TEMPORARILY_DISABLED_TRUE@@FLaC__HAS_NASM_TRUE@@FLaC__NO_ASM_FALSE@ ppc/gas/libFLAC-asm.la
/external/icu/icu4c/source/data/locales/
Drw.txt81 "gas.",
/external/icu/icu4c/source/data/region/
Djgo.txt61 MG{"Mándaŋgasɛkâ"}
Dagq.txt135 MG{"Màdàgasɨkà"}
/external/bison/
DABOUT-NLS225 gas | |
409 gas | [] |
593 gas | [] [] |
777 gas | |
961 gas | |
1145 gas | [] | 4
/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.txt129 "Frǎŋ màlàgasì",
Dagq.txt129 "Àlǐalè è Màlàgasì",
/external/elfutils/src/
DABOUT-NLS222 gas | |
391 gas | [] [] |
560 gas | |
729 gas | |
898 gas | [] | 3
/external/libexif/
DABOUT-NLS215 gas | [] |
352 gas | [] |
489 gas | |
626 gas | [] | 3
/external/e2fsprogs/
DABOUT-NLS199 gas | [] [] |
273 gas | |
347 gas | [] | 3
/external/jpeg/
Dconfigure137 -gas | --gas | --ga | --g)

1234