/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/ |
H A D | Makefile.PL | 62 print "Perl's config says that U32 access must "; 69 print "Assumes that $^O implies free alignment for U32 access.\n"; 78 print "Testing alignment requirements for U32... "; 83 /* to access it through a U32 pointer at every offset. The */ 100 U32 *up; 103 if (sizeof(U32) != 4) { 104 printf("sizeof(U32) is not 4, but %d\n", sizeof(U32)); 111 up = (U32*)(buf + i); 124 up = (U32*)(bu [all...] |
H A D | MD5.xs | 92 /* Perl does not guarantee that U32 is exactly 32 bits. Some system 95 * to reduce U32 values to 32 bits at appropriate places. If U32 124 static void u2s(U32 u, U8* s) 132 #define s2u(s,u) ((u) = (U32)(*s) | \ 133 ((U32)(*(s+1)) << 8) | \ 134 ((U32)(*(s+2)) << 16) | \ 135 ((U32)(*(s+3)) << 24)) 143 U32 signature; /* safer cast in get_md5_ctx() */ 144 U32 [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | regexp.h | 40 U32 *offsets; /* offset annotations 20001228 MJD */ 45 U32 nparens; /* number of parentheses */ 46 U32 lastparen; /* last paren matched */ 47 U32 lastcloseparen; /* last paren matched */ 48 U32 reganch; /* Internal use only +
|
H A D | thrdvar.h | 183 PERLVAR(Tregflags, U32) /* are we folding, multilining? */ 184 PERLVAR(Tregseen, U32) /* from regcomp.c */ 197 PERLVAR(Treglastparen, U32 *) /* Similarly for lastparen. */ 198 PERLVAR(Treglastcloseparen, U32 *) /* Similarly for lastcloseparen. */ 202 PERLVAR(Treg_start_tmpl,U32) /* from regexec.c */ 206 PERLVAR(Treg_flags, U32) /* from regexec.c */ 254 PERLVAR(flags, U32) 260 PERLVAR(tid, U32)
|
H A D | intrpvar.h | 59 PERLVAR(Iperldb, U32) 76 PERLVAR(Istatusvalue_vms,U32) 137 PERLVARI(Isub_generation,U32,1) /* incr to invalidate method cache */ 203 PERLVARI(Iprofiledata, U32 *, NULL) /* table of ops, counts */ 233 PERLVARI(Ithreadnum, U32, 0) /* incremented each thread creation */ 242 PERLVARI(Ian, U32, 0) /* malloc sequence number */ 243 PERLVARI(Icop_seqmax, U32, 0) /* statement sequence number */ 245 PERLVARI(Ievalseq, U32, 0) /* eval sequence number */ 247 PERLVAR(Iorigalen, U32) 272 PERLVAR(Inice_chunk_size, U32) /* ho [all...] |
H A D | mg.h | 17 U32 (CPERLscope(*svt_len)) (pTHX_ SV *sv, MAGIC* mg);
|
H A D | numeric.c | 24 U32 28 return f < I32_MIN ? (U32) I32_MIN : (U32)(I32) f; 32 return (U32) f; 34 return ((U32) f) | (1 + U32_MAX >> 1); 36 return (U32) f; 50 return (I32)(U32) f; 52 return (I32)(((U32) f) | (1 + U32_MAX >> 1)); 54 return (I32)(U32) f;
|
H A D | proto.h | 60 PERL_CALLCONV SV* Perl_avhv_delete_ent(pTHX_ AV *ar, SV* keysv, I32 flags, U32 hash); 61 PERL_CALLCONV bool Perl_avhv_exists_ent(pTHX_ AV *ar, SV* keysv, U32 hash); 62 PERL_CALLCONV SV** Perl_avhv_fetch_ent(pTHX_ AV *ar, SV* keysv, I32 lval, U32 hash); 63 PERL_CALLCONV SV** Perl_avhv_store_ent(pTHX_ AV *ar, SV* keysv, SV* val, U32 hash); 91 PERL_CALLCONV U32 Perl_cast_ulong(pTHX_ NV f); 114 PERL_CALLCONV void Perl_load_module_nocontext(U32 flags, SV* name, SV* ver, ...); 119 PERL_CALLCONV void Perl_warner_nocontext(U32 err, const char* pat, ...) 148 PERL_CALLCONV U32* Perl_get_opargs(pTHX); 220 PERL_CALLCONV void Perl_fbm_compile(pTHX_ SV* sv, U32 flags); 221 PERL_CALLCONV char* Perl_fbm_instr(pTHX_ unsigned char* big, unsigned char* bigend, SV* littlesv, U32 flag [all...] |
H A D | regcomp.h | 86 U32 arg1; 104 U32 arg1; 112 U32 arg1; 382 U32 count;
|
H A D | gv.h | 13 U32 gp_refcnt; /* how many globs point to this? */ 20 U32 gp_cvgen; /* generational validity of cached gv_cv */ 21 U32 gp_flags; /* XXX unused */
|
H A D | hv.h | 24 U32 hek_hash; /* hash of key */ 81 register U32 hash_PeRlHaSh = PERL_HASH_SEED; \ 99 register U32 hash_PeRlHaSh = PL_rehash_seed; \ 144 =for apidoc Am|U32|HeHASH|HE* he
|
H A D | sv.h | 69 U32 sv_refcnt; /* how many references to us */ 70 U32 sv_flags; /* what we are */ 75 U32 sv_refcnt; /* how many references to us */ 76 U32 sv_flags; /* what we are */ 81 U32 sv_refcnt; /* how many references to us */ 82 U32 sv_flags; /* what we are */ 87 U32 sv_refcnt; /* how many references to us */ 88 U32 sv_flags; /* what we are */ 93 U32 sv_refcnt; /* how many references to us */ 94 U32 sv_flag [all...] |
H A D | hv.c | 81 S_save_hek_flags(pTHX_ const char *str, I32 len, U32 hash, int flags) 207 Perl_hv_store(pTHX_ HV *hv, const char *key, I32 klen_i32, SV *val, U32 hash) 227 register U32 hash, int flags) 264 Perl_hv_store_ent(pTHX_ HV *hv, SV *keysv, SV *val, U32 hash) 340 Perl_hv_exists_ent(pTHX_ HV *hv, SV *keysv, U32 hash) 366 Perl_hv_fetch_ent(pTHX_ HV *hv, SV *keysv, I32 lval, register U32 hash) 374 int flags, int action, SV *val, register U32 hash) 377 U32 n_links; 443 U32 i; 868 Perl_hv_delete_ent(pTHX_ HV *hv, SV *keysv, I32 flags, U32 has [all...] |
H A D | utf8.c | 309 =for apidoc A|UV|utf8n_to_uvuni|U8 *s|STRLEN curlen|STRLEN *retlen|U32 flags 333 Perl_utf8n_to_uvuni(pTHX_ U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) 341 U32 warning = 0; 1151 U32 1152 Perl_to_uni_upper_lc(pTHX_ U32 c) 1158 return (U32)to_uni_upper(c, tmpbuf, &len); 1161 U32 1162 Perl_to_uni_title_lc(pTHX_ U32 c) 1168 return (U32)to_uni_title(c, tmpbuf, &len); 1171 U32 [all...] |
H A D | pad.c | 243 U32 seq = CvOUTSIDE_SEQ(cv); 393 Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype) 566 U32 seq = PL_cop_seqmax; 596 && seq <= (U32)SvIVX(sv)) /* max */ 642 U32 seq; 688 && seq <= (U32)SvIVX(sv) /* max */ 907 U32
|
H A D | perliol.h | 20 U32 kind; 69 U32 flags; /* Various flags for state */
|
H A D | av.c | 193 U32 adjust_index = 1; 946 S_avhv_index(pTHX_ AV *av, SV *keysv, U32 hash) 981 Perl_avhv_store_ent(pTHX_ AV *av, SV *keysv, SV *val, U32 hash) 987 Perl_avhv_fetch_ent(pTHX_ AV *av, SV *keysv, I32 lval, U32 hash) 993 Perl_avhv_delete_ent(pTHX_ AV *av, SV *keysv, I32 flags, U32 hash) 1009 Perl_avhv_exists_ent(pTHX_ AV *av, SV *keysv, U32 hash)
|
H A D | util.c | 355 Perl_fbm_compile(pTHX_ SV *sv, U32 flags) 359 register U32 i; 362 U32 frequency = 256; 430 Perl_fbm_instr(pTHX_ unsigned char *big, register unsigned char *bigend, SV *littlestr, U32 flags) 1335 Perl_warner_nocontext(U32 err, const char *pat, ...) 1346 Perl_warner(pTHX_ U32 err, const char* pat,...) 1355 Perl_vwarner(pTHX_ U32 err, const char* pat, va_list* args) 3177 U32 * 4248 U32 4252 U32 op [all...] |
H A D | mg.c | 73 U32 mgs_flags; 228 U32 405 U32 417 return (U32)-1; 462 U32 1515 U32 1519 U32 retval = 0; 1526 retval = (U32) SvIV(sv)-1; 2279 STATUS_NATIVE_SET((U32)(SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv))); 2559 U32 flag [all...] |
H A D | perl.h | 2467 #define I32_MAX_P1 (2.0 * (1 + (((U32)I32_MAX) >> 1))) 2490 : ((n) < U32_MAX_P1 ? (I32)(U32) (n) \ 2492 #define U_32(n) ((n) < 0.0 ? ((n) < I32_MIN ? (UV) I32_MIN : (U32)(I32) (n)) \ 2493 : ((n) < U32_MAX_P1 ? (U32) (n) \ 3422 SV* screamer, void* data, U32 flags); 3425 U32 flags, 3531 U32 flags; /* /=4, comma=2, pack=1 */ 3842 U32 was_ok_sub; 3844 U32 flags; 3849 U32 was_ok_su [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/ |
H A D | re.xs | 15 void* data, U32 flags); 18 char *strend, U32 flags,
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | udf.c | 37 #define U32 grub_le_to_cpu32 macro 381 return (U32 (data->pds[data->pms[part_ref]->type1.part_num].start) 382 + U32 (block)); 424 ptr = (char *) &node->fe.ext_attr[0] + U32 (node->fe.ext_attr_length); 425 len = U32 (node->fe.alloc_descs_length); 429 ptr = (char *) &node->efe.ext_attr[0] + U32 (node->efe.ext_attr_length); 430 len = U32 (node->efe.alloc_descs_length); 443 filebytes = fileblock * U32 (node->data->lvd.bsize); 446 grub_uint32_t adlen = U32 (ad->length) & 0x3fffffff; 447 grub_uint32_t adtype = U32 (a [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/ |
H A D | DProf.xs | 102 U32 id; 109 U32 dprof_ticks; 130 U32 total; 131 U32 lastid; 132 U32 default_perldb; 233 prof_dumpa(pTHX_ opcode ptype, U32 id) 253 prof_dumps(pTHX_ U32 id, char *pname, char *gname) 283 U32 id = g_profstack[base++].id; 290 U32 id = g_profstack[base++].id; 333 U32 i [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/ |
H A D | byterun.c | 51 U32 ix; 101 U32 arg; 108 U32 arg; 115 U32 arg; 143 U32 arg; 196 U32 arg; 210 U32 arg; 467 U32 arg; 635 U32 arg; 691 U32 ar [all...] |
H A D | bytecode.h | 3 typedef U32 PV; 20 BGET_FREAD(&arg, sizeof(U32), 1) 362 U32 sz = 0; \
|