/external/squashfs-tools/squashfs-tools/ |
D | pseudo.c | 48 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 …]
|
D | pseudo.h | 40 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/ |
D | 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 available [all …]
|
D | mips-noat.s | 17 …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…
|
D | macro-bcc-imm-bad.s | 7 …blt $a2, 16, foo # ALL: :[[@LINE]]:5: error: pseudo-instruction requires $at, which is not availab…
|
/external/libopus/celt/tests/ |
D | test_unit_cwrs32.c | 93 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/ |
D | pseudo-file.example | 3 # 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
|
D | README-4.0 | 17 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
|
D | README-4.1 | 15 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/ |
D | tls-addr-non-leaf-function.ll | 12 ; 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/ |
D | tests4.dat | 18 textarea content with <em>pseudo</em> <foo>markup 23 | "textarea content with <em>pseudo</em> <foo>markup"
|
/external/llvm/test/Transforms/IRCE/ |
D | single-access-no-preloop.ll | 35 ; 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:
|
D | single-access-with-preloop.ll | 56 ; 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/ |
D | CHANGES | 19 - 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/ |
D | MANIFEST | 321 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/ |
D | rt_scopes | 9 # pseudo-reserved
|
/external/llvm/test/MC/ARM/ |
D | ldr-pseudo.s | 1 @ 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
|
D | ldr-pseudo-darwin.s | 1 @ 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/ |
D | BuiltinTypes.def | 217 // 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/ |
D | tblgen.rst | 88 .. option:: -gen-pseudo-lowering 90 Generate pseudo instruction lowering.
|
/external/llvm/docs/ |
D | BlockFrequencyTerminology.rst | 68 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/ |
D | test283 | 25 # Verify pseudo protocol after the test has been "shot"
|
D | test271 | 35 # Verify pseudo protocol after the test has been "shot"
|
D | test1009 | 36 # Verify pseudo protocol after the test has been "shot"
|
D | test1049 | 36 # Verify pseudo protocol after the test has been "shot"
|