Searched refs:chunk (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/JP/
H A DJIS7.pm76 my ($esc, $esc_0212, $esc_asc, $esc_kana, $chunk) =
79 unless ($chunk) { $esc or last; next; }
82 $chunk =~ tr/\x21-\x7e/\xa1-\xfe/;
84 $chunk =~ s/([\xa1-\xdf])/\x8e$1/og;
86 $chunk =~ s/([\xa1-\xfe][\xa1-\xfe])/\x8f$1/og;
88 $chunk = Encode::decode('euc-jp', $chunk, 0);
90 elsif ((my $npos = index($chunk, $trm)) >= 0) {
91 $$rdst .= substr($chunk, 0, $npos + length($trm));
96 $$rdst .= $chunk;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c462 struct grub_relocator_chunk *chunk; local
463 for (chunk = rel->chunks; chunk; chunk = chunk->next)
513 struct grub_relocator_chunk *chunk; local
514 for (chunk = rel->chunks; chunk; chunk = chunk
1181 struct grub_relocator_chunk *chunk; local
1204 struct grub_relocator_chunk *chunk; local
1313 struct grub_relocator_chunk *chunk; local
1450 struct grub_relocator_chunk *chunk, *next; local
1500 struct grub_relocator_chunk *chunk; local
1523 struct grub_relocator_chunk *chunk; local
[all...]
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_enclosure.c51 uint64_t chunk; local
95 chunk = 512;
97 chunk = 65536;
99 chunk = 512 * sfbip->sfbi_fw_upload_max_chunk_sz;
102 LIBSES_EN_PROP_FIRMWARE_CHUNK_SIZE, chunk);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/MIME/
H A DHeader.pm147 my $chunk = '';
150 if (bytes::length($chunk) + bytes::length($chr) > $llen){
151 push @result, SINGLE->{$enc}($chunk);
152 $chunk = '';
154 $chunk .= $chr;
156 $chunk and push @result, SINGLE->{$enc}($chunk);
165 my $chunk = shift;
166 $chunk =~ s{
171 return decode_utf8(HEAD . 'Q?' . $chunk
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c603 struct grub_btrfs_chunk_item *chunk; local
623 chunk = (struct grub_btrfs_chunk_item *) (key + 1);
627 grub_le_to_cpu64 (chunk->size));
630 + grub_le_to_cpu64 (chunk->size))
632 ptr += sizeof (*key) + sizeof (*chunk)
634 * grub_le_to_cpu16 (chunk->nstripes);
649 "couldn't find the chunk descriptor");
651 chunk = grub_malloc (chsize);
652 if (!chunk)
656 err = grub_btrfs_read_logical (data, chaddr, chunk, chsiz
[all...]
H A Dsquash4.c49 unk1 contains pointer to fragment table followed by some chunk.
87 grub_uint32_t chunk; member in struct:grub_squash_inode::__anon420::__anon421
95 grub_uint64_t chunk; member in struct:grub_squash_inode::__anon420::__anon422
105 grub_uint32_t chunk; member in struct:grub_squash_inode::__anon420::__anon423
113 grub_uint32_t chunk; member in struct:grub_squash_inode::__anon420::__anon424
342 grub_error (GRUB_ERR_BAD_COMPRESSED_DATA, "invalid xz chunk");
482 grub_uint64_t chunk; local
491 chunk = grub_le_to_cpu32 (dir->ino.dir.chunk);
496 chunk
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dform.c344 int chunk; local
354 chunk = MIN(cols, dcols - start);
356 (void) winnstr(w, bptr, chunk);
358 if (bptr != _data_ahead(bptr, pad, chunk)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm1446 my $chunk = $pages->[0];
1447 return undef unless defined $chunk;
1448 $chunk =~ s/:://g;
1449 $chunk =~ s/\.\w+$//g; # strip any extension
1450 if( $chunk =~ m/([^\#\\:\/\$]+)$/s ) { # get basename, if it's a file
1451 $chunk = $1;
1455 $chunk =~ s/[^a-zA-Z0-9]+//g; # leave ONLY a-zA-Z0-9 things!
1456 $chunk = substr($chunk, -10) if length($chunk) > 1
[all...]
H A DLaTeX.pm1070 my ($format, $chunk) = split(/\n/, $rawpara, 2);
1076 $self->_output( $chunk );
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c567 zap_leaf_array_equal(zap_leaf_phys_t *l, int blksft, int chunk, argument
574 &ZAP_LEAF_CHUNK(l, blksft, chunk).l_array;
577 if (chunk >= ZAP_LEAF_NUMCHUNKS(blksft))
582 chunk = la->la_next;
600 uint16_t chunk; local
609 for (chunk = l->l_hash[LEAF_HASH(blksft, h)];
610 chunk != CHAIN_END; chunk = le->le_next) {
612 if (chunk >= ZAP_LEAF_NUMCHUNKS(blksft))
615 le = ZAP_LEAF_ENTRY(l, blksft, chunk);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.xs127 int chunk;
158 for (chunk=0; len > 0; len -= 3, chunk++) {
159 if (chunk == (MAX_LINE/4)) {
164 chunk = 0;
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s413 ! 1st chunk - %d0 low, %d16 high, %d32 pre, %d48 dst
421 ! 2nd chunk - %d0 pre, %d16 low, %d32 high, %d48 dst
429 ! 3rd chunk - %d0 high, %d16 pre, %d32 low, %d48 dst
501 ! 1st chunk - %d0 low, %d16 high, %d32 pre, %d48 dst
509 ! 2nd chunk - %d0 pre, %d16 low, %d32 high, %d48 dst
517 ! 3rd chunk - %d0 high, %d16 pre, %d32 low, %d48 dst
587 ! 1st chunk - %d0 low, %d16 high, %d32 pre, %d48 dst
595 ! 2nd chunk - %d0 pre, %d16 low, %d32 high, %d48 dst
603 ! 3rd chunk - %d0 high, %d16 pre, %d32 low, %d48 dst
675 ! 1st chunk
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetenv.c76 typedef struct chunk { struct
77 struct chunk *next;
304 /* Add the new chunk to chunk_list to hide potential future leak. */
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1182 char *chunk, *mchunk; local
1205 chunk = malloc(hash_mem_size + d_msgid_size + d_msgstr_size);
1206 if (chunk == NULL) {
1210 d_hash = (uint32_t *)(uintptr_t)chunk;
1212 (chunk + hash_mem_size);
1214 (chunk + hash_mem_size + d_msgid_size);
1217 free(chunk);
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c54 * The header structure for each chunk.
57 typedef struct chunk { struct
58 struct chunk *chunk_next; /* linked list */
59 size_t chunk_size; /* size of this chunk */
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c85 #define CHAIN_END 0xffff /* end of the chunk chain */
88 * The amount of space within the chunk available for the array is:
89 * chunk size - space for type (1) - space for next pointer (2)
2342 int blksft, int chunk, grub_size_t array_len,
2349 struct zap_leaf_array *la = &ZAP_LEAF_CHUNK (l, blksft, chunk)->l_array;
2355 if (chunk >= ZAP_LEAF_NUMCHUNKS (blksft))
2361 chunk = grub_zfs_to_cpu16 (la->la_next, endian);
2370 int chunk, grub_size_t array_len, char *buf)
2376 struct zap_leaf_array *la = &ZAP_LEAF_CHUNK (l, blksft, chunk)->l_array;
2382 if (chunk >
2341 zap_leaf_array_equal(zap_leaf_phys_t * l, grub_zfs_endian_t endian, int blksft, int chunk, grub_size_t array_len, const char *buf, int case_insensitive) argument
2369 zap_leaf_array_get(zap_leaf_phys_t * l, grub_zfs_endian_t endian, int blksft, int chunk, grub_size_t array_len, char *buf) argument
2406 grub_uint16_t chunk; local
2527 grub_uint16_t chunk; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.pm527 s/, <.*?> (?:line|chunk).*$//;
535 if( $secs[$i] =~ /.+? (?:line|chunk) \d+/ ){
H A DBenchmark.pm64 timethis - run a chunk of code several times
70 timeit - run a chunk of code and see how long it goes
72 countit - see how many times a chunk of code runs in a given time
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py842 for chunk in patch.diff(self.repo, node1, node2, match=match,
844 ret.write(chunk)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm3812 for my $chunk (@from) {
3813 $diff = $chunk->[1] - $chunk->[0];
3815 $from .= tr_chr($chunk->[0]) . "-" . tr_chr($chunk->[1]);
3817 $from .= tr_chr($chunk->[0]) . tr_chr($chunk->[1]);
3819 $from .= tr_chr($chunk->[0]);
3822 for my $chunk (@to) {
3823 $diff = $chunk
[all...]
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py259 for chunk, label in patch.difflabel(diffs.splitlines, True):
260 ui.write(chunk, label=label)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h4093 #define offer_nice_chunk(chunk, chunk_size) STMT_START { \
4097 new_chunk = (void *)(chunk); \
4104 Safefree(chunk); \
H A Dsv.c262 Given a chunk of memory, link it to the head of the list of arenas,
309 char *chunk; /* must use New here to match call to */ local
310 New(704,chunk,1008,char); /* Safefree() in sv_free_arenas() */
311 sv_add_arena(chunk, 1008, 0);
4309 refer to the same chunk of data.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm51 dialect) a given chunk of information is in.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm865 my($chunk);
872 for $chunk (@{$self->{RESULT}}) {
873 print FH "$chunk\n";

Completed in 130 milliseconds

12