Home
last modified time | relevance | path

Searched refs:jsize (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Djoliet.c272 dir_size = (dpnt->jsize + (SECTOR_SIZE - 1)) >> 11; in FDECL1()
520 total_size = (dpnt->jsize + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1); in FDECL2()
601 set_733((char *) jrec.size, ROUND_UP(dpnt->jsize)); in FDECL2()
609 set_733((char *) jrec.size, ROUND_UP(dpnt->self->parent_rec->filedir->jsize)); in FDECL2()
615 set_733((char *) jrec.size, ROUND_UP(dpnt->parent->jsize)); in FDECL2()
638 set_733((char *) jrec.size, ROUND_UP(finddir->jsize)); in FDECL2()
688 if(dpnt->jsize != dir_index) in FDECL2()
690 fprintf(stderr,"Unexpected joliet directory length %d %d %s\n",dpnt->jsize, in FDECL2()
811 if ((this_dir->jsize & (SECTOR_SIZE - 1)) + jreclen >= SECTOR_SIZE) in FDECL1()
813 this_dir->jsize = (this_dir->jsize + (SECTOR_SIZE - 1)) & in FDECL1()
[all …]
H A Dmkisofs.h243 unsigned int jsize; member
H A Dtree.c1847 dpnt->jsize = 0;
/netbsd-src/sys/dev/sbus/
H A Dbereg.h78 uint32_t jsize; /* jam length */
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dxfrout.c977 size_t jsize; in ns_xfr_start()
1031 &jsize, &data_stream); in ns_xfr_start()
1048 if (ratio != 0 && ((100 * jsize) / dbsize) > ratio) { in ns_xfr_start()
1058 jsize, dbsize); in ns_xfr_start()
1067 jsize, dbsize); in ns_xfr_start()
979 size_t jsize; ns_xfr_start() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Djprofile.c180 typedef jint (JNICALL JNI_GetCreatedJavaVMs_t)(JavaVM **, jsize, jsize *);
276 jsize nVMs = 0; in __collector_jprofile_start_attach()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Djprofile.c180 typedef jint (JNICALL JNI_GetCreatedJavaVMs_t)(JavaVM **, jsize, jsize *);
276 jsize nVMs = 0; in __collector_jprofile_start_attach()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgexpand.c926 poly_int64 jsize = stack_vars[j].size; in partition_stack_vars() local
943 && maybe_ne (isize, jsize) in partition_stack_vars()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgexpand.cc972 poly_int64 jsize = stack_vars[j].size; in partition_stack_vars() local
989 && maybe_ne (isize, jsize) in partition_stack_vars()