Home
last modified time | relevance | path

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

12345678910>>...19

/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/mesa3d/src/amd/compiler/tests/
Dtest_to_hw_instr.cpp54 bld.pseudo(aco_opcode::p_unit_test, Operand(0u));
55 bld.pseudo(aco_opcode::p_parallelcopy,
63 bld.pseudo(aco_opcode::p_unit_test, Operand(1u));
64 bld.pseudo(aco_opcode::p_create_vector,
73 bld.pseudo(aco_opcode::p_unit_test, Operand(2u));
74 bld.pseudo(aco_opcode::p_create_vector,
84 bld.pseudo(aco_opcode::p_unit_test, Operand(3u));
85 bld.pseudo(aco_opcode::p_create_vector,
98 bld.pseudo(aco_opcode::p_unit_test, Operand(4u));
99 bld.pseudo(aco_opcode::p_create_vector,
[all …]
/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 …]
Dcprestore-noreorder-noat.s26 # O32-NOT: error: pseudo-instruction requires $at, which is not available
27 # N32-NOT: error: pseudo-instruction requires $at, which is not available
28 # N64-NOT: error: pseudo-instruction requires $at, which is not available
45 # O32: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
46 # N32-NOT: error: pseudo-instruction requires $at, which is not available
47 # N64-NOT: error: pseudo-instruction requires $at, which is not available
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…
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java50 CldrDataSupplier pseudo = PseudoLocales.addPseudoLocalesTo(src); in testExpansion() local
51 assertThat(pseudo.getAvailableLocaleIds()).containsAtLeast("en_XA", "ar_XB"); in testExpansion()
54 CldrData unresolved = pseudo.getDataForLocale("en_XA", UNRESOLVED); in testExpansion()
85 CldrDataSupplier pseudo = PseudoLocales.addPseudoLocalesTo(src); in testBidi() local
88 CldrData unresolved = pseudo.getDataForLocale("ar_XB", UNRESOLVED); in testBidi()
110 CldrDataSupplier pseudo = PseudoLocales.addPseudoLocalesTo(src); in testLatinNumbering() local
112 CldrData unresolved = pseudo.getDataForLocale("ar_XB", UNRESOLVED); in testLatinNumbering()
122 CldrDataSupplier pseudo = PseudoLocales.addPseudoLocalesTo(src); in testExemplars() local
124 assertValuesUnordered(pseudo.getDataForLocale("ar_XB", UNRESOLVED), in testExemplars()
126 assertValuesUnordered(pseudo.getDataForLocale("en_XA", UNRESOLVED), in testExemplars()
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c245 struct pseudo_ip6_datagram pseudo; /* ICMPv6 pseudo packet for checksum */ in create_mld_query() local
329 pseudo.hdr.p_ip6_src = pkt.hdr.ip6_src; in create_mld_query()
330 pseudo.hdr.p_ip6_dst = pkt.hdr.ip6_dst; in create_mld_query()
331 pseudo.hdr.p_ip6_plen = htons(query_size); in create_mld_query()
332 pseudo.hdr.p_ip6_zero1 = 0; in create_mld_query()
333 pseudo.hdr.p_ip6_zero2 = 0; in create_mld_query()
334 pseudo.hdr.p_ip6_nxt = IPPROTO_ICMPV6; in create_mld_query()
335 memcpy(pseudo.payload, query_p, query_size); in create_mld_query()
338 query_p->cksum = calc_checksum((u_int16_t *) (&pseudo), in create_mld_query()
365 struct pseudo_ip6_datagram pseudo; /* ICMPv6 pseudo packet for checksum */ in create_echo_request() local
[all …]
/external/ltp/testscripts/
Dltp-scsi_debug.sh77 echo 1 > /sys/bus/pseudo/drivers/scsi_debug/add_host
78 num_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
87 echo -2 > /sys/bus/pseudo/drivers/scsi_debug/add_host
88 num_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
117 max_luns=$(cat /sys/bus/pseudo/drivers/scsi_debug/max_luns)
118 add_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)
119 num_tgts=$(cat /sys/bus/pseudo/drivers/scsi_debug/num_tgts)
/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/grpc-grpc-java/core/src/main/java/io/grpc/
DMetadata.java591 static <T> Key<T> of(String name, boolean pseudo, AsciiMarshaller<T> marshaller) { in of() argument
592 return new AsciiKey<T>(name, pseudo, marshaller); in of()
595 static <T> Key<T> of(String name, boolean pseudo, TrustedAsciiMarshaller<T> marshaller) { in of() argument
596 return new TrustedAsciiKey<T>(name, pseudo, marshaller); in of()
619 private static String validateName(String n, boolean pseudo) { in validateName() argument
624 if (pseudo && tChar == ':' && i == 0) { in validateName()
634 private Key(String name, boolean pseudo) { in Key() argument
636 this.name = validateName(this.originalName.toLowerCase(Locale.ROOT), pseudo); in Key()
739 private AsciiKey(String name, boolean pseudo, AsciiMarshaller<T> marshaller) { in AsciiKey() argument
740 super(name, pseudo); in AsciiKey()
[all …]
/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/python/cpython2/Doc/library/
Dpty.rst12 The :mod:`pty` module defines operations for handling the pseudo-terminal
16 Because pseudo-terminal handling is highly platform dependent, there is code to
25 Fork. Connect the child's controlling terminal to a pseudo-terminal. Return
34 Open a new pseudo-terminal pair, using :func:`os.openpty` if possible, or
/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/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp115 Builder(NULL, b).pseudo(aco_opcode::p_logical_start); in append_logical_start()
120 Builder(NULL, b).pseudo(aco_opcode::p_logical_end); in append_logical_end()
144 …Builder::Result mask_split = bld.pseudo(aco_opcode::p_split_vector, bld.def(s1), bld.def(s1), mask… in emit_mbcnt()
177 bld.pseudo(aco_opcode::p_wqm, Definition(dst), src); in emit_wqm()
194 …return bld.pseudo(aco_opcode::p_bpermute, bld.def(v1), bld.def(bld.lm), bld.def(bld.lm, vcc), inde… in emit_bpermute()
204 …Builder::Result index_is_lo_split = bld.pseudo(aco_opcode::p_split_vector, bld.def(s1), bld.def(s1… in emit_bpermute()
206 …Operand same_half = bld.pseudo(aco_opcode::p_create_vector, bld.def(s2), index_is_lo_split.def(0).… in emit_bpermute()
214 …return bld.pseudo(aco_opcode::p_bpermute, bld.def(v1), bld.def(s2), bld.def(s1, scc), index_x4, in… in emit_bpermute()
314 bld.pseudo(aco_opcode::p_extract_vector, Definition(dst), src, Operand(idx)); in emit_extract_vector()
393 bld.pseudo(aco_opcode::p_as_uniform, Definition(dst), vec_src); in expand_vector()
[all …]
/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:
/external/python/cpython3/Doc/library/
Dpty.rst15 The :mod:`pty` module defines operations for handling the pseudo-terminal
28 Fork. Connect the child's controlling terminal to a pseudo-terminal. Return
37 Open a new pseudo-terminal pair, using :func:`os.openpty` if possible, or
89 pseudo-terminal to record all input and output of a terminal session in a
/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/common/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/angle/extensions/
DANGLE_multi_draw.txt114 The index of the draw (<i> in the above pseudo-code) may be read by
135 The index of the draw (<i> in the above pseudo-code) may be read by
160 The index of the draw (<i> in the above pseudo-code) may be read by
184 The index of the draw (<i> in the above pseudo-code) may be read by
/external/iproute2/etc/iproute2/
Drt_scopes9 # pseudo-reserved
/external/ruy/ruy/profiler/
DREADME.md1 # A minimalistic profiler sampling pseudo-stacks
9 "pseudo-stacks" which are just simple data structures constructed from within
11 code to construct such pseudo-stack information.
27 helpers, ensuring that the thread pseudo-stack contains the label during their
/external/icu/icu4c/source/test/cintltst/
Dcbiditransformtst.c52 char pseudo[STR_CAPACITY] = { 0 }; variable
99 char *p = pseudo;
123 return pseudo;

12345678910>>...19