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

<<51525354555657585960>>

  /external/libnfc-nci/src/nfa/int/
nfa_dta_int.h 224 UINT32 max_size;
225 UINT32 cur_size;
226 UINT32 offset; /* current read/write offset */
249 UINT32 dta_flags; /* dta_flags must be first item in structure (statically intialized to 0 on startup) */
319 UINT32 snep_short_ndef_size;
321 UINT32 snep_long_ndef_size;
325 UINT32 ndef_size; /* Size of NDEF message from NDEF detection */
369 UINT8 *nfa_dta_realloc_buf (UINT8 ndef_idx, UINT32 size);
  /external/libvpx/libvpx/third_party/libyuv/source/
compare_neon.cc 22 uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) {
23 volatile uint32 sse;
  /external/libyuv/files/include/libyuv/
compare.h 23 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed);
  /external/libyuv/files/source/
compare_neon.cc 20 uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) {
21 volatile uint32 sse;
  /external/libyuv/files/util/
compare.cc 34 uint32 hash1 = 5381;
35 uint32 hash2 = 5381;
  /external/lzma/C/
Lzma2Dec.h 16 UInt32 packSize;
17 UInt32 unpackSize;
XzCrc64.c 48 UInt32 i;
75 UInt32 k = 1;
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 24 else if (result <= (UInt32)0xFFFFFFFF)
25 prop = (UInt32)result;
UpdateCallback.h 63 UInt32 _hardIndex_From;
64 UInt32 _hardIndex_To;
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 48 UInt32 errorFlags, const wchar_t *errors,
49 UInt32 warningFlags, const wchar_t *warnings);
  /external/neven/Embedded/common/src/b_APIEm/
FaceFinderRef.h 83 uint32 bpi_FaceFinderRef_memSize( struct bbs_Context* cpA,
87 uint32 bpi_FaceFinderRef_memWrite( struct bbs_Context* cpA,
91 uint32 bpi_FaceFinderRef_memRead( struct bbs_Context* cpA,
93 uint32 maxImageWidthA,
94 uint32 maxImageHeightA,
103 uint32 minEyeDistanceA,
104 uint32 maxEyeDistanceA );
119 uint32 indexA,
  /external/neven/Embedded/common/src/b_TensorEm/
VectorMap.h 54 uint32 typeE;
102 uint32 bts_VectorMap_memSize( struct bbs_Context* cpA,
106 uint32 bts_VectorMap_memWrite( struct bbs_Context* cpA,
110 uint32 bts_VectorMap_memRead( struct bbs_Context* cpA,
125 uint32 bts_vectorMapMemSize( struct bbs_Context* cpA,
129 uint32 bts_vectorMapMemWrite( struct bbs_Context* cpA,
133 uint32 bts_vectorMapMemRead( struct bbs_Context* cpA,
139 uint32 bts_vectorMapSizeOf16( struct bbs_Context* cpA, enum bts_VectorMapType typeA );
  /external/tpm2/
CpriSym.c 84 UINT32 keySizeInBits, // IN: key size in bit
88 UINT32 dInSize, // IN: data size (is required to be a multiple
139 UINT32 keySizeInBits, // IN: key size in bit
144 UINT32 dInSize, // IN: data size
200 UINT32 keySizeInBits, // IN: key size in bit
204 UINT32 dInSize, // IN: data size
254 UINT32 keySizeInBits, // IN: key size in bit
258 UINT32 dInSize, // IN: data size
310 UINT32 keySizeInBits, // IN: key size in bit
314 UINT32 dInSize, // IN: data siz
    [all...]
Marshal_PolicyAuthorize.c 44 UINT32* response_handle_buffer_size,
45 UINT32* response_parameter_buffer_size) {
Marshal_PolicyTicket.c 48 UINT32* response_handle_buffer_size,
49 UINT32* response_parameter_buffer_size) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 25 static uint32 b_fraction_table[][9] = {
42 uint32 vbp_init_parser_entries_vc1(vbp_context *pcontext)
93 uint32 vbp_allocate_query_data_vc1(vbp_context *pcontext)
158 uint32 vbp_free_query_data_vc1(vbp_context *pcontext)
199 static uint32 vbp_parse_start_code_helper_vc1(
354 uint32 vbp_parse_init_data_vc1(vbp_context *pcontext)
419 static inline uint8 vbp_get_bit_vc1(uint32 *data, uint32 *current_word, uint32 *current_bit)
443 static uint32 vbp_pack_bitplane_vc1
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_nacl.go 30 func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) unsafe.Pointer
53 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer) {
signal_unix.go 20 func sigfwdgo(sig uint32, info *siginfo, ctx unsafe.Pointer) bool {
23 if sig >= uint32(len(sigtable)) {
  /prebuilts/go/darwin-x86/src/syscall/
lsf_linux.go 14 return &SockFilter{Code: uint16(code), K: uint32(k)}
18 return &SockFilter{Code: uint16(code), Jt: uint8(jt), Jf: uint8(jf), K: uint32(k)}
syscall_darwin_amd64.go 50 msghdr.Controllen = uint32(length)
54 cmsg.Len = uint32(length)
syscall_darwin_arm64.go 50 msghdr.Controllen = uint32(length)
54 cmsg.Len = uint32(length)
syscall_dragonfly_amd64.go 39 msghdr.Controllen = uint32(length)
43 cmsg.Len = uint32(length)
syscall_freebsd_amd64.go 39 msghdr.Controllen = uint32(length)
43 cmsg.Len = uint32(length)
  /prebuilts/go/darwin-x86/test/
rename.go 52 uint32 +
98 uint32 = 35
typeswitch1.go 35 case uint, uint8, uint16, uint32:
54 case uint, uint8, uint16, uint32:

Completed in 525 milliseconds

<<51525354555657585960>>