Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpdb.py558 bnum = len(bdb.Breakpoint.bpbynumber) - 1
561 bnum = int(arg)
565 self.commands_bnum = bnum
567 if bnum in self.commands:
568 old_command_defs = (self.commands[bnum],
569 self.commands_doprompt[bnum],
570 self.commands_silent[bnum])
573 self.commands[bnum] = []
574 self.commands_doprompt[bnum] = True
575 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