Searched refs:LENGTH (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h48 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator in enum:__anon17373
77 CHECK -> LENGTH -> DONE
H A Dinflate.c1201 state->mode = LENGTH;
1202 case LENGTH:
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcinvoke_vacpp.asm135 ; #define LENGTH 0x000000ff
194 ;;; movzx eax, bl ; // dst += (type & LENGTH);
201 @While2: or bl, bl ; while( type & LENGTH ) {
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c998 #define LENGTH 64 macro
1001 #undef LENGTH macro
1002 #define LENGTH 32 macro
1006 #undef LENGTH macro
1007 #define LENGTH 16 macro
1011 #undef LENGTH macro
1012 #define LENGTH 8 macro
1024 Vprintf("Preprocessor names are at least %d long", LENGTH);
1025 if (LENGTH != 64)
1026 Vprintf(" (but less than %d)", LENGTH*
1063 #undef LENGTH macro
[all...]

Completed in 1146 milliseconds