HomeSort by relevance Sort by last modified time
    Searched full:uint8 (Results 326 - 350 of 3007) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 176 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
178 const uint8* buffer,
183 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
185 const uint8* buffer,
190 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
192 const uint8* buffer,
200 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
202 const uint8* buffer,
210 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
212 const uint8* buffer
    [all...]
  /external/libyuv/files/source/
compare.cc 30 static uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) {
76 static uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) {
160 static uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) {
220 uint32 HashDjb2(const uint8* src, uint64 count, uint32 seed) {
221 uint32 (*HashDjb2_SSE)(const uint8* src, int count, uint32 seed) = HashDjb2_C;
250 uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count);
255 static uint32 SumSquareError_SSE2(const uint8* src_a, const uint8* src_b,
295 static uint32 SumSquareError_SSE2(const uint8* src_a, const uint8* src_b
    [all...]
  /external/dng_sdk/source/
dng_jpeg_memory_source.h 15 jpeg_source_mgr CreateJpegMemorySource(const uint8 *buffer, size_t size);
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 76 UINT8 server_sap;
110 UINT8 *p_ndef_buff; /* buffer for NDEF message */
119 UINT8 *p_ndef_buff; /* buffer for NDEF message */
129 UINT8 *p_ndef_buff; /* buffer for NDEF message */
180 UINT8 local_sap; /* local SAP of service */
181 UINT8 remote_sap; /* local SAP of service */
182 UINT8 flags; /* internal flags */
190 UINT8 tx_code; /* transmitted code in request/response */
191 UINT8 rx_code; /* received code in request/response */
197 UINT8 *p_ndef_buff; /* NDEF message buffer *
    [all...]
  /external/opencv3/modules/python/test/
leak1.py 8 cv.ShowImage('Leak', leak.astype(np.uint8))
  /external/tpm2/
Locality_fp.h 10 TPMA_LOCALITY LocalityGetAttributes(UINT8 locality // IN: locality value
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
roundingmode_string.go 9 var _RoundingMode_index = [...]uint8{0, 13, 26, 32, 44, 57, 70}
  /prebuilts/go/darwin-x86/src/math/big/
roundingmode_string.go 9 var _RoundingMode_index = [...]uint8{0, 13, 26, 32, 44, 57, 70}
  /prebuilts/go/darwin-x86/src/runtime/
atomic_ppc64x.go 43 func atomicand8(ptr *uint8, val uint8)
46 func atomicor8(ptr *uint8, val uint8)
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_solaris_amd64.go 142 Type uint8
143 Nlen uint8
144 Alen uint8
145 Slen uint8
243 Version uint8
244 Type uint8
253 Type uint8
254 Addrlen uint8
255 Hdrlen uint8
276 Version uint8
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
roundingmode_string.go 9 var _RoundingMode_index = [...]uint8{0, 13, 26, 32, 44, 57, 70}
  /prebuilts/go/linux-x86/src/math/big/
roundingmode_string.go 9 var _RoundingMode_index = [...]uint8{0, 13, 26, 32, 44, 57, 70}
  /prebuilts/go/linux-x86/src/runtime/
atomic_ppc64x.go 43 func atomicand8(ptr *uint8, val uint8)
46 func atomicor8(ptr *uint8, val uint8)
  /prebuilts/go/linux-x86/src/syscall/
ztypes_solaris_amd64.go 142 Type uint8
143 Nlen uint8
144 Alen uint8
145 Slen uint8
243 Version uint8
244 Type uint8
253 Type uint8
254 Addrlen uint8
255 Hdrlen uint8
276 Version uint8
    [all...]
  /system/bt/bta/ar/
bta_ar.c 44 static UINT8 bta_ar_id(tBTA_SYS_ID sys_id)
46 UINT8 mask = 0;
83 static void bta_ar_avdt_cback(UINT8 handle, BD_ADDR bd_addr, UINT8 event, tAVDT_CTRL *p_data)
103 UINT8 mask = 0;
143 UINT8 mask = 0;
175 UINT8 event = BTA_AR_AVDT_CONN_EVT;
203 void bta_ar_reg_avct(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask, tBTA_SYS_ID sys_id)
205 UINT8 mask = bta_ar_id (sys_id);
228 UINT8 mask = bta_ar_id (sys_id)
    [all...]
  /system/bt/stack/include/
a2d_sbc.h 79 UINT8 samp_freq; /* Sampling frequency */
80 UINT8 ch_mode; /* Channel mode */
81 UINT8 block_len; /* Block length */
82 UINT8 num_subbands; /* Number of subbands */
83 UINT8 alloc_mthd; /* Allocation method */
84 UINT8 max_bitpool; /* Maximum bitpool */
85 UINT8 min_bitpool; /* Minimum bitpool */
104 extern void A2D_SbcChkFrInit(UINT8 *p_pkt);
114 extern void A2D_SbcDescramble(UINT8 *p_pkt, UINT16 len);
134 extern tA2D_STATUS A2D_BldSbcInfo(UINT8 media_type, tA2D_SBC_CIE *p_ie
    [all...]
smp_api.h 67 typedef UINT8 tSMP_EVT;
107 typedef UINT8 tSMP_STATUS;
117 typedef UINT8 tSMP_IO_CAP;
130 typedef UINT8 tSMP_OOB_FLAG;
140 typedef UINT8 tSMP_OOB_DATA_TYPE;
181 typedef UINT8 tSMP_AUTH_REQ;
186 typedef UINT8 tSMP_SEC_LEVEL;
197 typedef UINT8 tSMP_KEYS;
212 typedef UINT8 tSMP_SC_KEY_TYPE;
220 UINT8 max_key_size; /* max encryption key size *
    [all...]
  /system/bt/stack/srvc/
srvc_dis_int.h 50 UINT8 dis_read_uuid_idx;
68 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
70 extern UINT8 dis_write_attr_value(tGATT_WRITE_REQ * p_data, tGATT_STATUS *p_status);
srvc_eng_int.h 43 UINT8 cur_srvc_id;
80 extern BOOLEAN srvc_eng_request_channel (BD_ADDR remote_bda, UINT8 srvc_id );
81 extern void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp);
82 extern void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value);
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/mime/
quotedprintable.a 64 "runtime.newobject?type.[]uint8?
68 0runtime.morestack_noctxt0?"".autotmp_0005?type.*"".Reader"".autotmp_0004$type.*bufio.Reader"".autotmp_0003?"type.bufio.Readerbufio.r·3?type.io.Readerbufio.buf·2?type.[]uint8bufio.b·1?$type.*bufio.Readerbufio.r·6?$type.*bufio.Readerbufio.size·3?type.intbufio.rd·2?type.io.Reader "".~r0?$type.*bufio.Readerbufio.rd·2?type.io.Reader "".~r1 type.*"".Reader"".rtype.io.Reader??????"2???
76 ?type.uint8?
80 0runtime.morestack_noctxt@?"".autotmp_0012o"type.interface {}"".autotmp_0011O(type.[1]interface {}"".autotmp_0008/&type.[]interface {}"".autotmp_0006qtype.uint8 "".~r2 type.error "".~r1type.uint8"".btype.uint8>?F??0??0?????0?(>1%))??`9#Tgclocals·cc973a3bbfedabc8985f452fd9c2dde6Tgclocals·5ef976c2593056b9243adf402ae9d952tprebuilts/go/darwin-x86/src/mime/quotedprintable/reader.go?"".readHexByte??eH? %H;a??H??(H?L$81?1?H?\$PH?\$XH??}"H? H??D$HH?L$PH?D$XH??(?H?\$0H?????+@?,$??\$?\$'H?D$H?\$H?\$XH?D$PH??t
95 "".hbtype.uint8 "".err@type.error"".b0type.uint8"".vtype.[]uint8*P:OPGOPGOP OP?.X*">
150 bytes.HasPrefix?type.[]uint8?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/mime/
quotedprintable.a 64 "runtime.newobject?type.[]uint8?
68 0runtime.morestack_noctxt0?"".autotmp_0005?type.*"".Reader"".autotmp_0004$type.*bufio.Reader"".autotmp_0003?"type.bufio.Readerbufio.r·3?type.io.Readerbufio.buf·2?type.[]uint8bufio.b·1?$type.*bufio.Readerbufio.r·6?$type.*bufio.Readerbufio.size·3?type.intbufio.rd·2?type.io.Reader "".~r0?$type.*bufio.Readerbufio.rd·2?type.io.Reader "".~r1 type.*"".Reader"".rtype.io.Reader??????"2???
76 ?type.uint8?
80 0runtime.morestack_noctxt@?"".autotmp_0012o"type.interface {}"".autotmp_0011O(type.[1]interface {}"".autotmp_0008/&type.[]interface {}"".autotmp_0006qtype.uint8 "".~r2 type.error "".~r1type.uint8"".btype.uint8>?F??0??0?????0?(>1%))??`9#Tgclocals·cc973a3bbfedabc8985f452fd9c2dde6Tgclocals·5ef976c2593056b9243adf402ae9d952rprebuilts/go/linux-x86/src/mime/quotedprintable/reader.go?"".readHexByte??dH? %H;a??H??(H?L$81?1?H?\$PH?\$XH??}"H? H??D$HH?L$PH?D$XH??(?H?\$0H?????+@?,$??\$?\$'H?D$H?\$H?\$XH?D$PH??t
95 "".hbtype.uint8 "".err@type.error"".b0type.uint8"".vtype.[]uint8*P:OPGOPGOP OP?.X*">
150 bytes.HasPrefix?type.[]uint8?
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_validate.cc 27 const uint8* ScanRow_ERMS(const uint8* src, uint32 val, int count) {
49 static LIBYUV_BOOL ScanEOI(const uint8* sample, size_t sample_size) {
50 const uint8* end = sample + sample_size - 1;
51 const uint8* it = sample;
56 it = static_cast<const uint8*>(memchr(it, 0xff, end - it));
71 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) {
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
subtle.a 11 func @"".ConstantTimeByteEq (@"".x·2 uint8, @"".y·3 uint8) (? int) { var @"".z·4 uint8; @"".z·4 = ^(@"".x·2 ^ @"".y·3); @"".z·4 &= @"".z·4 >> 0x4; @"".z·4 &= @"".z·4 >> 0x2; @"".z·4 &= @"".z·4 >> 0x1; return int(@"".z·4) }
38 0runtime.morestack_noctxtp0"".autotmp_0008type.int"".autotmp_0007type.uint8"".autotmp_0006type.uint8"".autotmp_0005type.uint8"".autotmp_0004type.int"".autotmp_0003type.uint8"".autotmp_0002type.int"".itype.int "".~r2`type.int"".y0type.[]uint8"".xtype.[]uint804/0?/0+?8
56 "".autotmp_0011type.uint8"".autotmp_0010type.uint8 "".~r2type.int"".ytype.uint8"".xtype.uint8J (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/
subtle.a 11 func @"".ConstantTimeByteEq (@"".x·2 uint8, @"".y·3 uint8) (? int) { var @"".z·4 uint8; @"".z·4 = ^(@"".x·2 ^ @"".y·3); @"".z·4 &= @"".z·4 >> 0x4; @"".z·4 &= @"".z·4 >> 0x2; @"".z·4 &= @"".z·4 >> 0x1; return int(@"".z·4) }
38 0runtime.morestack_noctxtp0"".autotmp_0008type.int"".autotmp_0007type.uint8"".autotmp_0006type.uint8"".autotmp_0005type.uint8"".autotmp_0004type.int"".autotmp_0003type.uint8"".autotmp_0002type.int"".itype.int "".~r2`type.int"".y0type.[]uint8"".xtype.[]uint804/0?/0+?8
56 "".autotmp_0011type.uint8"".autotmp_0010type.uint8 "".~r2type.int"".ytype.uint8"".xtype.uint8J (…)
    [all...]
  /system/bt/bta/include/
bta_av_api.h 52 typedef UINT8 tBTA_AV_STATUS;
78 typedef UINT8 tBTA_AV_CHNL;
82 typedef UINT8 tBTA_AV_HNDL;
84 #define BTA_AV_HNDL_TO_MSK(h) ((UINT8)(1 << (h)))
87 #define BTA_AV_HNDL_TYPE_TO_MSK(h) ((UINT8)(1 << (h&BTA_AV_HNDL_MSK)))
124 typedef UINT8 tBTA_AV_CODEC;
192 typedef UINT8 tBTA_AV_RC;
198 typedef UINT8 tBTA_AV_STATE;
207 typedef UINT8 tBTA_AV_CMD;
218 typedef UINT8 tBTA_AV_CODE
    [all...]

Completed in 562 milliseconds

<<11121314151617181920>>