Home
last modified time | relevance | path

Searched refs:data (Results 43801 - 43825 of 53314) sorted by relevance

1...<<1751175217531754175517561757175817591760>>...2133

/third_party/alsa-lib/src/rawmidi/
H A Drawmidi_hw.c51 size_t buf_fpos; /* offset to the frame data array (bytes 0-16) */
227 memcpy(buffer, f->data + hw->buf_fpos, size); in read_from_ts_buf()
232 memcpy(buffer, f->data + hw->buf_fpos, flen); in read_from_ts_buf()
H A Drawmidi_virt.c250 virt->in_buf_ptr = virt->in_event->data.ext.ptr; in snd_rawmidi_virtual_read()
251 virt->in_buf_size = virt->in_event->data.ext.len; in snd_rawmidi_virtual_read()
/third_party/alsa-lib/src/topology/
H A Delem.c152 .name = "private data",
487 void *data[0]; member
499 return a->data; in tplg_calloc()
H A Dparser.c289 SNDERR("failed to write data %d", err); in tplg_build()
395 int snd_tplg_set_manifest_data(snd_tplg_t *tplg, const void *data, int len) in snd_tplg_set_manifest_data() argument
411 return tplg_add_data_bytes(tplg, elem, NULL, data, len); in snd_tplg_set_manifest_data()
/third_party/gn/src/gn/
H A Dtarget.h59 DEPS_ALL, // Iterates through all public, private, and data deps.
60 DEPS_LINKED, // Iterates through all non-data dependencies.
96 // Set when the target should normally be treated as a data dependency. These
99 // propagated. Treating these as data only decreases superfluous rebuilds and
238 const std::vector<std::string>& data() const { return data_; } in data() function in Target
239 std::vector<std::string>& data() { return data_; } in data() function in Target
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java124 * the length of buffer required to store the entire data (i.e. already appended
173 byte[] data() { in data() method in CollationKeys.SortKeyLevel
326 * Writes the sort key bytes for minLevel up to the iterator data's strength. Optionally writes
511 byte[] secs = secondaries.data(); in writeSortKeyUpToQuaternary()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp272 const void *data= readTable(tableTag, &len); in readFontTable() local
275 //printf("Read %s, result %p #%d\n", letagToStr(tableTag,tag5), data,len); in readFontTable()
276 return data; in readFontTable()
/third_party/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp264 const void *data= readTable(tableTag, &len); in readFontTable() local
267 //printf("Read %s, result %p #%d\n", letagToStr(tableTag,tag5), data,len); in readFontTable()
268 return data; in readFontTable()
/third_party/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp75 return data->getCE32(c); in handleNextCE32()
200 return data->getCE32FromSupplementary(c); in handleNextCE32()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c53 STATIC VOID BufferInsert(CHAR *buf, size_t bufLen, size_t positions, CHAR data) in BufferInsert() argument
63 buf[positions] = data; in BufferInsert()
187 PRINT_ERR("TZ file data error\n"); in settimezone()
/third_party/icu/tools/unicode/c/genprops/
H A Demojipropsbuilder.cpp29 The file format prepared and written here contains several data
30 structures that store indexes or data.
32 Before the data contents described below, there are the headers required by
33 the udata API for loading ICU data. Especially, a UDataInfo structure
34 precedes the actual data. It contains platform properties values and the
47 Each byte offset marks the start of a part in the data file,
51 Each part starts at an offset with proper alignment for its data.
75 Its data is in both the code point trie and in one of the string tries.
295 parsePropsOfStringsFile(path.data(), errorCode);
299 parsePropsOfStringsFile(path.data(), errorCod
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieTest.java130 public _testEnumValue(Trie data) in _testEnumValue() argument
132 super(data); in _testEnumValue()
376 // test data ------------------------------------------------------------
484 return -1; /* never get non-initialValue data for supplementary code points */ in getFoldingOffset()
/third_party/icu/tools/multi/proj/provider/
H A DMakefile57 PLUGLIB_AVAILABLE_DATA=$(PLUGLIB_AVAILABLE:%=$(BUILD)/%/data/out/tmp/*.o)
108 CONFIGURE_OPTS=--enable-static --disable-shared --with-data-packaging=static --disable-extras --disable-icuio --disable-layout --disable-tests --disable-samples $(EXTRA_CONFIGURE_OPTS)
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DLongNameHandler.java52 // There should always be data in the "other" plural variant. in getWithPlural()
53 throw new ICUException("Could not find data in 'other' plural variant"); in getWithPlural()
107 // TODO(ICU-20400): Get duration-*-person data properly with aliases. in getMeasureData()
117 throw new IllegalArgumentException("No data for unit " + unit + ", width " + width, e); in getMeasureData()
124 Map<String, String> data = CurrencyData.provider.getInstance(locale, true).getUnitPatterns(); in getCurrencyLongNameData()
125 for (Map.Entry<String, String> e : data.entrySet()) { in getCurrencyLongNameData()
130 // Example pattern from data: "{0} {1}" in getCurrencyLongNameData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieTest.java127 public _testEnumValue(Trie data) in _testEnumValue() argument
129 super(data); in _testEnumValue()
373 // test data ------------------------------------------------------------
481 return -1; /* never get non-initialValue data for supplementary code points */ in getFoldingOffset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationKeys.java131 * the length of buffer required to store the entire data (i.e. already appended
183 byte[] data() { in data() method in CollationKeys.SortKeyLevel
336 * Writes the sort key bytes for minLevel up to the iterator data's strength. Optionally writes
521 byte[] secs = secondaries.data(); in writeSortKeyUpToQuaternary()
/third_party/libsnd/include/
H A Dsndfile.h52 SF_FORMAT_RAW = 0x040000, /* RAW PCM data. */
78 SF_FORMAT_PCM_S8 = 0x0001, /* Signed 8 bit data */
79 SF_FORMAT_PCM_16 = 0x0002, /* Signed 16 bit data */
80 SF_FORMAT_PCM_24 = 0x0003, /* Signed 24 bit data */
81 SF_FORMAT_PCM_32 = 0x0004, /* Signed 32 bit data */
83 SF_FORMAT_PCM_U8 = 0x0005, /* Unsigned 8 bit data (WAV and RAW only) */
85 SF_FORMAT_FLOAT = 0x0006, /* 32 bit float data */
86 SF_FORMAT_DOUBLE = 0x0007, /* 64 bit float data */
216 ** than 4GB of data in them are converted to RIFF/WAV, as per EBU
650 int sf_command (SNDFILE *sndfile, int command, void *data, in
801 void *data ; /* Pointer to the data. */ global() member
[all...]
/third_party/libuv/test/
H A Dtest-threadpool-cancel.c394 uv_sem_post((uv_sem_t*) req->data); in busy_cb()
403 req.data = &sem_lock; in TEST_IMPL()
H A Dbenchmark-multi-accept.c246 ctx.server_handle->data = "server handle"; in get_listen_handle()
394 handle->data = "client handle"; in test_tcp()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h649 __u64 data; member
693 * Thus all combinations of different data layouts for
1081 * Create a new 'blob' data property, copying length bytes from data pointer,
1085 /** @data: Pointer to data to copy. */
1086 __u64 data; member
1087 /** @length: Length of data to copy. */
1141 * the size and then the data.
1168 * the size and then the data
[all...]
/third_party/libdrm/include/drm/
H A Ddrm_mode.h565 __u64 data; member
609 * Thus all combinations of different data layouts for
997 * Create a new 'blob' data property, copying length bytes from data pointer,
1001 /** @data: Pointer to data to copy. */
1002 __u64 data; member
1003 /** @length: Length of data to copy. */
1057 * the size and then the data.
1084 * the size and then the data
[all...]
/third_party/lzma/CPP/7zip/Archive/
H A DIArchive.h199 then the callee doesn't write data to stream: (*outStream == NULL)
212 S_FALSE : data error (for decoders)
367 x(GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)) \
375 x(GetRootRawProp(PROPID propID, const void **data, UInt32 *dataSize, UInt32 *propType)) \
419 0 0 - Copy data and properties from archive
420 0 1 - Copy data from archive, request new properties
422 1 1 - Request new data and new properties. It can be used even for folders
501 x(ReportRawProp(UInt32 indexType, UInt32 index, PROPID propID, const void *data, UInt32 dataSize, UInt32 propType)) \
558 SFX archive: executable stub + some tail data.
H A DLzmaHandler.cpp96 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize) in ReadInput() argument
97 { return _lzmaDecoderSpec->ReadFromInputStream(data, size, processedSize); } in ReadInput()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_preamble.c293 update_src_value(nir_src *src, void *data) in update_src_value() argument
295 opt_preamble_ctx *ctx = data; in update_src_value()
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d40_tex.c55 vir_WRTMUC(struct v3d_compile *c, enum quniform_contents contents, uint32_t data) in vir_WRTMUC() argument
59 inst->uniform = vir_get_uniform_index(c, contents, data); in vir_WRTMUC()
473 /* Emit the data writes for atomics or image store. */ in vir_image_emit_register_writes()

Completed in 59 milliseconds

1...<<1751175217531754175517561757175817591760>>...2133