Home
last modified time | relevance | path

Searched refs:howmany (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/tools/litre/
Dcplusplus.py359 , howmany = 1 argument
415 if howmany == 'all':
416 howmany = len(self.stack)
420 + [str(x) for x in self.stack[-howmany:]]
427 pop = howmany
495 , howmany = 1 argument
503 if howmany == 'all':
504 howmany = len(self.stack)
508 + [str(x) for x in self.stack[-howmany:]]
524 pop = howmany
[all …]
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
28 #define roundup(n,d) (howmany(n,d)*(d))
/third_party/musl/include/sys/
Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
28 #define roundup(n,d) (howmany(n,d)*(d))
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dparam.h30 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
31 #define roundup(n,d) (howmany(n,d)*(d))
/third_party/musl/ndk_musl_include/sys/
Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
28 #define roundup(n,d) (howmany(n,d)*(d))
/third_party/musl/porting/uniproton/kernel/include/sys/
Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
28 #define roundup(n,d) (howmany(n,d)*(d))
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
28 #define roundup(n,d) (howmany(n,d)*(d))
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.c456 howmany((RESFTE + (bpb.bpbSecPerClust ? MINCLS16 : MAXCLS12 + 1)) * in mkfs_msdos()
460 howmany(bpb.bpbRootDirEnts ? bpb.bpbRootDirEnts : DEFRDE, in mkfs_msdos()
464 howmany(DEFBLK, bpb.bpbBytesPerSec))) in mkfs_msdos()
468 howmany((RESFTE + MAXCLS16) * 2, bpb.bpbBytesPerSec) * in mkfs_msdos()
470 howmany(DEFRDE, bpb.bpbBytesPerSec / sizeof(struct de)) + in mkfs_msdos()
473 howmany(8192, bpb.bpbBytesPerSec))) in mkfs_msdos()
531 rds = howmany(bpb.bpbRootDirEnts, in mkfs_msdos()
534 for (bpb.bpbSecPerClust = howmany(fat == 16 ? DEFBLK16 : in mkfs_msdos()
537 howmany((RESFTE + maxcls(fat)) * (fat / BPN), in mkfs_msdos()
560 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN), in mkfs_msdos()
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_armv5te.S106 .macro inc howmany argument
107 .set LOAD_REG, (LOAD_REG + \howmany) & 3
108 .set OFFSET_CO, OFFSET_CO + 4 * \howmany
109 .set OFFSET_ST, OFFSET_ST + 4 * \howmany
111 .set FIR_REMAIN, FIR_REMAIN - \howmany
117 .set IIR_REMAIN, IIR_REMAIN - \howmany
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dtypes.h57 #define roundup(n,d) (howmany(n,d)*(d))
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibbitmask.c42 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
45 #define longsperbits(n) howmany(n, bitsperlong)
136 for (chunk = howmany(bmp->size, HEXCHUNKSZ) - 1; chunk >= 0; chunk--) { in bitmask_displayhex()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c491 tocopy = howmany(length, aio_blksize); in main()
502 howmany(length - offset, aio_blksize)); in main()
/third_party/lwip/src/apps/smtp/
Dsmtp.c1448 smtp_send_bodyh_data(struct altcp_pcb *pcb, const char **from, u16_t *howmany) in smtp_send_bodyh_data() argument
1451 u16_t len = *howmany; in smtp_send_bodyh_data()
1457 if ((*howmany -= len) > 0) { in smtp_send_bodyh_data()
/third_party/FreeBSD/sys/dev/random/
Dyarrow.c383 blockcount = howmany(bytecount, RANDOM_BLOCKSIZE); in random_yarrow_read()
/third_party/boost/libs/parameter/doc/
Dindex.rst1366 .. @test('compile', howmany='all')
1673 .. @test('run', howmany='all')
1943 .. @test('compile', howmany='all')
2101 .. @test('compile', howmany='all')
2255 .. @test('run', howmany='all')
2331 .. @test('run', howmany='all')
2650 .. @test('run', howmany='all')
/third_party/weston/clients/
Dterminal.c2931 #ifndef howmany
2932 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
3004 terminal->average_width = howmany in terminal_create()
/third_party/FreeBSD/sbin/fsck_msdosfs/
Dfat.c1153 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat()
/third_party/boost/libs/parameter_python/doc/
Dindex.rst198 , howmany = 'all'