/external/dng_sdk/source/ |
dng_ref_counted_block.h | 44 uint32 fRefCount; 46 uint32 fSize; 48 header (uint32 size) 75 dng_ref_counted_block (uint32 size); 93 void Allocate (uint32 size); 107 uint32 LogicalSize () 189 /// Return pointer to allocated memory as a uint32 *. 190 /// \retval uint32 * valid for as many bytes as were allocated. 192 uint32 * Buffer_uint32 () 194 return (uint32 *) Buffer () [all...] |
dng_image_writer.cpp | 119 uint32 size = webStatement.Get_SystemEncoding (buffer); 173 uint32 size = imageResources->LogicalSize (); 287 uint32 chars = (fCount - 8) >> 1; 291 for (uint32 j = 0; j < chars; j++) 334 uint32 entries = (Size () >> 1); 336 for (uint32 j = 0; j < entries; j++) 358 const uint32 *p = (const uint32 *) fData; 360 uint32 entries = (Size () >> 2); 362 for (uint32 j = 0; j < entries; j++ [all...] |
dng_string.h | 59 uint32 Get_SystemEncoding (dng_memory_data &buffer) const; 67 static uint32 DecodeUTF8 (const char *&s, 68 uint32 maxBytes = 6, 75 uint32 Get_UTF16 (dng_memory_data &buffer) const; 81 void Truncate (uint32 maxBytes); 94 uint32 Length () const;
|
/external/lzma/C/ |
Ppmd7Enc.c | 21 if ((UInt32)p->Low < (UInt32)0xFF000000 || (unsigned)(p->Low >> 32) != 0)
30 p->Cache = (Byte)((UInt32)p->Low >> 24);
33 p->Low = (UInt32)p->Low << 8;
36 static void RangeEnc_Encode(CPpmd7z_RangeEnc *p, UInt32 start, UInt32 size, UInt32 total)
47 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0)
57 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0)
59 UInt32 newBound = (p->Range >> 14) * size0; [all...] |
XzCrc64Opt.c | 19 UInt32 d = (UInt32)v ^ *(const UInt32 *)p;
55 UInt32 d = (UInt32)(v >> 32) ^ *(const UInt32 *)p;
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
macho.go | 17 cpu uint32 18 subcpu uint32 26 off uint32 27 align uint32 28 reloc uint32 29 nreloc uint32 30 flag uint32 31 res1 uint32 32 res2 uint32 41 prot1 uint32 [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
macho.go | 14 cpu uint32 15 subcpu uint32 23 off uint32 24 align uint32 25 reloc uint32 26 nreloc uint32 27 flag uint32 28 res1 uint32 29 res2 uint32 38 prot1 uint32 [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
macho.go | 17 cpu uint32 18 subcpu uint32 26 off uint32 27 align uint32 28 reloc uint32 29 nreloc uint32 30 flag uint32 31 res1 uint32 32 res2 uint32 41 prot1 uint32 [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
macho.go | 14 cpu uint32 15 subcpu uint32 23 off uint32 24 align uint32 25 reloc uint32 26 nreloc uint32 27 flag uint32 28 res1 uint32 29 res2 uint32 38 prot1 uint32 [all...] |
/hardware/intel/common/wrs_omxil_core/core/src/ |
intel_video_config_parser.cpp | 29 (dw) = ((uint32) *(pb + 3) << 24) + \ 30 ((uint32) *(pb + 2) << 16) + \ 34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32); 45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \ 46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 )) 91 aOutputs->width = (uint32)display_width; 92 aOutputs->height = (uint32)display_height; 93 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packe [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/ |
objdumpext_test.go | 58 next uint32 = start 59 addr uint32 68 text = fmt.Sprintf("%s .%+#x", m[1], int32(uint32(targ)-addr-uint32(len(enc)))) 126 if next != start+uint32(ext.Size) { 142 func parseLine(line []byte, encstart []byte) (addr uint32, enc []byte, text string) { 152 addr = uint32(x) 215 Phoff: uint32(off1), 216 Shoff: uint32(off2), 231 Filesz: uint32(size) [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
os1_freebsd.go | 15 var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}} 18 mib := [2]uint32{_CTL_HW, _HW_NCPU} 19 out := uint32(0) 33 func futexsleep(addr *uint32, val uint32, ns int64) { 39 func futexsleep1(addr *uint32, val uint32, ns int64) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/ |
objdumpext_test.go | 58 next uint32 = start 59 addr uint32 68 text = fmt.Sprintf("%s .%+#x", m[1], int32(uint32(targ)-addr-uint32(len(enc)))) 126 if next != start+uint32(ext.Size) { 142 func parseLine(line []byte, encstart []byte) (addr uint32, enc []byte, text string) { 152 addr = uint32(x) 215 Phoff: uint32(off1), 216 Shoff: uint32(off2), 231 Filesz: uint32(size) [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
os1_freebsd.go | 15 var sigset_all = sigset{[4]uint32{^uint32(0), ^uint32(0), ^uint32(0), ^uint32(0)}} 18 mib := [2]uint32{_CTL_HW, _HW_NCPU} 19 out := uint32(0) 33 func futexsleep(addr *uint32, val uint32, ns int64) { 39 func futexsleep1(addr *uint32, val uint32, ns int64) [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_dirread.c | 45 #define FAILED_FII ((uint32) -1) 51 extern void TIFFCvtIEEEFloatToNative(TIFF*, uint32, float*); 52 extern void TIFFCvtIEEEDoubleToNative(TIFF*, uint32, double*); 68 static enum TIFFReadDirEntryErr TIFFReadDirEntryLong(TIFF* tif, TIFFDirEntry* direntry, uint32* value); 74 static enum TIFFReadDirEntryErr TIFFReadDirEntryArray(TIFF* tif, TIFFDirEntry* direntry, uint32* count, uint32 desttypesize, void** value); 79 static enum TIFFReadDirEntryErr TIFFReadDirEntryLongArray(TIFF* tif, TIFFDirEntry* direntry, uint32** value); 96 static void TIFFReadDirEntryCheckedLong(TIFF* tif, TIFFDirEntry* direntry, uint32* value); 108 static enum TIFFReadDirEntryErr TIFFReadDirEntryCheckRangeByteLong(uint32 value); 116 static enum TIFFReadDirEntryErr TIFFReadDirEntryCheckRangeSbyteLong(uint32 value) [all...] |
/external/pdfium/third_party/libtiff/ |
tif_dirread.c | 45 #define FAILED_FII ((uint32) -1) 51 extern void TIFFCvtIEEEFloatToNative(TIFF*, uint32, float*); 52 extern void TIFFCvtIEEEDoubleToNative(TIFF*, uint32, double*); 68 static enum TIFFReadDirEntryErr TIFFReadDirEntryLong(TIFF* tif, TIFFDirEntry* direntry, uint32* value); 74 static enum TIFFReadDirEntryErr TIFFReadDirEntryArray(TIFF* tif, TIFFDirEntry* direntry, uint32* count, uint32 desttypesize, void** value); 79 static enum TIFFReadDirEntryErr TIFFReadDirEntryLongArray(TIFF* tif, TIFFDirEntry* direntry, uint32** value); 96 static void TIFFReadDirEntryCheckedLong(TIFF* tif, TIFFDirEntry* direntry, uint32* value); 108 static enum TIFFReadDirEntryErr TIFFReadDirEntryCheckRangeByteLong(uint32 value); 116 static enum TIFFReadDirEntryErr TIFFReadDirEntryCheckRangeSbyteLong(uint32 value) [all...] |
/external/libnfc-nci/src/include/ |
NfcAdaptation.h | 20 #ifndef UINT32 21 typedef unsigned long UINT32; 87 static UINT32 NFCA_TASK (UINT32 arg); 88 static UINT32 Thread (UINT32 arg);
|
buildcfg.h | 75 extern UINT32 bte_proto_trace_mask;/* = 0xFFFFFFFF;*/ 80 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type); 81 extern void ScrLog(UINT32 trace_set_mask, const char *fmt_str, ...); 84 extern void downloadFirmwarePatchFile (UINT32 brcm_hw_id);
|
/external/neven/Embedded/common/src/b_APIEm/ |
BFFaceFinder.h | 48 uint32 detectedFacesE; 51 uint32 availableFacesE; 91 uint32 bpi_BFFaceFinder_getMinEyeDistance( const struct bpi_BFFaceFinder* ptrA ); 94 uint32 bpi_BFFaceFinder_getMaxEyeDistance( const struct bpi_BFFaceFinder* ptrA ); 101 uint32 distA ); 106 uint32 distA ); 111 uint32 bpi_BFFaceFinder_memSize( struct bbs_Context* cpA, 115 uint32 bpi_BFFaceFinder_memWrite( struct bbs_Context* cpA, 124 uint32 bpi_BFFaceFinder_memRead( struct bbs_Context* cpA, 149 uint32 imageWidthA [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_mb_offset.h | 50 x10 = *((uint32*)(ref += lx)); /* D C B A */ 51 x11 = *((uint32*)(ref + 4)); /* H G F E */ 52 x12 = *((uint32*)(ref + 8)); /* L K J I */ 54 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */ 56 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */ 59 x12 = *((uint32*)(blk += 16)); 60 x14 = *((uint32*)(blk + 4)); 70 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */ 73 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */ 76 x10 = *((uint32*)(ref + 8)); /* D C B A * [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdumpext_test.go | 63 next uint32 = start 64 addr uint32 82 text = fmt.Sprintf("%s .%+#x", m[1], int16(uint32(targ)-uint32(uint16(addr))-uint32(len(enc)))) 86 text = fmt.Sprintf("%s .%+#x", m[1], int32(uint32(targ)-addr-uint32(len(enc)))) 128 if next != start+uint32(ext.Size) { 138 func parseLine(line []byte, encstart []byte) (addr uint32, enc []byte, text string) { 148 addr = uint32(x [all...] |
/prebuilts/go/darwin-x86/test/interface/ |
fake.go | 21 U uint32 22 V uint32 24 W uint32 25 X uint32 27 Y uint32 28 Z uint32
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdumpext_test.go | 63 next uint32 = start 64 addr uint32 82 text = fmt.Sprintf("%s .%+#x", m[1], int16(uint32(targ)-uint32(uint16(addr))-uint32(len(enc)))) 86 text = fmt.Sprintf("%s .%+#x", m[1], int32(uint32(targ)-addr-uint32(len(enc)))) 128 if next != start+uint32(ext.Size) { 138 func parseLine(line []byte, encstart []byte) (addr uint32, enc []byte, text string) { 148 addr = uint32(x [all...] |
/prebuilts/go/linux-x86/test/interface/ |
fake.go | 21 U uint32 22 V uint32 24 W uint32 25 X uint32 27 Y uint32 28 Z uint32
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
Scanner.c | 34 uint32 bbf_Scanner_scalePrd( uint32 scaleA, uint32 factorA /*0.32 */ )\ 55 uint32 proL = ptrA->maxRadiusE; 56 uint32 pwoL = ( proL << 1 ) + 1; 59 uint32 woL = ptrA->maxImageWidthE; 60 uint32 hoL = ptrA->maxImageHeightE; 63 uint32 xwoL = woL + ( ptrA->borderWidthE << 1 ); 64 uint32 xhoL = hoL + ( ptrA->borderHeightE << 1 ); 99 uint32 w0L = ptrA->workWidthE [all...] |