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

<<61626364656667686970>>

  /prebuilts/go/linux-x86/src/runtime/
runtime1.go 11 // The cached value is a uint32 in which the low bit
14 var traceback_cache uint32 = 2 << 1
143 f uint32
212 var z uint32
274 *(*uint32)(unsafe.Pointer(&i)) = ^uint32(0)
282 *(*uint32)(unsafe.Pointer(&i1)) = ^uint32(1)
380 traceback_cache = uint32(atoi(p)) << 1
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 111 dbus.types.UInt32(self.device_port_type)],
115 dbus.types.UInt32(
121 dbus.types.UInt32(mm1_constants.MM_MODEM_LOCK_NONE),
125 [dbus.types.UInt32(100), True],
129 dbus.types.UInt32(mm1_constants.MM_MODEM_POWER_STATE_ON),
131 dbus.types.UInt32(mm1_constants.MM_BEARER_IP_FAMILY_ANY),
136 [dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_NONE)],
138 dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_NONE),
139 'MaxBearers' : dbus.types.UInt32(0),
140 'MaxActiveBearers' : dbus.types.UInt32(0)
    [all...]
  /external/dng_sdk/source/
dng_camera_profile.cpp 82 real64 dng_camera_profile::IlluminantToTemperature (uint32 light)
368 uint32 hues;
369 uint32 sats;
370 uint32 vals;
378 for (uint32 val = 0; val < vals; val++)
379 for (uint32 hue = 0; hue < hues; hue++)
380 for (uint32 sat = 0; sat < sats; sat++)
415 uint32 colorChannels = ColorMatrix1 ().Rows ();
540 for (uint32 i = 0; i < fToneCurve.fCoord.size (); i++)
591 bool dng_camera_profile::IsValid (uint32 channels) cons
    [all...]
  /external/google-breakpad/src/common/dwarf/
