Searched refs:p32 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.c527 commpage_time_data *p32 = time_data32; local
532 if (p32 == NULL) /* have commpages been allocated yet? */
535 if ( generation != p32->nt_generation )
537 if ( ns_base < p32->nt_ns_base )
546 p32->nt_generation = 0; /* mark invalid, so commpage won't try to use it */
549 p32->nt_tsc_base = tsc_base;
552 p32->nt_ns_base = ns_base;
555 p32->nt_scale = scale;
558 p32->nt_shift = shift;
561 p32
588 commpage_time_data *p32 = time_data32; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dwritesrc.c107 const uint32_t *p32; local
113 p32=NULL;
122 p32=(const uint32_t *)p;
148 value=p32[i];
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duresdata.c321 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; local
322 length=*p32++;
323 p=(const UChar *)p32;
340 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; local
341 length=*p32++;
342 p=(const UChar *)p32;
359 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset; local
360 length=*p32++;
361 p=(const uint8_t *)p32;
431 const Resource *p32 local
475 const Resource *p32=(const Resource *)(p+length+(~length&1)); local
[all...]
H A Dutrie.cpp1008 uint32_t *p32; local
1023 trie->data32=p32=(uint32_t *)(p16+trie->indexLength);
1027 p32[i]=initialValue;
1034 p32[i]=leadUnitValue;
/macosx-10.10/smb-759.0/lib/librap/
H A Drap.c312 uint32_t *p32; local
364 p32 = (uint32_t*)dp;
365 *p32 = (OSSwapLittleToHostInt32(*p32) & 0xffff) - conv;
/macosx-10.10/network_cmds-457/dnctl/
H A Ddnctl.c670 uint32_t *p32 = NULL; local
693 p32 = &p.fs.flow_mask.dst_ip;
697 p32 = &p.fs.flow_mask.src_ip;
731 if (p32 != NULL)
732 *p32 = a;
/macosx-10.10/BerkeleyDB-21/db/fileops/
H A Dfop_util.c1245 u_int32_t *p32; local
1271 p32 = (u_int32_t *)(&dbp->fileid[0]);
1272 __os_unique_id(env, p32);
1273 p32++;
1275 (char *)p32, name, DB_FILE_ID_LEN - sizeof(u_int32_t));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DSharedBitmap.cpp144 const unsigned* p32 = static_cast<const unsigned*>(m_pixels); local
151 *p16++ = convert32To16(*p32++);
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dgenmbcs.cpp1133 uint32_t *p32=(uint32_t *)p8; local
1135 value=(*p32++);
/macosx-10.10/network_cmds-457/ipfw.tproj/
H A Dipfw2.c2336 uint32_t *p32 = NULL; local
2355 p32 = &p.fs.flow_mask.dst_ip;
2359 p32 = &p.fs.flow_mask.src_ip;
2384 if (p32 != NULL)
2385 *p32 = a;

Completed in 395 milliseconds