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

<<11121314151617181920>>

  /system/bt/stack/include/
avdt_api.h 89 typedef UINT8 AVDT_REPORT_TYPE;
217 UINT8 frag_lost; /* fraction lost since last RR */
229 UINT8 cname[AVDT_MAX_CNAME_SIZE + 1];
235 UINT8 ret_tout; /* AVDTP signaling retransmission timeout */
236 UINT8 sig_tout; /* AVDTP signaling message timeout */
237 UINT8 idle_tout; /* AVDTP idle signaling channel timeout */
238 UINT8 sec_mask; /* Security mask for BTM_SetSecurityLevel() */
246 UINT8 seid; /* Stream endpoint identifier */
247 UINT8 media_type; /* Media type */
248 UINT8 tsep; /* SEP type *
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/include/
userial.h 53 typedef UINT8 tUSERIAL_PORT;
137 typedef UINT8 tUSERIAL_OP;
191 typedef UINT8 tUSERIAL_FEATURE;
201 typedef UINT8 tUSERIAL_EVT;
208 UINT8 baud; /* Baud rate */
209 UINT8 fc; /* Flow control */
210 UINT8 buf; /* Data buffering mechanism */
211 UINT8 pool; /* GKI buffer pool for received data */
220 UINT8 baud;
221 UINT8 fc
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
wpa.h 53 uint8 tag; /* TAG */
54 uint8 length; /* TAG length */
55 uint8 oui[3]; /* IE OUI */
56 uint8 oui_type; /* OUI type */
58 uint8 low;
59 uint8 high;
67 uint8 tag; /* TAG */
68 uint8 length; /* TAG length */
70 uint8 low;
71 uint8 high
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/runtime/
cgo.a 74 # Tgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/runtime/cgo/callbacks.go?""._Cgo_ptr H?\$H?\$?  "".~r1&type.unsafe.Pointer "".ptr&type.unsafe.PointerTgclocals·3f5c1f818fa7055d0400cecd34057162Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@runtime/cgo/_obj/_cgo_gotypes.go?J""._runtime_cgocallback.args_stackmap?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·3f5c1f818fa7055d0400cecd34057162?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·3f5c1f818fa7055d0400cecd34057162?2""._Cgo_use.args_stackmap?J""._cgo_runtime_cgocall.args_stackmap ?J""._cgo_runtime_cmalloc.args_stackmap ?R""._cgo_runtime_cgocallback.args_stackmap?06runtime._cgo_panic_internaltype.uint8?0x_cgo_inittype.uint8?._cgo_inittype.*uint8x_cgo_init?0x_cgo_malloctype.uint8?._cgo_malloctype.*uint8x_cgo_malloc?0x_cgo_freetype.uint8?._cgo_freetype.*uint8x_cgo_free?0$x_cgo_thread_starttype.uint8?."_cgo_thread_starttype.*uint8$x_cgo_thread_start?0.x_cgo_sys_thread_createtype.uint8?.,_cgo_sys_thread_createtype.*uint8.x_cgo_sys_thread_create?0<x_cgo_noti (…)
    [all...]
  /system/bt/btif/co/
