Searched refs:get_byte (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dgeneric_reloc.h83 get_byte( function
H A Di860_reloc.c397 offset = get_byte((char *)(contents + r_address));
613 value += get_byte((char *)(contents + r_address));
H A Darm_reloc.c424 offset = get_byte((char *)(contents + r_address));
589 value = get_byte((char *)(contents +
991 value += get_byte((char *)(contents + r_address));
H A Dgeneric_reloc.c408 offset = get_byte((char *)(contents + r_address));
576 value = get_byte((char *)(contents + r_address));
765 value += get_byte((char *)(contents + r_address));
H A Dhppa_reloc.c411 offset = get_byte((char *)(contents + r_address));
574 value = get_byte((char *)(contents +
883 value += get_byte((char *)(contents + r_address));
H A Dm88k_reloc.c401 offset = get_byte((char *)(contents + r_address));
557 value = get_byte((char *)(contents +
807 value += get_byte((char *)(contents + r_address));
H A Dppc_reloc.c447 offset = get_byte((char *)(contents + r_address));
635 value = get_byte((char *)(contents +
1011 value += get_byte((char *)(contents + r_address));
H A Dsparc_reloc.c412 offset = get_byte((char *)(contents + r_address));
560 value = get_byte((char *)(contents +
807 value += get_byte((char *)(contents + r_address));
/macosx-10.9.5/ruby-104/ruby/test/strscan/
H A Dtest_stringscanner.rb104 s.get_byte
195 s.get_byte
197 s.get_byte
335 assert_equal 'a', s.get_byte
336 assert_equal 'b', s.get_byte
337 assert_equal 'c', s.get_byte
338 assert_equal 'd', s.get_byte
339 assert_equal 'e', s.get_byte
340 assert_nil s.get_byte
341 assert_nil s.get_byte
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dgzio.c105 local int get_byte OF((gz_stream *s));
288 local int get_byte(s) function
350 method = get_byte(s);
351 flags = get_byte(s);
358 for (len = 0; len < 6; len++) (void)get_byte(s);
361 len = (uInt)get_byte(s);
362 len += ((uInt)get_byte(s))<<8;
364 while (len-- != 0 && get_byte(s) != EOF) ;
367 while ((c = get_byte(s)) != 0 && c != EOF) ;
370 while ((c = get_byte(
[all...]
/macosx-10.9.5/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp145 byte get_byte();
441 File::get_byte() function in class:File
487 if (f.get_byte() != 'I' || f.get_byte() != 'I')
566 *p++ = f.get_byte();
610 unsigned char c = f.get_byte();
742 unsigned char c = f.get_byte();
1191 printf("%c", f.get_byte());
1211 unsigned char c = f.get_byte();
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markdown/
H A Dliterals_1_9.rb181 def get_byte method in class:RDoc
191 def get_byte method in class:RDoc
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djdarith.c65 get_byte (j_decompress_ptr cinfo) function
120 data = get_byte(cinfo); /* read next input byte */
122 do data = get_byte(cinfo);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprolog.vim46 syn keyword prologKeyword atom_codes get_byte set_input
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dratz.c3656 local int get_byte OF((gz_stream *s));
3822 local int get_byte(s)
3860 c = get_byte(s);
3900 method = get_byte(s);
3901 flags = get_byte(s);
3908 for (len = 0; len < 6; len++) (void)get_byte(s);
3911 len = (uInt)get_byte(s);
3912 len += ((uInt)get_byte(s))<<8;
3914 while (len-- != 0 && get_byte(s) != EOF) ;
3917 while ((c = get_byte(
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dmarkdown.rb330 def get_byte method in class:RDoc
340 def get_byte method in class:RDoc
2718 _tmp = get_byte
2728 _tmp = get_byte
3018 _tmp = get_byte
3184 _tmp = get_byte
3350 _tmp = get_byte
3516 _tmp = get_byte
3682 _tmp = get_byte
3848 _tmp = get_byte
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1254 "diameter" "encode" "exp" "extract" "floor" "get_bit" "get_byte"

Completed in 203 milliseconds