HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 526 - 550 of 4588) sorted by null

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/syscall/
syscall_openbsd_386.go 27 k.Ident = uint32(fd)
33 iov.Len = uint32(length)
37 msghdr.Controllen = uint32(length)
41 cmsg.Len = uint32(length)
syscall_openbsd_arm.go 27 k.Ident = uint32(fd)
33 iov.Len = uint32(length)
37 msghdr.Controllen = uint32(length)
41 cmsg.Len = uint32(length)
  /external/dng_sdk/source/
dng_mosaic_info.cpp 48 uint32 fCount;
68 uint32 patRow,
69 uint32 patCol,
91 for (uint32 j = 0; j < fCount; j++)
119 uint32 patRow,
120 uint32 patCol,
125 uint32 j;
204 uint32 biggest = 0;
258 uint32 fPatRows;
259 uint32 fPatCols
    [all...]
dng_date_time.cpp 63 dng_date_time::dng_date_time (uint32 year,
64 uint32 month,
65 uint32 day,
66 uint32 hour,
67 uint32 minute,
68 uint32 second)
106 static uint32 DateTimeParseU32 (const char *&s)
109 uint32 x = 0;
117 x = SafeUint32Add(x, (uint32) (*(s++) - '0'));
214 void dng_date_time_info::SetDate (uint32 year
    [all...]
dng_fingerprint.cpp 26 for (uint32 j = 0; j < 16; j++)
40 for (uint32 j = 0; j < 16; j++)
61 for (uint32 j = 0; j < 16; j++)
79 uint32 dng_fingerprint::Collapse32 () const
82 uint32 x = 0;
84 for (uint32 j = 0; j < 4; j++)
87 uint32 y = 0;
89 for (uint32 k = 0; k < 4; k++)
92 y = (y << 8) + (uint32) data [j * 4 + k];
258 uint32 inputLen
    [all...]
dng_opcode_list.cpp 29 dng_opcode_list::dng_opcode_list (uint32 stage)
88 uint32 dng_opcode_list::MinVersion (bool includeOptional) const
91 uint32 result = dngVersion_None;
116 for (uint32 index = 0; index < Count (); index++)
171 stream.Put_uint32 ((uint32) fList.size ());
198 stream.Put_uint32 ((uint32) fList.size ());
222 uint32 byteCount,
232 uint32 count = stream.Get_uint32 ();
253 for (uint32 index = 0; index < count; index++)
256 uint32 opcodeID = stream.Get_uint32 ()
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_arm.go 19 var randomNumber uint32
21 var hwcap uint32 // set by setup_auxv
43 auxv := (*[1 << 28]uint32)(add(unsafe.Pointer(argv), uintptr(n)*ptrSize))
51 randomNumber = uint32(startupRandomData[4]) | uint32(startupRandomData[5])<<8 |
52 uint32(startupRandomData[6])<<16 | uint32(startupRandomData[7])<<24
defs_windows_amd64.go 44 dwpagesize uint32
48 dwnumberofprocessors uint32
49 dwprocessortype uint32
50 dwallocationgranularity uint32
56 exceptioncode uint32
57 exceptionflags uint32
60 numberparameters uint32
77 contextflags uint32
78 mxcsr uint32
85 eflags uint32
    [all...]
vlop_arm_test.go 20 hi, lo uint32
23 func (r *randstate) rand() uint32 {
30 func randomNumerators() []uint32 {
31 numerators := make([]uint32, numeratorsSize)
39 func bmUint32Div(divisor uint32, b *testing.B) {
40 var sum uint32
57 func bmUint32Mod(divisor uint32, b *testing.B) {
58 var sum uint32
76 var den uint32 = 1000000
77 for _, x := range []uint32{0, 1, 999999, 1000000, 1010101, 0xFFFFFFFF}
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_linux_arm.go 19 var randomNumber uint32
21 var hwcap uint32 // set by setup_auxv
43 auxv := (*[1 << 28]uint32)(add(unsafe.Pointer(argv), uintptr(n)*ptrSize))
51 randomNumber = uint32(startupRandomData[4]) | uint32(startupRandomData[5])<<8 |
52 uint32(startupRandomData[6])<<16 | uint32(startupRandomData[7])<<24
defs_windows_amd64.go 44 dwpagesize uint32
48 dwnumberofprocessors uint32
49 dwprocessortype uint32
50 dwallocationgranularity uint32
56 exceptioncode uint32
57 exceptionflags uint32
60 numberparameters uint32
77 contextflags uint32
78 mxcsr uint32
85 eflags uint32
    [all...]
vlop_arm_test.go 20 hi, lo uint32
23 func (r *randstate) rand() uint32 {
30 func randomNumerators() []uint32 {
31 numerators := make([]uint32, numeratorsSize)
39 func bmUint32Div(divisor uint32, b *testing.B) {
40 var sum uint32
57 func bmUint32Mod(divisor uint32, b *testing.B) {
58 var sum uint32
76 var den uint32 = 1000000
77 for _, x := range []uint32{0, 1, 999999, 1000000, 1010101, 0xFFFFFFFF}
    [all...]
  /external/lzma/C/
Sort.c 17 void HeapSort(UInt32 *p, size_t size)
26 UInt32 temp = p[i];
36 UInt32 temp = p[size];
44 UInt32 temp = p[size];
51 UInt32 temp = p[size];
111 { size_t k = n; UInt32 val = vals[temp]; for (;;) { \
119 void HeapSortRef(UInt32 *p, UInt32 *vals, size_t size)
128 UInt32 temp = p[i];
135 UInt32 temp = p[size];
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.cpp 14 UInt32 j;
33 UInt32 destInOffset = 0;
34 UInt32 destOutOffset = 0;
35 UInt32 srcInOffset = NumSrcInStreams;
36 UInt32 srcOutOffset = _numSrcOutStreams;
45 UInt32 j;
48 UInt32 index = srcInOffset + j;
54 UInt32 index = srcOutOffset + j;
94 CRecordVector<const UInt64 *> &sizePointers, UInt32 numItems)
98 for(UInt32 i = 0; i < numItems; i++)
    [all...]
  /external/lzma/CPP/Common/
IntToString.cpp 14 void ConvertUInt32ToString(UInt32 val, char *s) throw()
21 if (val <= (UInt32)0xFFFFFFFF)
23 ConvertUInt32ToString((UInt32)val, s);
49 void ConvertUInt32ToHex(UInt32 val, char *s) throw()
51 UInt32 v = val;
89 void ConvertUInt32ToHex8Digits(UInt32 val, char *s) throw()
101 void ConvertUInt32ToHex8Digits(UInt32 val, wchar_t *s)
113 void ConvertUInt32ToString(UInt32 val, wchar_t *s) throw()
120 if (val <= (UInt32)0xFFFFFFFF)
122 ConvertUInt32ToString((UInt32)val, s);
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 64 uint32 numBytes;
65 uint32 bytePos;
66 uint32 bitBuf;
67 uint32 dataBitPos;
68 uint32 bitPos;
75 uint32 *pulOutData
86 uint32 *pulOutData
125 uint32 *entropy_coding_mode_flag);
133 int32 DecodePPS(mp4StreamType *psBits, uint32 *entropy_coding_mode_flag);
135 void ue_v(mp4StreamType *psBits, uint32 *codeNum)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
plan9ext_test.go 50 next := uint32(start)
52 addr uint32
79 text = fmt.Sprintf("%s .%+#x", m[1], int16(uint32(targ)-uint32(uint16(addr))-uint32(len(enc))))
83 text = fmt.Sprintf("%s .%+#x", m[1], int32(uint32(targ)-addr-uint32(len(enc))))
90 if next != start+uint32(ext.Size) {
100 func parseLinePlan9(line []byte, encstart []byte) (addr uint32, enc []byte, text string) {
114 addr = uint32(x
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
plan9ext_test.go 50 next := uint32(start)
52 addr uint32
79 text = fmt.Sprintf("%s .%+#x", m[1], int16(uint32(targ)-uint32(uint16(addr))-uint32(len(enc))))
83 text = fmt.Sprintf("%s .%+#x", m[1], int32(uint32(targ)-addr-uint32(len(enc))))
90 if next != start+uint32(ext.Size) {
100 func parseLinePlan9(line []byte, encstart []byte) (addr uint32, enc []byte, text string) {
114 addr = uint32(x
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.cpp 17 const UInt32 *fileIndices, UInt32 numFiles)
79 STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
87 UInt32 processed2;
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.h 55 * Use function uint16* bim_UInt16BytePyrImage_arrPtr( uint32 levelA ) to obtain adress of image at given depth level
61 uint32 widthE;
64 uint32 heightE;
67 uint32 depthE;
70 uint32 typeE;
87 uint32 widthA, uint32 heightA,
88 uint32 depthA,
112 uint32 levelA );
115 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA
    [all...]
  /external/tpm2/
Marshal_ContextSave.c 15 UINT32 parameter_size = 0;
17 INT32 parameter_size_size = sizeof(UINT32);
18 UINT32 num_response_handles = 0;
54 UINT32* response_handle_buffer_size,
55 UINT32* response_parameter_buffer_size) {
Marshal_GetTestResult.c 15 UINT32 parameter_size = 0;
17 INT32 parameter_size_size = sizeof(UINT32);
18 UINT32 num_response_handles = 0;
42 UINT32* response_handle_buffer_size,
43 UINT32* response_parameter_buffer_size) {
Marshal_PolicyGetDigest.c 15 UINT32 parameter_size = 0;
17 INT32 parameter_size_size = sizeof(UINT32);
18 UINT32 num_response_handles = 0;
54 UINT32* response_handle_buffer_size,
55 UINT32* response_parameter_buffer_size) {
Marshal_ReadClock.c 15 UINT32 parameter_size = 0;
17 INT32 parameter_size_size = sizeof(UINT32);
18 UINT32 num_response_handles = 0;
41 UINT32* response_handle_buffer_size,
42 UINT32* response_parameter_buffer_size) {
Marshal_Unseal.c 15 UINT32 parameter_size = 0;
17 INT32 parameter_size_size = sizeof(UINT32);
18 UINT32 num_response_handles = 0;
54 UINT32* response_handle_buffer_size,
55 UINT32* response_parameter_buffer_size) {

Completed in 213 milliseconds

<<21222324252627282930>>