Home
last modified time | relevance | path

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

12345678910>>...31

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dtok822_parse.ref14 Externalized, no newlines inserted:
17 Externalized, newlines inserted:
33 Externalized, no newlines inserted:
36 Externalized, newlines inserted:
52 Externalized, no newlines inserted:
55 Externalized, newlines inserted:
71 Externalized, no newlines inserted:
74 Externalized, newlines inserted:
97 Externalized, no newlines inserted:
100 Externalized, newlines inserted:
[all …]
H A Dtok822_limit.ref67 Externalized, no newlines inserted:
70 Externalized, newlines inserted:
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_minheap.c59 struct event *inserted[1024]; in test_heap_randomized() local
66 inserted[i] = malloc(sizeof(struct event)); in test_heap_randomized()
67 set_random_timeout(inserted[i]); in test_heap_randomized()
68 min_heap_push_(&heap, inserted[i]); in test_heap_randomized()
75 min_heap_erase_(&heap, inserted[i]); in test_heap_randomized()
92 free(inserted[i]); in test_heap_randomized()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.in83 ins_header 1 inserted-at-1 hya
4 ins_header 2 inserted-at-2 hya
5 ins_header 3 inserted-at-3 hya
H A Dcleanup_milter.in93 ins_header 1 inserted-at-1 hya
4 ins_header 3 inserted-at-3 hya
5 ins_header 5 inserted-at-5 hya
H A Dcleanup_milter.in115 # to be copied to the heap, right after the inserted header. Then
16 # update the inserted header X2, so that a smaller portion of the
19 # Finally, delete the inserted header X2. All this tests if an insert
21 # space for the forward pointer to the inserted content.
31 # pointer record to the inserted content.
H A Dcleanup_milter.ref811 573 regular_text: inserted-at-1: hya
13 672 regular_text: inserted-at-2: hya
15 771 regular_text: inserted-at-3: hya
H A Dcleanup_milter.ref911 573 regular_text: inserted-at-1: hya
16 672 regular_text: inserted-at-3: hya
19 733 regular_text: inserted-at-5: hya
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h30 handle_type Put(args_type args, bool *inserted = nullptr);
99 bool *inserted) { in Put() argument
100 if (inserted) *inserted = false; in Put()
132 if (inserted) *inserted = true; in Put()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h28 handle_type Put(args_type args, bool *inserted = nullptr);
97 bool *inserted) { in Put() argument
98 if (inserted) *inserted = false; in Put()
130 if (inserted) *inserted = true; in Put()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h44 u32 Put(args_type args, bool *inserted = nullptr);
116 bool *inserted) { in Put() argument
117 if (inserted) in Put()
118 *inserted = false; in Put()
146 if (inserted) *inserted = true; in Put()
H A Dsanitizer_chained_origin_depot.cpp132 bool inserted; in Put() local
133 *new_id = depot.Put(desc, &inserted); in Put()
134 return inserted; in Put()
/netbsd-src/sys/arch/evbmips/alchemy/
H A Domsal400.c235 uint16_t inserted = 0; in omsal400_slot_status() local
239 inserted = !AUGPIO_READ(5); /* pin 5 */ in omsal400_slot_status()
243 return inserted; in omsal400_slot_status()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_chained_origin_depot.cc111 bool inserted; in ChainedOriginDepotPut() local
112 ChainedOriginDepotNode::Handle h = chainedOriginDepot.Put(desc, &inserted); in ChainedOriginDepotPut()
114 return inserted; in ChainedOriginDepotPut()
H A Dmsan_origin.h132 bool inserted = ChainedOriginDepotPut(h.id(), prev.raw_id(), &chained_id); in CreateChainedOrigin() local
135 if (inserted && flags()->origin_history_per_stack_limit > 0) in CreateChainedOrigin()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dvtable-class-hierarchy.cc324 sbitmap inserted) in add_to_worklist() argument
328 if (bitmap_bit_p (inserted, node->class_uid)) in add_to_worklist()
336 bitmap_set_bit (inserted, node->class_uid); in add_to_worklist()
383 sbitmap inserted = sbitmap_alloc (num_vtable_map_nodes); in vtv_compute_class_hierarchy_transitive_closure() local
396 bitmap_clear (inserted); in vtv_compute_class_hierarchy_transitive_closure()
402 && ! (bitmap_bit_p (inserted, cur->class_info->class_uid))) in vtv_compute_class_hierarchy_transitive_closure()
403 add_to_worklist (&worklist, cur->class_info, inserted); in vtv_compute_class_hierarchy_transitive_closure()
425 if (!bitmap_bit_p (inserted, temp_node->parents[i]->class_uid)) in vtv_compute_class_hierarchy_transitive_closure()
426 add_to_worklist (&worklist, temp_node->parents[i], inserted); in vtv_compute_class_hierarchy_transitive_closure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dvtable-class-hierarchy.c324 sbitmap inserted) in add_to_worklist() argument
328 if (bitmap_bit_p (inserted, node->class_uid)) in add_to_worklist()
336 bitmap_set_bit (inserted, node->class_uid); in add_to_worklist()
383 sbitmap inserted = sbitmap_alloc (num_vtable_map_nodes); in vtv_compute_class_hierarchy_transitive_closure() local
396 bitmap_clear (inserted); in vtv_compute_class_hierarchy_transitive_closure()
402 && ! (bitmap_bit_p (inserted, cur->class_info->class_uid))) in vtv_compute_class_hierarchy_transitive_closure()
403 add_to_worklist (&worklist, cur->class_info, inserted); in vtv_compute_class_hierarchy_transitive_closure()
425 if (!bitmap_bit_p (inserted, temp_node->parents[i]->class_uid)) in vtv_compute_class_hierarchy_transitive_closure()
426 add_to_worklist (&worklist, temp_node->parents[i], inserted); in vtv_compute_class_hierarchy_transitive_closure()
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dutil.c673 l1 = next->line1 + next->inserted - 1; in analyze_hunk()
675 show_to += next->inserted; in analyze_hunk()
752 long inserted = sp->inserted; in debug_script() local
754 line0, line1, deleted, inserted); in debug_script()
H A Dcontext.c223 prefix = (next->inserted > 0 ? "!" : "-"); in pr_context_hunk()
242 while (next && next->line1 + next->inserted <= i) in pr_context_hunk()
365 k = next->inserted; in pr_unidiff_hunk()
403 top1 = start->line1 + start->inserted; in find_hunk()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dcontext.c194 prefix = (next->inserted > 0 ? "!" : "-");
213 while (next && next->line1 + next->inserted <= i)
338 k = next->inserted;
370 top1 = start->line1 + start->inserted;
/netbsd-src/sys/dev/fdt/
H A Dfdt_memory.c184 bool inserted = false; in fdt_memory_add_range() local
199 inserted = true; in fdt_memory_add_range()
202 if (!inserted) in fdt_memory_add_range()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h131 std::pair<map_alloc_type::iterator, bool> inserted in _GLIBCXX_VISIBILITY() local
133 if (!inserted.second) in _GLIBCXX_VISIBILITY()
137 log_to_string(error, *inserted.first); in _GLIBCXX_VISIBILITY()
156 auto inserted = map_construct().insert(std::make_pair(p, get_label())); in _GLIBCXX_VISIBILITY() local
157 if (!inserted.second) in _GLIBCXX_VISIBILITY()
161 log_to_string(error, *inserted.first); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h131 std::pair<map_alloc_type::iterator, bool> inserted in _GLIBCXX_VISIBILITY() local
133 if (!inserted.second) in _GLIBCXX_VISIBILITY()
137 log_to_string(error, *inserted.first); in _GLIBCXX_VISIBILITY()
156 auto inserted = map_construct().insert(std::make_pair(p, get_label())); in _GLIBCXX_VISIBILITY() local
157 if (!inserted.second) in _GLIBCXX_VISIBILITY()
161 log_to_string(error, *inserted.first); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsl_malloc.c535 int i, inserted = 0, order = -1; in slap_sl_free() local
562 inserted = 1; in slap_sl_free()
585 if (!inserted) { in slap_sl_free()
613 inserted = 1; in slap_sl_free()
634 if ( !inserted ) { in slap_sl_free()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.cc169 bool inserted = tree.insert (node, compare); in splay_tree_cc_tests() local
170 ASSERT_TRUE (inserted); in splay_tree_cc_tests()

12345678910>>...31