Searched refs:extra_type (Results 1 – 5 of 5) sorted by relevance
437 a_this->extra_type = a_et; in cr_token_set_length()452 a_this->extra_type = a_et; in cr_token_set_angle()467 a_this->extra_type = a_et; in cr_token_set_time()482 a_this->extra_type = a_et; in cr_token_set_freq()
114 enum CRTokenExtraType extra_type ; member
2699 if (token->extra_type == a_et) { in cr_tknzr_parse_token()
128 int storage_type, extra_type; in binn_get_type_info() local136 extra_type = long_type & BINN_TYPE_MASK; in binn_get_type_info()140 extra_type = long_type & BINN_TYPE_MASK16; in binn_get_type_info()141 extra_type >>= 4; in binn_get_type_info()150 extra_type = -1; in binn_get_type_info()157 *pextra_type = extra_type; in binn_get_type_info()655 int32_t argsz, storage_type, extra_type; in AddValue() local662 binn_get_type_info(type, &storage_type, &extra_type); in AddValue()
1852 int storage_type, extra_type; in test_virtual_types() local1857 CU_ASSERT(binn_get_type_info(BINN_BOOL, &storage_type, &extra_type) == TRUE); in test_virtual_types()1859 CU_ASSERT(extra_type == 1); in test_virtual_types()