bta_hl_co.c 71 BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep)
73 UINT8 app_idx;
101 BOOLEAN bta_hl_co_advrtise_source_sdp(UINT8 app_id)
104 UINT8 app_idx;
133 BOOLEAN bta_hl_co_get_mdep_config(UINT8 app_id,
134 UINT8 mdep_idx,
135 UINT8 mdep_counter,
139 UINT8 idx ;
140 UINT8 app_idx
    [all...]
  /external/libnfc-nci/src/udrv/include/
ucodec.h 46 typedef UINT8 tUCODEC_ID;
64 typedef UINT8 tUCODEC_STATUS;
71 typedef UINT8 tUCODEC_MEDIA_TYPE;
85 typedef UINT8 tUCODEC_AUDIO_FEAT_TYPE;
90 typedef UINT8 tUCODEC_VIDEO_FEAT_TYPE;
98 typedef UINT8 tUCODEC_SBC_SMP_FREQ;
104 typedef UINT8 tUCODEC_SBC_SUBBAND;
109 typedef UINT8 tUCODEC_SBC_ALLOC_MD;
119 typedef UINT8 tUCODEC_M12_SMP_FREQ;
127 typedef UINT8 tUCODEC_CH_MODE
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 32 int ConvertToARGB(const uint8* sample, size_t sample_size,
33 uint8* crop_argb, int argb_stride,
41 const uint8* src;
42 const uint8* src_uv;
54 uint8* tmp_argb = crop_argb;
56 uint8* rotate_buffer = NULL;
70 rotate_buffer = (uint8*)malloc(argb_size);
181 const uint8* src_y = sample + (src_width * crop_y + crop_x);
182 const uint8* src_u;
183 const uint8* src_v
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
bench_test.go 37 uint8(5 * x % 0x100),
38 uint8(7 * y % 0x100),
39 uint8((7*x + 5*y) % 0x100),
65 dst1.SetColorIndex(x, y, uint8(x^y)&1)
83 uint8(13 * x % 0x100),
84 uint8(11 * y % 0x100),
85 uint8((11*x + 13*y) % 0x100),
86 uint8((31*x + 37*y) % 0x100),
96 uint8((11*x + 13*y) % 0x100),
106 uint8(13 * x % 0x80)
    [all...]
  /prebuilts/go/darwin-x86/test/
literal.go 87 // uint8
88 var u00 uint8 = 0
89 var u01 uint8 = 1
90 var u02 uint8 = 255
91 var u03 uint8 = +255
151 var c0 uint8 = 'a'
152 var c1 uint8 = 'ä'
153 var c2 uint8 = '\a'
154 var c3 uint8 = '\b'
155 var c4 uint8 = '\f
    [all...]
  /prebuilts/go/linux-x86/src/image/draw/
bench_test.go 37 uint8(5 * x % 0x100),
38 uint8(7 * y % 0x100),
39 uint8((7*x + 5*y) % 0x100),
65 dst1.SetColorIndex(x, y, uint8(x^y)&1)
83 uint8(13 * x % 0x100),
84 uint8(11 * y % 0x100),
85 uint8((11*x + 13*y) % 0x100),
86 uint8((31*x + 37*y) % 0x100),
96 uint8((11*x + 13*y) % 0x100),
106 uint8(13 * x % 0x80)
    [all...]
  /prebuilts/go/linux-x86/test/
literal.go 87 // uint8
88 var u00 uint8 = 0
89 var u01 uint8 = 1
90 var u02 uint8 = 255
91 var u03 uint8 = +255
151 var c0 uint8 = 'a'
152 var c1 uint8 = 'ä'
153 var c2 uint8 = '\a'
154 var c3 uint8 = '\b'
155 var c4 uint8 = '\f
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 57 const UINT8 NFC_HAL_DM_BCM20791B3_STR[] = "20791B3";
61 const UINT8 NFC_HAL_DM_BCM20791B4_STR[] = "20791B4";
65 const UINT8 NFC_HAL_DM_BCM43341B0_STR[] = "43341B0";
72 static void nfc_hal_hci_set_next_hci_netwk_config (UINT8 block);
74 static void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size);
76 static void nfc_hal_hci_vsc_cback (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data);
127 UINT8 *p_hci_netwk_cmd;
140 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_dh_info_buf - NCI_MSG_HDR_SIZE);
147 p_hci_netwk_cmd = (UINT8 *) (nfc_hal_cb.hci_cb.p_hci_netwk_info_buf - NCI_MSG_HDR_SIZE);
156 if ((p_hci_netwk_cmd = (UINT8 *) GKI_getbuf (NCI_MSG_HDR_SIZE + NFC_HAL_HCI_NETWK_INFO_SIZE)) == NULL
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 37 static void handle_debug_loopback (BT_HDR *p_buf, UINT8 pipe, UINT8 type, UINT8 instruction);
49 tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id)
74 tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id)
145 UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate)
149 UINT8 count = 0;
171 UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate)
176 UINT8 count = 0;
199 tNFA_HANDLE nfa_hciu_get_gate_owner (UINT8 gate_id
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
pem.a 42 0runtime.morestack_noctxt??"".autotmp_0007/type.[]uint8"".autotmp_0005type.[]uint8"".autotmp_0004type.[]uint8"".autotmp_0002Atype.[1]uint8"".j?type.int"".rest`type.[]uint8"".line0type.[]uint8"".datatype.[]uint8????X?4NOo
52 `type.[]uint8?
56 0runtime.morestack_noctxt``"".autotmp_0014type.int"".autotmp_0013type.[]uint8 "".~r10type.[]uint8"".datatype.[]uint8`?_`$?.p(.    B?Tgclocals·6432f8c6a0d23f (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/encoding/
pem.a 42 0runtime.morestack_noctxt??"".autotmp_0007/type.[]uint8"".autotmp_0005type.[]uint8"".autotmp_0004type.[]uint8"".autotmp_0002Atype.[1]uint8"".j?type.int"".rest`type.[]uint8"".line0type.[]uint8"".datatype.[]uint8????X?4NOo
52 `type.[]uint8?
56 0runtime.morestack_noctxt``"".autotmp_0014type.int"".autotmp_0013type.[]uint8 "".~r10type.[]uint8"".datatype.[]uint8`?_`$?.p(.    B?Tgclocals·6432f8c6a0d23f (…)
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_pixels.h 256 Uint8 r;
257 Uint8 g;
258 Uint8 b;
259 Uint8 a;
278 Uint8 BitsPerPixel;
279 Uint8 BytesPerPixel;
280 Uint8 padding[2];
285 Uint8 Rloss;
286 Uint8 Gloss;
287 Uint8 Bloss
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_pixels.h 256 Uint8 r;
257 Uint8 g;
258 Uint8 b;
259 Uint8 a;
278 Uint8 BitsPerPixel;
279 Uint8 BytesPerPixel;
280 Uint8 padding[2];
285 Uint8 Rloss;
286 Uint8 Gloss;
287 Uint8 Bloss
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_pixels.h 256 Uint8 r;
257 Uint8 g;
258 Uint8 b;
259 Uint8 a;
278 Uint8 BitsPerPixel;
279 Uint8 BytesPerPixel;
280 Uint8 padding[2];
285 Uint8 Rloss;
286 Uint8 Gloss;
287 Uint8 Bloss
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_pixels.h 256 Uint8 r;
257 Uint8 g;
258 Uint8 b;
259 Uint8 a;
278 Uint8 BitsPerPixel;
279 Uint8 BytesPerPixel;
280 Uint8 padding[2];
285 Uint8 Rloss;
286 Uint8 Gloss;
287 Uint8 Bloss
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/encoding/
binary.a 73 0runtime.morestack_noctxt@ "".~r10type.uint16"".btype.[]uint8w1?h? ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbjprebuilts/go/darwin-x86/src/encoding/binary/binary.go?2"".littleEndian.PutUint16??eH? %H;a??H??H?\$H?$?H?\$H?|$vsH?$?H?L$H?D$H??vSH?l$(@?)H??H??v:H??H?$?H?\$H?|$vH??H?l$(f??@?+?H???? ? ? ? ??J???
89 0runtime.morestack_noctxt@"".v0type.uint16"".btype.[]uint8x0?"l/7 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbjprebuilts/go/darwin-x86/src/encoding/binary/binary.go?,"".littleEndian.Uint32??eH? %H;a?H??H?\$H?$?H?\$H?|$??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?L$H?D$H??vg?H??H??vTH???m?? ?H??H??v8H???m?? ?H??H??vH???m?? ?\$(?H???? ? ? ? ? ? ? ? ??????
116 0runtime.morestack_noctxt@ "".~r10type.uint32"".btype.[]uint8?F?v? ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbjprebuilts/go/darwin-x86/src/encoding/binary/binary.go?2"".littleEndian.PutUint32??eH? %H;a?.H??H?\$H?$?H?\$H?|$?H?$?H?L$H?D$H?????l$(@?)H??H????H??H?$?H?L$H?D$H??H????H?Ël$(??@?+H??H??v~H??H?$?H?L$H?D$H??H??vW?l$(H????@?+H??H??v9H??H?$?H?\$H?|$v?l$(H????@?+?H???? ? ? ? ? ? ? ? ?????
142 0runtime.morestack_noctxt@"".v0type.uint32"".btype.[]uint8?G?2~5=76 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbjprebuilts/go/darwin-x86/src/encoding/binary/binary.go?,"".littleEndian.Uint64? ? eH? %H;a?FH??H?\$H?$?H?\$H?|$?H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$?hH??H?$?H?\$H?|$?CH??H?$?H?\$H?|$?H??H?$?H?L$H?D$H?????H??H????H???mH??H ?H??H????H???mH??H ?H??H????H???mH??H ?H??H??v{H???mH?? H ?H??H??v\H???mH??(H ?H??H??v=H???mH??0H ?H??H??vH???mH??8H ?H?\$(?H???? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?????8
189 0runtime.morestack_noctxt@ "".~r10type.uint64"".btype.[]uint8????s? ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbjprebuilts/go/darwin-x86/src/encoding/binary/binary.go?2"".littleEndian.PutUint64?
240 0runtime.morestack_noctxt@"".v0type.uint64"".btype.[]uint8???T? 6?AAAA=8 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbjprebuilts/go/darwin-x86/src/encoding/binary/binary.go?,"".littleEndian.String??eH? %H;av3H??H?\$H?$?1?H?H?\$H?D$ ?H?????
273 0runtime.morestack_noctxt@ "".~r10type.uint16"".btype.[]uint8v2?
290 0runtime.morestack_noctxt@"".v0type.uint16"".btype.[]uint8x0?$?33 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbjprebuilts/go/darwin-x86/src/encoding/binary/binary.go?&"".bigEndian.Uint32??eH? %H;a?H??H?\$H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H?$?H?L$H?D$H??H??vcH???H??H??vLH???m?? ?H??H??v/H???m?? ?H??v?)?? ?\$(?H???? ? ? ? ? ? ? ? ??????
317 0runtime.morestack_noctxt@ "".~r10type.uint32"".btype.[]uint8?G??? ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbjprebuilts/go/darwin-x86/src/encoding/binary/binary.go?,"".bigEndian.PutUint32??eH? %H;a?.H??H?\$H?$?H?\$H?|$?H?$?H?L$H?D$H?????l$(??@?)H??H????H??H?$?H?L$H?D$H??H????H?Ël$(??@?+H??H??v{H??H?$?H?L$H?D$H??H??vT?l$(H????@?+H??H??v6H??H?$?H?\$H?|$v?l$(H??@?+?H???? ? ? ? ? ? ? ? ?????
343 0runtime.morestack_noctxt@"".v0type.uint32"".btype.[]uint8?G?4?8=73 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgc (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/encoding/
binary.a 73 0runtime.morestack_noctxt@ "".~r10type.uint16"".btype.[]uint8w1?h? ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/encoding/binary/binary.go?2"".littleEndian.PutUint16??dH? %H;a??H??H?\$H?$?H?\$H?|$vsH?$?H?L$H?D$H??vSH?l$(@?)H??H??v:H??H?$?H?\$H?|$vH??H?l$(f??@?+?H???? ? ? ? ??J???
89 0runtime.morestack_noctxt@"".v0type.uint16"".btype.[]uint8x0?"l/7 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/encoding/binary/binary.go?,"".littleEndian.Uint32??dH? %H;a?H??H?\$H?$?H?\$H?|$??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?L$H?D$H??vg?H??H??vTH???m?? ?H??H??v8H???m?? ?H??H??vH???m?? ?\$(?H???? ? ? ? ? ? ? ? ??????
116 0runtime.morestack_noctxt@ "".~r10type.uint32"".btype.[]uint8?F?v? ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/encoding/binary/binary.go?2"".littleEndian.PutUint32??dH? %H;a?.H??H?\$H?$?H?\$H?|$?H?$?H?L$H?D$H?????l$(@?)H??H????H??H?$?H?L$H?D$H??H????H?Ël$(??@?+H??H??v~H??H?$?H?L$H?D$H??H??vW?l$(H????@?+H??H??v9H??H?$?H?\$H?|$v?l$(H????@?+?H???? ? ? ? ? ? ? ? ?????
142 0runtime.morestack_noctxt@"".v0type.uint32"".btype.[]uint8?G?2~5=76 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/encoding/binary/binary.go?,"".littleEndian.Uint64? ? dH? %H;a?FH??H?\$H?$?H?\$H?|$?H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$?hH??H?$?H?\$H?|$?CH??H?$?H?\$H?|$?H??H?$?H?L$H?D$H?????H??H????H???mH??H ?H??H????H???mH??H ?H??H????H???mH??H ?H??H??v{H???mH?? H ?H??H??v\H???mH??(H ?H??H??v=H???mH??0H ?H??H??vH???mH??8H ?H?\$(?H???? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?????8
189 0runtime.morestack_noctxt@ "".~r10type.uint64"".btype.[]uint8????s? ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/encoding/binary/binary.go?2"".littleEndian.PutUint64?
240 0runtime.morestack_noctxt@"".v0type.uint64"".btype.[]uint8???T? 6?AAAA=8 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/encoding/binary/binary.go?,"".littleEndian.String??dH? %H;av3H??H?\$H?$?1?H?H?\$H?D$ ?H?????
273 0runtime.morestack_noctxt@ "".~r10type.uint16"".btype.[]uint8v2?
290 0runtime.morestack_noctxt@"".v0type.uint16"".btype.[]uint8x0?$?33 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/encoding/binary/binary.go?&"".bigEndian.Uint32??dH? %H;a?H??H?\$H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H??H?$?H?\$H?|$??H?$?H?L$H?D$H??H??vcH???H??H??vLH???m?? ?H??H??v/H???m?? ?H??v?)?? ?\$(?H???? ? ? ? ? ? ? ? ??????
317 0runtime.morestack_noctxt@ "".~r10type.uint32"".btype.[]uint8?G??? ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgclocals·33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/encoding/binary/binary.go?,"".bigEndian.PutUint32??dH? %H;a?.H??H?\$H?$?H?\$H?|$?H?$?H?L$H?D$H?????l$(??@?)H??H????H??H?$?H?L$H?D$H??H????H?Ël$(??@?+H??H??v{H??H?$?H?L$H?D$H??H??vT?l$(H????@?+H??H??v6H??H?$?H?\$H?|$v?l$(H??@?+?H???? ? ? ? ? ? ? ? ?????
343 0runtime.morestack_noctxt@"".v0type.uint32"".btype.[]uint8?G?4?8=73 ?Tgclocals·2fccd208efe70893f9ac8d682812ae72Tgc (…)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/hash/
crc32.a 174 0runtime.morestack_noctxt`?"".autotmp_0025?type.*uint8"".autotmp_0024_type.int"".autotmp_0023Otype.int"".autotmp_0022/type.[]uint8"".vatype.uint8 "".~r3Ptype.uint32"".p type.[]uint8 "".tabtype.*"".Table "".crctype.uint32????(?
252 0runtime.morestack_noctxt`p "".autotmp_0031type.uint32"".autotmp_0030type.uint32 "".~r3Ptype.uint32"".p type.[]uint8 "".tab,type.*"".slicing8Table "".crctype.uint32p? op?? Z?4
275 0runtime.morestack_noctxt`` "".autotmp_0051type.uint32"".autotmp_0050type.uint32 "".~r3Ptype.uint32"".p type.[]uint8 "".tabtype.*"".Table "".crctype.uint32$`j_`?_`;_`?<?%!2/N2 ?Tgclocals·f3e34bf4f011b464919023c34fe8268cTgclocals·33cdeccccebe80329f1fdbee7f5874cb^prebuilts/go/darwin-x86/src/hash/crc32/crc32.go?$"".(*digest).Write??eH? %H;a??H??8H?\$8H?$?1?1?H?\$hH?\$pH?\$@H?$?H?\$@H?$H?$?H?D$@?(?,$H?hH?l$H?\$HH?\$H?\$PH?\$H?\$XH?\$ ??\$(?\$4H?\$@H?$?H?\$@?l$4?+H?\$PH?\$`1?H?\$hH?\$p?H??8???+???
289 "".autotmp_0052type.uint32 "".errPtype.error"".n@type.int"".ptype.[]uint8"".dtype.*"".digestp?op??3x ?Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ecTgclocals·69c1753bd5f81501d95132d08af04464^prebuilts/go/darwin-x86/src/hash/crc32/crc32.go?$"".(*digest).Sum32??eH? %H;av5H??H?\$H?$?H?\$H?$?H?\$?+?l$?H?????
304 runtime.raceread?type.[]uint8?
312 0runtime.morestack_noctxtp?"".autotmp_0060type.int"".autotmp_0059_type.[]uint8"".autotmp_0058?type.uint8"".autotmp_0057?type.uint8"".autotmp_0056?type.uint8"".autotmp_0055?type.uint8" (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/hash/
crc32.a 174 0runtime.morestack_noctxt`?"".autotmp_0025?type.*uint8"".autotmp_0024_type.int"".autotmp_0023Otype.int"".autotmp_0022/type.[]uint8"".vatype.uint8 "".~r3Ptype.uint32"".p type.[]uint8 "".tabtype.*"".Table "".crctype.uint32????(?
252 0runtime.morestack_noctxt`p "".autotmp_0031type.uint32"".autotmp_0030type.uint32 "".~r3Ptype.uint32"".p type.[]uint8 "".tab,type.*"".slicing8Table "".crctype.uint32p? op?? Z?4
275 0runtime.morestack_noctxt`` "".autotmp_0051type.uint32"".autotmp_0050type.uint32 "".~r3Ptype.uint32"".p type.[]uint8 "".tabtype.*"".Table "".crctype.uint32$`j_`?_`;_`?<?%!2/N2 ?Tgclocals·f3e34bf4f011b464919023c34fe8268cTgclocals·33cdeccccebe80329f1fdbee7f5874cb\prebuilts/go/linux-x86/src/hash/crc32/crc32.go?$"".(*digest).Write??dH? %H;a??H??8H?\$8H?$?1?1?H?\$hH?\$pH?\$@H?$?H?\$@H?$H?$?H?D$@?(?,$H?hH?l$H?\$HH?\$H?\$PH?\$H?\$XH?\$ ??\$(?\$4H?\$@H?$?H?\$@?l$4?+H?\$PH?\$`1?H?\$hH?\$p?H??8???+???
289 "".autotmp_0052type.uint32 "".errPtype.error"".n@type.int"".ptype.[]uint8"".dtype.*"".digestp?op??3x ?Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ecTgclocals·69c1753bd5f81501d95132d08af04464\prebuilts/go/linux-x86/src/hash/crc32/crc32.go?$"".(*digest).Sum32??dH? %H;av5H??H?\$H?$?H?\$H?$?H?\$?+?l$?H?????
304 runtime.raceread?type.[]uint8?
312 0runtime.morestack_noctxtp?"".autotmp_0060type.int"".autotmp_0059_type.[]uint8"".autotmp_0058?type.uint8"".autotmp_0057?type.uint8"".autotmp_0056?type.uint8"".autotmp_0055?type.uint8" (…)
    [all...]
  /system/bt/bta/hl/
bta_hl_utils.c 49 BOOLEAN bta_hl_set_ctrl_psm_for_dch(UINT8 app_idx, UINT8 mcl_idx,
50 UINT8 mdl_idx, UINT16 ctrl_psm)
99 UINT8 *p_sdp_idx)
103 UINT8 i;
176 ** Returns UINT8 tx_win_size
179 UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps)
181 UINT8 tx_win_size;
244 void bta_hl_clean_mdl_cb(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 174 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
176 const uint8* buffer,
181 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
183 const uint8* buffer,
188 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
190 const uint8* buffer,
198 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
200 const uint8* buffer,
208 inline const uint8* WireFormatLite::ReadPrimitiveFromArray<
210 const uint8* buffer
    [all...]

Completed in 841 milliseconds

<<11121314151617181920>>