Home
last modified time | relevance | path

Searched refs:tmp_tail (Results 1 – 25 of 36) sorted by relevance

12

/dports/archivers/arj/arj-3.10.22/
H A Darjsec_h.c22 unsigned long tmp_tail[8]; in DEBUGHDR()
63 memcpy(tmp_tail, tail+8, sizeof(tmp_tail)); in DEBUGHDR()
67 if(tmp_tail[0]!=block[0]) in DEBUGHDR()
69 if(tmp_tail[1]!=block[1]) in DEBUGHDR()
71 if(tmp_tail[2]!=block[2]) in DEBUGHDR()
73 if(tmp_tail[3]!=block[3]) in DEBUGHDR()
77 if(tmp_tail[4]!=block[0]) in DEBUGHDR()
79 if(tmp_tail[5]!=block[1]) in DEBUGHDR()
81 if(tmp_tail[6]!=block[2]) in DEBUGHDR()
83 if(tmp_tail[7]!=block[3]) in DEBUGHDR()
[all …]
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/
H A Dxdelta3-second.h255 xd3_output *tmp_tail; in xd3_encode_secondary() local
287 tmp_tail = tmp_head; in xd3_encode_secondary()
290 while (tmp_tail->next_page != NULL) in xd3_encode_secondary()
292 tmp_tail = tmp_tail->next_page; in xd3_encode_secondary()
293 comp_size += tmp_tail->next; in xd3_encode_secondary()
297 XD3_ASSERT (tmp_tail != NULL); in xd3_encode_secondary()
311 *tail = tmp_tail; in xd3_encode_secondary()
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/
H A Dxdelta3-second.h252 xd3_output *tmp_tail;
284 tmp_tail = tmp_head;
287 while (tmp_tail->next_page != NULL)
289 tmp_tail = tmp_tail->next_page;
290 comp_size += tmp_tail->next;
294 XD3_ASSERT (tmp_tail != NULL);
308 *tail = tmp_tail;
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dconfigs.c217 t_uchar * tmp_tail = 0; in arch_begin_new_config() local
226 tmp_tail = str_alloc_cat (0, ",,", name_tail); in arch_begin_new_config()
227 config_tmp = file_name_in_vicinity (0, config_dir, tmp_tail); in arch_begin_new_config()
243 lim_free (0, tmp_tail); in arch_begin_new_config()
256 t_uchar * tmp_tail = 0; in arch_finish_new_config() local
264 tmp_tail = str_alloc_cat (0, ",,", name_tail); in arch_finish_new_config()
265 config_tmp = file_name_in_vicinity (0, config_dir, tmp_tail); in arch_finish_new_config()
280 lim_free (0, tmp_tail); in arch_finish_new_config()
H A Dcmd-grab.c140 t_uchar * tmp_tail; in arch_grab() local
276 tmp_tail = str_alloc_cat_many (0, ",,grab.", target_directory, str_end); in arch_grab()
278 tmp_directory = tmp_file_name (current_directory, tmp_tail); in arch_grab()
348 lim_free (0, tmp_tail); in arch_grab()
H A Dcmd-get.c220 t_uchar * tmp_tail = 0; in arch_cmd_get() local
321 tmp_tail = str_alloc_cat_many (0, ",,get.", output_dir_tail, str_end); in arch_cmd_get()
344 tmp_dir = tmp_file_name (output_dir_dir, tmp_tail); in arch_cmd_get()
447 lim_free (0, tmp_tail); in arch_cmd_get()
/dports/sysutils/liburcu/userspace-rcu-0.13.0/tests/benchmark/
H A Dtest_urcu_wfcq.c221 struct cds_wfcq_tail tmp_tail; in do_test_splice() local
225 cds_wfcq_init(&tmp_head, &tmp_tail); in do_test_splice()
228 ret = cds_wfcq_splice_blocking(&tmp_head, &tmp_tail, in do_test_splice()
231 ret = __cds_wfcq_splice_blocking(&tmp_head, &tmp_tail, in do_test_splice()
251 __cds_wfcq_for_each_blocking_safe(&tmp_head, &tmp_tail, node, n) { in do_test_splice()
256 cds_wfcq_destroy(&tmp_head, &tmp_tail); in do_test_splice()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_log_recover.c952 xfs_daddr_t tmp_tail; in xlog_verify_tail() local
964 &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
967 if (*tail_blk != tmp_tail) in xlog_verify_tail()
968 *tail_blk = tmp_tail; in xlog_verify_tail()
993 buffer, &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
997 *tail_blk = tmp_tail; in xlog_verify_tail()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_log_recover.c952 xfs_daddr_t tmp_tail; in xlog_verify_tail() local
964 &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
967 if (*tail_blk != tmp_tail) in xlog_verify_tail()
968 *tail_blk = tmp_tail; in xlog_verify_tail()
993 buffer, &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
997 *tail_blk = tmp_tail; in xlog_verify_tail()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_log_recover.c952 xfs_daddr_t tmp_tail; in xlog_verify_tail() local
964 &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
967 if (*tail_blk != tmp_tail) in xlog_verify_tail()
968 *tail_blk = tmp_tail; in xlog_verify_tail()
993 buffer, &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
997 *tail_blk = tmp_tail; in xlog_verify_tail()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Dchunk.c5458 H5D_rdcc_ent_t *tmp_tail; /* Tail pointer for temporary entry list */ in H5D__chunk_update_cache() local
5473 tmp_tail = &tmp_head; in H5D__chunk_update_cache()
5500 tmp_tail->tmp_next = old_ent; in H5D__chunk_update_cache()
5501 old_ent->tmp_prev = tmp_tail; in H5D__chunk_update_cache()
5502 tmp_tail = old_ent; in H5D__chunk_update_cache()
5513 HDassert(tmp_tail != &tmp_head); in H5D__chunk_update_cache()
5520 HDassert(tmp_tail == ent); in H5D__chunk_update_cache()
5521 tmp_tail = ent->tmp_prev; in H5D__chunk_update_cache()
5532 tmp_tail = NULL; in H5D__chunk_update_cache()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dchunk.c5280 H5D_rdcc_ent_t *tmp_tail; /* Tail pointer for temporary entry list */ in H5D__chunk_update_cache() local
5301 tmp_tail = &tmp_head; in H5D__chunk_update_cache()
5328 tmp_tail->tmp_next = old_ent; in H5D__chunk_update_cache()
5329 old_ent->tmp_prev = tmp_tail; in H5D__chunk_update_cache()
5330 tmp_tail = old_ent; in H5D__chunk_update_cache()
5341 HDassert(tmp_tail != &tmp_head); in H5D__chunk_update_cache()
5348 HDassert(tmp_tail == ent); in H5D__chunk_update_cache()
5349 tmp_tail = ent->tmp_prev; in H5D__chunk_update_cache()
5360 tmp_tail = NULL; in H5D__chunk_update_cache()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dchunk.c5809 H5D_rdcc_ent_t *tmp_tail; /* Tail pointer for temporary entry list */ in H5D__chunk_update_cache() local
5825 tmp_tail = &tmp_head; in H5D__chunk_update_cache()
5852 tmp_tail->tmp_next = old_ent; in H5D__chunk_update_cache()
5853 old_ent->tmp_prev = tmp_tail; in H5D__chunk_update_cache()
5854 tmp_tail = old_ent; in H5D__chunk_update_cache()
5865 HDassert(tmp_tail != &tmp_head); in H5D__chunk_update_cache()
5872 HDassert(tmp_tail == ent); in H5D__chunk_update_cache()
5873 tmp_tail = ent->tmp_prev; in H5D__chunk_update_cache()
5884 tmp_tail = NULL; in H5D__chunk_update_cache()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Dchunk.c5520 H5D_rdcc_ent_t *tmp_tail; /* Tail pointer for temporary entry list */ in H5D__chunk_update_cache() local
5535 tmp_tail = &tmp_head; in H5D__chunk_update_cache()
5562 tmp_tail->tmp_next = old_ent; in H5D__chunk_update_cache()
5563 old_ent->tmp_prev = tmp_tail; in H5D__chunk_update_cache()
5564 tmp_tail = old_ent; in H5D__chunk_update_cache()
5575 HDassert(tmp_tail != &tmp_head); in H5D__chunk_update_cache()
5582 HDassert(tmp_tail == ent); in H5D__chunk_update_cache()
5583 tmp_tail = ent->tmp_prev; in H5D__chunk_update_cache()
5594 tmp_tail = NULL; in H5D__chunk_update_cache()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Dresolve.c9469 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
9512 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
9610 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
9673 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Dresolve.c9877 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
9920 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10020 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10085 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Dresolve.c9872 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
9915 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
9995 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10038 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dresolve.c10776 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
10819 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10917 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10980 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dresolve.c10690 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
10733 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10831 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10894 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dresolve.c10079 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
10122 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10220 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10283 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dresolve.c10776 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
10819 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10917 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10980 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dresolve.c10776 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
10819 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10917 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10980 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dresolve.c10776 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
10819 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10917 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10980 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dresolve.c10079 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
10122 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10220 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
10283 tmp_head = tmp_tail = NULL; in generate_component_assignments()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dresolve.c11283 static gfc_code *tmp_head = NULL, *tmp_tail = NULL; variable
11326 add_code_to_chain (&this_code, &tmp_head, &tmp_tail); in generate_component_assignments()
11424 add_code_to_chain (&temp_code, &tmp_head, &tmp_tail); in generate_component_assignments()
11487 tmp_head = tmp_tail = NULL; in generate_component_assignments()

12