HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 1 - 25 of 4644) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 13 UInt32 GetMatchLen(Int32 index, UInt32 distance, UInt32 limit);
14 UInt32 GetNumAvailableBytes();
19 void Create(UInt32 historySize, UInt32 keepAddBufferBefore,
20 UInt32 matchMaxLen, UInt32 keepAddBufferAfter);
21 UInt32 GetMatches(UInt32[] distances);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
defs_nacl_386.go 17 eax uint32
18 ecx uint32
19 edx uint32
20 ebx uint32
21 esp uint32
22 ebp uint32
23 esi uint32
24 edi uint32
25 eip uint32
26 eflags uint32
    [all...]
defs_nacl_arm.go 17 r0 uint32
18 r1 uint32
19 r2 uint32
20 r3 uint32
21 r4 uint32
22 r5 uint32
23 r6 uint32
24 r7 uint32
25 r8 uint32
26 r9 uint32 // the value reported here is undefined
    [all...]
defs_nacl_amd64p32.go 17 eax uint32
18 ecx uint32
19 edx uint32
20 ebx uint32
21 esp uint32
22 ebp uint32
23 esi uint32
24 edi uint32
25 eip uint32
26 eflags uint32
    [all...]
defs_windows_386.go 44 dwpagesize uint32
47 dwactiveprocessormask uint32
48 dwnumberofprocessors uint32
49 dwprocessortype uint32
50 dwallocationgranularity uint32
56 exceptioncode uint32
57 exceptionflags uint32
60 numberparameters uint32
61 exceptioninformation [15]uint32
65 controlword uint32
    [all...]
signal_nacl_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().eax }
16 func (c *sigctxt) ebx() uint32 { return c.regs().ebx }
17 func (c *sigctxt) ecx() uint32 { return c.regs().ecx }
18 func (c *sigctxt) edx() uint32 { return c.regs().edx }
19 func (c *sigctxt) edi() uint32 { return c.regs().edi }
20 func (c *sigctxt) esi() uint32 { return c.regs().esi }
21 func (c *sigctxt) ebp() uint32 { return c.regs().ebp }
22 func (c *sigctxt) esp() uint32 { return c.regs().esp }
23 func (c *sigctxt) eip() uint32 { return c.regs().eip }
24 func (c *sigctxt) eflags() uint32 { return c.regs().eflags
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
defs_nacl_386.go 17 eax uint32
18 ecx uint32
19 edx uint32
20 ebx uint32
21 esp uint32
22 ebp uint32
23 esi uint32
24 edi uint32
25 eip uint32
26 eflags uint32
    [all...]
defs_nacl_arm.go 17 r0 uint32
18 r1 uint32
19 r2 uint32
20 r3 uint32
21 r4 uint32
22 r5 uint32
23 r6 uint32
24 r7 uint32
25 r8 uint32
26 r9 uint32 // the value reported here is undefined
    [all...]
defs_nacl_amd64p32.go 17 eax uint32
18 ecx uint32
19 edx uint32
20 ebx uint32
21 esp uint32
22 ebp uint32
23 esi uint32
24 edi uint32
25 eip uint32
26 eflags uint32
    [all...]
defs_windows_386.go 44 dwpagesize uint32
47 dwactiveprocessormask uint32
48 dwnumberofprocessors uint32
49 dwprocessortype uint32
50 dwallocationgranularity uint32
56 exceptioncode uint32
57 exceptionflags uint32
60 numberparameters uint32
61 exceptioninformation [15]uint32
65 controlword uint32
    [all...]
signal_nacl_386.go 15 func (c *sigctxt) eax() uint32 { return c.regs().eax }
16 func (c *sigctxt) ebx() uint32 { return c.regs().ebx }
17 func (c *sigctxt) ecx() uint32 { return c.regs().ecx }
18 func (c *sigctxt) edx() uint32 { return c.regs().edx }
19 func (c *sigctxt) edi() uint32 { return c.regs().edi }
20 func (c *sigctxt) esi() uint32 { return c.regs().esi }
21 func (c *sigctxt) ebp() uint32 { return c.regs().ebp }
22 func (c *sigctxt) esp() uint32 { return c.regs().esp }
23 func (c *sigctxt) eip() uint32 { return c.regs().eip }
24 func (c *sigctxt) eflags() uint32 { return c.regs().eflags
    [all...]
  /external/dbus/test/data/valid-messages/
array-of-array-of-uint32.message 1 # Message with an array of array of uint32
11 TYPE UINT32
16 ## array of uint32
19 UINT32 1
20 UINT32 2
21 UINT32 3
24 ## array of uint32
27 UINT32 4
28 UINT32 5
  /external/dng_sdk/source/
dng_parse_utils.h 34 const char * LookupParentCode (uint32 parentCode);
38 const char * LookupTagCode (uint32 parentCode,
39 uint32 tagCode);
43 const char * LookupTagType (uint32 tagType);
47 const char * LookupNewSubFileType (uint32 key);
49 const char * LookupCompression (uint32 key);
51 const char * LookupPredictor (uint32 key);
53 const char * LookupSampleFormat (uint32 key);
55 const char * LookupPhotometricInterpretation (uint32 key);
57 const char * LookupOrientation (uint32 key)
    [all...]
dng_reference.h 26 uint32 count);
30 uint32 count);
35 uint32 count);
37 void RefSwapBytes32 (uint32 *dPtr,
38 uint32 count);
44 uint32 rows,
45 uint32 cols,
46 uint32 planes,
53 uint32 rows,
54 uint32 cols
    [all...]
