Home
last modified time | relevance | path

Searched refs:from_p (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_cor_pthread.cpp244 sc_cor_pthread* from_p = active_cor_p; in yield() local
247 DEBUGF << from_p << ": switch to " << to_p << std::endl; in yield()
248 if ( to_p != from_p ) in yield()
252 pthread_mutex_lock( &from_p->m_mutex ); in yield()
254 pthread_cond_wait( &from_p->m_pt_condition, &from_p->m_mutex ); in yield()
255 pthread_mutex_unlock( &from_p->m_mutex ); in yield()
258 active_cor_p = from_p; // When we come out of wait make ourselves active. in yield()
259 DEBUGF << from_p << " restarting after yield to " << to_p << std::endl; in yield()
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Darg_check.c501 const char *from_p; in _dmalloc_strncat() local
505 for (from_p = from; from_p < from + len; from_p++) { in _dmalloc_strncat()
506 if (*from_p == '\0') { in _dmalloc_strncat()
511 min_size = from_p - from; in _dmalloc_strncat()
568 const char *from_p; in _dmalloc_strncpy() local
572 for (from_p = from; from_p < from + len; from_p++) { in _dmalloc_strncpy()
573 if (*from_p == '\0') { in _dmalloc_strncpy()
574 from_p++; in _dmalloc_strncpy()
578 min_size = from_p - from; in _dmalloc_strncpy()
/dports/net/zebra-server/idzebra-2.0.55/dict/
H A Ddcompact.c32 static void dict_copy_page(Dict dict, char *to_p, char *from_p, int *map) in dict_copy_page() argument
38 from_indxp = (short*) ((char*) from_p+DICT_bsize(from_p)); in dict_copy_page()
41 for (i = DICT_nodir(from_p); --i >= 0; ) in dict_copy_page()
49 from_info = (char*) from_p + *from_indxp; in dict_copy_page()
66 from_info = (char*) from_p - *from_indxp; in dict_copy_page()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dmacenc.c1361 MacFeat *from_f, *from_p; in FindMacFeature() local
1364 …for ( from_p = default_mac_feature_map; from_p!=NULL && from_p->feature!=feat; from_p=from_p->next… in FindMacFeature()
1366 if ( secondary!=NULL ) *secondary = from_p; in FindMacFeature()
1370 return( from_p ); in FindMacFeature()
1375 MacFeat *from_f, *from_p; in FindMacSetting() local
1382 …for ( from_p = default_mac_feature_map; from_p!=NULL && from_p->feature!=feat; from_p=from_p->next… in FindMacSetting()
1386 if ( from_p!=NULL ) in FindMacSetting()
1397 MacFeat *from_f, *from_p; in FindMacSettingName() local
1404 …for ( from_p = default_mac_feature_map; from_p!=NULL && from_p->feature!=feat; from_p=from_p->next… in FindMacSettingName()
1408 else if ( from_p!=NULL ) in FindMacSettingName()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/golang/src/
H A Dgotvm.cc146 TVMValue *from_p = reinterpret_cast<TVMValue*>(from_ptr); in _TVMValueNativeSet() local
148 memcpy(to_p+ind, from_p, sizeof(TVMValue)); in _TVMValueNativeSet()
160 TVMValue *from_p = reinterpret_cast<TVMValue*>(from_ptr); in _TVMValueNativeGet() local
162 memcpy(to_p, from_p+ind, sizeof(TVMValue)); in _TVMValueNativeGet()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/golang/src/
H A Dgotvm.cc149 TVMValue* from_p = reinterpret_cast<TVMValue*>(from_ptr); in _TVMValueNativeSet() local
151 memcpy(to_p + ind, from_p, sizeof(TVMValue)); in _TVMValueNativeSet()
163 TVMValue* from_p = reinterpret_cast<TVMValue*>(from_ptr); in _TVMValueNativeGet() local
165 memcpy(to_p, from_p + ind, sizeof(TVMValue)); in _TVMValueNativeGet()
/dports/misc/py-tvm/incubator-tvm-0.6.1/golang/src/
H A Dgotvm.cc146 TVMValue *from_p = reinterpret_cast<TVMValue*>(from_ptr); in _TVMValueNativeSet() local
148 memcpy(to_p+ind, from_p, sizeof(TVMValue)); in _TVMValueNativeSet()
160 TVMValue *from_p = reinterpret_cast<TVMValue*>(from_ptr); in _TVMValueNativeGet() local
162 memcpy(to_p, from_p+ind, sizeof(TVMValue)); in _TVMValueNativeGet()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C14 for (S1 *to_p = this, *from_p = to_p + delta; cnt--;) *to_p++ = *from_p++; in shift_left() local

1234567