Home
last modified time | relevance | path

Searched refs:pseudo (Results 1 – 25 of 231) sorted by relevance

12345678910

/external/squashfs-tools/squashfs-tools/
Dpseudo.c48 struct pseudo *pseudo = NULL; variable
75 struct pseudo *add_pseudo(struct pseudo *pseudo, struct pseudo_dev *pseudo_dev, in add_pseudo() argument
83 if(pseudo == NULL) { in add_pseudo()
84 pseudo = malloc(sizeof(struct pseudo)); in add_pseudo()
85 if(pseudo == NULL) in add_pseudo()
88 pseudo->names = 0; in add_pseudo()
89 pseudo->count = 0; in add_pseudo()
90 pseudo->name = NULL; in add_pseudo()
93 for(i = 0; i < pseudo->names; i++) in add_pseudo()
94 if(strcmp(pseudo->name[i].name, targname) == 0) in add_pseudo()
[all …]
Dpseudo.h40 struct pseudo *pseudo; member
44 struct pseudo { struct
52 extern struct pseudo *pseudo_subdir(char *, struct pseudo *); argument
53 extern struct pseudo_entry *pseudo_readdir(struct pseudo *);
56 extern struct pseudo *get_pseudo();
/external/llvm/test/MC/Mips/
Dbranch-pseudos-bad.s7 # 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 available
[all …]
Dmips-noat.s17 …lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: pseudo-instruction requires $at, wh…
33 …lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: pseudo-instruction requires $at, wh…
Dmacro-bcc-imm-bad.s7 …blt $a2, 16, foo # ALL: :[[@LINE]]:5: error: pseudo-instruction requires $at, which is not availab…
/external/libopus/celt/tests/
Dtest_unit_cwrs32.c93 int pseudo; in main() local
95 for(pseudo=1;pseudo<41;pseudo++) in main()
104 k=get_pulses(pseudo); in main()
/external/squashfs-tools/RELEASE-READMEs/
Dpseudo-file.example3 # Mksquashfs supports pseudo files, these allow fake files, directories,
11 # Mksquashfs 4.1 adds support for "dynamic pseudo files" and a modify operation.
12 # Dynamic pseudo files allow files to be dynamically created when Mksquashfs
17 # Two Mksquashfs options are supported, -p allows one pseudo file to be
18 # specified #on the command line, and -pf allows a pseudo file to be specified
22 # Run mkquashfs . /tmp/img -pf pseudo-file.examples
DREADME-4.017 Mksquashfs now supports pseudo files, these allow fake directories, character
23 Two options are supported, -p allows one pseudo file to be specified on the
24 command line, and -pf allows a pseudo file to be specified containing a
DREADME-4.115 3. New pseudo file features
128 New pseudo file support
131 Mksquashfs supports pseudo files, these allow fake files, directories, character
137 Mksquashfs 4.1 adds support for "dynamic pseudo files" and a modify operation.
138 Dynamic pseudo files allow files to be dynamically created when Mksquashfs
143 Two Mksquashfs options are supported, -p allows one pseudo file to be specified
144 on the command line, and -pf allows a pseudo file to be specified containing a
/external/llvm/test/CodeGen/X86/
Dtls-addr-non-leaf-function.ll12 ; This call is represented with a pseudo-instruction which doesn't appear to be
14 ; flag), and the ISel lowering code creating the pseudo was not informing the
18 ; a TLS access pseudo-instruction is created, so 'foo' appears to be a non-leaf
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests4.dat18 textarea content with <em>pseudo</em> <foo>markup
23 | "textarea content with <em>pseudo</em> <foo>markup"
/external/llvm/test/Transforms/IRCE/
Dsingle-access-no-preloop.ll35 ; CHECK-NEXT: br i1 [[continue]], label %main.pseudo.exit, label %exit.loopexit
37 ; CHECK-LABEL: main.pseudo.exit:
95 ; CHECK: br i1 [[enter_main_loop]], label %loop, label %main.pseudo.exit
104 ; CHECK-LABEL: main.pseudo.exit:
Dsingle-access-with-preloop.ll56 ; CHECK: br i1 [[mainloop_its_left]], label %main.pseudo.exit, label %exit.loopexit
64 ; CHECK: br i1 [[preloop_its_left]], label %preloop.pseudo.exit, label %exit.loopexit
/external/squashfs-tools/
DCHANGES19 - pseudo: fix handling of modify pseudo files
20 - pseudo: fix handling of directory pseudo files
41 - pseudo: fix memory leak in read_pseudo_def() if exec_file() fails
42 - pseudo: dynamically allocate path in dump_pseudo()
45 - pseudo: fix potential stack overflow in get_component()
46 - pseudo: avoid buffer overflow in read_pseudo_def() using sscanf()
47 - pseudo: dynamically allocate filename in exec_file()
48 - pseudo: avoid buffer overflow in read_sort_file() using fscanf()
53 - pseudo: Rewrite pseudo file processing
97 - pseudo: add_pseudo(), fix use of freed variable
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
DMANIFEST321 tests/yui/out/pseudo-first.out
322 tests/yui/out/pseudo-first.out.b
323 tests/yui/out/pseudo.out
324 tests/yui/out/pseudo.out.b
341 tests/yui/pseudo-first.css
342 tests/yui/pseudo-first.css.min
343 tests/yui/pseudo.css
344 tests/yui/pseudo.css.min
/external/iproute2/etc/iproute2/
Drt_scopes9 # pseudo-reserved
/external/llvm/test/MC/ARM/
Dldr-pseudo.s1 @ This test has a partner (ldr-pseudo-darwin.s) that contains matching
2 @ tests for the ldr-pseudo on darwin targets. We need separate files
85 @ Check that symbols can be loaded using ldr pseudo
Dldr-pseudo-darwin.s1 @ This test has a partner (ldr-pseudo.s) that contains matching
2 @ tests for the ldr-pseudo on linux targets. We need separate files
85 @ Check that symbols can be loaded using ldr pseudo
/external/clang/include/clang/AST/
DBuiltinTypes.def217 // The type of an expression which refers to a pseudo-object,
220 // pseudo-object is actually accessed by emitting a call to
223 // pseudo-object reference is used syntactically as the
226 // A pseudo-object reference naming an Objective-C @property is
/external/llvm/docs/CommandGuide/
Dtblgen.rst88 .. option:: -gen-pseudo-lowering
90 Generate pseudo instruction lowering.
/external/llvm/docs/
DBlockFrequencyTerminology.rst68 it's packaged up to act as a pseudo-node in its parent loop's (or the
100 its containing loop, if any), and each loop pseudo-node has a loop scale and
105 is the product of its mass, the mass of containing loops' pseudo nodes, and the
/external/curl/tests/data/
Dtest28325 # Verify pseudo protocol after the test has been "shot"
Dtest27135 # Verify pseudo protocol after the test has been "shot"
Dtest100936 # Verify pseudo protocol after the test has been "shot"
Dtest104936 # Verify pseudo protocol after the test has been "shot"

12345678910