Searched refs:is_first (Results 1 – 10 of 10) sorted by relevance
132 unsigned int is_first :1; member
142 is_first = self._IsFirstNonWhitespaceTokenInLine(token)184 elif is_first and token.string == '.':197 if is_first and not_binary_operator and not_dot and token.type not in (
53 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx);
34 int is_first; member47 s->is_first = 1; in InitPassStats()64 if (s->is_first) { in ComputeNextQ()66 s->is_first = 0; in ComputeNextQ()
288 …void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) … in DispSNEP() argument
123 int is_first; member1250 int is_first = 1; in icvYMLParse() local1276 else if( is_first ) in icvYMLParse()1281 if( !is_first ) in icvYMLParse()1308 is_first = 0; in icvYMLParse()1344 fs->is_first = 0; in icvYMLWrite()1521 if( !fs->is_first ) in icvYMLStartNextStream()2264 fs->is_first = 0; in icvXMLWriteTag()2414 if( !fs->is_first ) in icvXMLStartNextStream()2723 fs->is_first = 1; in cvOpenFileStorage()
1022 bool is_first = true; in Print() local1027 if (!is_first) os << " | "; in Print()1028 is_first = false; in Print()
1085 virtual bool try_to_emit_quick_check_for_alternative(bool is_first) { in try_to_emit_quick_check_for_alternative() argument1158 virtual bool try_to_emit_quick_check_for_alternative(bool is_first) { in try_to_emit_quick_check_for_alternative() argument1159 return !is_first; in try_to_emit_quick_check_for_alternative()
1227 bool is_first = true; in ParseExtend() local1246 if (is_first) { in ParseExtend()1249 is_first = false; in ParseExtend()
336 volatile bool is_first = true; in execute() local362 if (!(ccp = do_selectargs(ap, is_first))) { in execute()366 is_first = false; in execute()