HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 151 - 175 of 3523) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
align.d 7 # Test the alignment pseudo-op.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv1-bad.l 2 [^:]*:4: Error: invalid pseudo operation -- `str r0,=0x00ff0000'
inst-po-3.d 1 #name: .inst pseudo-opcode with automatic IT blocks test
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mri/
repeat.d 5 # Test MRI structured repeat pseudo-op.
while.d 5 # Test MRI structure while pseudo-op.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
aligncomm-b.d 4 # Test the aligned form of the .comm pseudo-op.
aligncomm-d.d 4 # Test the aligned form of the .comm pseudo-op.
  /external/syslinux/gpxe/src/drivers/net/
pnic_api.h 2 * Constants etc. for the Bochs/Etherboot pseudo-NIC
6 * Operation of the pseudo-NIC (PNIC) is pretty simple. To write a
  /external/valgrind/none/tests/
filter_fdleak 9 # Solaris-specific, translate /devices/pseudo/mm@0:null to /dev/null
10 perl -p -e 's/^Open (AF_UNIX socket|file descriptor) [0-9]*: \/devices\/pseudo\/mm\@0:null/Open $1 ...: \/dev\/null/' |
  /external/wpa_supplicant_8/src/crypto/
sha1-prf.c 17 * sha1_prf - SHA1-based Pseudo-Random Function (PRF) (IEEE 802.11i, 8.5.1.1)
23 * @buf: Buffer for the generated pseudo-random key
sha1-tprf.c 16 * sha1_t_prf - EAP-FAST Pseudo-Random Function (T-PRF)
22 * @buf: Buffer for the generated pseudo-random key
sha256-tlsprf.c 16 * tls_prf_sha256 - Pseudo-Random Function for TLS v1.2 (P_SHA256, RFC 5246)
22 * @out: Buffer for the generated pseudo-random key
  /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/libchrome/base/trace_event/
heap_profiler_allocation_context.h 23 // this is the pseudo stack where frames are created by trace event macros. In
32 // - In 60 percent of the cases, pseudo stack depth <= 7.
33 // - In 87 percent of the cases, pseudo stack depth <= 9.
34 // - In 95 percent of the cases, pseudo stack depth <= 11.
38 // Represents (pseudo) stack frame. Used in Backtrace class below.
73 // pseudo traces (see above), but not for native traces, where we need more.
  /external/vixl/src/aarch64/
simulator-constants-aarch64.h 37 // VIXL's macro-assembler and simulator support a few pseudo instructions to
38 // make debugging easier. These pseudo instructions do not exist on real
41 // TODO: Also consider allowing these pseudo-instructions to be disabled in the
45 // Each debug pseudo instruction is represented by a HLT instruction. The HLT
46 // immediate field is used to identify the type of debug pseudo instruction.
59 // Each pseudo instruction uses a custom encoding for additional arguments, as
  /toolchain/binutils/binutils-2.27/gas/doc/
c-i860.texi 64 Emit a warning message if any pseudo-instruction expansions occurred.
69 where @code{gcc} may emit these pseudo-instructions.
104 Change the temporary register used when expanding pseudo operations. The
123 @subsection Other instruction support (pseudo-instructions)
125 pseudo-instructions are supported. While these are supported, they are
128 are the pseudo-instructions that result in expansions.
132 The pseudo-instruction @code{mov imm,%rn} (where the immediate does
140 For example, the pseudo-instruction @code{ld.b addr_exp(%rx),%rn}
152 For instance, the pseudo-instruction @code{adds large_imm,%rx,%rn} expands to:
161 The pseudo-instruction @code{or large_imm,%rx,%rn} results in
    [all...]
c-mmix.texi 256 @cindex pseudo-ops, MMIX
258 @cindex MMIX pseudo-ops
263 @cindex pseudo-op LOC, MMIX
265 @cindex MMIX pseudo-op LOC
292 @cindex pseudo-op LOCAL, MMIX
294 @cindex MMIX pseudo-op LOCAL
308 the use of this directive: the pseudo-directive must be placed in a
313 @cindex pseudo-op IS, MMIX
315 @cindex MMIX pseudo-op IS
331 @cindex pseudo-op GREG, MMI
    [all...]
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmpv6_sender.c 245 struct pseudo_ip6_datagram pseudo; /* ICMPv6 pseudo packet for checksum */ local
328 /* ICMPv6 Pseudo packet */
329 pseudo.hdr.p_ip6_src = pkt.hdr.ip6_src;
330 pseudo.hdr.p_ip6_dst = pkt.hdr.ip6_dst;
331 pseudo.hdr.p_ip6_plen = htons(query_size);
332 pseudo.hdr.p_ip6_zero1 = 0;
333 pseudo.hdr.p_ip6_zero2 = 0;
334 pseudo.hdr.p_ip6_nxt = IPPROTO_ICMPV6;
335 memcpy(pseudo.payload, query_p, query_size)
365 struct pseudo_ip6_datagram pseudo; \/* ICMPv6 pseudo packet for checksum *\/ local
    [all...]
  /external/ltp/testscripts/
ltp-scsi_debug.sh 77 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/android-clat/
checksum.c 85 * calculate the pseudo header checksum for use in tcp/udp/icmp headers
105 * calculate the pseudo header checksum for use in tcp/udp headers
125 * calculates a new checksum given a previous checksum and the old and new pseudo-header checksums
127 * old_hdr_sum - the pseudo-header checksum of the original packet
128 * new_hdr_sum - the pseudo-header checksum of the translated packet
  /external/autotest/client/cros/cellular/
net_interface.py 18 PseudoNetInterface provides a pseudo modem network interface. This
95 Brings up the pseudo modem network interface.
102 Brings down the pseudo modem network interface.
112 # Make sure ARP requests for the pseudo modem network addresses
113 # go out the pseudo modem network interface.
  /external/libopus/celt/tests/
test_unit_cwrs32.c 93 int pseudo; local
95 for(pseudo=1;pseudo<41;pseudo++)
104 k=get_pulses(pseudo);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
PseudoSourceValue.h 59 /// A pseudo source value referencing a fixed stack frame entry,
63 /// A pseudo source value referencing the area below the stack frame of
67 /// A pseudo source value referencing the global offset table
71 /// A pseudo source value referencing the constant pool. Since constant
76 /// A pseudo source value referencing a jump table. Since jump tables are
ValueTypes.td 65 // Pseudo valuetype mapped to the current pointer size to any address space.
69 // Pseudo valuetype to represent "vector of any size"
72 // Pseudo valuetype to represent "float of any format"
75 // Pseudo valuetype to represent "integer of any bit width"
78 // Pseudo valuetype mapped to the current pointer size.
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUNopFiller.cpp 58 pseudo = 1, // this does not get executed enumerator in enum:__anon36179::SPUNopFiller::__anon36180
87 if (next_optype != pseudo )
110 if( this_optype != pseudo )
145 case 0: retval = pseudo; break;
148 default: retval= pseudo;

Completed in 1003 milliseconds

1 2 3 4 5 67 8 91011>>