Searched refs:LEN (Results 76 - 99 of 99) sorted by relevance

1234

/openbsd-current/lib/libz/
H A Dinflate.c1085 state->mode = LEN;
1087 case LEN:
1232 if (state->length == 0) state->mode = LEN;
1254 if (state->length == 0) state->mode = LEN;
1260 state->mode = LEN;
/openbsd-current/sys/lib/libz/
H A Dinflate.c1084 state->mode = LEN;
1086 case LEN:
1231 if (state->length == 0) state->mode = LEN;
1253 if (state->length == 0) state->mode = LEN;
1259 state->mode = LEN;
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.pm248 LEN = 8
259 CUR indicates the number of characters in the PV. LEN indicates the
261 LEN includes an extra byte for the end-of-string marker, then usually
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-scalar/t/
H A Dscalar.t338 my $len = $sv->LEN;
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2497 #define SHA2_CONST(LEN) \
2498 const unsigned SHA##LEN##_CTX_sz = sizeof(SHA##LEN##_CTX); \
2499 const unsigned SHA##LEN##_return_length = SHA##LEN##_DIGEST_STRING_LENGTH; \
2500 const unsigned SHA##LEN##_block_length = SHA##LEN##_BLOCK_LENGTH; \
2501 const unsigned SHA##LEN##_digest_length = SHA##LEN##_DIGEST_LENGTH
/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x.h1253 #define ASM_OUTPUT_ASCII(FILE, PTR, LEN) c4x_output_ascii (FILE, PTR, LEN)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i370/
H A Di370.h1164 #define ASM_OUTPUT_ASCII(FILE, PTR, LEN) \
1166 size_t i, limit = (LEN); \
/openbsd-current/lib/libpcap/
H A Dscanner.l222 len|length return LEN;
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dlang.c114 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME,
627 It length is given by LEN; -1 means the string is nul-terminated. */
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c149 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME,
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm360 =item sysread BUF, LEN, [OFFSET]
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/t/
H A DPeek.t150 LEN = \\d+
162 LEN = \\d+
215 LEN = \\d+'
251 LEN = \\d+
264 LEN = 0
276 LEN = 0
407 LEN = 0
441 LEN = \\d+
536 LEN = \\d+
560 LEN
[all...]
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dmips.h2627 #define ASM_OUTPUT_ASCII(STREAM, STRING, LEN) \
2628 mips_output_ascii (STREAM, STRING, LEN, "\t.ascii\t")
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c216 #define write_chars(CHAR, LEN) \
217 obstack_grow (&G.name_obstack, (CHAR), (LEN))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.h1700 #define ASM_OUTPUT_ASCII(FILE, PTR, LEN) c4x_output_ascii (FILE, PTR, LEN)
/openbsd-current/sys/net/
H A Dif_pppoe.c106 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \
110 PPPOE_ADD_16(PTR, LEN)
/openbsd-current/gnu/gcc/gcc/cp/
H A Dmangle.c239 #define write_chars(CHAR, LEN) \
240 obstack_grow (mangle_obstack, (CHAR), (LEN))
/openbsd-current/gnu/gcc/gcc/treelang/
H A Dtreetree.c212 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME,
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.xs1513 B::PV::LEN = PV_len_ix
2281 B::PADNAME::LEN = PN_len_ix
H A DB.pm737 =item LEN
1357 =item LEN
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h4475 #define ASM_OUTPUT_ASCII(STREAM, STRING, LEN) \
4476 mips_output_ascii (STREAM, STRING, LEN)
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm800 $padname->LEN)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c6017 #define TARGET_REGION_OK_FOR_HW_WATCHPOINT(ADDR,LEN) \
6018 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(LEN))
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c6426 /* ffecom_intrinsic_len_ -- Return length info for char arg (LEN())
14195 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME,
15854 call fooI(LEN(A1))

Completed in 530 milliseconds

1234