Searched refs:get_lsb_long (Results 1 – 3 of 3) sorted by relevance
42 long get_lsb_long (unsigned char **);47 #define get_lsb_int32( _x_ ) ((int32_t) get_lsb_long( _x_ ))48 #define get_lsb_uint32( _x_ ) ((uint32_t) get_lsb_long( _x_ ))
130 tgpsp->sec = get_lsb_long(bufpp); in get_mbg_tgps()131 tgpsp->tick = get_lsb_long(bufpp); in get_mbg_tgps()148 tmp->frac = get_lsb_long(buffpp); in get_mbg_tm()149 tmp->offs_from_utc = get_lsb_long(buffpp); in get_mbg_tm()191 tzdlp->offs = get_lsb_long(buffpp); in get_mbg_tzdl()192 tzdlp->offs_dl = get_lsb_long(buffpp); in get_mbg_tzdl()208 antinfop->delta_t = get_lsb_long(buffpp); in get_mbg_antinfo()391 comparamp->baud_rate = get_lsb_long(buffpp); in get_mbg_comparam()
63 get_lsb_long( in get_lsb_long() function