Searched refs:gas (Results 1 – 25 of 81) sorted by relevance
1234
/external/wpa_supplicant_8/wpa_supplicant/ |
D | gas_query.c | 34 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 …]
|
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, 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/ |
D | x86_64-xlate.pl | 68 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 …]
|
D | readme | 22 and x86unix.pl which is the unix (gas) version.
|
/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/flac/libFLAC/ppc/ |
D | Makefile.am | 31 SUBDIRS = as gas subdir
|
D | Makefile.in | 235 SUBDIRS = as gas
|
/external/llvm/test/MC/Mips/ |
D | sort-relocation-table.s | 7 # We try to implement the same semantics as gas, ie. to order the relocation 8 # table the same way as gas.
|
D | elf_reginfo.s | 1 # These *MUST* match the output of gas compiled with the same triple and
|
/external/flac/libFLAC/ppc/gas/ |
D | Makefile.am | 41 $(LIBTOOL) --tag=CC --mode=compile $(STRIP_NON_ASM) gas -force_cpusubtype_ALL -o $@ $<
|
D | Makefile.in | 249 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/ |
D | Makefile | 19 gas.o \
|
/external/flac/libFLAC/ |
D | Makefile.am | 65 LOCAL_EXTRA_LIBADD = ppc/gas/libFLAC-asm.la
|
D | Makefile.in | 251 …_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/ |
D | rw.txt | 81 "gas.",
|
/external/icu/icu4c/source/data/region/ |
D | jgo.txt | 61 MG{"Mándaŋgasɛkâ"}
|
D | agq.txt | 135 MG{"Màdàgasɨkà"}
|
/external/bison/ |
D | ABOUT-NLS | 225 gas | | 409 gas | [] | 593 gas | [] [] | 777 gas | | 961 gas | | 1145 gas | [] | 4
|
/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 | 129 "Frǎŋ màlàgasì",
|
D | agq.txt | 129 "Àlǐalè è Màlàgasì",
|
/external/elfutils/src/ |
D | ABOUT-NLS | 222 gas | | 391 gas | [] [] | 560 gas | | 729 gas | | 898 gas | [] | 3
|
/external/libexif/ |
D | ABOUT-NLS | 215 gas | [] | 352 gas | [] | 489 gas | | 626 gas | [] | 3
|
/external/e2fsprogs/ |
D | ABOUT-NLS | 199 gas | [] [] | 273 gas | | 347 gas | [] | 3
|
/external/jpeg/ |
D | configure | 137 -gas | --gas | --ga | --g)
|
1234