Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwconv.c256 int64_t anum = 0, bnum = 0; in iwafcmp() local
291 bnum = bnum * 10 + c - '0'; in iwafcmp()
295 bnum *= bsign; in iwafcmp()
296 if (anum < bnum) return -1; in iwafcmp()
297 if (anum > bnum) return 1; in iwafcmp()
/third_party/python/Lib/
Dpdb.py559 bnum = len(bdb.Breakpoint.bpbynumber) - 1
562 bnum = int(arg)
566 self.commands_bnum = bnum
568 if bnum in self.commands:
569 old_command_defs = (self.commands[bnum],
570 self.commands_doprompt[bnum],
571 self.commands_silent[bnum])
574 self.commands[bnum] = []
575 self.commands_doprompt[bnum] = True
576 self.commands_silent[bnum] = False
[all …]
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dmisc.h205 int bnum) in ubifs_idx_branch() argument
208 (UBIFS_BRANCH_SZ + c->key_len) * bnum); in ubifs_idx_branch()
/third_party/node/deps/npm/node_modules/semver/
Dsemver.js578 var bnum = numeric.test(b)
580 if (anum && bnum) {
586 : (anum && !bnum) ? -1
587 : (bnum && !anum) ? 1
/third_party/node/tools/
Dlint-md.mjs16445 const bnum = numeric$1.test(b); constant
16447 if (anum && bnum) {
16453 : (anum && !bnum) ? -1
16454 : (bnum && !anum) ? 1