HomeSort by relevance Sort by last modified time
    Searched refs:prefixes (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /external/google-breakpad/src/third_party/libdisasm/
ia32_operand.h 9 unsigned int raw_flags, unsigned int prefixes,
ia32_insn.c 216 static void ia32_handle_prefix( x86_insn_t *insn, unsigned int prefixes ) {
218 insn->prefix = (enum x86_insn_prefix) prefixes & PREFIX_MASK; // >> 20;
220 /* no printable prefixes */
263 unsigned int prefixes ) {
273 insn->op_size = ( prefixes & PREFIX_OP_SIZE ) ? 4 : 2;
274 insn->addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 4 : 2;
276 insn->op_size = ( prefixes & PREFIX_OP_SIZE ) ? 2 : 4;
277 insn->addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 2 : 4;
288 ia32_handle_prefix( insn, prefixes );
307 raw_insn->dest_flag, prefixes, modrm )
543 unsigned int prefixes = 0; local
576 unsigned int prefixes = 0; local
    [all...]
ia32_invariant.c 13 unsigned int *prefixes );
142 unsigned int prefixes, x86_invariant_t *inv) {
150 op_size = ( prefixes & PREFIX_OP_SIZE ) ? 4 : 2;
151 addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 4 : 2;
152 mode_16 = ( prefixes & PREFIX_ADDR_SIZE ) ? 0 : 1;
154 op_size = ( prefixes & PREFIX_OP_SIZE ) ? 2 : 4;
155 addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 2 : 4;
156 mode_16 = ( prefixes & PREFIX_ADDR_SIZE ) ? 1 : 0;
282 unsigned int prefixes; local
287 size = ia32_table_lookup( buf, buf_len, 0, &raw_insn, &prefixes );
    [all...]
  /build/soong/scripts/
package-check.sh 36 prefixes=()
45 prefixes+=("${package//\./\/}/")
52 # Check all class file names against the expected prefixes.
58 # Match against prefixes.
60 for prefix in ${prefixes[@]}; do
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_receiver.cc 43 std::vector<std::string> prefixes; local
47 prefixes.push_back("Throughput_kbps#1");
48 prefixes.push_back("Sending_Estimate_kbps#1");
49 prefixes.push_back("Delay_ms_#1");
50 prefixes.push_back("Packet_Loss_#1");
51 prefixes.push_back("Objective_function_#1");
54 prefixes.push_back("Throughput_kbps#1"); // Total Available.
55 prefixes.push_back("Throughput_kbps#1"); // Available per flow.
58 metric_recorder_->SetPlotInformation(prefixes, plot_delay, plot_loss);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
compress-cjal.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-ALIAS %s
4 # RUN: -riscv-no-aliases <%s | FileCheck -check-prefixes=CHECK,CHECK-INST %s
7 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s
10 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-INST %s
elf-flags.s 1 # RUN: llvm-mc -triple=riscv32 -filetype=obj < %s | llvm-readobj -file-headers - | FileCheck -check-prefixes=CHECK-RVI %s
2 # RUN: llvm-mc -triple=riscv64 -filetype=obj < %s | llvm-readobj -file-headers - | FileCheck -check-prefixes=CHECK-RVI %s
3 # RUN: llvm-mc -triple=riscv32 -mattr=+c -filetype=obj < %s | llvm-readobj -file-headers - | FileCheck -check-prefixes=CHECK-RVIC %s
4 # RUN: llvm-mc -triple=riscv64 -mattr=+c -filetype=obj < %s | llvm-readobj -file-headers - | FileCheck -check-prefixes=CHECK-RVIC %s
rv32c-only-valid.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-INST %s
7 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
10 # RUN: | FileCheck -check-prefixes=CHECK-NO-EXT %s
compress-rv32d.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-ALIAS %s
4 # RUN: -riscv-no-aliases <%s | FileCheck -check-prefixes=CHECK,CHECK-INST %s
7 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s
10 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-INST %s
13 # RUN: | FileCheck -check-prefixes=CHECK-ALIAS %s
15 # RUN: -riscv-no-aliases <%s | FileCheck -check-prefixes=CHECK-INST %s
18 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s
21 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-INST %s
compress-rv32f.s 2 # RUN: | FileCheck -check-prefixes=CHECK,CHECK-ALIAS %s
4 # RUN: -riscv-no-aliases <%s | FileCheck -check-prefixes=CHECK,CHECK-INST %s
7 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS %s
10 # RUN: | FileCheck -check-prefixes=CHECK-BYTES,CHECK-INST %s
  /external/tensorflow/tensorflow/core/kernels/
merge_v2_checkpoints_op_test.cc 66 const std::vector<string> prefixes = { local
71 const string& kMergedPrefix = prefixes[2];
73 WriteCheckpoint(prefixes[0], {"tensor0"},
75 WriteCheckpoint(prefixes[1], {"tensor1", "tensor2"},
83 [&prefixes](int i) -> string { return prefixes[i]; });
117 Env::Default()->IsDirectory(string(io::Dirname(prefixes[i]))).code();
  /external/elfutils/libcpu/
i386_data.h 41 /* The rep/repe prefixes. */
91 if (*d->prefixes & has_cs)
94 *d->prefixes &= ~has_cs;
96 else if (*d->prefixes & has_ds)
99 *d->prefixes &= ~has_ds;
101 else if (*d->prefixes & has_es)
104 *d->prefixes &= ~has_es;
106 else if (*d->prefixes & has_fs)
109 *d->prefixes &= ~has_fs;
111 else if (*d->prefixes & has_gs
163 int prefixes = *d->prefixes; local
939 int prefixes = *d->prefixes; local
1019 int prefixes = *d->prefixes; local
    [all...]
i386_disasm.c 259 int *prefixes; member in struct:output_data
324 int prefixes; local
332 .prefixes = &prefixes,
343 prefixes = 0;
348 /* Recognize all prefixes. */
359 prefixes |= last_prefix_bit = 1 << i;
366 prefixes |= ((*data++) & 0xf) | has_rex;
378 if (prefixes != 0)
449 || (prefixes & correct_prefix) != 0)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
scheduler-queue-usage.s 2 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=btver2 -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,BTVER2 %s
3 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=znver1 -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,ZNVER1 %s
4 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=sandybridge -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,SNB %s
5 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=ivybridge -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,IVB %s
6 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=haswell -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,HSW %s
7 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=broadwell -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,BDW %s
8 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=knl -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,KNL %s
9 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=skylake -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,SKX %s
10 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=skylake-avx512 -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,SKX-AVX512 %s
11 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=slm -iterations=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,SLM %
    [all...]
register-file-statistics.s 2 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=btver2 -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,BTVER2 %s
3 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=znver1 -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,ZNVER1 %s
4 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=sandybridge -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,SNB %s
5 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=ivybridge -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,IVB %s
6 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=haswell -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,HSW %s
7 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=broadwell -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,BDW %s
8 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=knl -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,KNL %s
9 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=skylake -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,SKX %s
10 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=skylake-avx512 -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,SKX-AVX512 %s
11 # RUN: llvm-mca %s -mtriple=x86_64-unknown-unknown -mcpu=slm -iterations=1 -all-stats=false -all-views=false -register-file-stats < %s | FileCheck --check-prefixes=ALL,SLM %
    [all...]
intel-syntax.s 2 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -resource-pressure=false < %s | FileCheck %s -check-prefixes=ALL,INTEL
3 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -resource-pressure=false -output-asm-variant=0 < %s | FileCheck %s -check-prefixes=ALL,ATT
4 # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 -resource-pressure=false -output-asm-variant=1 < %s | FileCheck %s -check-prefixes=ALL,INTEL
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
elf_header.s 2 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips1 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,NAN1985,MIPS1 %s
3 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips2 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,NAN1985,MIPS2 %s
4 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips3 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,NAN1985,MIPS3,32BITMODE %s
5 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips4 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,NAN1985,MIPS4,32BITMODE %s
6 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips5 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,NAN1985,MIPS5,32BITMODE %s
7 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,BE,O32,NAN1985,MIPS32R1 %s
8 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,NAN1985,MIPS32R1 %s
9 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,NAN1985,MIPS32R1 %s
10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r2 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,NAN1985,MIPS32R2 %s
11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32r3 %s -o - | llvm-readobj -h | FileCheck --check-prefixes=ALL,ELF32,LE,O32,NAN1985,MIPS32R3 %
    [all...]
cpsetup.s 2 # RUN: llvm-objdump -d -r - | FileCheck -check-prefixes=ALL,O32 %s
5 # RUN: FileCheck -check-prefixes=ALL,ASM,ASM-O32 %s
11 # RUN: FileCheck -check-prefixes=ALL,NXX,N32 %s
14 # RUN: FileCheck -check-prefixes=ALL,ASM,ASM-N32 %s
18 # RUN: FileCheck -check-prefixes=ALL,NXX,N64 %s
21 # RUN: FileCheck -check-prefixes=ALL,ASM,ASM-N64 %s
macro-ld-sd.s 2 # RUN: --check-prefixes=ALL,32 %s
4 # RUN: | FileCheck --check-prefixes=ALL,64 %s
6 # RUN: | FileCheck --check-prefixes=ALL,64 %s
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lzw/
LZWInputStream.java 50 private int[] prefixes; field in class:LZWInputStream
138 long memoryUsageInBytes = (long) maxTableSize * 6;//(4 (prefixes) + 1 (characters) +1 (outputStack))
154 prefixes = new int[maxTableSize];
160 prefixes[i] = -1;
187 prefixes[tableSize] = previousCode;
217 for (int entry = code; entry >= 0; entry = prefixes[entry]) {
260 return prefixes[offset];
264 prefixes[offset] = value;
268 return prefixes.length;
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
dwarf-file0.s 2 # RUN: llvm-mc -dwarf-version 4 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s --check-prefixes=CHECK,CHECK-4
3 # RUN: llvm-mc -dwarf-version 4 %s -filetype=asm -o - | FileCheck %s --check-prefixes=ASM,ASM-4
5 # RUN: llvm-mc -dwarf-version 5 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s --check-prefixes=CHECK,CHECK-5
6 # RUN: llvm-mc -dwarf-version 5 %s -filetype=asm -o - | FileCheck %s --check-prefixes=ASM,ASM-5
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 156 // ignore "xml" and "xmlns" prefixes
252 String[] prefixes = new String[fNamespaceSize]; local
253 fPrefixes = prefixes;
270 return new Prefixes(fPrefixes, count);
273 protected final class Prefixes implements Enumeration {
274 private String[] prefixes; field in class:NamespaceSupport.Prefixes
279 * Constructor for Prefixes.
281 public Prefixes(String [] prefixes, int size) {
282 this.prefixes = prefixes;
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Element.java 39 protected Vector prefixes; field in class:Element
155 return (prefixes == null ? 0 : prefixes.size());
159 return ((String[]) prefixes.elementAt(i))[0];
163 return ((String[]) prefixes.elementAt(i))[1];
260 if (prefixes == null)
261 prefixes = new Vector();
262 prefixes.addElement(new String[] {
302 if (prefixes != null) {
303 for (int i = 0; i < prefixes.size(); i++)
    [all...]
  /external/llvm/test/MC/Mips/
cpsetup.s 2 # RUN: llvm-objdump -d -r - | FileCheck -check-prefixes=ALL,O32 %s
5 # RUN: FileCheck -check-prefixes=ALL,ASM %s
9 # RUN: FileCheck -check-prefixes=ALL,NXX,N32 %s
12 # RUN: FileCheck -check-prefixes=ALL,ASM %s
16 # RUN: FileCheck -check-prefixes=ALL,NXX,N64 %s
19 # RUN: FileCheck -check-prefixes=ALL,ASM %s
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 56 * processed. At any given moment of processing the currently visible prefixes
67 * This member is continually incremented when new prefixes need to be
91 * All prefixes pushed at the current depth can be
168 Enumeration prefixes = m_namespaces.keys(); local
169 while (prefixes.hasMoreElements())
171 String prefix = (String) prefixes.nextElement();
185 Enumeration prefixes = m_namespaces.keys(); local
186 while (prefixes.hasMoreElements())
188 String prefix = (String) prefixes.nextElement();
204 // Prefixes "xml" and "xmlns" cannot be redefine
486 Enumeration prefixes = m_namespaces.keys(); local
    [all...]

Completed in 1086 milliseconds

1 2 3 4 5 6 7 8 910