Home
last modified time | relevance | path

Searched refs:parse_uint64 (Results 1 – 25 of 97) sorted by relevance

1234

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scontrol/
H A Dupdate_part.c381 if (parse_uint64(val, &part_msg_ptr->def_mem_per_cpu)) { in scontrol_parse_part_options()
389 if (parse_uint64(val, &part_msg_ptr->def_mem_per_cpu)) { in scontrol_parse_part_options()
396 if (parse_uint64(val, &part_msg_ptr->max_mem_per_cpu)) { in scontrol_parse_part_options()
404 if (parse_uint64(val, &part_msg_ptr->max_mem_per_cpu)) { in scontrol_parse_part_options()
/dports/graphics/icoutils/icoutils-0.32.3/common/
H A Dintutil.h41 bool parse_uint64(const char *instr, uint64_t *outint);
H A Dintutil.c259 parse_uint64(const char *instr, uint64_t *outint) in parse_uint64() function
/dports/net-p2p/microdc2/microdc2-0.15.6/src/common/
H A Dintutil.h42 bool parse_uint64(const char *instr, uint64_t *outint);
H A Dintutil.c260 parse_uint64(const char *instr, uint64_t *outint) in parse_uint64() function
/dports/sysutils/renameutils/renameutils-0.12.0/src/common/
H A Dintutil.h41 bool parse_uint64(const char *instr, uint64_t *outint);
H A Dintutil.c259 parse_uint64(const char *instr, uint64_t *outint) in parse_uint64() function
/dports/sysutils/mkimg/mkimg-20211120/usr.bin/mkimg/
H A Dmkimg.c216 parse_uint64(uint64_t *valp, uint64_t min, uint64_t max, const char *arg) in parse_uint64() function
592 error = parse_uint64(&min_capacity, 1, INT64_MAX, optarg); in main()
597 error = parse_uint64(&max_capacity, 1, INT64_MAX, optarg); in main()
671 error = parse_uint64(&min_capacity, 1, INT64_MAX, optarg); in main()
/dports/audio/gogglesmm/gogglesmm-1.2.2/gap/plugins/
H A Dap_matroska.cpp186 FXbool parse_uint64(FXulong & value,const FXlong size);
858 if (!parse_uint64(track->number,element.size)){ in parse_track_entry()
1057 if (!parse_uint64(cue_track,element.size)) in parse_cue_track()
1063 if (!parse_uint64(cluster_position,element.size)) in parse_cue_track()
1101 if (!parse_uint64(cuetime,element.size)) in parse_cue_point()
1484 FXbool MatroskaReader::parse_uint64(FXulong & value,const FXlong size) { in parse_uint64() function in ap::matroska::MatroskaReader
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dproc_args.h160 extern int parse_uint64(char *aval, uint64_t *ival);
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dparser_utils.h115 parse_uint64(const char *s, uint64_t *u, const char **rest) in parse_uint64() function
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/libfec/
H A Dfec_verity.cpp61 static int parse_uint64(const char *src, uint64_t maxval, uint64_t *dst) in parse_uint64() function
379 if (parse_uint64(token.c_str(), f->data_size / FEC_BLOCKSIZE, in parse_table()
387 if (parse_uint64(token.c_str(), f->data_size / FEC_BLOCKSIZE, in parse_table()
/dports/databases/pg_repack/pg_repack-ver_1.4.7/bin/pgut/
H A Dpgut.h167 extern bool parse_uint64(const char *value, uint64 *result);
/dports/devel/flatcc/flatcc-0.6.0/include/flatcc/portable/
H A Dpparseint.h322 static inline const char *parse_uint64(const char *buf, int len, uint64_t *value, int *status) in parse_uint64() function
/dports/net-p2p/microdc2/microdc2-0.15.6/src/
H A Dsearch.c224 if (!parse_uint64(sizestr, &size)) in parse_search_selection()
495 if (!parse_uint64(token+1, &filesize)) { in parse_search_response()
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_cv.h199 int parse_uint64(char *str, uint64_t *val, char **reason);
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/metaflac/
H A Doptions.c114 static FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest);
476 …if(!parse_uint64(option_argument, &(op->argument.streaminfo_uint64.value)) || op->argument.streami… in parse_option()
849 FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest) in parse_uint64() function
/dports/audio/flac/flac-1.3.4/src/metaflac/
H A Doptions.c114 static FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest);
476 …if(!parse_uint64(option_argument, &(op->argument.streaminfo_uint64.value)) || op->argument.streami… in parse_option()
849 FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest) in parse_uint64() function
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/metaflac/
H A Doptions.c111 static FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest);
473 …if(!parse_uint64(option_argument, &(op->argument.streaminfo_uint64.value)) || op->argument.streami… in parse_option()
861 FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest) in parse_uint64() function
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/metaflac/
H A Doptions.c111 static FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest);
473 …if(!parse_uint64(option_argument, &(op->argument.streaminfo_uint64.value)) || op->argument.streami… in parse_option()
861 FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest) in parse_uint64() function
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/metaflac/
H A Doptions.c114 static FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest);
476 …if(!parse_uint64(option_argument, &(op->argument.streaminfo_uint64.value)) || op->argument.streami… in parse_option()
849 FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest) in parse_uint64() function
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Devp_test.c1376 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function
1406 return parse_uint64(value, &pdata->N); in scrypt_test_parse()
1408 return parse_uint64(value, &pdata->p); in scrypt_test_parse()
1410 return parse_uint64(value, &pdata->r); in scrypt_test_parse()
1412 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Devp_test.c1343 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function
1373 return parse_uint64(value, &pdata->N); in scrypt_test_parse()
1375 return parse_uint64(value, &pdata->p); in scrypt_test_parse()
1377 return parse_uint64(value, &pdata->r); in scrypt_test_parse()
1379 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Devp_test.c1376 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function
1406 return parse_uint64(value, &pdata->N); in scrypt_test_parse()
1408 return parse_uint64(value, &pdata->p); in scrypt_test_parse()
1410 return parse_uint64(value, &pdata->r); in scrypt_test_parse()
1412 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Devp_test.c1343 static int parse_uint64(const char *value, uint64_t *pr) in parse_uint64() function
1373 return parse_uint64(value, &pdata->N); in scrypt_test_parse()
1375 return parse_uint64(value, &pdata->p); in scrypt_test_parse()
1377 return parse_uint64(value, &pdata->r); in scrypt_test_parse()
1379 return parse_uint64(value, &pdata->maxmem); in scrypt_test_parse()

1234