Home
last modified time | relevance | path

Searched refs:core (Results 251 - 275 of 1331) sorted by relevance

1...<<11121314151617181920>>...54

/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha512-armv4.S22 @ Xscale PXA250 core].
27 @ Cortex A8 core and ~40 cycles per processed byte.
32 @ improvement on Coxtex A8 core and ~38 cycles per byte.
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H A Daes-armv4.S25 @ key [on single-issue Xscale PXA250 core].
34 @ Cortex A8 core and ~25 cycles per byte processed with 128-bit key.
39 @ improvement on Cortex A8 core and ~21.5 cycles per byte.
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dsha512-armv4.S22 @ Xscale PXA250 core].
27 @ Cortex A8 core and ~40 cycles per processed byte.
32 @ improvement on Coxtex A8 core and ~38 cycles per byte.
/third_party/pulseaudio/src/pulsecore/
H A Dsound-file.c33 #include <pulsecore/core-error.h>
34 #include <pulsecore/core-util.h>
35 #include <pulsecore/core-scache.h>
H A Dplay-memblockq.c36 pa_core *core; member
195 u->core = sink->core; in pa_memblockq_sink_input_new()
208 pa_sink_input_new(&u->sink_input, sink->core, &data); in pa_memblockq_sink_input_new()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat10.java1 package com.google.typography.font.sfntly.table.core;
5 import com.google.typography.font.sfntly.table.core.CMapTable.CMapId;
6 import com.google.typography.font.sfntly.table.core.CMapTable.Offset;
H A DCMapFormat12.java1 package com.google.typography.font.sfntly.table.core;
5 import com.google.typography.font.sfntly.table.core.CMapTable.CMapId;
6 import com.google.typography.font.sfntly.table.core.CMapTable.Offset;
H A DCMapFormat13.java1 package com.google.typography.font.sfntly.table.core;
5 import com.google.typography.font.sfntly.table.core.CMapTable.CMapId;
6 import com.google.typography.font.sfntly.table.core.CMapTable.Offset;
H A DCMapFormat6.java1 package com.google.typography.font.sfntly.table.core;
6 import com.google.typography.font.sfntly.table.core.CMapTable.CMapId;
7 import com.google.typography.font.sfntly.table.core.CMapTable.Offset;
H A DCMapFormat8.java1 package com.google.typography.font.sfntly.table.core;
5 import com.google.typography.font.sfntly.table.core.CMapTable.CMapId;
6 import com.google.typography.font.sfntly.table.core.CMapTable.Offset;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H A DGlyphCoverage.java21 import com.google.typography.font.sfntly.table.core.CMap;
22 import com.google.typography.font.sfntly.table.core.CMap.CMapFormat;
23 import com.google.typography.font.sfntly.table.core.CMapTable;
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
H A DOS2Tests.java19 import com.google.typography.font.sfntly.table.core.OS2Table;
20 import com.google.typography.font.sfntly.table.core.OS2Table.CodePageRange;
21 import com.google.typography.font.sfntly.table.core.OS2Table.UnicodeRange;
/third_party/rust/crates/proc-macro2/src/
H A Drcvec.rs3 use core::mem;
4 use core::panic::RefUnwindSafe;
5 use core::slice;
/third_party/rust/crates/rustix/src/io/fd/
H A Downed.rs13 use core::fmt;
14 use core::marker::PhantomData;
15 use core::mem::forget;
/third_party/pulseaudio/src/modules/jack/
H A Dmodule-jackdbus-detect.c33 #include <pulsecore/core-util.h>
115 pa_core *core; member
131 pa_module_unload_request_by_index(u->core, u->jack_module_index[i], true); in ensure_ports_stopped()
212 pa_module_load(&m, u->core, modnames[i], args); in ensure_ports_started()
331 u->core = m->core; in pa__init()
387 if (!(connection = pa_dbus_bus_get(m->core, DBUS_BUS_SESSION, &error)) || dbus_error_is_set(&error)) { in pa__init()
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-aptx-gst.c395 static void *init_common(enum a2dp_codec_type codec_type, bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init_common() argument
402 info->core = core; in init_common()
431 static void *init(bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init() argument
432 return init_common(APTX, for_encoding, for_backchannel, config_buffer, config_size, sample_spec, core); in init()
435 static void *init_hd(bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init_hd() argument
436 return init_common(APTX_HD, for_encoding, for_backchannel, config_buffer, config_size, sample_spec, core); in init_hd()
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c35 #include <pulsecore/core-error.h>
41 #include <pulsecore/core-util.h>
206 pa_core_rttime_restart(u->module->core, t, pa_rtclock_now() + SAP_INTERVAL); in sap_event_cb()
245 if (!(s = pa_namereg_get(m->core, pa_modargs_get_value(ma, "source", NULL), PA_NAMEREG_SOURCE))) { in pa__init()
450 pa_source_output_new(&o, m->core, &data); in pa__init()
514 u->sap_event = pa_core_rttime_new(m->core, pa_rtclock_now() + SAP_INTERVAL, sap_event_cb, u); in pa__init()
544 m->core->mainloop->time_free(u->sap_event); in pa__done()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs69 pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
73 __IncompleteArrayField(::core::marker::PhantomData, [])
85 ::core::slice::from_raw_parts(self.as_ptr(), len) in as_slice()
89 ::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
92 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
93 fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result { in fmt()
98 pub struct __BindgenUnionField<T>(::core::marker::PhantomData<T>); in fmt()
102 __BindgenUnionField(::core::marker::PhantomData)
106 ::core in as_ref()
[all...]
/third_party/rust/crates/cxx/src/
H A Dsip.rs2 // https://github.com/rust-lang/rust/blob/1.57.0/library/core/src/hash/sip.rs
9 use core::cmp;
10 use core::hash::Hasher;
11 use core::mem;
12 use core::ptr;
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DHintStripTest.java22 import com.google.typography.font.sfntly.table.core.CMap;
23 import com.google.typography.font.sfntly.table.core.CMapTable;
24 import com.google.typography.font.sfntly.table.core.HorizontalMetricsTable;
25 import com.google.typography.font.sfntly.table.core.MaximumProfileTable;
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3dx_simulator.c50 #include "libs/core/v3d/registers/4.1.35.0/v3d.h"
52 #include "libs/core/v3d/registers/3.3.0.0/v3d.h"
101 * FIXME: for a multicore scenario we should pass here the core. All wrapper
102 * assumes just one core, so would be better to handle that on that case.
292 unsigned core) in v3d_isr_core()
294 /* FIXME: so far we are assuming just one core, and using only the _0_ in v3d_isr_core()
295 * registers. If we add multiple-core on the simulator, we would need in v3d_isr_core()
296 * to pass core as a parameter, and chose the proper registers. in v3d_isr_core()
298 assert(core == 0); in v3d_isr_core()
319 "Unexpected ISR with core statu in v3d_isr_core()
291 v3d_isr_core(struct v3d_hw *v3d, unsigned core) v3d_isr_core() argument
409 unsigned core = u_bit_scan(&mask); v3d_isr() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-device-port.c26 #include <pulsecore/core-util.h>
205 pa_core *core, in pa_dbusiface_device_port_new()
211 pa_assert(core); in pa_dbusiface_device_port_new()
218 p->dbus_protocol = pa_dbus_protocol_get(core); in pa_dbusiface_device_port_new()
219 p->available_changed_slot = pa_hook_connect(&port->core->hooks[PA_CORE_HOOK_PORT_AVAILABLE_CHANGED], in pa_dbusiface_device_port_new()
203 pa_dbusiface_device_port_new( pa_dbusiface_device *device, pa_core *core, pa_device_port *port, uint32_t idx) pa_dbusiface_device_port_new() argument

Completed in 58 milliseconds

1...<<11121314151617181920>>...54