Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 126) sorted by relevance

123456

/minix3/external/bsd/libevent/dist/test/
H A Dregress_minheap.c58 struct event *inserted[1024]; in test_heap_randomized() local
65 inserted[i] = malloc(sizeof(struct event)); in test_heap_randomized()
66 set_random_timeout(inserted[i]); in test_heap_randomized()
67 min_heap_push(&heap, inserted[i]); in test_heap_randomized()
74 min_heap_erase(&heap, inserted[i]); in test_heap_randomized()
91 free(inserted[i]); in test_heap_randomized()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp386 bool inserted = false; in mergeSExts() local
394 inserted = true; in mergeSExts()
406 inserted = true; in mergeSExts()
409 if (!inserted) in mergeSExts()
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dnacl-mask.s26 # Check that additional nop is inserted, to align mask and jr to the next
63 # Check that additional nop is inserted, to align mask and load to the next
131 # Check that additional nop is inserted, to align mask and store to the next
188 # Check that additional nop is inserted, to align instruction and mask to the
198 # check that 2 additional nops are inserted, to align it to the next bundle.
H A Dmips-pc16-fixup.s7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
H A Dmicromips-pc16-fixup.s7 .space 65536 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
H A Dmips-diagnostic-fixup.s7 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
H A Dmicromips-diagnostic-fixup.s7 .space 65536 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopSimplify/
H A Dbasictest.ll3 ; This function should get a preheader inserted before BB3, that is jumped
H A D2003-05-12-PreheaderExitOfChild.ll2 ; inserted for the "fail" loop, but the exit block of a loop is not updated
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A DTruncAssertZext.ll2 ; Checks that a zeroing mov is inserted for the trunc/zext pair even when
H A Dlegalizedag_vec.ll5 ; type has been inserted by LegalizeDAG after LegalizeType has run. With sse2,
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A D2004-09-20-BadLoadCombine.ll5 ; inserted where the original load was, not where the select is. Not doing
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LCSSA/
H A Dunused-phis.ll10 ; only inserted by LCSSA when there is a use dominated by a given exit
/minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/AlignedBundling/
H A Dgroup-bundle-arm.s5 # instructions should not be inserted. However, for bundle-locked groups
/minix3/external/bsd/llvm/dist/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s20 # of nop padding are inserted instead and it starts at 0x10
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dfix-its.m14 // This test case tests that the "@" is properly inserted before the '"', even in the
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dvec_splat_constant.ll2 ; Formerly incorrectly inserted vsldoi (endian confusion)
H A Dlsr-postinc-pos.ll4 ; scevgep needs to be inserted in %bb so that it is dominated by %t.
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/ConstantHoisting/X86/
H A Dcast-inst.ll7 ; inserted in the correct order.
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/R600/
H A Dendcf-loop-header.ll3 ; This tests that the llvm.SI.end.cf intrinsic is not inserted into the
/minix3/external/bsd/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst434 If ``true``, a space may be inserted after C style casts.
457 If ``true``, spaces may be inserted into '()'.
467 If ``true``, spaces will be inserted after '<' and before '>' in
471 If ``true``, spaces may be inserted into C style casts.
474 If ``true``, spaces are inserted inside container literals (e.g.
478 If ``true``, spaces will be inserted after '(' and before ')'.
481 If ``true``, spaces will be inserted after '[' and before ']'.
/minix3/external/bsd/libc++/dist/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dminus1.pass22 // Testing to make sure that the max length values are correctly inserted
/minix3/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_set_session.pod29 list, when being inserted into one SSL_CTX object's session cache.
/minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-26-Reoptimizer2.txt31 code. The mapping info inserted by LLC is not sufficient to determine
102 along with the PHIs that are inserted.
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/X86/
H A Dcrash_scheduling.ll18 ; The SLPVectorizer crashed when scheduling this block after it inserted an

123456