/third_party/boost/tools/litre/ |
D | cplusplus.py | 359 , 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/ |
D | param.h | 27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro 28 #define roundup(n,d) (howmany(n,d)*(d))
|
/third_party/musl/include/sys/ |
D | param.h | 27 #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/ |
D | param.h | 30 #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/ |
D | param.h | 27 #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/ |
D | param.h | 27 #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/ |
D | param.h | 27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro 28 #define roundup(n,d) (howmany(n,d)*(d))
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_msdos.c | 456 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/ |
D | mlpdsp_armv5te.S | 106 .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/ |
D | types.h | 57 #define roundup(n,d) (howmany(n,d)*(d))
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libbitmask.c | 42 #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/ |
D | aiocp.c | 491 tocopy = howmany(length, aio_blksize); in main() 502 howmany(length - offset, aio_blksize)); in main()
|
/third_party/lwip/src/apps/smtp/ |
D | smtp.c | 1448 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/ |
D | yarrow.c | 383 blockcount = howmany(bytecount, RANDOM_BLOCKSIZE); in random_yarrow_read()
|
/third_party/boost/libs/parameter/doc/ |
D | index.rst | 1366 .. @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/ |
D | terminal.c | 2931 #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/ |
D | fat.c | 1153 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat()
|
/third_party/boost/libs/parameter_python/doc/ |
D | index.rst | 198 , howmany = 'all'
|