Searched refs:jsize (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | joliet.c | 272 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 D | mkisofs.h | 243 unsigned int jsize; member
|
| H A D | tree.c | 1847 dpnt->jsize = 0;
|
| /netbsd-src/sys/dev/sbus/ |
| H A D | bereg.h | 78 uint32_t jsize; /* jam length */
|
| /netbsd-src/external/mpl/bind/dist/lib/ns/ |
| H A D | xfrout.c | 977 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 D | jprofile.c | 180 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 D | jprofile.c | 180 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 D | cfgexpand.c | 926 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 D | cfgexpand.cc | 972 poly_int64 jsize = stack_vars[j].size; in partition_stack_vars() local 989 && maybe_ne (isize, jsize) in partition_stack_vars()
|