Searched defs:num (Results 1 – 12 of 12) sorted by relevance
269 for (uint16_t num = 0; num < 11; num++) in TestHeapArrayOfUint16() local299 for (uint16_t num = 1; num < 5; num++) in TestHeapArrayOfUint16() local322 for (uint16_t num = 0; num < 7; num++) in TestHeapArrayOfUint16() local415 for (uint16_t num = 0; num < 11; num++) in TestHeapArray() local440 for (uint16_t num = 1; num < 5; num++) in TestHeapArray() local463 for (uint16_t num = 0; num < 7; num++) in TestHeapArray() local
381 for (uint16_t num = 0; num < testNumAllowedChildren; num++) in TestChildTable() local
659 for (uint16_t num = mHeader.GetQuestionCount(); num > 0; num--) in ParseFrom() local
119 for (uint16_t num = mMaxChildrenAllowed; num != 0; num--, child++) in FindChild() local158 for (uint16_t num = mMaxChildrenAllowed; num != 0; num--, child++) in GetNumChildren() local302 for (uint16_t num = mMaxChildrenAllowed; num != 0; num--, child++) in RefreshStoredChildren() local337 for (uint16_t num = mMaxChildrenAllowed; num != 0; num--, child++) in HasSleepyChildWithAddress() local
1836 uint8_t num = kMaxChildIpAddresses; in GetMaxChildIpAddresses() local
44 uint8_t num = 0; in GetNumberOfChannels() local
389 for (uint16_t num = 0; num < header.GetQuestionCount(); num++) in PopulateFrom() local1129 for (uint8_t num = 0; num < kQuestionCount[aInfo.mQueryType]; num++) in SendQuery() local1384 for (uint8_t num = 0; num < kQuestionCount[info.mQueryType]; num++) in ParseResponse() local
639 uint16_t num = 0; in OutputShortSrcMatchTableSize() local666 uint16_t num = 0; in OutputExtendedSrcMatchTableSize() local
136 uint16_t num = 0; in BufferToString() local
990 static int oid_parse_number(unsigned int *num, const char **p, const char *bound) in oid_parse_number()
146 int num; member
3085 def set_max_addrs_per_child(self, num): argument