dng_ifd.h 56 uint32 fCacheVersion;
79 uint32 fNewSubFileType;
81 uint32 fImageWidth;
82 uint32 fImageLength;
84 uint32 fBitsPerSample [kMaxSamplesPerPixel];
86 uint32 fCompression;
88 uint32 fPredictor;
90 uint32 fPhotometricInterpretation;
92 uint32 fFillOrder;
94 uint32 fOrientation
    [all...]
dng_shared.h 44 uint32 fColorPlanes;
46 uint32 fCalibrationIlluminant1;
47 uint32 fCalibrationIlluminant2;
64 uint32 fEmbedPolicy;
66 uint32 fProfileHues;
67 uint32 fProfileSats;
68 uint32 fProfileVals;
71 uint32 fHueSatDeltas1Count;
74 uint32 fHueSatDeltas2Count;
76 uint32 fHueSatMapEncoding
    [all...]
  /external/lzma/C/
LzFind.h 11 typedef UInt32 CLzRef;
16 UInt32 pos;
17 UInt32 posLimit;
18 UInt32 streamPos;
19 UInt32 lenLimit;
21 UInt32 cyclicBufferPos;
22 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
24 UInt32 matchMaxLen;
27 UInt32 hashMask;
28 UInt32 cutValue;
    [all...]
LzFindMt.h 36 UInt32 numProcessedBlocks;
39 typedef UInt32 * (*Mf_Mix_Matches)(void *p, UInt32 matchMinPos, UInt32 *distances);
44 typedef void (*Mf_GetHeads)(const Byte *buffer, UInt32 pos,
45 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc);
    [all...]
  /prebuilts/go/darwin-x86/src/debug/pe/
pe.go 10 TimeDateStamp uint32
11 PointerToSymbolTable uint32
12 NumberOfSymbols uint32
18 VirtualAddress uint32
19 Size uint32
26 SizeOfCode uint32
27 SizeOfInitializedData uint32
28 SizeOfUninitializedData uint32
29 AddressOfEntryPoint uint32
30 BaseOfCode uint32
    [all...]
  /prebuilts/go/linux-x86/src/debug/pe/
pe.go 10 TimeDateStamp uint32
11 PointerToSymbolTable uint32
12 NumberOfSymbols uint32
18 VirtualAddress uint32
19 Size uint32
26 SizeOfCode uint32
27 SizeOfInitializedData uint32
28 SizeOfUninitializedData uint32
29 AddressOfEntryPoint uint32
30 BaseOfCode uint32
    [all...]
  /prebuilts/go/darwin-x86/src/debug/macho/
macho.go 14 Magic uint32
16 SubCpu uint32
18 Ncmd uint32
19 Cmdsz uint32
20 Flags uint32
29 Magic32 uint32 = 0xfeedface
30 Magic64 uint32 = 0xfeedfacf
31 MagicFat uint32 = 0xcafebabe
35 type Type uint32
45 type Cpu uint32
    [all...]
  /prebuilts/go/linux-x86/src/debug/macho/
macho.go 14 Magic uint32
16 SubCpu uint32
18 Ncmd uint32
19 Cmdsz uint32
20 Flags uint32
29 Magic32 uint32 = 0xfeedface
30 Magic64 uint32 = 0xfeedfacf
31 MagicFat uint32 = 0xcafebabe
35 type Type uint32
45 type Cpu uint32
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
LangUtils.h 14 UInt32 ControlID;
15 UInt32 LangID;
22 void LangSetDlgItemText(HWND dialog, UInt32 controlID, UInt32 langID);
23 void LangSetDlgItems(HWND dialog, const UInt32 *ids, unsigned numItems);
24 void LangSetDlgItems_Colon(HWND dialog, const UInt32 *ids, unsigned numItems);
25 void LangSetWindowText(HWND window, UInt32 langID);
27 UString LangString(UInt32 langID);
28 void LangString(UInt32 langID, UString &dest);
29 void LangString_OnlyFromLangFile(UInt32 langID, UString &dest);
    [all...]
  /external/lzma/CPP/7zip/Compress/
BcjCoder.cpp 7 UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size)
9 return (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, 1);
12 UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size)
14 return (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 18 typedef UINT32 IPSEC_SA_SPI;
103 UINT32 lifetimeSeconds;
104 UINT32 lifetimeKilobytes;
105 UINT32 lifetimePackets;
109 UINT32 numKeyMods;
114 UINT32 idleTimeoutSeconds;
115 UINT32 idleTimeoutSecondsFailOver;
120 UINT32 numSaTransforms;
126 UINT32 numIpsecProposals;
128 UINT32 flags
    [all...]

Completed in 972 milliseconds

1 2 3 4 5 6 7 8 91011>>