Home
last modified time | relevance | path

Searched refs:scan_ptr (Results 1 – 25 of 141) sorted by relevance

123456

/dports/math/SCIP/scip-7.0.3/examples/TSP/src/
H A DGomoryHuTree.cpp177 nptr->scan_ptr = nptr->first_edge; in global_relabel()
178 while( nptr->scan_ptr != NULL && nptr->scan_ptr->cap <= EPS ) in global_relabel()
179 nptr->scan_ptr = nptr->scan_ptr->next; in global_relabel()
279 nptr->scan_ptr = nptr->first_edge; in maxflow()
280 while( nptr->scan_ptr != NULL && nptr->scan_ptr->cap <= EPS ) in maxflow()
281 nptr->scan_ptr = nptr->scan_ptr->next; in maxflow()
283 if ( nptr->scan_ptr == NULL ) in maxflow()
394 eptr = aptr->scan_ptr; in maxflow()
425 aptr->scan_ptr = eptr; in maxflow()
448 aptr->scan_ptr = eptr; in maxflow()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Image/
H A DvtkSLCReader.cxx216 unsigned char* scan_ptr = nullptr; in ExecuteDataWithInformation() local
377 if (!scan_ptr) in ExecuteDataWithInformation()
379 scan_ptr = new unsigned char[plane_size]; in ExecuteDataWithInformation()
382 if (fread(scan_ptr, 1, plane_size, fp) != (unsigned int)plane_size) in ExecuteDataWithInformation()
393 delete[] scan_ptr; in ExecuteDataWithInformation()
413 scan_ptr = this->Decode8BitData(compressed_ptr, plane_size); in ExecuteDataWithInformation()
423 if (outputSlice && scan_ptr) in ExecuteDataWithInformation()
425 memcpy(outputSlice, scan_ptr, plane_size); in ExecuteDataWithInformation()
429 delete[] scan_ptr; in ExecuteDataWithInformation()
/dports/math/vtk8/VTK-8.2.0/IO/Image/
H A DvtkSLCReader.cxx241 unsigned char *scan_ptr = nullptr; in ExecuteDataWithInformation() local
426 if( !scan_ptr ) in ExecuteDataWithInformation()
428 scan_ptr = new unsigned char[plane_size]; in ExecuteDataWithInformation()
431 if( fread( scan_ptr, 1, plane_size, fp ) != (unsigned int)plane_size ) in ExecuteDataWithInformation()
443 delete [] scan_ptr; in ExecuteDataWithInformation()
466 scan_ptr = this->Decode8BitData( compressed_ptr, plane_size ); in ExecuteDataWithInformation()
477 if (outputSlice && scan_ptr) in ExecuteDataWithInformation()
479 memcpy(outputSlice, scan_ptr, plane_size); in ExecuteDataWithInformation()
483 delete [] scan_ptr; in ExecuteDataWithInformation()
/dports/math/vtk6/VTK-6.2.0/IO/Image/
H A DvtkSLCReader.cxx243 unsigned char *scan_ptr = NULL; in ExecuteDataWithInformation() local
428 if( !scan_ptr ) in ExecuteDataWithInformation()
430 scan_ptr = new unsigned char[plane_size]; in ExecuteDataWithInformation()
433 if( fread( scan_ptr, 1, plane_size, fp ) != (unsigned int)plane_size ) in ExecuteDataWithInformation()
445 delete [] scan_ptr; in ExecuteDataWithInformation()
468 scan_ptr = this->Decode8BitData( compressed_ptr, plane_size ); in ExecuteDataWithInformation()
479 if (outputSlice && scan_ptr) in ExecuteDataWithInformation()
481 memcpy(outputSlice, scan_ptr, plane_size); in ExecuteDataWithInformation()
485 delete [] scan_ptr; in ExecuteDataWithInformation()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/font/
H A Dfonts.cpp234 char *scan_ptr = theline; in split_lines() local
240 if (*scan_ptr == 0) { in split_lines()
242 if (scan_ptr > theline) { in split_lines()
248 if (*scan_ptr == ' ') in split_lines()
249 last_whitespace = scan_ptr; in split_lines()
252 if (*scan_ptr == '\n') { in split_lines()
253 split_at = scan_ptr; in split_lines()
257 char *next_ptr = scan_ptr; in split_lines()
277 prev_ptr = scan_ptr; in split_lines()
278 ugetx(&scan_ptr); in split_lines()
[all …]
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/detok/
H A Dpcihdr.c443 u8 *scan_ptr; in handle_pci_filler() local
451 for (scan_ptr = filler_ptr; in handle_pci_filler()
452 scan_ptr < pci_image_end; filler_byte = *(++scan_ptr)) { in handle_pci_filler()
464 filler_len, scan_ptr - filler_ptr); in handle_pci_filler()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/webserver/src/
H A Dphp_core_lib.cpp639 char *scan_ptr = buf; local
641 while ( strlen(scan_ptr) ) {
642 scan_ptr = strstr(scan_ptr, "<?php");
643 if ( !scan_ptr ) {
647 if ( scan_ptr != curr_code_end ) {
648 buff->Write(curr_code_end, scan_ptr - curr_code_end);
650 curr_code_end = strstr(scan_ptr, "?>");
656 int len = curr_code_end - scan_ptr;
658 CPhPLibContext *context = new CPhPLibContext(server, scan_ptr, len);
673 scan_ptr = curr_code_end;
/dports/net-p2p/amule/aMule-2.3.3/src/webserver/src/
H A Dphp_core_lib.cpp637 char *scan_ptr = buf; local
639 while ( strlen(scan_ptr) ) {
640 scan_ptr = strstr(scan_ptr, "<?php");
641 if ( !scan_ptr ) {
645 if ( scan_ptr != curr_code_end ) {
646 buff->Write(curr_code_end, scan_ptr - curr_code_end);
648 curr_code_end = strstr(scan_ptr, "?>");
654 int len = curr_code_end - scan_ptr;
656 CPhPLibContext *context = new CPhPLibContext(server, scan_ptr, len);
671 scan_ptr = curr_code_end;
/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dmark.c102 static struct hblk * scan_ptr; variable
193 scan_ptr = 0; in GC_clear_marks()
227 scan_ptr = 0; in GC_initiate_gc()
248 scan_ptr = GC_push_next_marked_dirty(scan_ptr); in GC_mark_some()
249 if (scan_ptr == 0) { in GC_mark_some()
269 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr); in GC_mark_some()
270 if (scan_ptr == 0) { in GC_mark_some()
302 if (scan_ptr == 0 in GC_mark_some()
307 scan_ptr = GC_push_next_marked(scan_ptr); in GC_mark_some()
308 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) { in GC_mark_some()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/x86/
H A Dquantize_x86.h53 const int16_t *scan_ptr, const int index, in scan_for_eob() argument
57 __m128i scan0 = _mm_load_si128((const __m128i *)(scan_ptr + index)); in scan_for_eob()
58 __m128i scan1 = _mm_load_si128((const __m128i *)(scan_ptr + index + 8)); in scan_for_eob()
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/x86/
H A Dquantize_x86.h53 const int16_t *scan_ptr, const int index, in scan_for_eob() argument
57 __m128i scan0 = _mm_load_si128((const __m128i *)(scan_ptr + index)); in scan_for_eob()
58 __m128i scan1 = _mm_load_si128((const __m128i *)(scan_ptr + index + 8)); in scan_for_eob()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/x86/
H A Dquantize_x86.h53 const int16_t *scan_ptr, const int index, in scan_for_eob() argument
57 __m128i scan0 = _mm_load_si128((const __m128i *)(scan_ptr + index)); in scan_for_eob()
58 __m128i scan1 = _mm_load_si128((const __m128i *)(scan_ptr + index + 8)); in scan_for_eob()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_dsp/x86/
H A Dquantize_x86.h53 const int16_t *scan_ptr, const int index, in scan_for_eob() argument
57 __m128i scan0 = _mm_load_si128((const __m128i *)(scan_ptr + index)); in scan_for_eob()
58 __m128i scan1 = _mm_load_si128((const __m128i *)(scan_ptr + index + 8)); in scan_for_eob()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_dct_neon.c26 uint16_t *eob_ptr, const int16_t *scan_ptr, in vp9_fdct8x8_quant_neon() argument
34 dequant_ptr, eob_ptr, scan_ptr, iscan_ptr); in vp9_fdct8x8_quant_neon()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/data_loaders/genbank/
H A Dreader_service.cpp203 CRef<SServerScanInfo> scan_ptr(new SServerScanInfo(m_SkipServers)); in Connect() local
215 params.data = scan_ptr; in Connect()
216 scan_ptr->AddReference(); in Connect()
225 scan_info = scan_ptr; in Connect()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/data_loaders/genbank/
H A Dreader_service.cpp203 CRef<SServerScanInfo> scan_ptr(new SServerScanInfo(m_SkipServers)); in Connect() local
215 params.data = scan_ptr; in Connect()
216 scan_ptr->AddReference(); in Connect()
225 scan_info = scan_ptr; in Connect()
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dmark.c117 static struct hblk * scan_ptr; variable
223 scan_ptr = 0; in GC_clear_marks()
255 scan_ptr = 0; in GC_initiate_gc()
296 scan_ptr = GC_push_next_marked_dirty(scan_ptr);
297 if (scan_ptr == 0) {
324 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr);
325 if (scan_ptr == 0) {
381 if (scan_ptr == 0 && GC_mark_state == MS_INVALID) {
389 scan_ptr = GC_push_next_marked(scan_ptr);
390 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dmark.c117 static struct hblk * scan_ptr; variable
223 scan_ptr = 0; in GC_clear_marks()
255 scan_ptr = 0; in GC_initiate_gc()
296 scan_ptr = GC_push_next_marked_dirty(scan_ptr);
297 if (scan_ptr == 0) {
324 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr);
325 if (scan_ptr == 0) {
381 if (scan_ptr == 0 && GC_mark_state == MS_INVALID) {
389 scan_ptr = GC_push_next_marked(scan_ptr);
390 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) {
[all …]
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dmark.c117 static struct hblk * scan_ptr; variable
223 scan_ptr = 0; in GC_clear_marks()
255 scan_ptr = 0; in GC_initiate_gc()
296 scan_ptr = GC_push_next_marked_dirty(scan_ptr);
297 if (scan_ptr == 0) {
324 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr);
325 if (scan_ptr == 0) {
381 if (scan_ptr == 0 && GC_mark_state == MS_INVALID) {
389 scan_ptr = GC_push_next_marked(scan_ptr);
390 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dmark.c117 static struct hblk * scan_ptr; variable
223 scan_ptr = 0; in GC_clear_marks()
255 scan_ptr = 0; in GC_initiate_gc()
296 scan_ptr = GC_push_next_marked_dirty(scan_ptr);
297 if (scan_ptr == 0) {
324 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr);
325 if (scan_ptr == 0) {
381 if (scan_ptr == 0 && GC_mark_state == MS_INVALID) {
389 scan_ptr = GC_push_next_marked(scan_ptr);
390 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dmark.c117 static struct hblk * scan_ptr; variable
223 scan_ptr = 0; in GC_clear_marks()
255 scan_ptr = 0; in GC_initiate_gc()
296 scan_ptr = GC_push_next_marked_dirty(scan_ptr);
297 if (scan_ptr == 0) {
324 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr);
325 if (scan_ptr == 0) {
381 if (scan_ptr == 0 && GC_mark_state == MS_INVALID) {
389 scan_ptr = GC_push_next_marked(scan_ptr);
390 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) {
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmark.c117 static struct hblk * scan_ptr; variable
223 scan_ptr = 0; in GC_clear_marks()
255 scan_ptr = 0; in GC_initiate_gc()
296 scan_ptr = GC_push_next_marked_dirty(scan_ptr);
297 if (scan_ptr == 0) {
324 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr);
325 if (scan_ptr == 0) {
381 if (scan_ptr == 0 && GC_mark_state == MS_INVALID) {
389 scan_ptr = GC_push_next_marked(scan_ptr);
390 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) {
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dmark.c117 static struct hblk * scan_ptr; variable
223 scan_ptr = 0; in GC_clear_marks()
255 scan_ptr = 0; in GC_initiate_gc()
296 scan_ptr = GC_push_next_marked_dirty(scan_ptr);
297 if (scan_ptr == 0) {
324 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr);
325 if (scan_ptr == 0) {
381 if (scan_ptr == 0 && GC_mark_state == MS_INVALID) {
389 scan_ptr = GC_push_next_marked(scan_ptr);
390 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dmark.c117 static struct hblk * scan_ptr; variable
223 scan_ptr = 0; in GC_clear_marks()
255 scan_ptr = 0; in GC_initiate_gc()
296 scan_ptr = GC_push_next_marked_dirty(scan_ptr);
297 if (scan_ptr == 0) {
324 scan_ptr = GC_push_next_marked_uncollectable(scan_ptr);
325 if (scan_ptr == 0) {
381 if (scan_ptr == 0 && GC_mark_state == MS_INVALID) {
389 scan_ptr = GC_push_next_marked(scan_ptr);
390 if (scan_ptr == 0 && GC_mark_state == MS_PARTIALLY_INVALID) {
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/ASM_AVX2/
H A Dquantize_avx.c51 const int16_t *scan_ptr, const int index, in scan_for_eob() argument
55 __m128i scan0 = _mm_load_si128((const __m128i *)(scan_ptr + index)); in scan_for_eob()
56 __m128i scan1 = _mm_load_si128((const __m128i *)(scan_ptr + index + 8)); in scan_for_eob()
109 uint16_t *eob_ptr, const int16_t *scan_ptr, in eb_vp9_quantize_b_avx() argument
122 (void)scan_ptr; in eb_vp9_quantize_b_avx()
240 const int16_t *scan_ptr, const int16_t *iscan_ptr) { in eb_vp9_quantize_b_32x32_avx() argument
253 (void)scan_ptr; in eb_vp9_quantize_b_32x32_avx()

123456