Home
last modified time | relevance | path

Searched refs:bnum (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dpdb.py555 bnum = len(bdb.Breakpoint.bpbynumber) - 1
558 bnum = int(arg)
562 self.commands_bnum = bnum
564 if bnum in self.commands:
565 old_command_defs = (self.commands[bnum],
566 self.commands_doprompt[bnum],
567 self.commands_silent[bnum])
570 self.commands[bnum] = []
571 self.commands_doprompt[bnum] = True
572 self.commands_silent[bnum] = False
[all …]
/external/u-boot/fs/ubifs/
Dmisc.h205 int bnum) in ubifs_idx_branch() argument
208 (UBIFS_BRANCH_SZ + c->key_len) * bnum); in ubifs_idx_branch()
/external/python/cpython2/Lib/
Dpdb.py323 bnum = len(bdb.Breakpoint.bpbynumber)-1
326 bnum = int(arg)
331 self.commands_bnum = bnum
332 self.commands[bnum] = []
333 self.commands_doprompt[bnum] = True
334 self.commands_silent[bnum] = False