Searched refs:SIZE (Results 51 - 75 of 133) sorted by relevance

123456

/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Davr-dis.c37 #define AVR_INSN(NAME, CONSTR, OPCODE, SIZE, ISA, BIN) \
38 {#NAME, CONSTR, OPCODE, SIZE, ISA, BIN},
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c105 #define SIZE 6 macro
211 { "cs5", SIZE, C_FLAG, 0, CSIZE, CS5 , C("Char size 5") },
212 { "cs6", SIZE, C_FLAG, 0, CSIZE, CS6 , C("Char size 6") },
213 { "cs7", SIZE, C_FLAG, 0, CSIZE, CS7 , C("Char size 7") },
214 { "cs8", SIZE, C_FLAG, 0, CSIZE, CS8 , C("Char size 8") },
554 case SIZE:
762 case SIZE:
847 listgroup(sp,SIZE,"Number of bits in a character");
/macosx-10.10/man-16/man/src/
H A Dman-config.c223 #define SIZE(x) (sizeof(x)/sizeof((x)[0])) macro
244 for(i=0; i < SIZE(default_config_files); i++) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dvsejcl.vim17 syn keyword vsejclField JNM CLASS DISP USER SYSID JSEP SIZE
H A Dasn.vim21 syn keyword asnTypeInfo ABSENT PRESENT SIZE UNIVERSAL APPLICATION PRIVATE
H A Dbdf.vim30 \ start='^SIZE\>' end='$' contains=bdfNumber
H A Dmib.vim23 syn keyword mibImplicit REVISION SEQUENCE SET SIZE STATUS SYNTAX
H A Domnimark.vim53 syn keyword omnimarkCommands ID ID-CHECKING IDREF IDREFS IN IN-LIBRARY INCLUSION INITIAL INITIAL-SIZE INSERTION-BREAK INSTANCE INTERNAL INVALID-DATA IS ISNT ITEM
62 syn keyword omnimarkCommands SILENT-REFERENT SIZE SKIP SOURCE SPECIFIED STATUS STREAM SUBDOC-ENTITY SUBDOCUMENT SUBDOCUMENTS SUBELEMENT SWITCH SYMBOL SYSTEM
H A Dplm.vim85 syn keyword plmBuiltIn SETREALMODE SETW SHL SHR SIGN SIGNED SIZE SKIPB
86 syn keyword plmBuiltIn SKIPRB SKIPRW SKIPW STACKBASE STACKPTR TIME SIZE
/macosx-10.10/OpenSSL098-52/src/crypto/ui/
H A Dui_openssl.c395 #define SIZE 4 macro
396 char buf[SIZE+1];
399 if (!fgets(buf,SIZE,in))
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DEmbeddedWidget.cpp60 SIZE pluginSize(size);
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dmnt.c337 #define SIZE (16 * 1024)
360 if (!(mp = newof(0, Handle_t, 1, SIZE)))
362 if ((mp->count = mntctl(MCTL_QUERY, sizeof(Handle_t) + SIZE, &mp->info)) <= 0)
/macosx-10.10/groff-38/groff/src/preproc/html/
H A Dpre-html.cpp383 enum { SIZE = 256 }; enumerator in enum:char_block::__anon9057
384 char buffer[SIZE];
398 for (int i = 0; i < SIZE; i++)
456 if (tail->used == char_block::SIZE) {
461 // at this point we have a tail which is ready for the next SIZE
463 n = fread(tail->buffer, sizeof(char), char_block::SIZE-tail->used, fp);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h1220 #define dlogmem( LEVEL, PTR, SIZE ) \
1221 DebugHexDump( ( LEVEL ), 0, NULL, 0, 0, NULL, 0, ( PTR ), ( PTR ), ( SIZE ), kDebugFlagsNone, NULL, 0 )
1223 #define dlogmem( LEVEL, PTR, SIZE )
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dat.c94 #define SIZE 255 macro
165 static size_t size = SIZE;
183 size += SIZE;
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dlex.l132 SIZE { return kw_SIZE; }
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFrame.h175 /* [retval][out] */ SIZE* offset);
210 /* [retval][out] */ SIZE *size);
H A DWebNodeHighlight.cpp151 SIZE size;
/macosx-10.10/swig-12/Lib/typemaps/
H A Dprimtypes.swg311 Macro2(%checkcode(SIZE), size_t);
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl309 SIZE {
436 puts $chan { SIZE LIST NLST SITE* SYST STAT HELP NOOP}
/macosx-10.10/objc4-646/runtime/
H A DNSObject.mm499 static size_t const SIZE =
505 static size_t const COUNT = SIZE / sizeof(id);
515 // SIZE-sizeof(*this) bytes of contents follow
518 return malloc_zone_memalign(malloc_default_zone(), SIZE, SIZE);
526 mprotect(this, SIZE, PROT_READ);
534 mprotect(this, SIZE, PROT_READ | PROT_WRITE);
601 return (id *) ((uint8_t *)this+SIZE);
703 uintptr_t offset = p % SIZE;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DSimpleFontDataWin.cpp231 SIZE fontSize;
/macosx-10.10/vim-55/runtime/indent/
H A Dcobol.vim146 let ind = s:optionalblock(a:lnum,ind,'ADD\|COMPUTE\|DIVIDE\|MULTIPLY\|SUBTRACT','ON\s\+SIZE\s\+ERROR')
184 let beginword = beginword . suffix . '\<\%(NOT\s\+\)\=ON\s\+SIZE\s\+ERROR'
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfsm_subs.h254 #define nfsm_chain_check_size(E, NMC, SIZE) \
257 if ((NMC)->nmc_left < (SIZE)) { \
258 (E) = nfsm_chain_new_mbuf((NMC), (SIZE)); \
259 if (!(E) && ((NMC)->nmc_left < (SIZE))) \
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodWriter.java261 private final static int[] SIZE; field in class:MethodWriter
280 SIZE = b;
624 int size = stackSize + SIZE[opcode];
671 int size = stackSize + SIZE[opcode];
825 stackSize += SIZE[opcode];

Completed in 387 milliseconds

123456