Searched refs:SIZEOF (Results 76 - 95 of 95) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Drdtarga.c491 SIZEOF(tga_source_struct));
H A Djcmarker.c668 SIZEOF(my_marker_writer));
H A Djcarith.c921 SIZEOF(arith_entropy_encoder));
H A Djcmaster.c793 SIZEOF(my_comp_master));
H A Dtransupp.c1065 SIZEOF(jvirt_barray_ptr) * info->num_components);
/macosx-10.10/ncurses-44/ncurses/progs/
H A Ddump_entry.c48 #define OkIndex(index,array) ((int)(index) >= 0 && (int)(index) < (int) SIZEOF(array))
745 int params = ((i < (int) SIZEOF(parametrized))
H A Dtic.c167 for (j = 0; j < SIZEOF(tbl); j++) {
1116 for (n = 0; n < SIZEOF(table); n++) {
H A Dinfocmp.c1017 const size_t last = SIZEOF(tbl);
/macosx-10.10/vim-55/runtime/syntax/
H A Dfgl.vim80 syn keyword fglKeyword SHORT SHOW SITENAME SIZE SIZEOF SKIP SLEEP SMALLFLOAT SMALLINT
H A Dfreebasic.vim92 syn keyword freebasicMisc ASM DATA LET TO READ RESTORE SIZEOF SWAP OFFSETOF
H A Dasm68k.vim215 syn match asm68kOperator "\.SIZEOF\."
H A Dmasm.vim72 syn keyword masmOperator LROFFSET SEG LENGTH LENGTHOF SIZE SIZEOF
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dwrite_entry.c703 if (tp->ext_Strings >= SIZEOF(offsets))
/macosx-10.10/ncurses-44/ncurses/test/
H A Dmovewindow.c541 for (row = 0; row < LINES - 2 && row < (int) SIZEOF(help); ++row) {
/macosx-10.10/swig-12/Source/CParse/
H A Dcscanner.c823 return (SIZEOF);
H A Dparser.y1493 %token CONST_QUAL VOLATILE REGISTER STRUCT UNION EQUAL SIZEOF MODULE LBRACKET RBRACKET
5467 | SIZEOF LPAREN type parameter_declarator RPAREN {
H A Dparser.c118 SIZEOF = 307, enumerator in enum:yytokentype
245 #define SIZEOF 307 macro
2394 "REGISTER", "STRUCT", "UNION", "EQUAL", "SIZEOF", "MODULE", "LBRACKET",
/macosx-10.10/emacs-93/emacs/lib-src/
H A Debrowse.c183 SIZEOF, /* sizeof */ enumerator in enum:token
2148 case SIZEOF: return "sizeof";
2310 insert_keyword ("sizeof", SIZEOF);
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dconfig_h.com1481 $! Process SIZEOF directives found in SAMBA and others
1483 $ if key2a .eqs. "SIZEOF"
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh3363 siz) m=SIZEOF${u} ;;

Completed in 485 milliseconds

1234