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

1 2 3 4 5 6 7 8 91011>>

  /external/squashfs-tools/squashfs-tools/
pseudo.h 24 * pseudo.h
40 struct pseudo *pseudo; member in struct:pseudo_entry
44 struct pseudo { struct
52 extern struct pseudo *pseudo_subdir(char *, struct pseudo *);
53 extern struct pseudo_entry *pseudo_readdir(struct pseudo *);
56 extern struct pseudo *get_pseudo();
pseudo.c 22 * pseudo.c
38 #include "pseudo.h"
48 struct pseudo *pseudo = NULL; variable in typeref:struct:pseudo
72 * Add pseudo device target to the set of pseudo devices. Pseudo_dev
73 * describes the pseudo device attributes.
75 struct pseudo *add_pseudo(struct pseudo *pseudo, struct pseudo_dev *pseudo_dev
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
pseudo.d 2 #error-output: pseudo.l
struct.d 4 # Test the .struct pseudo-op.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
rept.d 3 # Test the .rept pseudo-op.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
adr.s 1 @ test ADR pseudo-op
inst-po-2.d 1 #name: .inst pseudo-opcode validations test
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
err-abi-32.s 1 ! Check .abi pseudo assertion.
err-abi-64.s 1 ! Check .abi pseudo assertion.
syntax-2.s 4 ! pseudo-ops
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
struct.d 4 # Test the .struct pseudo-op.
incbin.d 6 # Test the incbin pseudo-op
  /frameworks/base/tools/aapt/tests/
Pseudolocales_test.cpp 30 Pseudolocalizer pseudo(method);
31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end();
38 Pseudolocalizer pseudo(method);
39 String16 result = pseudo.start() + \
40 pseudo.text(String16(String8(in1))) + \
41 pseudo.text(String16(String8(in2))) + \
42 pseudo.text(String16(String8(in3))) + \
43 pseudo.end()
    [all...]
  /external/llvm/test/MC/Mips/
branch-pseudos-bad.s 7 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
9 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
11 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
13 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
15 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
17 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
19 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
21 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
24 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
26 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not availabl
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
for.s 1 ; Test MRI structured for pseudo-op.
while.s 1 ; Test MRI structured while pseudo-op.
repeat.s 1 ; Test MRI structured repeat pseudo-op.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
aligncomm-c.d 4 # Test the aligned form of the .comm pseudo-op.
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer_test.cpp 32 Pseudolocalizer pseudo(method);
33 std::string result = pseudo.Start() + pseudo.Text(input) + pseudo.End();
43 Pseudolocalizer pseudo(method);
44 std::string result = pseudo.Start() + pseudo.Text(in1) + pseudo.Text(in2) +
45 pseudo.Text(in3) + pseudo.End()
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/elf/
struct.d 5 # Test the .struct pseudo-op.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/macros/
dot.l 2 .*:[1-9][0-9]*: Warning: attempt to redefine pseudo-op .\.macro. ignored
3 .*:27: Error: unknown pseudo-op: .\.xyz.
  /external/libopus/celt/tests/
test_unit_cwrs32.c 93 int pseudo; local
95 for(pseudo=1;pseudo<41;pseudo++)
104 k=get_pulses(pseudo);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
pseudo-ops01.s 1 # Test some assembler pseudo-operations:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
nop_x.d 2 # name: ia64 nop.x pseudo
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
nop-r2.d 5 # Test the nop.n pseudo-instruction

Completed in 462 milliseconds

1 2 3 4 5 6 7 8 91011>>