Home
last modified time | relevance | path

Searched refs:_t (Results 1 - 25 of 157) sorted by relevance

1234567

/third_party/json/tests/src/
H A Dunit-comparison.cpp66 constexpr auto _t = true; variable
105 {f_, _t, _t, _t, _t, _t, _t, _t, _t, f_}, // 0
106 {f_, f_, _t, _
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dfips_prf_internal.c20 u32 t[5], _t[5]; in fips186_2_prf() local
46 os_memcpy(_t, t, 20); in fips186_2_prf()
47 SHA1Transform(_t, xkey); in fips186_2_prf()
48 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
49 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
50 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
51 _t[ in fips186_2_prf()
[all...]
H A Dfips_prf_wolfssl.c39 u32 t[5], _t[5]; in fips186_2_prf() local
65 os_memcpy(_t, t, 20); in fips186_2_prf()
66 sha1_transform(_t, xkey); in fips186_2_prf()
67 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
68 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
69 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
70 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
71 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
H A Dfips_prf_openssl.c51 u32 t[5], _t[5]; in fips186_2_prf() local
77 os_memcpy(_t, t, 20); in fips186_2_prf()
78 sha1_transform(_t, xkey); in fips186_2_prf()
79 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
80 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
81 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
82 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
83 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dfips_prf_internal.c20 u32 t[5], _t[5]; in fips186_2_prf() local
46 os_memcpy(_t, t, 20); in fips186_2_prf()
47 SHA1Transform(_t, xkey); in fips186_2_prf()
48 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
49 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
50 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
51 _t[ in fips186_2_prf()
[all...]
H A Dfips_prf_wolfssl.c39 u32 t[5], _t[5]; in fips186_2_prf() local
65 os_memcpy(_t, t, 20); in fips186_2_prf()
66 sha1_transform(_t, xkey); in fips186_2_prf()
67 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
68 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
69 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
70 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
71 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
H A Dfips_prf_openssl.c51 u32 t[5], _t[5]; in fips186_2_prf() local
77 os_memcpy(_t, t, 20); in fips186_2_prf()
78 sha1_transform(_t, xkey); in fips186_2_prf()
79 WPA_PUT_BE32(xpos, _t[0]); in fips186_2_prf()
80 WPA_PUT_BE32(xpos + 4, _t[1]); in fips186_2_prf()
81 WPA_PUT_BE32(xpos + 8, _t[2]); in fips186_2_prf()
82 WPA_PUT_BE32(xpos + 12, _t[3]); in fips186_2_prf()
83 WPA_PUT_BE32(xpos + 16, _t[4]); in fips186_2_prf()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex16 \Type{unw\_accessors\_t} \Var{\_UPT\_accessors};\\
18 \Type{void~*}\Func{\_UPT\_create}(\Type{pid\_t});\\
23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_proc\_info\_t~*}, \Type{int}, \Type{void~*});\\
25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}, \Type{void~*});\\
27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Typ
[all...]
H A Dlibunwind.tex16 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*});\\
18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void~*});\\
22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\
24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*});\\
26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Typ
[all...]
H A Dunw_create_addr_space.tex15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\
36 variable of type \Type{unw\_accessors\_t}. The contents of this
54 \Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\
55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip},\\
57 \Type{void} \Func{put\_unwind\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\
58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{arg});\\
59 \Type{int} \Func{get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t} \Var{as},\\
60 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t~*}\Va
[all...]
H A Dlibunwind-dynamic.tex87 procedure by setting up a structure of type \Type{unw\_dyn\_info\_t}
90 \Type{unw\_dyn\_info\_t} structure are described below:
96 \item[\Type{unw\_word\_t} \Var{start\_ip}] The start-address of the
99 \item[\Type{unw\_word\_t} \Var{end\_ip}] The end-address of the
103 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer value in use
107 \item[\Type{int32\_t} \Var{format}] The format of the unwind-info.
114 \item[\Type{unw\_dyn\_proc\_info\_t} \Var{pi}] This member is used
116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used
118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
129 \Type{unw\_dyn\_proc\_info\_t}
[all...]
H A Dunw_get_proc_info.tex15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}\Var{pip});\\
22 to a structure of type \Type{unw\_proc\_info\_t} which is used to
23 return the information. The \Type{unw\_proc\_info\_t} has the
26 \item[\Type{unw\_word\_t} \Var{start\_ip}] The address of the first
30 \item[\Type{unw\_word\_t} \Var{end\_ip}] The address of the first
34 \item[\Type{unw\_word\_t} \Var{lsda}] The address of the
38 \item[\Type{unw\_word\_t} \Var{handler}] The address of the exception
42 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer of the
48 \item[\Type{unw\_word\_t} \Va
[all...]
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h62 typedef struct wasm_##name##_t wasm_##name##_t; \
64 void wasm_##name##_delete(own wasm_##name##_t*);
72 wasm_##name##_t ptr_or_none* data; \
80 size_t, own wasm_##name##_t ptr_or_none const[]); \
159 own wasm_##name##_t* wasm_##name##_copy(wasm_##name##_t*);
324 own wasm_##name##_t* wasm_##name##_copy(const wasm_##name##_t*); \
325 bool wasm_##name##_same(const wasm_##name##_t*, cons
[all...]
/third_party/libuv/src/unix/
H A Dloop-watcher.c26 int uv_##name##_init(uv_loop_t* loop, uv_##name##_t* handle) { \
32 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \
41 int uv_##name##_stop(uv_##name##_t* handle) { \
49 uv_##name##_t* h; \
55 h = uv__queue_data(q, uv_##name##_t, queue); \
62 void uv__##name##_close(uv_##name##_t* handle) { \
/third_party/node/deps/uv/src/unix/
H A Dloop-watcher.c26 int uv_##name##_init(uv_loop_t* loop, uv_##name##_t* handle) { \
32 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \
41 int uv_##name##_stop(uv_##name##_t* handle) { \
49 uv_##name##_t* h; \
55 h = QUEUE_DATA(q, uv_##name##_t, queue); \
62 void uv__##name##_close(uv_##name##_t* handle) { \
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-gobject-structs.cc69 GType id = g_boxed_type_register_static (g_intern_static_string ("hb_" #name "_t"), \
81 static hb_##name##_t *_hb_##name##_reference (const hb_##name##_t *l) \
83 hb_##name##_t *c = (hb_##name##_t *) hb_calloc (1, sizeof (hb_##name##_t)); \
88 static void _hb_##name##_destroy (hb_##name##_t *l) { hb_free (l); } \
H A Dhb-shaper.hh80 HB_SHAPER_DATA_CREATE_FUNC (shaper, object) (hb_##object##_t *object); \
85 struct hb_shaper_object_data_type_t<HB_SHAPER_ORDER (shaper), hb_##object##_t> \
91 struct hb_shaper_lazy_loader_t<hb_##object##_t, WheresData, HB_SHAPER_DATA_TYPE(shaper, object)> \
93 hb_shaper_lazy_loader_t<hb_##object##_t, \
96 hb_##object##_t, WheresData> \
99 static Type* create (hb_##object##_t *data) \
/third_party/ffmpeg/libavcodec/
H A Daptx.h116 static int##size##_t rshift##size(int##size##_t value, int shift) \
118 int##size##_t rounding = (int##size##_t)1 << (shift - 1); \
119 int##size##_t mask = ((int##size##_t)1 << (shift + 1)) - 1; \
123 static int##size##_t rshift##size##_clip24(int##size##_t value, int shift) \
/third_party/ffmpeg/libavfilter/
H A Dvf_selectivecolor.c327 uint##nbits##_t *dst = (uint##nbits##_t *)out->data[0] + slice_start * dst_linesize; \
328 const uint##nbits##_t *src = (const uint##nbits##_t *)in->data[0] + slice_start * src_linesize; \
329 const uint##nbits##_t *src_r = (const uint##nbits##_t *)src + roffset; \
330 const uint##nbits##_t *src_g = (const uint##nbits##_t *)src + goffset; \
331 const uint##nbits##_t *src_b = (const uint##nbits##_t *)sr
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_core.h46 #define USB_BUS_LOCK_ASSERT(_b, _t) USB_MTX_ASSERT(&(_b)->bus_mtx, _t)
51 #define USB_BUS_SPIN_LOCK_ASSERT(_b, _t) USB_MTX_ASSERT(&(_b)->bus_spin_lock, _t)
56 #define USB_XFER_LOCK_ASSERT(_x, _t) USB_MTX_ASSERT((_x)->xroot->xfer_mtx, _t)
/third_party/libuv/src/win/
H A Dloop-watcher.c39 int uv_##name##_init(uv_loop_t* loop, uv_##name##_t* handle) { \
46 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \
48 uv_##name##_t* old_head; \
76 int uv_##name##_stop(uv_##name##_t* handle) { \
108 uv_##name##_t* handle; \
/third_party/node/deps/uv/src/win/
H A Dloop-watcher.c39 int uv_##name##_init(uv_loop_t* loop, uv_##name##_t* handle) { \
46 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \
48 uv_##name##_t* old_head; \
76 int uv_##name##_stop(uv_##name##_t* handle) { \
108 uv_##name##_t* handle; \
/third_party/musl/porting/linux/user/include/sys/
H A Dcdefs.h95 #define __CAST(_k,_t,_v) (_k<_t>(_v))
97 #define __CAST(_k,_t,_v) ((_t) (_v))
/third_party/musl/include/sys/linux/
H A Dcdefs.h95 #define __CAST(_k,_t,_v) (_k<_t>(_v))
97 #define __CAST(_k,_t,_v) ((_t) (_v))
/third_party/typescript/tests/baselines/reference/
H A DprivateNameFieldUnaryMutation.js69 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
85 const e = (__classPrivateFieldSet(this, _C_test, (_t = __classPrivateFieldGet(this, _C_test, "f"), _s = _t++, _t), "f"), _s);
93 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19;
101 const d = __classPrivateFieldSet(_s = this.getInstance(), _C_test, (_t = __classPrivateFieldGet(_s, _C_test, "f"), --_t), "f");

Completed in 31 milliseconds

1234567