Home
last modified time | relevance | path

Searched refs:first_deleted_slot (Results 1 – 25 of 81) sorted by relevance

1234

/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gcc8/gcc-8.5.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gcc10/gcc-10.3.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgomp/
H A Dhashtab.h359 hash_entry_type *first_deleted_slot; in htab_find_slot() local
374 first_deleted_slot = NULL; in htab_find_slot()
380 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
396 if (!first_deleted_slot) in htab_find_slot()
397 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
407 if (first_deleted_slot) in htab_find_slot()
410 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
411 return first_deleted_slot; in htab_find_slot()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gnat_util/gcc-6-20180516/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gcc11/gcc-11.2.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot;
382 first_deleted_slot = NULL;
388 first_deleted_slot = &htab->entries[index];
404 if (!first_deleted_slot)
405 first_deleted_slot = &htab->entries[index];
415 if (first_deleted_slot)
418 *first_deleted_slot = HTAB_EMPTY_ENTRY;
419 return first_deleted_slot;
/dports/lang/gcc9/gcc-9.4.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/
H A Dhashtab.h367 hash_entry_type *first_deleted_slot; in htab_find_slot() local
382 first_deleted_slot = NULL; in htab_find_slot()
388 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
404 if (!first_deleted_slot) in htab_find_slot()
405 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
415 if (first_deleted_slot) in htab_find_slot()
418 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
419 return first_deleted_slot; in htab_find_slot()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/
H A Dhashtab.h373 hash_entry_type *first_deleted_slot; in htab_find_slot() local
388 first_deleted_slot = NULL; in htab_find_slot()
394 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
410 if (!first_deleted_slot) in htab_find_slot()
411 first_deleted_slot = &htab->entries[index]; in htab_find_slot()
421 if (first_deleted_slot) in htab_find_slot()
424 *first_deleted_slot = HTAB_EMPTY_ENTRY; in htab_find_slot()
425 return first_deleted_slot; in htab_find_slot()
/dports/archivers/rpm4/rpm-4.16.1.3/tools/
H A Dhashtab.c364 void **first_deleted_slot; local
378 first_deleted_slot = NULL;
390 if (first_deleted_slot)
392 *first_deleted_slot = EMPTY_ENTRY;
393 return first_deleted_slot;
401 if (!first_deleted_slot)
402 first_deleted_slot = &htab->entries[index];
/dports/devel/debugedit/DebugEdit-b1e81ec/
H A Dhashtab.c365 void **first_deleted_slot; local
379 first_deleted_slot = NULL;
391 if (first_deleted_slot)
393 *first_deleted_slot = EMPTY_ENTRY;
394 return first_deleted_slot;
402 if (!first_deleted_slot)
403 first_deleted_slot = &htab->entries[index];
/dports/devel/dwz/dwz/
H A Dhashtab.c375 void **first_deleted_slot; local
389 first_deleted_slot = NULL;
395 first_deleted_slot = &htab->entries[index];
412 if (!first_deleted_slot)
413 first_deleted_slot = &htab->entries[index];
425 if (first_deleted_slot)
427 *first_deleted_slot = EMPTY_ENTRY;
428 return first_deleted_slot;
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dhash-table.h700 value_type **first_deleted_slot; in find_slot_with_hash() local
715 first_deleted_slot = NULL; in find_slot_with_hash()
721 first_deleted_slot = &htab->entries[index]; in find_slot_with_hash()
738 if (!first_deleted_slot) in find_slot_with_hash()
739 first_deleted_slot = &htab->entries[index]; in find_slot_with_hash()
749 if (first_deleted_slot) in find_slot_with_hash()
752 *first_deleted_slot = static_cast <value_type *> (HTAB_EMPTY_ENTRY); in find_slot_with_hash()
753 return first_deleted_slot; in find_slot_with_hash()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dhashtab.c490 PTR *first_deleted_slot; local
504 first_deleted_slot = NULL;
510 first_deleted_slot = &htab->entries[index];
527 if (!first_deleted_slot)
528 first_deleted_slot = &htab->entries[index];
538 if (first_deleted_slot)
541 *first_deleted_slot = EMPTY_ENTRY;
542 return first_deleted_slot;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dhashtab.c490 PTR *first_deleted_slot; local
504 first_deleted_slot = NULL;
510 first_deleted_slot = &htab->entries[index];
527 if (!first_deleted_slot)
528 first_deleted_slot = &htab->entries[index];
538 if (first_deleted_slot)
541 *first_deleted_slot = EMPTY_ENTRY;
542 return first_deleted_slot;

1234