Searched refs:INSERT (Results 26 - 50 of 471) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtypeprint.c214 slot = htab_find_slot (m_table, tdef, INSERT);
247 slot = htab_find_slot (m_table, tf, INSERT);
276 new_slot = htab_find_slot (new_table, *slot, INSERT);
312 slot = htab_find_slot (flags->global_typedefs->m_table, &tf, INSERT);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dabbrev.c87 abbrev->number, INSERT);
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dcontext.cc99 const char **slot = file_names.find_slot (filename, INSERT);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcu.c166 slot = htab_find_slot (m_dependencies, ref_per_cu, INSERT);
H A Dabbrev.c75 abbrev->number, INSERT);
H A Dcooked-index.c251 hashval, INSERT);
339 INSERT);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c268 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
412 INSERT(OCH_, conc); /* offset is wrong */
560 INSERT(OPLUS_, pos);
562 INSERT(OQUEST_, pos);
566 INSERT(OPLUS_, pos);
571 INSERT(OCH_, pos); /* offset slightly wrong */
745 INSERT(OPLUS_, pos);
747 INSERT(OQUEST_, pos);
1136 INSERT(OCH_, start); /* offset is wrong... */
1149 INSERT(OCH
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgentarget-def.c223 const char **slot = stubs->find_slot (suffix, INSERT);
274 rtx *slot = insns->find_slot_with_hash (name, hash, INSERT);
H A Dhash-set.h58 Key *e = m_table.find_slot_with_hash (k, Traits::hash (k), INSERT);
H A Dhash-map.h167 INSERT);
195 INSERT);
H A Dread-md.c100 *htab_find_slot (m_ptr_locs, loc, INSERT) = loc;
163 *htab_find_slot (m_joined_conditions, entry, INSERT) = entry;
821 entry_ptr = htab_find_slot (defs, &tmp_def, INSERT);
912 slot = htab_find_slot (m_enum_types, &enum_name, INSERT);
H A Dvtable-verify.c209 slot = node->registered->find_slot (&key, INSERT);
438 slot = (struct vtbl_map_node **) vtbl_map_hash->find_slot (&key, INSERT);
H A Dlto-section-in.c348 slot = htab_find_slot (decl_data->renaming_hash_table, &r_slot, INSERT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgentarget-def.cc223 const char **slot = stubs->find_slot (suffix, INSERT);
274 rtx *slot = insns->find_slot_with_hash (name, hash, INSERT);
H A Dhash-set.h58 Key *e = m_table.find_slot_with_hash (k, Traits::hash (k), INSERT);
H A Dhash-map.h171 INSERT);
200 INSERT);
H A Dread-md.cc100 *htab_find_slot (m_ptr_locs, loc, INSERT) = loc;
163 *htab_find_slot (m_joined_conditions, entry, INSERT) = entry;
821 entry_ptr = htab_find_slot (defs, &tmp_def, INSERT);
913 slot = htab_find_slot (m_enum_types, &enum_name, INSERT);
H A Dvtable-verify.cc209 slot = node->registered->find_slot (&key, INSERT);
438 slot = (struct vtbl_map_node **) vtbl_map_hash->find_slot (&key, INSERT);
/netbsd-current/bin/ksh/
H A Dvi.c133 #define INSERT 1 macro
539 insert = INSERT;
685 if (insert == INSERT) {
776 insert = INSERT;
783 insert = INSERT;
790 insert = INSERT;
833 insert = INSERT;
863 insert = INSERT;
892 insert = INSERT;
898 insert = INSERT;
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_metadata.sql125 INSERT INTO persons (id,name) VALUES (person_ids.nextval,' ');
140 INSERT INTO institutes (id,name) VALUES (institute_ids.nextval,' ');
153 INSERT INTO documents (id,title) VALUES (document_ids.nextval,' ');
167 INSERT INTO phones (id,pers_id,phone) VALUES (phone_ids.nextval,pers_id,phone);
207 INSERT INTO authors_docs (doc_id,pers_id) VALUES (keyval,per_id);
220 INSERT INTO authors_docs (pers_id,doc_id) VALUES (keyval,docid);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtypeprint.c233 slot = htab_find_slot (m_table.get (), tdef, INSERT);
266 slot = htab_find_slot (m_table.get (), tf, INSERT);
288 new_slot = htab_find_slot (new_table, *slot, INSERT);
324 slot = htab_find_slot (flags->global_typedefs->m_table.get (), &tf, INSERT);
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dregcomp.c163 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
332 INSERT(OCH_, conc); /* offset is wrong */
453 INSERT(OPLUS_, pos);
455 INSERT(OQUEST_, pos);
459 INSERT(OPLUS_, pos);
464 INSERT(OCH_, pos); /* offset slightly wrong */
658 INSERT(OPLUS_, pos);
660 INSERT(OQUEST_, pos);
1068 INSERT(OCH_, start); /* offset is wrong... */
1081 INSERT(OCH
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dhashtab.h90 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
360 with insert=INSERT, then write the value you want into the returned
374 if (insert == INSERT && size * 3 <= htab->n_elements * 4)
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dhashtab.h90 enum insert_option {NO_INSERT, INSERT}; enumerator in enum:insert_option
366 with insert=INSERT, then write the value you want into the returned
380 if (insert == INSERT && size * 3 <= htab->n_elements * 4)
/netbsd-current/lib/libc/regex/
H A Dregcomp.c215 #define INSERT(op, pos) doinsert(p, (op), HERE()-(pos)+1, pos) macro
639 INSERT(OPLUS_, pos);
641 INSERT(OQUEST_, pos);
645 INSERT(OPLUS_, pos);
650 INSERT(OCH_, pos); /* offset slightly wrong */
724 INSERT(OCH_, bc->start); /* offset is wrong */
1040 INSERT(OPLUS_, pos);
1042 INSERT(OQUEST_, pos);
1046 INSERT(OQUEST_, pos);
1049 INSERT(OPLUS
[all...]

Completed in 1504 milliseconds

1234567891011>>