HomeSort by relevance Sort by last modified time
    Searched full:pseudo (Results 176 - 200 of 2530) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td 107 def MovePCtoLR8 : Pseudo<(outs), (ins), "#MovePCtoLR8", []>,
209 def ATOMIC_LOAD_ADD_I64 : Pseudo<
212 def ATOMIC_LOAD_SUB_I64 : Pseudo<
215 def ATOMIC_LOAD_OR_I64 : Pseudo<
218 def ATOMIC_LOAD_XOR_I64 : Pseudo<
221 def ATOMIC_LOAD_AND_I64 : Pseudo<
224 def ATOMIC_LOAD_NAND_I64 : Pseudo<
228 def ATOMIC_CMP_SWAP_I64 : Pseudo<
232 def ATOMIC_SWAP_I64 : Pseudo<
255 def TCRETURNdi8 :Pseudo< (outs)
    [all...]
  /external/gemmlowp/profiling/
profiler.h 20 // This profiler only samples a pseudo-stack, not the actual call stack.
22 // pseudo-stack "labels", see ScopedProfilingLabel.
23 // Using pseudo-stacks allows this profiler to be very simple, low-overhead,
114 // of the number of samples that recorded the given pseudo-stack.
298 // This is OK because we're looking at a pseudo-stack of labels,
299 // not at the real thread stack, and if the pseudo-stack changes
  /external/tcpdump/
print-ether.c 257 * This is for DLT_NETANALYZER, which has a 4-byte pseudo-header
265 * Fail if we don't have enough data for the Hilscher pseudo-header.
272 /* Skip the pseudo-header. */
285 * pseudo-header, a 7-byte Ethernet preamble, and a 1-byte Ethernet SOF
294 * Fail if we don't have enough data for the Hilscher pseudo-header,
302 /* Skip the pseudo-header, preamble, and SOF. */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
prog.go 30 obj.ATYPE: {gc.Pseudo | gc.Skip, 0, 0, 0},
31 obj.ATEXT: {gc.Pseudo, 0, 0, 0},
32 obj.AFUNCDATA: {gc.Pseudo, 0, 0, 0},
33 obj.APCDATA: {gc.Pseudo, 0, 0, 0},
37 obj.AVARDEF: {gc.Pseudo | gc.RightWrite, 0, 0, 0},
38 obj.AVARKILL: {gc.Pseudo | gc.RightWrite, 0, 0, 0},
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
prog.go 27 obj.ATYPE: {gc.Pseudo | gc.Skip, 0, 0, 0},
28 obj.ATEXT: {gc.Pseudo, 0, 0, 0},
29 obj.AFUNCDATA: {gc.Pseudo, 0, 0, 0},
30 obj.APCDATA: {gc.Pseudo, 0, 0, 0},
34 obj.AVARDEF: {gc.Pseudo | gc.RightWrite, 0, 0, 0},
35 obj.AVARKILL: {gc.Pseudo | gc.RightWrite, 0, 0, 0},
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
prog.go 30 obj.ATYPE: {gc.Pseudo | gc.Skip, 0, 0, 0},
31 obj.ATEXT: {gc.Pseudo, 0, 0, 0},
32 obj.AFUNCDATA: {gc.Pseudo, 0, 0, 0},
33 obj.APCDATA: {gc.Pseudo, 0, 0, 0},
37 obj.AVARDEF: {gc.Pseudo | gc.RightWrite, 0, 0, 0},
38 obj.AVARKILL: {gc.Pseudo | gc.RightWrite, 0, 0, 0},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
prog.go 27 obj.ATYPE: {gc.Pseudo | gc.Skip, 0, 0, 0},
28 obj.ATEXT: {gc.Pseudo, 0, 0, 0},
29 obj.AFUNCDATA: {gc.Pseudo, 0, 0, 0},
30 obj.APCDATA: {gc.Pseudo, 0, 0, 0},
34 obj.AVARDEF: {gc.Pseudo | gc.RightWrite, 0, 0, 0},
35 obj.AVARKILL: {gc.Pseudo | gc.RightWrite, 0, 0, 0},
  /external/squashfs-tools/
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(
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
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/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc 64 // in practice the pseudo stack never grows higher than ~20 frames.
100 // Copy as much of the bottom of the pseudo stack into the backtrace as
  /external/llvm/lib/Target/X86/
X86.h 40 /// references and pseudo instructions into floating-point stack references and
69 /// Return a Machine IR pass that expands X86-specific pseudo
  /external/llvm/test/Transforms/IRCE/
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/wpa_supplicant_8/src/crypto/
sha1-tlsprf.c 17 * tls_prf_sha1_md5 - Pseudo-Random Function for TLS (TLS-PRF, RFC 2246)
23 * @out: Buffer for the generated pseudo-random key
sha384-prf.c 23 * @buf: Buffer for the generated pseudo-random key
43 * @buf: Buffer for the generated pseudo-random key
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_dumb.py 31 "keep the pseudo-installation tree around after " +
97 # pseudo-installation tree.
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_dumb.py 31 "keep the pseudo-installation tree around after " +
97 # pseudo-installation tree.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 31 "keep the pseudo-installation tree around after " +
97 # pseudo-installation tree.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 31 "keep the pseudo-installation tree around after " +
97 # pseudo-installation tree.
  /cts/tests/tests/location/src/android/location/cts/
TestGnssStatusCallback.java 62 * Returns the list of PRNs (pseudo-random number) for the satellite.
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CodeAddress.java 23 * Pseudo-instruction which is used to track an address within a code
OddSpacer.java 24 * Pseudo-instruction which either turns into a {@code nop} or
ZeroSizeInsn.java 24 * Pseudo-instruction base class for zero-size (no code emitted)
  /dalvik/dx/src/com/android/dx/dex/code/
OddSpacer.java 25 * Pseudo-instruction which either turns into a {@code nop} or
ZeroSizeInsn.java 24 * Pseudo-instruction base class for zero-size (no code emitted)
  /external/autotest/client/site_tests/network_3GModemControl/
control.pseudomodem 24 Uses a pseudo modem to simulate modem manager so that this test can

Completed in 698 milliseconds

1 2 3 4 5 6 78 91011>>