Home
last modified time | relevance | path

Searched defs:ptr (Results 1701 - 1725 of 3671) sorted by relevance

1...<<61626364656667686970>>...147

/third_party/backends/tools/
H A Dcheck-usb-chip.c3106 uint8_t *ptr; in check_hp5590() local
/third_party/cups-filters/utils/
H A Ddriverless.c69 *ptr, /* Pointer into string */ in listPrintersInArray() local
379 char *ptr, list_printers() local
[all...]
/third_party/alsa-lib/src/control/
H A Dsetup.c425 const char *ptr; in add_elem() local
H A Dctlparse.c54 static long get_integer(const char **ptr, long min, long max) in get_integer() argument
82 static long long get_integer64(const char **ptr, long long min, long long max) in get_integer64() argument
161 char *ptr; in __snd_ctl_ascii_elem_id_parse() local
281 char *ptr = (char *)*ptrp; get_ctl_enum_item_index() local
351 const char *ptr = value; snd_ctl_ascii_value_parse() local
[all...]
/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h688 void PrintSmartPointer(const Ptr& ptr, std::ostream* os, char) { in PrintSmartPointer() argument
699 void PrintSmartPointer(const Ptr& ptr, std::ostream* os, int) { in PrintSmartPointer() argument
710 void PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) { in PrintTo() argument
715 PrintTo(const std::shared_ptr<T>& ptr, std::ostream* os) PrintTo() argument
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp41 static LEUnicode *skipLineEnd(LEUnicode *ptr) in skipLineEnd() argument
/third_party/icu/icu4c/source/io/
H A Dufmt_cmn.cpp174 void *ptr; in ufmt_utop() member
/third_party/icu/icu4c/source/test/iotest/
H A Dstrtst.c35 void *origPtr, *ptr; in TestString() local
51 void *ptr; in TestString() member
/third_party/icu/icu4c/source/i18n/
H A Dformattedvalue.cpp92 ucfpos_reset(UConstrainedFieldPosition* ptr, UErrorCode* ec) { in ucfpos_reset() argument
101 ucfpos_constrainCategory(UConstrainedFieldPosition* ptr, int32_t category, UErrorCode* ec) { in ucfpos_constrainCategory() argument
110 ucfpos_constrainField(UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* ec) { in ucfpos_constrainField() argument
119 ucfpos_getCategory(const UConstrainedFieldPosition* ptr, UErrorCode* ec) { in ucfpos_getCategory() argument
128 ucfpos_getField(const UConstrainedFieldPosition* ptr, UErrorCode* ec) { in ucfpos_getField() argument
137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCode* ec) ucfpos_getIndexes() argument
147 ucfpos_getInt64IterationContext(const UConstrainedFieldPosition* ptr, UErrorCode* ec) ucfpos_getInt64IterationContext() argument
156 ucfpos_setInt64IterationContext(UConstrainedFieldPosition* ptr, int64_t context, UErrorCode* ec) ucfpos_setInt64IterationContext() argument
165 ucfpos_matchesField(const UConstrainedFieldPosition* ptr, int32_t category, int32_t field, UErrorCode* ec) ucfpos_matchesField() argument
174 ucfpos_setState( UConstrainedFieldPosition* ptr, int32_t category, int32_t field, int32_t start, int32_t limit, UErrorCode* ec) ucfpos_setState() argument
189 ucfpos_close(UConstrainedFieldPosition* ptr) ucfpos_close() argument
[all...]
/third_party/libsnd/src/
H A Dmpeg_l3_encode.c462 mpeg_l3_encode_write_short_mono (SF_PRIVATE *psf, const short *ptr, sf_count_t len) in mpeg_l3_encode_write_short_mono() argument
495 mpeg_l3_encode_write_short_stereo(SF_PRIVATE *psf, const short *ptr, sf_count_t len) mpeg_l3_encode_write_short_stereo() argument
534 mpeg_l3_encode_write_int_mono(SF_PRIVATE *psf, const int *ptr, sf_count_t len) mpeg_l3_encode_write_int_mono() argument
567 mpeg_l3_encode_write_int_stereo(SF_PRIVATE *psf, const int *ptr, sf_count_t len) mpeg_l3_encode_write_int_stereo() argument
600 mpeg_l3_encode_write_float_mono(SF_PRIVATE *psf, const float *ptr, sf_count_t len) mpeg_l3_encode_write_float_mono() argument
644 mpeg_l3_encode_write_float_stereo(SF_PRIVATE *psf, const float *ptr, sf_count_t len) mpeg_l3_encode_write_float_stereo() argument
694 mpeg_l3_encode_write_double_mono(SF_PRIVATE *psf, const double *ptr, sf_count_t len) mpeg_l3_encode_write_double_mono() argument
736 mpeg_l3_encode_write_double_stereo(SF_PRIVATE *psf, const double *ptr, sf_count_t len) mpeg_l3_encode_write_double_stereo() argument
[all...]
H A Ddwvw.c187 dwvw_read_s(SF_PRIVATE *psf, short *ptr, sf_count_t len) dwvw_read_s() argument
216 dwvw_read_i(SF_PRIVATE *psf, int *ptr, sf_count_t len) dwvw_read_i() argument
241 dwvw_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) dwvw_read_f() argument
273 dwvw_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) dwvw_read_d() argument
305 dwvw_decode_data(SF_PRIVATE *psf, DWVW_PRIVATE *pdwvw, int *ptr, int len) dwvw_decode_data() argument
483 dwvw_encode_data(SF_PRIVATE *psf, DWVW_PRIVATE *pdwvw, const int *ptr, int len) dwvw_encode_data() argument
558 dwvw_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t len) dwvw_write_s() argument
587 dwvw_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t len) dwvw_write_i() argument
612 dwvw_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) dwvw_write_f() argument
644 dwvw_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) dwvw_write_d() argument
[all...]
H A Ddither.c216 dither_write_short(SF_PRIVATE *psf, const short *ptr, sf_count_t len) dither_write_short() argument
256 dither_write_int(SF_PRIVATE *psf, const int *ptr, sf_count_t len) dither_write_int() argument
302 dither_write_float(SF_PRIVATE *psf, const float *ptr, sf_count_t len) dither_write_float() argument
347 dither_write_double(SF_PRIVATE *psf, const double *ptr, sf_count_t len) dither_write_double() argument
[all...]
H A Dsfendian.h177 psf_put_be64 (uint8_t *ptr, int offset, int64_t value) in psf_put_be64() argument
190 psf_put_be32 (uint8_t *ptr, in argument
199 psf_put_be16(uint8_t *ptr, int offset, int16_t value) psf_put_be16() argument
206 psf_get_be64(const uint8_t *ptr, int offset) psf_get_be64() argument
224 psf_get_le64(const uint8_t *ptr, int offset) psf_get_le64() argument
240 psf_get_be32(const uint8_t *ptr, int offset) psf_get_be32() argument
249 psf_get_le32(const uint8_t *ptr, int offset) psf_get_le32() argument
258 psf_get_be24(const uint8_t *ptr, int offset) psf_get_be24() argument
266 psf_get_le24(const uint8_t *ptr, int offset) psf_get_le24() argument
274 psf_get_be16(const uint8_t *ptr, int offset) psf_get_be16() argument
283 endswap_short_array(short *ptr, int len) endswap_short_array() argument
300 endswap_int_array(int *ptr, int len) endswap_int_array() argument
320 endswap_int64_t_array(int64_t *ptr, int len) endswap_int64_t_array() argument
340 endswap_float_array(float *ptr, int len) endswap_float_array() argument
345 endswap_double_array(double *ptr, int len) endswap_double_array() argument
[all...]
H A Dgsm610.c241 gsm610_read_block(SF_PRIVATE *psf, GSM610_PRIVATE *pgsm610, short *ptr, int len) gsm610_read_block() argument
266 gsm610_read_s(SF_PRIVATE *psf, short *ptr, sf_count_t len) gsm610_read_s() argument
291 gsm610_read_i(SF_PRIVATE *psf, int *ptr, sf_count_t len) gsm610_read_i() argument
317 gsm610_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) gsm610_read_f() argument
346 gsm610_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) gsm610_read_d() argument
474 gsm610_write_block(SF_PRIVATE *psf, GSM610_PRIVATE *pgsm610, const short *ptr, int len) gsm610_write_block() argument
496 gsm610_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t len) gsm610_write_s() argument
521 gsm610_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t len) gsm610_write_i() argument
547 gsm610_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) gsm610_write_f() argument
578 gsm610_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) gsm610_write_d() argument
[all...]
H A Dg72x.c203 g72x_read_block (SF_PRIVATE *psf, G72x_PRIVATE *pg72x, short *ptr, int len) in g72x_read_block() argument
228 g72x_read_s(SF_PRIVATE *psf, short *ptr, sf_count_t len) g72x_read_s() argument
253 g72x_read_i(SF_PRIVATE *psf, int *ptr, sf_count_t len) g72x_read_i() argument
283 g72x_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) g72x_read_f() argument
315 g72x_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) g72x_read_d() argument
448 g72x_write_block(SF_PRIVATE *psf, G72x_PRIVATE *pg72x, const short *ptr, int len) g72x_write_block() argument
470 g72x_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t len) g72x_write_s() argument
494 g72x_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t len) g72x_write_i() argument
522 g72x_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) g72x_write_f() argument
554 g72x_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) g72x_write_d() argument
[all...]
/third_party/libsnd/include/
H A Dsndfile.hh339 read(short *ptr, sf_count_t items) read() argument
343 read(int *ptr, sf_count_t items) read() argument
347 read(float *ptr, sf_count_t items) read() argument
351 read(double *ptr, sf_count_t items) read() argument
355 write(const short *ptr, sf_count_t items) write() argument
359 write(const int *ptr, sf_count_t items) write() argument
363 write(const float *ptr, sf_count_t items) write() argument
367 write(const double *ptr, sf_count_t items) write() argument
371 readf(short *ptr, sf_count_t frame_count) readf() argument
375 readf(int *ptr, sf_count_t frame_count) readf() argument
379 readf(float *ptr, sf_count_t frame_count) readf() argument
383 readf(double *ptr, sf_count_t frame_count) readf() argument
387 writef(const short *ptr, sf_count_t frame_count) writef() argument
391 writef(const int *ptr, sf_count_t frame_count) writef() argument
395 writef(const float *ptr, sf_count_t frame_count) writef() argument
399 writef(const double *ptr, sf_count_t frame_count) writef() argument
403 readRaw(void *ptr, sf_count_t bytes) readRaw() argument
407 writeRaw(const void *ptr, sf_count_t bytes) writeRaw() argument
[all...]
/third_party/libunwind/libunwind/include/
H A Ddwarf_i.h41 void *ptr; member
/third_party/libuv/test/
H A Drunner-unix.c395 char* ptr; in process_read_last_line() local
/third_party/mesa3d/src/amd/common/
H A Dac_spm.h96 void *ptr; member
H A Dac_nir_lower_taskmesh_io_to_mem.c239 nir_ssa_def *ptr = task_ring_entry_index(b, s); in task_write_draw_ring() local
305 nir_ssa_def *ptr = task_ring_entry_index(b, s); in lower_task_payload_store() local
324 nir_ssa_def *ptr = in lower_taskmesh_payload_load() local
/third_party/libcoap/src/oscore/
H A Doscore_cose.c278 cose_encrypt0_encode(cose_encrypt0_t *ptr, uint8_t *buffer, size_t buf_len) { in cose_encrypt0_encode() argument
297 cose_encrypt0_init(cose_encrypt0_t *ptr) { in cose_encrypt0_init() argument
302 cose_encrypt0_set_alg(cose_encrypt0_t *ptr, uint8_t alg) { in cose_encrypt0_set_alg() argument
307 cose_encrypt0_set_ciphertext(cose_encrypt0_t *ptr, in cose_encrypt0_set_ciphertext() argument
315 cose_encrypt0_set_plaintext(cose_encrypt0_t *ptr, uint8_t *buffer, size_t size) cose_encrypt0_set_plaintext() argument
325 cose_encrypt0_set_partial_iv(cose_encrypt0_t *ptr, coap_bin_const_t *partial_iv) cose_encrypt0_set_partial_iv() argument
341 cose_encrypt0_get_partial_iv(cose_encrypt0_t *ptr) cose_encrypt0_get_partial_iv() argument
346 cose_encrypt0_set_key_id(cose_encrypt0_t *ptr, coap_bin_const_t *key_id) cose_encrypt0_set_key_id() argument
356 cose_encrypt0_get_key_id(cose_encrypt0_t *ptr, const uint8_t **buffer) cose_encrypt0_get_key_id() argument
362 cose_encrypt0_get_kid_context(cose_encrypt0_t *ptr, const uint8_t **buffer) cose_encrypt0_get_kid_context() argument
368 cose_encrypt0_set_kid_context(cose_encrypt0_t *ptr, coap_bin_const_t *kid_context) cose_encrypt0_set_kid_context() argument
379 cose_encrypt0_set_external_aad(cose_encrypt0_t *ptr, coap_bin_const_t *external_aad) cose_encrypt0_set_external_aad() argument
390 cose_encrypt0_set_aad(cose_encrypt0_t *ptr, coap_bin_const_t *aad) cose_encrypt0_set_aad() argument
401 cose_encrypt0_set_key(cose_encrypt0_t *ptr, coap_bin_const_t *key) cose_encrypt0_set_key() argument
411 cose_encrypt0_set_nonce(cose_encrypt0_t *ptr, coap_bin_const_t *nonce) cose_encrypt0_set_nonce() argument
421 cose_encrypt0_encrypt(cose_encrypt0_t *ptr, uint8_t *ciphertext_buffer, size_t ciphertext_len) cose_encrypt0_encrypt() argument
460 cose_encrypt0_decrypt(cose_encrypt0_t *ptr, uint8_t *plaintext_buffer, size_t plaintext_len) cose_encrypt0_decrypt() argument
[all...]
H A Doscore.c198 uint8_t *ptr = &option_buffer[offset+1]; in oscore_encode_option_value() local
343 oscore_generate_nonce(cose_encrypt0_t *ptr, in oscore_generate_nonce() argument
[all...]
/third_party/libdrm/amdgpu/
H A Damdgpu_bo.c428 void *ptr; in amdgpu_bo_cpu_map() local
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-mem.c56 parser_free (void *ptr, /**< pointer to free */ in parser_free() argument
86 parser_free_local (void *ptr, /**< pointer to free */ in parser_free_local() argument
/third_party/jerryscript/jerry-core/jmem/
H A Djmem-heap.c489 jmem_heap_free_block_internal (void *ptr, /**< pointer to beginning of data space of the block */ in jmem_heap_free_block_internal() argument
540 jmem_heap_realloc_block (void *ptr, /**< memor argument
566 jmem_heap_free_block(void *ptr, const size_t size) jmem_heap_free_block() argument
[all...]

Completed in 23 milliseconds

1...<<61626364656667686970>>...147