functioninfo.cc 65 void CULineInfoHandler::DefineDir(const string& name, uint32 dir_num) {
72 int32 file_num, uint32 dir_num,
96 void CULineInfoHandler::AddLine(uint64 address, uint64 length, uint32 file_num,
97 uint32 line_num, uint32 column_num) {
  /external/google-breakpad/src/common/
dwarf_line_to_module.cc 66 void DwarfLineToModule::DefineDir(const string &name, uint32 dir_num) {
74 uint32 dir_num, uint64 mod_time,
107 uint32 file_num, uint32 line_num,
108 uint32 column_num) {
  /external/google-breakpad/src/processor/
static_map.h 37 // uint32 (4 bytes): number of nodes
38 // uint32 (4 bytes): address offset of node1's mapped_value
39 // uint32 (4 bytes): address offset of node2's mapped_value
41 // uint32 (4 bytes): address offset of nodeN's mapped_value
58 // Note: since address offset is stored as uint32, user should keep in mind that
  /external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h 55 UINT32 brcm_hw_id;
202 UINT32 dest_address,
204 UINT32 patchram_len,
205 UINT32 patchram_delay,
245 UINT16 i2c_patchfile_len, UINT32 prei2c_delay);
  /external/libnfc-nci/src/include/
trace_api.h 58 BT_API extern void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
63 BT_API extern void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
92 BT_API extern void RPC_DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
95 BT_API extern void RPC_DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
101 EXPORT_API extern void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 125 UINT32 len;
305 UINT32 ndef_max_size; /* max number of bytes available for NDEF data */
306 UINT32 ndef_cur_size; /* current size of stored NDEF data (in bytes) */
308 UINT32 ndef_rd_offset; /* current read-offset of incoming NDEF data */
312 UINT32 ndef_wr_len; /* Length of NDEF data being written */
  /external/libvpx/libvpx/third_party/libyuv/source/
compare_gcc.cc 21 uint32 SumSquareError_SSE2(const uint8* src_a, const uint8* src_b, int count) {
22 uint32 sse;
92 uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) {
93 uint32 hash;
row_common.cc 34 static __inline uint32 Clamp(int32 val) {
36 return (uint32)(clamp255(v));
39 static __inline uint32 Abs(int32 v) {
52 static __inline uint32 Clamp(int32 val) {
54 return (uint32)(clamp255(v));
57 static __inline uint32 Abs(int32 v) {
63 #define WRITEWORD(p, v) *(uint32*)(p) = v
65 static inline void WRITEWORD(uint8* p, uint32 v) {
211 const uint32 dither4, int width) {
247 *(uint32*)(dst_rgb)
    [all...]
  /external/libyuv/files/source/
cpu_id.cc 71 static uint32 XGetBV(unsigned int xcr) {
72 return static_cast<uint32>(_xgetbv(xcr));
77 static uint32 XGetBV(unsigned int xcr) {
86 static uint32 XGetBV(unsigned int xcr) {
87 uint32 xcr_feature_mask;
  /external/lzma/C/
XzDec.c 59 UInt32 methodId;
61 UInt32 delta;
62 UInt32 ip;
63 UInt32 x86State;
89 UInt32 v = GetUi32(props);
186 p->ip += (UInt32)p->bufConv;
215 decoder->methodId = (UInt32)id;
524 UInt32 headerSize = (UInt32)header[0] << 2;
553 filter->propsSize = (UInt32)size;
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 36 UInt32 LzmaDic;
110 CRecordVector<UInt32> SecureIDs;
301 UInt32 ReadUInt32();
309 const UInt32 kHeaderSize = 32;
351 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); }
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 160 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
212 UInt32 errorFlags, const wchar_t *errors,
213 UInt32 warningFlags, const wchar_t *warnings);
288 UInt32 NumArchiveErrors;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_caps.h 76 uint32 length;
94 uint32 data[1];
99 typedef uint32 SVGA3dCapPair[2];
116 SVGA3dCaps_FindRecord(const uint32 *capsBlock,
121 uint32 offset;
  /external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h 93 uint32 *sid,
109 uint32 offset,
125 uint32 cid;
193 uint32 numFaces,
194 uint32 numMipLevels);
  /external/neven/Embedded/common/src/b_BitFeatureEm/
L01Tld2x4Ftr.c 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L01_TLD_2X4_FTR;
118 uint32 bbf_L01Tld2x4Ftr_memSize( struct bbs_Context* cpA,
121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
122 bbs_SIZEOF16( uint32 ); /* version */
133 uint32 bbf_L01Tld2x4Ftr_memWrite( struct bbs_Context* cpA,
137 uint32 memSizeL = bbf_L01Tld2x4Ftr_memSize( cpA, ptrA );
148 uint32 bbf_L01Tld2x4Ftr_memRead( struct bbs_Context* cpA,
153 uint32 memSizeL, versionL;
164 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L01Tld2x4Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n
    [all...]
L04Tld2x4Ftr.c 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L04_TLD_2X4_FTR;
118 uint32 bbf_L04Tld2x4Ftr_memSize( struct bbs_Context* cpA,
121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
122 bbs_SIZEOF16( uint32 ); /* version */
133 uint32 bbf_L04Tld2x4Ftr_memWrite( struct bbs_Context* cpA,
137 uint32 memSizeL = bbf_L04Tld2x4Ftr_memSize( cpA, ptrA );
148 uint32 bbf_L04Tld2x4Ftr_memRead( struct bbs_Context* cpA,
153 uint32 memSizeL, versionL;
164 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L04Tld2x4Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n
    [all...]
  /external/tpm2/
CommandAudit.c 80 UINT32 bitPos;
121 UINT32 bitPos;
157 UINT32 bitPos;
186 UINT32 count, // IN: count of returned TPM_CC
191 UINT32 i;
CommandCodeAttributes.c 38 UINT32 handleIndex // IN: handle index (zero based)
88 UINT32 size = sizeof(s_ccAttr) / sizeof(s_ccAttr[0]);
89 UINT32 i;
256 UINT32 count, // IN: maximum count for number of entries in
262 UINT32 i;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_getbits.cpp 110 uint32 getNbits(tmp3Bits *ptBitStream,
114 uint32 offset;
115 uint32 bitIndex;
120 uint32 returnValue = 0;
135 returnValue = (((uint32)(Elem)) << 24) |
136 (((uint32)(Elem1)) << 16) |
137 (((uint32)(Elem2)) << 8) |
138 ((uint32)(Elem3));
162 uint32 offset;
163 uint32 bitIndex
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block.go 17 var w [16]uint32
25 w[i] = uint32(p[j])<<24 | uint32(p[j+1])<<16 | uint32(p[j+2])<<8 | uint32(p[j+3])
  /prebuilts/go/darwin-x86/src/debug/dwarf/
buf.go 102 func (b *buf) uint32() uint32 {
107 return b.order.Uint32(a)
158 return uint64(b.uint32())
167 length = Offset(b.uint32())
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 13 out uint32
63 func checksum(p []byte) uint32 {
64 s1, s2 := uint32(1), uint32(0)
66 s1 = (s1 + uint32(x)) % mod

Completed in 1046 milliseconds

<<61626364656667686970>>