Home
last modified time | relevance | path

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

12345678910>>...23

/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/swiftshader/third_party/llvm-7.0/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
/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
/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/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUNopFiller.cpp58 pseudo = 1, // this does not get executed enumerator
87 if (next_optype != pseudo ) in runOnMachineBasicBlock()
110 if( this_optype != pseudo ) in runOnMachineBasicBlock()
145 case 0: retval = pseudo; break; in getOpPlacement()
148 default: retval= pseudo; in getOpPlacement()
/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/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dldr-str-more.ll39 ; ASM-NEXT: # [sp, #28] = def.pseudo
47 ; ASM-NEXT: # [sp, #24] = def.pseudo
71 ; ASM-NEXT: # [sp, #20] = def.pseudo
96 ; ASM-NEXT: # [sp, #16] = def.pseudo
113 ; ASM-NEXT: # [sp, #12] = def.pseudo
158 ; ASM-NEXT: # [sp, #8] = def.pseudo
203 ; ASM-NEXT: # [sp, #4] = def.pseudo
220 ; ASM-NEXT: # [sp] = def.pseudo
267 ; ASM-NEXT: # [sp, #32] = def.pseudo
275 ; ASM-NEXT: # [sp, #28] = def.pseudo
[all …]
Dcmp.ll42 ; ASM-NEXT: # [sp, #20] = def.pseudo
50 ; ASM-NEXT: # [sp, #16] = def.pseudo
65 ; ASM-NEXT: # [sp, #12] = def.pseudo
80 ; ASM-NEXT: # [sp, #8] = def.pseudo
147 ; ASM-NEXT: # [sp, #12] = def.pseudo
155 ; ASM-NEXT: # [sp, #8] = def.pseudo
Dmvn.ll38 ; ASM-NEXT: # [sp, #20] = def.pseudo
46 ; ASM-NEXT: # [sp, #16] = def.pseudo
70 ; ASM-NEXT: # [sp, #12] = def.pseudo
94 ; ASM-NEXT: # [sp, #8] = def.pseudo
111 ; ASM-NEXT: # [sp, #4] = def.pseudo
/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
/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/python/cpython3/Doc/library/
Dpty.rst15 The :mod:`pty` module defines operations for handling the pseudo-terminal
19 Because pseudo-terminal handling is highly platform dependent, there is code to
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
62 pseudo-terminal to record all input and output of a terminal session in a
/external/scapy/doc/scapy/
Dfunctions.rst14 1. compute the UDP pseudo header as described in RFC768
16 3. call checksum() with the pseudo header and the UDP packet
31 # in4_chksum is used to automatically build a pseudo-header
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dstride_more_than_1.ll20 ; CHECK-NEXT: br i1 [[COND1]], label %loop.preheader, label %main.pseudo.exit
37 ; CHECK-NEXT: br i1 [[COND3]], label %main.pseudo.exit, label %exit
38 ; CHECK: main.pseudo.exit:
85 ; CHECK-NEXT: br i1 [[COND1]], label %loop.preheader, label %main.pseudo.exit
102 ; CHECK-NEXT: br i1 [[COND3]], label %main.pseudo.exit, label %exit
103 ; CHECK: main.pseudo.exit:
151 ; CHECK-NEXT: br i1 [[COND1]], label %loop.preheader, label %main.pseudo.exit
168 ; CHECK-NEXT: br i1 [[COND3]], label %main.pseudo.exit, label %exit
169 ; CHECK: main.pseudo.exit:
221 ; CHECK: br i1 [[COND]], label %main.pseudo.exit, label %exit
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/pseudo/
DLDIWRdK.mir1 # RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
3 # This test checks the expansion of the 16-bit LDIWRdK pseudo instruction.
DLDSWRdK.mir1 # RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
3 # This test checks the expansion of the 16-bit LDSWRdK pseudo instruction.
DSTSWKRr.mir1 # RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
3 # This test checks the expansion of the 16-bit STSWRdK pseudo instruction.
DSTWPtrRr.mir1 # RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
3 # This test checks the expansion of the 16-bit STSWRdK pseudo instruction.
DLDWRdPtr.mir1 # RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
3 # This test checks the expansion of the 16-bit LDWRdPtr pseudo instruction.

12345678910>>...23