HomeSort by relevance Sort by last modified time
    Searched full:sizeof (Results 1226 - 1250 of 8781) sorted by null

<<41424344454647484950>>

  /external/dropbear/libtomcrypt/src/modes/ofb/
ofb_encrypt.c 39 if (ofb->blocklen < 0 || ofb->blocklen > (int)sizeof(ofb->IV) ||
40 ofb->padlen < 0 || ofb->padlen > (int)sizeof(ofb->IV)) {
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_ansi_x963_export.c 55 zeromem(buf, sizeof(buf));
60 zeromem(buf, sizeof(buf));
  /external/dropbear/libtommath/etc/
2kprime.c 19 for (x = 0; x < (int)(sizeof(sizes) / sizeof(sizes[0])); x++) {
drprime.c 16 for (x = 0; x < (int)(sizeof(sizes)/sizeof(sizes[0])); x++) {
  /external/e2fsprogs/lib/ss/
error.c 32 * sizeof(char));
41 ret_val = malloc((unsigned)sizeof(char) *
  /external/elfcopy/
hash.c 14 hash_data->d_buf = CALLOC(hash_data->d_size, sizeof(Elf32_Word));
15 hash_data->d_size *= sizeof(Elf32_Word);
  /external/freetype/src/autofit/
afindic.c 95 sizeof( AF_LatinMetricsRec ),
117 sizeof( AF_LatinMetricsRec ),
afpic.c 60 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
62 FT_MEM_SET( container, 0, sizeof ( *container ) );
  /external/freetype/src/raster/
rastpic.c 63 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
65 FT_MEM_SET( container, 0, sizeof(*container) );
  /external/freetype/src/smooth/
ftspic.c 63 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
65 FT_MEM_SET( container, 0, sizeof(*container) );
  /external/freetype/src/truetype/
ttpic.c 59 if ( FT_ALLOC ( container, sizeof ( *container ) ) )
61 FT_MEM_SET( container, 0, sizeof(*container) );
  /external/grub/stage2/
bios.c 75 /* FIXME: sizeof (DAP) must be 0x10. Should assert that the compiler
77 dap.length = sizeof (dap);
149 grub_memset (&cdrp, 0, sizeof (cdrp));
150 cdrp.size = sizeof (cdrp) - sizeof (cdrp.dummy);
239 grub_memset (&drp, 0, sizeof (drp));
247 drp.size = sizeof (drp) - sizeof (drp.dummy);
  /external/icu4c/common/
servrbf.cpp 62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
63 if(length>=(int32_t)sizeof(pkg)) {
wintz.c 152 DWORD cbData = sizeof(TZI);
239 uprv_memset(&apiTZI, 0, sizeof(apiTZI));
240 uprv_memset(&tziKey, 0, sizeof(tziKey));
241 uprv_memset(&tziReg, 0, sizeof(tziReg));
245 sizeof(apiTZI.StandardDate));
247 sizeof(apiTZI.DaylightDate));
270 if (uprv_memcmp((char *)&tziKey, (char*)&tziReg, sizeof(tziKey)) == 0) {
273 icuid = (char*)uprv_malloc(sizeof(char) * (len + 1));
  /external/icu4c/i18n/
nfrlist.h 40 : fStuff(capacity ? (NFRule**)uprv_malloc(capacity * sizeof(NFRule*)) : NULL)
66 fStuff = (NFRule**)uprv_realloc(fStuff, fCapacity * sizeof(NFRule*)); // assume success
  /external/iproute2/misc/
lnstat_util.c 52 fgets(buf, sizeof(buf)-1, lf->fp);
97 fgets(buf, sizeof(buf)-1, lf->fp);
111 fgets(buf, sizeof(buf)-1, lf->fp);
145 fgets(buf, sizeof(buf)-1, lf->fp);
155 strncpy(buf, RTSTAT_COMPAT_LINE, sizeof(buf)-1);
177 lf = malloc(sizeof(*lf));
182 memset(lf, 0, sizeof(*lf));
240 strncpy(lf->basename, "rt_cache", sizeof(lf->basename));
  /external/iproute2/netem/
stats.c 29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
33 x = (double *)malloc(limit*sizeof(double));
  /external/iproute2/tc/
m_ematch.h 25 struct bstr *b = calloc(1, sizeof(*b));
69 struct ematch *e = calloc(1, sizeof(*e));
tc.c 123 snprintf(buf, sizeof(buf), "%s/q_%s.so", get_tc_lib(), str);
135 snprintf(buf, sizeof(buf), "%s_qdisc_util", str);
146 q = malloc(sizeof(*q));
149 memset(q, 0, sizeof(*q));
177 snprintf(buf, sizeof(buf), "%s/f_%s.so", get_tc_lib(), str);
188 snprintf(buf, sizeof(buf), "%s_filter_util", str);
198 q = malloc(sizeof(*q));
200 memset(q, 0, sizeof(*q));
  /external/kernel-headers/original/asm-x86/
cmpxchg_32.h 11 #define xchg(ptr,v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v),(ptr),sizeof(*(ptr))))
110 (unsigned long)(n),sizeof(*(ptr))))
113 (unsigned long)(n),sizeof(*(ptr))))
116 (unsigned long)(n),sizeof(*(ptr))))
236 (unsigned long)(n), sizeof(*(ptr))); \
239 (unsigned long)(n), sizeof(*(ptr))); \
247 (unsigned long)(n), sizeof(*(ptr))); \
250 (unsigned long)(n), sizeof(*(ptr))); \
  /external/kernel-headers/original/linux/
if_fc.h 25 #define FC_HLEN (sizeof(struct fch_hdr)+sizeof(struct fcllc))
if_packet.h 67 #define TPACKET_HDRLEN (TPACKET_ALIGN(sizeof(struct tpacket_hdr)) + sizeof(struct sockaddr_ll))
socket.h 14 char __data[_K_SS_MAXSIZE - sizeof(unsigned short)];
87 #define CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) )
89 #define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) + CMSG_ALIGN(sizeof(struct cmsghdr))))
90 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len))
91 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len))
93 #define __CMSG_FIRSTHDR(ctl,len) ((len) >= sizeof(struct cmsghdr) ? \
97 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_sctp.h 23 u_int32_t chunkmap[256 / sizeof (u_int32_t)]; /* Bit mask of chunks to be matched according to RFC 2960 */
37 #define bytes(type) (sizeof(type) * 8)
  /external/oprofile/libop/
op_config_24.h 24 /** 65536 * sizeof(op_sample) */
41 /** 16384 * sizeof(op_note) = 273680 bytes default */

Completed in 1694 milliseconds

<<41424344454647484950>>