| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_print.c | 372 ssize_t eltsize; local 384 if ((eltsize = ctf_type_size(ctfp, car.ctr_contents)) < 0 || 397 c = *((char *)addr + eltsize * i); 423 char c = *((char *)addr + eltsize * i); 436 pa.pa_addr = addr + eltsize * i;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-array-bounds.cc | 211 tree eltsize = array_ref_element_size (ref); local 213 if (TREE_CODE (eltsize) != INTEGER_CST 214 || integer_zerop (eltsize)) 269 up_bound_p1 = int_const_binop (TRUNC_DIV_EXPR, maxbound, eltsize); 434 offset_int eltsize = 1; local 445 based on a pointer ARG. Set ELTSIZE to the size of the type 452 eltsize = wi::to_offset (refsize); 454 const offset_int nelts = aref.sizrng[1] / eltsize; 463 ubound += eltsize; 537 HOST_WIDE_INT tmpidx = (aref.offmax[i] / eltsize).to_shwi () [all...] |
| /src/sys/net80211/ |
| ieee80211_netbsd.c | 386 size_t len, needed, eltsize, out_size; local 395 /* ifindex.op.arg.header-type.eltsize.nelt */ 402 eltsize = name[IEEE80211_SYSCTL_NODENAME_ELTSIZE]; 404 out_size = MIN(sizeof(ns), eltsize); 407 hdr_type != IEEE80211_SYSCTL_T_NODE || eltsize < 1 || nelt < 0) 444 if (len >= eltsize) { 450 dp += eltsize; 451 len -= eltsize; 453 needed += eltsize; 462 *oldlenp += ifcount * IEEE80211_SYSCTL_NODE_GROWTH * eltsize; [all...] |
| /src/external/gpl2/gmake/dist/ |
| arscan.c | 444 long int eltsize; 484 sscanf (member_header_big.ar_size, "%20ld", &eltsize); 516 sscanf (member_header.ar_size, "%12ld", &eltsize); 525 member_offset, data_offset, eltsize, 614 eltsize = atol (member_header.ar_size); 617 eltsize = member_header.ar_size; 622 member_offset + AR_HDR_SIZE, eltsize, 669 namemap = (char *) alloca (eltsize); 670 nread = read (desc, namemap, eltsize); 671 if (nread != eltsize) 442 long int eltsize; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-array-bounds.cc | 182 tree eltsize = array_ref_element_size (ref); local 184 if (TREE_CODE (eltsize) != INTEGER_CST 185 || integer_zerop (eltsize)) 240 *up_bound_p1 = int_const_binop (TRUNC_DIV_EXPR, maxbound, eltsize); 519 offset_int eltsize = 1; local 530 based on a pointer ARG. Set ELTSIZE to the size of the type 537 eltsize = wi::to_offset (refsize); 539 const offset_int nelts = aref.sizrng[1] / eltsize; 548 ubound += eltsize; 622 HOST_WIDE_INT tmpidx = (aref.offmax[i] / eltsize).to_shwi () [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-common.cc | 7049 int eltsize 7051 maxindex = size_int (TREE_STRING_LENGTH (initial_value)/eltsize - 1); 7032 int eltsize local
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 6864 int eltsize 6866 maxindex = size_int (TREE_STRING_LENGTH (initial_value)/eltsize - 1); 6847 int eltsize local
|