Searched refs:nr_bytes (Results 1 – 2 of 2) sorted by relevance
100 float* db_AlignPointer_f(float *p,unsigned long nr_bytes) in db_AlignPointer_f() argument105 m=((unsigned long)p)%nr_bytes; in db_AlignPointer_f()106 if(m) ap=(float*) (((unsigned long)p)-m+nr_bytes); in db_AlignPointer_f()111 short* db_AlignPointer_s(short *p,unsigned long nr_bytes) in db_AlignPointer_s() argument116 m=((unsigned long)p)%nr_bytes; in db_AlignPointer_s()117 if(m) ap=(short*) (((unsigned long)p)-m+nr_bytes); in db_AlignPointer_s()
263 DB_API float* db_AlignPointer_f(float *p,unsigned long nr_bytes);268 DB_API short* db_AlignPointer_s(short *p,unsigned long nr_bytes);